Skip to main content

Module writer

Module writer 

Source
Expand description

Buffered file writers for splitting SQL statements into per-table files.

Structs§

TableWriter
Buffered writer for a single table’s SQL file.
WriterPool
Pool of per-table writers, creating files on demand.

Constants§

STMT_BUFFER_COUNT
Number of statements to buffer before flushing (100).
WRITER_BUFFER_SIZE
Size of the BufWriter buffer per table file (256 KB).