sstable icon indicating copy to clipboard operation
sstable copied to clipboard

How to detect buffer is full?

Open vlovich opened this issue 2 years ago • 1 comments

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?

vlovich avatar Oct 07 '22 22:10 vlovich

You mean when using a Vec<u8> as Write backend? I am not quite sure if I fully understand the question.

dermesser avatar Oct 14 '22 19:10 dermesser