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 IMDB(JOB) Benchmark [2/N] (imdb queries) #12529

Merged
merged 20 commits into from
Oct 3, 2024

Commits on Sep 24, 2024

  1. imdb dataset

    doupache authored and austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4a164b6 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    doupache authored and austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    199272c View commit details
    Browse the repository at this point in the history
  3. Add 113 queries for IMDB(JOB)

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bc2a7d5 View commit details
    Browse the repository at this point in the history
  4. Add get_query_sql from query_id string

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    884850d View commit details
    Browse the repository at this point in the history
  5. Fix CSV reader & Remove Parquet partition

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6cff605 View commit details
    Browse the repository at this point in the history
  6. Add benchmark IMDB runner

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d916d8b View commit details
    Browse the repository at this point in the history
  7. Add run_imdb script

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d7df6f8 View commit details
    Browse the repository at this point in the history
  8. Add checker for imdb option

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    08097bf View commit details
    Browse the repository at this point in the history
  9. Add SLT for IMDB

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    358eeb9 View commit details
    Browse the repository at this point in the history
  10. Fix get_query_sql() for CI roundtrip test

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    
    Fix `get_query_sql()` for CI roundtrip test
    
    Signed-off-by: Austin Liu <austin362667@gmail.com>
    
    Fix `get_query_sql()` for CI roundtrip test
    
    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1a657d7 View commit details
    Browse the repository at this point in the history
  11. Clean up

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a9fb5c2 View commit details
    Browse the repository at this point in the history
  12. Add missing license

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b4ce6fd View commit details
    Browse the repository at this point in the history
  13. Add IMDB(JOB) queries 2b to 5c

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    01147a6 View commit details
    Browse the repository at this point in the history
  14. Add INCLUDE_IMDB in CI verify-benchmark-results

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1a09524 View commit details
    Browse the repository at this point in the history
  15. Prepare IMDB dataset

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    
    Prepare IMDB dataset
    
    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5c41915 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. use uint as id type

    doupache committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e3c325b View commit details
    Browse the repository at this point in the history
  2. format

    doupache committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    76c3810 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Merge pull request #1 from doupache/PR-12529

    use uint as id type and reuse session ctx
    austin362667 authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d35c7b6 View commit details
    Browse the repository at this point in the history
  2. Seperate tpch and imdb benchmarking CI jobs

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    
    Fix path
    
    Signed-off-by: Austin Liu <austin362667@gmail.com>
    
    Fix path
    
    Signed-off-by: Austin Liu <austin362667@gmail.com>
    
    Remove `tpch` in `imdb` benchmark
    
    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6ee3e89 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Remove IMDB(JOB) slt in CI

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    
    Remove IMDB(JOB) slt in CI
    
    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    dbe2781 View commit details
    Browse the repository at this point in the history