From 4f245dc2867a5557d8212eb9ff8cefff839c549f Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sat, 18 Apr 2020 15:35:00 +0300 Subject: [PATCH] Added performance test --- tests/performance/least_greatest_hits.xml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/performance/least_greatest_hits.xml diff --git a/tests/performance/least_greatest_hits.xml b/tests/performance/least_greatest_hits.xml new file mode 100644 index 00000000000..464656b0201 --- /dev/null +++ b/tests/performance/least_greatest_hits.xml @@ -0,0 +1,9 @@ + + + test.hits + + + SELECT count() FROM test.hits WHERE NOT ignore(least(URL, Referer)) + SELECT count() FROM test.hits WHERE NOT ignore(greatest(URL, Referer, Title)) + SELECT count() FROM test.hits WHERE NOT ignore(greatest(ClientIP, RemoteIP)) +