All Questions
Tagged with clickhouse-client olap
2 questions
0
votes
0
answers
666
views
Clickhouse Extremely Slow
I'm attempting to benchmark clickhouse against postgres for API use.
The dataset is ~40M records
SELECT
name,
web_url,
image_url,
visitor_id,
web_id
FROM analytics WHERE event_id =...
0
votes
1
answer
506
views
Does clickhouse support quick retrieval of any column?
I tried to use clickhouse to store 4 billion data, deployed on a single machine, 48-core cpu and 256g memory, mechanical hard disk.
My data has ten columns, and I want to quickly search any column ...