Skip to content

Commit

Permalink
Remove undefined cluster size
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Jun 26, 2024
1 parent 8a14392 commit dc169d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions bytehouse/results/l.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"system": "ByteHouse",
"date": "2022-07-27",
"machine": "L",
"cluster_size": 8,

"tags": ["managed", "column-oriented", "ClickHouse derivative", "C++"],

Expand Down
1 change: 1 addition & 0 deletions bytehouse/results/m.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"system": "ByteHouse",
"date": "2022-07-27",
"machine": "M",
"cluster_size": 4,

"tags": ["managed", "column-oriented", "ClickHouse derivative", "C++"],

Expand Down
1 change: 1 addition & 0 deletions bytehouse/results/s.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"system": "ByteHouse",
"date": "2022-07-27",
"machine": "S",
"cluster_size": 2,

"tags": ["managed", "column-oriented", "ClickHouse derivative", "C++"],

Expand Down
1 change: 1 addition & 0 deletions bytehouse/results/xs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"system": "ByteHouse",
"date": "2022-07-27",
"machine": "XS",
"cluster_size": 1,

"tags": ["managed", "column-oriented", "ClickHouse derivative", "C++"],

Expand Down

0 comments on commit dc169d2

Please sign in to comment.