Flushing RAM chunk to a new disk chunk

FLUSH RAMCHUNK

FLUSH RAMCHUNK rt_table

The FLUSH RAMCHUNK command creates a new disk chunk in an RT table.

Normally, an RT table automatically flushes and converts the contents of the RAM chunk into a new disk chunk when one of the special conditions is met. In some cases, though, you may want to trigger the flush manually — and the FLUSH RAMCHUNK statement lets you do that.

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