Module blob

Module blob 

Source
Expand description

Routines for decoding blob data

The blob structural encoding is a structural encoding where the values (blobs) are stored out-of-line in the file. The page contains the descriptions, encoded using some other layout.

Constantsยง

TARGET_SHARD_SIZE
How many bytes to target in each unloaded / loaded shard. A larger value means we buffer more data in memory / make bigger requests to the I/O scheduler while a smaller value means more requests to the I/O scheduler.