flush_table function to flush a table's memtable #2899
Labels
A-storage
Involves code in storage engines
C-feature
Category Features
C-user-experience
Category User Experience
Milestone
What problem does the new feature solve?
I think the GreptimeDB can provide an SQL function such as:
flush_table('monitor');
to flush a table's memtable as an SST file. It's helpful for DB administrators.
What does the feature do?
Flush a table's memtable as an SST file.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: