Class BlockfileSequentialValueBlockCodec

java.lang.Object
io.datarouter.bytes.blockfile.encoding.valueblock.impl.BlockfileSequentialValueBlockCodec
All Implemented Interfaces:
BlockfileValueBlockCodec

public class BlockfileSequentialValueBlockCodec extends Object implements BlockfileValueBlockCodec
Rows are appended without any offset dictionary. Slow for point queries because we must decode all entries rather than something like binary searching.