Does DolphinDB support auto delete of records in a stream table? For example, I wanted to delete some records that exceed the given length or are outdated?
The real-time data are useless after a certain time but their storage takes up lots of memory. Can I schedule a delete operation on the records from an hour ago in a DolphinDB stream table?