mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +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.
|
/** This program tests merge-selecting algorithm.
|
||||||
|
* Usage:
|
||||||
clickhouse-client --query="
|
clickhouse-client --query="
|
||||||
SELECT bytes, now() - modification_time, level, name
|
SELECT bytes, now() - modification_time, level, name
|
||||||
FROM system.parts
|
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)
|
int main(int argc, char ** argv)
|
||||||
|
Loading…
Reference in New Issue
Block a user