Skip to content

docs: TPC-H benchmark and scalability insights #9447

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/pages/guides/_meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module.exports = {
"benchmarks": "Benchmarks",
"recipes": "Recipes",
"dbt": "Using Cube with dbt",
"designing-metrics": "Designing Metrics",
"designing-metrics": "Designing metrics",
"style-guide": "Style guide",
"data-store-cost-saving-guide": "Cost saving guide"
"data-store-cost-saving-guide": "Cost saving guide",
"dbt": "Using Cube with dbt"
}
9 changes: 9 additions & 0 deletions docs/pages/guides/benchmarks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Benchmarking Cube

The following benchmarks provide insight into scalability of Cube and Cube Cloud
and approaches for its testing in a practical setting:

- [TPC-H benchmark][ref-tpch-benchmark]


[ref-tpch-benchmark]: /guides/benchmarks/tpch
3 changes: 3 additions & 0 deletions docs/pages/guides/benchmarks/_meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
"tpch": "TPC-H benchmark"
}
Loading