how to set data expiration policy in DolphinDB

68 views Asked by At

For the data in DolphinDB DFS databases, how can I set data expiration policy? For example, data before 6 months ago are automatically deleted. Thanks!

1

There are 1 answers

0
user13644519 On

You can use the setRetentionPolicy function.

https://www.dolphindb.com/help/setRetentionPolicy.html