Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Use table->read_set/write_set for smarter columnar access #26

Open
Shelnutt2 opened this issue May 28, 2018 · 0 comments
Open

Use table->read_set/write_set for smarter columnar access #26

Shelnutt2 opened this issue May 28, 2018 · 0 comments

Comments

@Shelnutt2
Copy link
Owner

Mysql sets the bitmap for columns that are requested for a query. When processing a scan or write the table->read_set/write_set bitmap is set with columns that to are be read/written to. We should take advantage of this during read_init to only create buffers for columns to be accessed. This will reduce overhead and speed up performance since tiledb is columnar based.

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

No branches or pull requests

1 participant