mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Fixed performance test
This commit is contained in:
parent
dc81ae7c6e
commit
36de61c6d0
@ -227,8 +227,8 @@
|
|||||||
{function}(WatchID),
|
{function}(WatchID),
|
||||||
{function}(CounterID),
|
{function}(CounterID),
|
||||||
{function}(ClientIP),
|
{function}(ClientIP),
|
||||||
{function}(GoodEvent),
|
{function}(IPNetworkID),
|
||||||
{function}(CounterClass)
|
{function}(SearchEngineID)
|
||||||
FROM hits_100m_single
|
FROM hits_100m_single
|
||||||
GROUP BY intHash32(UserID) % {group_scale}
|
GROUP BY intHash32(UserID) % {group_scale}
|
||||||
FORMAT Null
|
FORMAT Null
|
||||||
@ -240,8 +240,8 @@
|
|||||||
{function}(CounterID),
|
{function}(CounterID),
|
||||||
sum(toUInt256(ClientIP)),
|
sum(toUInt256(ClientIP)),
|
||||||
{function}(ClientIP),
|
{function}(ClientIP),
|
||||||
{function}(GoodEvent),
|
{function}(IPNetworkID),
|
||||||
{function}(CounterClass)
|
{function}(SearchEngineID)
|
||||||
FROM hits_100m_single
|
FROM hits_100m_single
|
||||||
GROUP BY intHash32(UserID) % {group_scale}
|
GROUP BY intHash32(UserID) % {group_scale}
|
||||||
FORMAT Null
|
FORMAT Null
|
||||||
@ -276,8 +276,8 @@
|
|||||||
{function}If(WatchID, predicate),
|
{function}If(WatchID, predicate),
|
||||||
{function}If(CounterID, predicate),
|
{function}If(CounterID, predicate),
|
||||||
{function}If(ClientIP, predicate),
|
{function}If(ClientIP, predicate),
|
||||||
{function}If(GoodEvent, predicate),
|
{function}If(IPNetworkID, predicate),
|
||||||
{function}If(CounterClass, predicate)
|
{function}If(SearchEngineID, predicate)
|
||||||
FROM hits_100m_single
|
FROM hits_100m_single
|
||||||
GROUP BY intHash32(UserID) % {group_scale}
|
GROUP BY intHash32(UserID) % {group_scale}
|
||||||
FORMAT Null
|
FORMAT Null
|
||||||
@ -290,8 +290,8 @@
|
|||||||
{function}If(CounterID, predicate),
|
{function}If(CounterID, predicate),
|
||||||
sumIf(toUInt256(ClientIP), predicate),
|
sumIf(toUInt256(ClientIP), predicate),
|
||||||
{function}If(ClientIP, predicate),
|
{function}If(ClientIP, predicate),
|
||||||
{function}If(GoodEvent, predicate),
|
{function}If(IPNetworkID, predicate),
|
||||||
{function}If(CounterClass, predicate)
|
{function}If(SearchEngineID, predicate)
|
||||||
FROM hits_100m_single
|
FROM hits_100m_single
|
||||||
GROUP BY intHash32(UserID) % {group_scale}
|
GROUP BY intHash32(UserID) % {group_scale}
|
||||||
FORMAT Null
|
FORMAT Null
|
||||||
|
Loading…
Reference in New Issue
Block a user