Recently, we migrated our data from measurement 'users' with retention policy autogen (default) to retention policy sixty_days (sixty_days.users). So we don't need anymore the data in autogen.users.
How can we remove it without harming the data in sixty_days.users?
This is a strange behavior because when we insert data to sixty_days.users - it's not applied on autogen.users, but when we try to delete / drop - it removes it from both of them.
We tried to use DROP, and DELETE by time, but without success.
We expect to remove only data in a measurement that belongs to a specific RT.