deleting data in tables
maks
Community Edition User ✭
Hello, I have installed vertica cluster. I created database and 2 tables. I need to automatically delete data in tables older 10 days. I think that I must use PARTITION BY EXTRACT, but I can't understand how do it
0
Answers
Consider the following example:
How can I divide the table by days into partitions?
As
ship_date
is aDATE
type - meaning one different value per possible day -will do.