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.