You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few instances where we have multiple uints that are always accessed together. Block handles, consisting of an offset and a length, are one example. If we stored blob value handles' components as colblk columns, they would be another example.
We could introduce a new column type that performs the Uints-type's width reduction and deltas, but stores each row's deltas together contiguously. This would allow us to combine those memory accesses scattered across the block into a single memory access, while preserving the fixed-width encoding and delta encoding.
Uh oh!
There was an error while loading. Please reload this page.
There are a few instances where we have multiple uints that are always accessed together. Block handles, consisting of an offset and a length, are one example. If we stored blob value handles' components as colblk columns, they would be another example.
We could introduce a new column type that performs the Uints-type's width reduction and deltas, but stores each row's deltas together contiguously. This would allow us to combine those memory accesses scattered across the block into a single memory access, while preserving the fixed-width encoding and delta encoding.
Jira issue: PEBBLE-365
The text was updated successfully, but these errors were encountered: