Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor physical off/len indexing of data structs in an object #21

Closed
jlefevre opened this issue Jun 18, 2019 · 1 comment
Closed

Refactor physical off/len indexing of data structs in an object #21

jlefevre opened this issue Jun 18, 2019 · 1 comment
Assignees

Comments

@jlefevre
Copy link
Member

Currently we have 2 types of indexes:

  1. physical off/len of a data struct (e.g., flatbuffer or arrow), where each data struct is given a logical sequence number.
  2. data content indexes (column values) referring to a data struct's logical sequence number.

These separate logical data from its physical placement. However our build index function currently overloads the building of the physical index when building the content indexes.

Task 1: The physical index building should be separated out of that function, such that it can be called either when building the content indexes, or during a maintenance/reorganization phase, or when appending new data structs to the current object.

@jlefevre jlefevre self-assigned this Jun 18, 2019
@ivotron ivotron transferred this issue from uccross/skyhookdm-ceph May 31, 2020
@jlefevre
Copy link
Member Author

This issue is subsumed by #50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant