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

AWS S3 Benchmarks for Parquet #315

Open
stanbrub opened this issue Jul 9, 2024 · 0 comments
Open

AWS S3 Benchmarks for Parquet #315

stanbrub opened this issue Jul 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@stanbrub
Copy link
Collaborator

stanbrub commented Jul 9, 2024

Deephaven now has the ability to read parquet stored in the ASW S3 cloud storage. Benchmarking this requires use of MinIO running on the Benchmark server to take WAN latency out of the equation.

  • Add MinIO to standard docker-compose.yml for local testing
  • Write benchmarks for read parquet (like the ParquetRead MultiCol tests already existing)
  • Requires Per Benchmark Docker Service Selection #314
  • A round-trip has been done to proof the concept, but there are questions:
    • Will we do partial reads like we do with 'view'?
    • Will pushdown predicates work with s3?
    • Are we testing with any special repo settings? Like compression?
    • How much memory is required for MinIO for adequate testing?
@stanbrub stanbrub added the enhancement New feature or request label Jul 9, 2024
@stanbrub stanbrub self-assigned this Jul 9, 2024
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

No branches or pull requests

1 participant