I have a daily partitioned table, and I want to delete older partitions by API.
The documentation only says that older partitions which are not updated for 3 months are stored with 50% discount. Thanks Google, but I really do not intend to keep those data for half a century.
I thought the whole point of partitioned tables was to allow deleting old data, but all I find is a discount. Is there a way of doing this?