Expand description
Buffered file writers for splitting SQL statements into per-table files.
Structs§
- Table
Writer - Buffered writer for a single table’s SQL file.
- Writer
Pool - 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).