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

Add basic benchmarking suite #60

Merged
merged 3 commits into from
Jul 24, 2024

Conversation

samansmink
Copy link
Collaborator

Adds first version of a benchmarking framework that will allow easy benchmarking going forward with Delta. Only basic benchmarks are added now.

The benchmarks are ran on the data from the data generation script that is run with make generate-data which makes sure that we can now easily add lakehouse-oriented benchmarks by:

  • creating some delta table using the data generation script
  • creating new benchmark using this data

Features added:

  • easy plotting
  • benchmarks
    • tpcds sf1 local parquet files
    • tpch sf1 local delta table
    • tpch sf1 local parquet files
    • tpch sf1 local delta table
    • tpch sf1 remote parquet files (requires credentials or creating your own remote bucket)
    • tpch sf1 remote delta table (requires credentials or creating your own remote bucket)

Follow up

  • Add lakehouse-oriented benchmarks (using partitioning, deletion vectors, etc)

@samansmink samansmink merged commit f5a94a4 into duckdb:main Jul 24, 2024
18 checks passed
@samansmink samansmink deleted the add-benchmarking-suite branch July 24, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant