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!

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

🍂 Fall into November with a fresh lineup of Community Office Hours, Tech Talks, and Webinars we’ve ...

Transform your security operations with Splunk Enterprise Security

Hi Splunk Community, Splunk Platform has set a great foundation for your security operations. With the ...

Splunk Admins and App Developers | Earn a $35 gift card!

Splunk, in collaboration with ESG (Enterprise Strategy Group) by TechTarget, is excited to announce a ...