Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
FridgeSeal
7 months ago
|
parent
|
context
|
favorite
| on:
Using ClickHouse to scale an events engine
How is your table setup? It’s plausible the on-disk/index layout is not amenable to the kinds of queries you’re trying to do.
What kind of queries are you trying to do? Also, what kind of machine are you running on?
riku_iki
7 months ago
[–]
Trivial example would be to run select count(distinct) from large table with high cardinality values:
https://github.com/ClickHouse/ClickHouse/issues/47520
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
What kind of queries are you trying to do? Also, what kind of machine are you running on?