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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...