Flushing RAM chunk to disk

FLUSH TABLE

FLUSH TABLE rt_table

FLUSH TABLE forcefully flushes RT table RAM chunk contents to disk.

The real-time table RAM chunk is automatically flushed to disk during a clean shutdown, or periodically every rt_flush_period seconds.

Issuing a FLUSH TABLE command not only forces the RAM chunk contents to be written to disk but also triggers the cleanup of binary log files.

‹›
  • SQL
SQL
📋
FLUSH TABLE rt;
‹›
Response
Query OK, 0 rows affected (0.05 sec)