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

Fully utilize the features of different file formats for improved efficiency #75

Open
lixueclaire opened this issue Jan 11, 2023 · 0 comments
Labels
improvement Improvement

Comments

@lixueclaire
Copy link
Contributor

lixueclaire commented Jan 11, 2023

Is your feature request related to a problem? Please describe.
GraphAr supports the file formats of CSV, ORC and Parquet currently, and it's going to support more file types such as json, hdf5 and avro. For enhancing the efficiency of reading/writing and storing of the data, the features of different file formats should be considered and fully utilized, for example, applying the most appropriate compression and encoding scheme to the data, or enable filter pushdown to improve query performance.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@lixueclaire lixueclaire added the improvement Improvement label Jan 11, 2023
@lixueclaire lixueclaire changed the title Fully utilize the speciality of different file formats Fully utilize the features of different file formats for improved efficiency Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement
Projects
None yet
Development

No branches or pull requests

1 participant