lance
lance copied to clipboard
More efficient encoding for large binary data
The current encoding creates many small pages (small as in few rows per page). A better design would be to store the position/length of each individual value and save a page of position/lengths.