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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...