Skip to content

Commit

Permalink
Change from Query performance to Query serving
Browse files Browse the repository at this point in the history
  • Loading branch information
emile-00 committed Jan 27, 2025
1 parent 13268ea commit 79472d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Query performance benchmarks: sysbench results"
sidebarTitle: "Query performance benchmarks"
description: "This topic provides an overview of RisingWave's query performance characteristics (latency and throughput) based on the industry-standard sysbench benchmark."
title: "Query serving benchmarks: sysbench results"
sidebarTitle: "Query serving benchmarks"
description: "This topic provides an overview of RisingWave's ad-hoc query serving performance (latency and throughput) based on the industry-standard sysbench benchmark."
---

## Performance highlights
Expand Down Expand Up @@ -70,15 +70,15 @@ Three types of queries from the sysbench OLTP workload were used:
**Data size: 1 million rows**

| **Latency (ms)** | **Min** | **Avg** | **P95** | **P99** | **Max** | **Throughput (QPS)** |
| --- | --- | --- | --- | --- | --- | --- |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| oltp_point_select | 0.40 | 5.05 | 9.22 | 15.27 | 131.75 | 25,335 |
| select_random_points | 1.27 | 15.11 | 21.89 | 31.94 | 131.87 | 8,467 |
| select_random_ranges | 1.92 | 13.98 | 20.00 | 35.59 | 233.90 | 9,156 |

**Data size: 10 million rows**

| **Latency (ms)** | **Min** | **Avg** | **P95** | **P99** | **Max** | **Throughput (QPS)** |
| --- | --- | --- | --- | --- | --- | --- |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| oltp_point_select | 0.40 | 4.96 | 8.90 | 18.28 | 233.90 | 25,814 |
| select_random_points | 0.84 | 16.40 | 24.38 | 32.53 | 175.82 | 8,203 |
| select_random_ranges | 0.86 | 13.84 | 19.65 | 38.94 | 142.34 | 9,247 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RisingWave demonstrates significant performance advantages in a majority of stre
## Detailed benchmark results

| **Nexmark Query** | **Throughput (kr/s)** | **Throughput/core(kr/s)** | **Compute CPU Avg** | **Compute Mem Avg(GiB)** | **Compactor CPU Avg** | **CompactorMem Avg(GiB)** |
| --- | --- | --- | --- | --- | --- | --- |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| q0 | 783.1 | 118.41 | 661.26% | 1.1 | 0.074% | 0.05 |
| q1 | 893.2 | 119.37 | 748.2% | 1.9 | 0.09% | 0.05 |
| q2 | 805.3 | 127.36 | 632.2% | 1.8 | 0.078% | 0.05 |
Expand Down

0 comments on commit 79472d3

Please sign in to comment.