pub const WRITE_ATTR_BATCH_SIZE: usize = 524_288;
How much data each transaction will cover when writing an attribute across batches. Pulled from FLUSH_BATCH_SIZE in paged_object_handle.rs.
FLUSH_BATCH_SIZE