Skip to content

Commit

Permalink
fix readme (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jan 29, 2023
1 parent 2af0f50 commit 6ccb1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ ctx.sql('select sex, smoker, avg(tip/total_bill) as tip_pct from tips group by s

## Performance

This chart shows the relative performance of RaySQL with other open-source distributed SQL frameworks.
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.

~[SQLBench-H Performance Chart](https://sqlbenchmarks.io/sqlbench-h/results/env/workstation/sf10/distributed/sqlbench-h-workstation-10-distributed-perquery.png)
![SQLBench-H Performance Chart](https://sqlbenchmarks.io/sqlbench-h/results/env/workstation/sf10/distributed/sqlbench-h-workstation-10-distributed-perquery.png)

## Building

Expand Down

0 comments on commit 6ccb1fe

Please sign in to comment.