Skip to content

Commit d3b5f05

Browse files
authored
Merge branch 'ClickHouse:main' into add-greptimedb-formal
2 parents dd1abc6 + c48c325 commit d3b5f05

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ While the main benchmark uses a specific machine configuration for reproducibili
134134
- [x] [MongoDB](https://clickhouse.com/blog/json-bench-clickhouse-vs-mongodb-elasticsearch-duckdb-postgresql#mongodb)
135135
- [x] [DuckDB](https://clickhouse.com/blog/json-bench-clickhouse-vs-mongodb-elasticsearch-duckdb-postgresql#duckdb)
136136
- [x] [PostgreSQL](https://clickhouse.com/blog/json-bench-clickhouse-vs-mongodb-elasticsearch-duckdb-postgresql#postgresql)
137+
- [x] VictoriaLogs
138+
- [x] SingleStore
137139
- [ ] Quickwit
138140
- [ ] Meilisearch
139141
- [ ] Sneller
140142
- [ ] Snowflake
141143
- [ ] Manticore Search
142-
- [ ] SingleStore
143144
- [ ] SurrealDB
144145
- [ ] OpenText Vertica
145-
- [x] VictoriaLogs
146146
- [ ] PartiQL
147147
- [ ] FishStore
148148
- [ ] FerretDB

singlestore/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo "4) 1000m"
3333
echo "5) all"
3434
read -p "Enter the number corresponding to your choice: " choice
3535

36-
# ./install.sh "${LICENSE_KEY}" "${ROOT_PASSWORD}"
36+
./install.sh "${LICENSE_KEY}" "${ROOT_PASSWORD}"
3737

3838
benchmark() {
3939
local size=$1

0 commit comments

Comments
 (0)