Commit 1247fee
committed
Switch to indexed serialization
Switch column from sequence to indexed serialization. The difference is
that sequence stores data as a sequence of (length, data) and indexed puts
all lengths first, followed by all data. We expect this to be more
efficient if we do not read all data, or repeatedly borrow its serialized
representation.
For details, see frankmcsherry/columnar#30
Signed-off-by: Moritz Hoffmann <mh@materialize.com>1 parent 4c7b52e commit 1247fee
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
550 | 560 | | |
551 | 561 | | |
552 | 562 | | |
| |||
0 commit comments