mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
MergeSelector: development [#METR-21841].
This commit is contained in:
parent
a3a8b49e80
commit
ecf2f6b6ab
@ -7,10 +7,11 @@
|
||||
|
||||
|
||||
/** This program tests merge-selecting algorithm.
|
||||
* Usage:
|
||||
clickhouse-client --query="
|
||||
SELECT bytes, now() - modification_time, level, name
|
||||
FROM system.parts
|
||||
WHERE table = 'visits' AND active AND partition = '201610'" | ./merge_selector
|
||||
WHERE table = 'visits' AND active AND partition = '201610'" | ./merge_selector2
|
||||
*/
|
||||
|
||||
int main(int argc, char ** argv)
|
||||
|
Loading…
Reference in New Issue
Block a user