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

Row selection information is kept as a filter in the table_proxy object #24

Closed
MarcusKlik opened this issue Mar 30, 2018 · 1 comment
Closed
Labels
enhancement New feature or request
Milestone

Comments

@MarcusKlik
Copy link
Collaborator

MarcusKlik commented Mar 30, 2018

That filter could be very small if implemented as a binary vector (C++) with a mask that is set to each selected row. A 1 billion records table will have a 125 MB mask (8 bits per byte and each row is 1 bit, excluding NA's that is)

@MarcusKlik MarcusKlik added this to the fsttable v0.2.0 milestone Mar 30, 2018
@MarcusKlik MarcusKlik added the enhancement New feature or request label Mar 30, 2018
@MarcusKlik
Copy link
Collaborator Author

The remote_table_state now stores a row_filter and an ordering flag (see #31).

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

No branches or pull requests

1 participant