ark::logging::ColumnWriterStatistics
Defined in header “ark/logging/column_writer.hh”.
Used to return statistics related to this column writer.
Variables
-
uint64_t flush_count= 0
A count of the number of times this column was flushed. -
uint64_t disk_synchronization_count= 0
A count of the number of times this column had fsync called on it. -
uint64_t files_created= 0
A count of files generated by this column writer.