ark::logging::SplitWriterFileConfiguration

Defined in header “ark/logging/element_config.hh”.


Configuration for the file layout for a particular split writer.

Variables

  • size_t maximum_content_size= 268435456
    The maximum size, in bytes, of the content that will be stored in this split file.

  • size_t maximum_item_count= 32768
    Maximum number of entries that can be stored in this split file. Sized at 32768 by default, this will consume ~512KBytes per split file as overhead.