I have a demand for 10 billion detailed data query. 10 billion data is stored in the Clickhouse. Do I need to separate databases and tables?
The table engine I use is ReplicatedReplacingMergeTree
The query statement is as follows:
select * from table_a where name = 'akkj';
select * from table_b where name = 'bttc';