Skip to content

Commit

Permalink
New results (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jan 29, 2023
1 parent 93a4a24 commit 4379201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ctx.sql('select sex, smoker, avg(tip/total_bill) as tip_pct from tips group by s

## Status

- Partially working. Can run a few TPC-H queries.
- Partially working. Can run about half of the TPC-H benchmark queries.

## Features

Expand All @@ -41,8 +41,8 @@ ctx.sql('select sex, smoker, avg(tip/total_bill) as tip_pct from tips group by s

This chart shows the relative performance of RaySQL compared to other open-source distributed SQL frameworks.

Only a few queries work, and performance does not look very promising so far, but this may just be because of the naïve
distributed planner introducing unnecessary shuffles.
Performance does not look very promising so far, but this project was created in one weekend, so this is probably not
too bad a start.

![SQLBench-H Performance Chart](./docs/sqlbench-h-workstation-10-distributed-perquery.png)

Expand Down
Binary file modified docs/sqlbench-h-workstation-10-distributed-perquery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4379201

Please sign in to comment.