docs: move v0.9.1 benchmark report to tsbs dir (#4598)

* docs: move v0.9.1 benchmark report to tsbs dir

* docs: add newlines
This commit is contained in:
Yingwen
2024-08-21 17:31:05 +08:00
committed by GitHub
parent a12a905578
commit 9c1704d4cb
6 changed files with 8 additions and 8 deletions

View File

@@ -51,6 +51,6 @@ CREATE TABLE IF NOT EXISTS test_table
message String,
timestamp String,
INDEX inv_idx(message) TYPE full_text(0) GRANULARITY 1
)
)
ENGINE = MergeTree()
ORDER BY tuple();
ORDER BY tuple();