問題タブ [timescaledb]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
postgresql - TimescaleDB の drop_chunks ステートメントが正確なタイミングのチャンクをドロップしない
TimescaleDB を使用していて、古いデータを削除したいと考えています。
テスト目的で、空の Hyptertable にいくつかの異なるデータを入力しています。
2 時間前のデータ、10 時間前のデータ、15 時間前のデータを使用して次のステートメントを実行しました。
15 時間前のデータのみが削除されます。https://docs.timescale.com/v1.1/api#drop_chunksを読む ことで、すべてのデータを削除する必要があると思います。