I have a ThingsBoard PE setup using AWS EC2 instance, with postgreSQL-12 as the database.
There is a table ts_kv_2020_10
which stores all telemetry data for the month of October.
Is there a way I can enable FIFO on this ts_kv_2020_10
table to keep storage at a fixed capacity of example 1GB? (i.e. When limit is reached, data that was first stored onto the table will automatically be replaced by the lastest incoming data.)