Skip to content

Commit 6be5783

Browse files
authored
Merge pull request #4138 from ClickHouse/Blargian-patch-68
Fix typo
2 parents 37385c2 + 2baad6f commit 6be5783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can [run this query on the ClickHouse SQL Playground](https://sql.clickhouse
5050

5151
<Image img={column_example} alt="Example query in a column-oriented database" size="lg"/>
5252

53-
As you can see in the stats section in the above diagram, the query processed 100 million rows in 92 milliseconds, a throughput of approximately 300 million rows or just under 7 GB per second.
53+
As you can see in the stats section in the above diagram, the query processed 100 million rows in 92 milliseconds, a throughput of approximately over 1 billion rows per second or just under 7 GB of data transferred per second.
5454

5555
**Row-oriented DBMS**
5656

0 commit comments

Comments
 (0)