questdb / roadmap

QuestDB Public Roadmap
6 stars 0 forks source link

Task scheduler #14

Open bluestreak01 opened 2 years ago

bluestreak01 commented 2 years ago

Summary

Task scheduling framework able to support data retention policies and execute scheduled tasks, such as backup, log maintenance etc.

Expected outcome

A SQL syntax to define data retention policies. These policies might translate into periodic SQL execution, which implement purging of stale data, moving data to cold storage or down-sampling in-place.

Additionally backup table syntax can be extended to take advantage of task scheduler.

tarun-t commented 1 month ago

Hi, has there been any progress/updates in this feature? Having this feature manage/set compression policies would be great. @bluestreak01