pub fn vsdb_flush()Expand description
Flushes all data to disk.
This function triggers a flush operation on the underlying database, ensuring that all pending writes are persisted to disk. This operation may take a long time to complete, depending on the amount of data to be flushed.