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

Feature Request: Support reading large batch of tabular data from Parquet files efficiently. #3

Closed
2sin18 opened this issue Dec 1, 2021 · 0 comments · Fixed by #4
Closed
Assignees
Labels
enhancement New feature or request

Comments

@2sin18
Copy link
Collaborator

2sin18 commented Dec 1, 2021

User Story

As a recommender system engineer, I want to read large batch of tabular data from Parquet files efficiently, so that training performance of large deep recommenders can be improved.

Detailed requirements

  • It should be easy to work with existing Dataset based data pipeline.
  • It should be optimized for extra large batch size, and utilize features of Parquet format, e.g. column selection, batch reading , and row group filtering.
  • It should be compatible with vanilla TensorFlow >= 1.14 < 2.0 .

API Compatibility

  • Only new APIs should be introduced.

Willing to contribute

Yes

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

Successfully merging a pull request may close this issue.

1 participant