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?