Skip to content

Commit 4a201b9

Browse files
Ignacio Van Droogenbroeckclaude
andcommitted
Update ClickBench references to avoid claiming fastest in benchmark
Remove claims of being "fastest in ClickBench" while keeping ClickBench as a benchmark reference. Changed from "fastest in ClickBench" to general "fastest time-series database" with ClickBench mentioned as the testing methodology. Updated across documentation, homepage, and README to reflect accurate positioning. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e67cf4d commit 4a201b9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arc Documentation
22

3-
Official documentation for [Arc](https://github.com/basekick-labs/arc) - the fastest time-series database in ClickBench.
3+
Official documentation for [Arc](https://github.com/basekick-labs/arc) - the fastest time-series database.
44

55
## About
66

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: /
55

66
# Welcome to Arc
77

8-
Arc is a high-performance time-series data warehouse built on DuckDB, Parquet, and flexible storage backends. It achieves **2.01M records/sec ingestion** and is the **fastest time-series database in ClickBench**.
8+
Arc is a high-performance time-series data warehouse built on DuckDB, Parquet, and flexible storage backends. It achieves **2.01M records/sec ingestion** and is the **fastest time-series database**.
99

1010
## Key Features
1111

docs/performance/benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Arc has been benchmarked using [ClickBench](https://github.com/ClickHouse/ClickB
88

99
## ClickBench Results
1010

11-
**Arc is the fastest time-series database in ClickBench**, completing all 43 queries in **107.66 seconds total** (36.43s cold run).
11+
**Arc is the fastest time-series database**, completing all 43 queries on ClickBench in **107.66 seconds total** (36.43s cold run).
1212

1313
### Official Rankings (Cold Run)
1414

src/components/HomepageFeatures/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const FeatureList: FeatureItem[] = [
1515
icon: '36.43s',
1616
description: (
1717
<>
18-
Fastest time-series database in ClickBench with 36.43s cold run on 99.9M rows.
18+
Fastest time-series database with 36.43s cold run on ClickBench (99.9M rows).
1919
Powered by DuckDB's columnar engine for lightning-fast SQL queries with full ANSI SQL support.
2020
</>
2121
),

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function Home(): ReactNode {
4242
return (
4343
<Layout
4444
title="Arc - Fastest Time-Series Database"
45-
description="Arc is the fastest time-series database in ClickBench. 36.43s cold run, 2.01M records/sec ingestion, powered by DuckDB and Parquet.">
45+
description="Arc is the fastest time-series database. 36.43s cold run on ClickBench, 2.01M records/sec ingestion, powered by DuckDB and Parquet.">
4646
<HomepageHeader />
4747
<main>
4848
<HomepageFeatures />

0 commit comments

Comments
 (0)