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!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...