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
{{ message }}
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: