I know that Apache IoTDB can use flush to clean the data under wal directory, and this flush execution can automatically be operated by the system. I want to know how often this flush execution is operated, and can IoTDB manually trigger wal data flush? If it can be manually triggered, which configuration should I set, or what command can I execute?
How to manually trigger flush execution to clean the data under wal directory?
13 views Asked by tianyi zhang At
1
If you want to manually trigger the
flushoperation ofwaldirectory in Apache IoTDB, you can executestart-cli.sh -e flushin the Cli tool of IoTDB. The automaticflushoperation will be executed based on the size ofwaldirectory. However, you can also set the timing of triggeringflushoperation by modifying theseq_memtable_flush_interval_in_msandunseq_memtable_flush_interval_in_msconfiguration iniotdb-common.propertiesdirectory. The default timing is 3 hours.