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

[C++] File and stream APIs for interacting with "large" schemas #16203

Open
asfimport opened this issue Feb 18, 2017 · 0 comments
Open

[C++] File and stream APIs for interacting with "large" schemas #16203

asfimport opened this issue Feb 18, 2017 · 0 comments

Comments

@asfimport
Copy link

For data where the metadata itself is large (> 10000 fields), doing a full in-memory reconstruction of a record batch may be impractical if the user's goal is to do random access on a potentially small subset of a batch.

I propose adding an API that enables "cheap" inspection of the record batch metadata and reconstruction of fields.

Because of the flattened buffer and field metadata, at the moment the complexity of random field access will scale with the number of fields – in the future we may devise strategies to mitigate this (e.g. storing a pre-computed buffer/field lookup table in the schema)

Reporter: Wes McKinney / @wesm

Note: This issue was originally created as ARROW-567. Please see the migration documentation for further details.

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

No branches or pull requests

1 participant