All Apps and Add-ons

DBConnectでDBの取り込み処理を揃えたい

nishida_tada_ca
Loves-to-Learn Lots

DBConectで複数のテーブルからデータを取得しております。
取得に関してはDBの負荷を考えて処理時間をずらしております。
また取得方法はIDをみて更新分だけ取りたいため、Input TypeをRisingにして
以下SQLを実行しております。

SELECT * FROM "zaif"."public"."テーブル名"
WHERE id > ?
ORDER BY id ASC

しかしながら開発側より
取り込み処理はずらしても、その日に取り込まれたデータ終了は同じにしてほしいとの要望がありました。
例えば5:10、5:20、5:30と順次取り込み処理を開始しても、
データの終わりは、全て5:00にしたい。
また次の日も前日の5:00からの分を取得したい(更新分の取り漏れが無いようにしたい)ということです。
その場合の取り込み処理の方法をご教授いただけるようお願いいたします。

0 Karma
Get Updates on the Splunk Community!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...