If write-block-size is 256KB and recrod size is 80KB

if write-block-size is 256KB and recrod size is 80KB then would aerospike block have 3 records of 80KB each or single record will consume 256KB and will get written to disk.

basically does aerospike add multiple records to a single block - till the block reaches write-block-size limit?

Will have 3 records. Fill the block till the last record won’t fit in the block. Then, flush the current block and start a new block and put that record, that did not fit, in that new block.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.