Hello, can TimescaleDB delete by itself old data?
Or should that be done intentionally by an application or with a delete command, like regular PostgreSQL?
Thanks
Hello, can TimescaleDB delete by itself old data?
Or should that be done intentionally by an application or with a delete command, like regular PostgreSQL?
Thanks
Anyone can please reply?
Hi @Jack !
You can use one of the following:
The first approach drops whole chunks.
The second approach also drops whole chunks. But you can rewrite this approach to suit your needs.