Fixed performance test

This commit is contained in:
Maksim Kita 2021-07-10 16:37:32 +03:00
parent dc81ae7c6e
commit 36de61c6d0

View File

@ -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