sstable
sstable copied to clipboard
How to detect buffer is full?
If I give the SSTable a byte slice to write into, how do I detect that I've fully filled the buffer & need to flush / instantiate a new one?
You mean when using a Vec<u8>
as Write
backend? I am not quite sure if I fully understand the question.