ClickHouse/benchmark/monetdb/log/log_10m_corrected

5499 lines
538 KiB
Plaintext
Raw Normal View History

2016-02-07 21:58:58 +00:00
start time: Пн. сент. 16 14:15:41 MSK 2013
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT count(*) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(*) FROM hits_10m;
+----------+
+==========+
+----------+
1 tuple (3.396ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT count(*) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(*) FROM hits_10m;
+----------+
+==========+
+----------+
1 tuple (3.369ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT count(*) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(*) FROM hits_10m;
+----------+
+==========+
+----------+
1 tuple (3.150ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT count(*) FROM hits_10m WHERE AdvEngineID <> 0;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(*) FROM hits_10m WHERE AdvEngineID <> 0;
+--------+
+========+
+--------+
1 tuple (43.776ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT count(*) FROM hits_10m WHERE AdvEngineID <> 0;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(*) FROM hits_10m WHERE AdvEngineID <> 0;
+--------+
+========+
+--------+
1 tuple (7.608ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT count(*) FROM hits_10m WHERE AdvEngineID <> 0;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(*) FROM hits_10m WHERE AdvEngineID <> 0;
+--------+
+========+
+--------+
1 tuple (7.683ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT sum(AdvEngineID), count(*), avg(ResolutionWidth) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT sum(AdvEngineID), count(*), avg(ResolutionWidth) FROM hits_10m;
+---------+----------+--------------------------+
+=========+==========+==========================+
+---------+----------+--------------------------+
1 tuple (256.328ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT sum(AdvEngineID), count(*), avg(ResolutionWidth) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT sum(AdvEngineID), count(*), avg(ResolutionWidth) FROM hits_10m;
+---------+----------+--------------------------+
+=========+==========+==========================+
+---------+----------+--------------------------+
1 tuple (24.573ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT sum(AdvEngineID), count(*), avg(ResolutionWidth) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT sum(AdvEngineID), count(*), avg(ResolutionWidth) FROM hits_10m;
+---------+----------+--------------------------+
+=========+==========+==========================+
+---------+----------+--------------------------+
1 tuple (23.258ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT sum(UserID) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT sum(UserID) FROM hits_10m;
overflow in calculation.
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT sum(UserID) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT sum(UserID) FROM hits_10m;
overflow in calculation.
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT sum(UserID) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT sum(UserID) FROM hits_10m;
overflow in calculation.
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT count(DISTINCT UserID) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(DISTINCT UserID) FROM hits_10m;
+---------+
+=========+
+---------+
1 tuple (694.896ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT count(DISTINCT UserID) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(DISTINCT UserID) FROM hits_10m;
+---------+
+=========+
+---------+
1 tuple (617.748ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT count(DISTINCT UserID) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(DISTINCT UserID) FROM hits_10m;
+---------+
+=========+
+---------+
1 tuple (569.812ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT count(DISTINCT SearchPhrase) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(DISTINCT SearchPhrase) FROM hits_10m;
+---------+
+=========+
+---------+
1 tuple (3.5s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT count(DISTINCT SearchPhrase) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(DISTINCT SearchPhrase) FROM hits_10m;
+---------+
+=========+
+---------+
1 tuple (2.7s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT count(DISTINCT SearchPhrase) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(DISTINCT SearchPhrase) FROM hits_10m;
+---------+
+=========+
+---------+
1 tuple (2.9s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT min(EventDate), max(EventDate) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT min(EventDate), max(EventDate) FROM hits_10m;
+------------+------------+
+============+============+
+------------+------------+
1 tuple (221.339ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT min(EventDate), max(EventDate) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT min(EventDate), max(EventDate) FROM hits_10m;
+------------+------------+
+============+============+
+------------+------------+
1 tuple (8.113ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT min(EventDate), max(EventDate) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT min(EventDate), max(EventDate) FROM hits_10m;
+------------+------------+
+============+============+
+------------+------------+
1 tuple (8.619ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT AdvEngineID, count(*) FROM hits_10m WHERE AdvEngineID <> 0 GROUP BY AdvEngineID ORDER BY count(*) DESC;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT AdvEngineID, count(*) FROM hits_10m WHERE AdvEngineID <> 0 GROUP BY AdvEngineID ORDER BY count(*) DESC;
+-------------+-------+
+=============+=======+
+-------------+-------+
9 tuples (33.757ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT AdvEngineID, count(*) FROM hits_10m WHERE AdvEngineID <> 0 GROUP BY AdvEngineID ORDER BY count(*) DESC;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT AdvEngineID, count(*) FROM hits_10m WHERE AdvEngineID <> 0 GROUP BY AdvEngineID ORDER BY count(*) DESC;
+-------------+-------+
+=============+=======+
+-------------+-------+
9 tuples (7.711ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT AdvEngineID, count(*) FROM hits_10m WHERE AdvEngineID <> 0 GROUP BY AdvEngineID ORDER BY count(*) DESC;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT AdvEngineID, count(*) FROM hits_10m WHERE AdvEngineID <> 0 GROUP BY AdvEngineID ORDER BY count(*) DESC;
+-------------+-------+
+=============+=======+
+-------------+-------+
9 tuples (8.596ms)
sql>\q
-- мощная фильтрация. После фильтрации почти ничего не остаётся, но делаем ещё агрегацию.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT RegionID, count(DISTINCT UserID) AS u FROM hits_10m GROUP BY RegionID ORDER BY u DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT RegionID, count(DISTINCT UserID) AS u FROM hits_10m GROUP BY RegionID ORDER BY u DESC LIMIT 10;
+----------+--------+
+==========+========+
+----------+--------+
10 tuples (7.4s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT RegionID, count(DISTINCT UserID) AS u FROM hits_10m GROUP BY RegionID ORDER BY u DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT RegionID, count(DISTINCT UserID) AS u FROM hits_10m GROUP BY RegionID ORDER BY u DESC LIMIT 10;
+----------+--------+
+==========+========+
+----------+--------+
10 tuples (5.7s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT RegionID, count(DISTINCT UserID) AS u FROM hits_10m GROUP BY RegionID ORDER BY u DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT RegionID, count(DISTINCT UserID) AS u FROM hits_10m GROUP BY RegionID ORDER BY u DESC LIMIT 10;
+----------+--------+
+==========+========+
+----------+--------+
10 tuples (5.9s)
sql>\q
-- агрегация, среднее количество ключей.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT RegionID, sum(AdvEngineID), count(*) AS c, avg(ResolutionWidth), count(DISTINCT UserID) FROM hits_10m GROUP BY RegionID ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT RegionID, sum(AdvEngineID), count(*) AS c, avg(ResolutionWidth), count(DISTINCT UserID) FROM hits_10m GROUP BY RegionID ORDER BY count(*) DESC LIMIT 10;
+----------+--------+---------+--------------------------+--------+
+==========+========+=========+==========================+========+
+----------+--------+---------+--------------------------+--------+
10 tuples (6.4s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT RegionID, sum(AdvEngineID), count(*) AS c, avg(ResolutionWidth), count(DISTINCT UserID) FROM hits_10m GROUP BY RegionID ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT RegionID, sum(AdvEngineID), count(*) AS c, avg(ResolutionWidth), count(DISTINCT UserID) FROM hits_10m GROUP BY RegionID ORDER BY count(*) DESC LIMIT 10;
+----------+--------+---------+--------------------------+--------+
+==========+========+=========+==========================+========+
+----------+--------+---------+--------------------------+--------+
10 tuples (8.6s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT RegionID, sum(AdvEngineID), count(*) AS c, avg(ResolutionWidth), count(DISTINCT UserID) FROM hits_10m GROUP BY RegionID ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT RegionID, sum(AdvEngineID), count(*) AS c, avg(ResolutionWidth), count(DISTINCT UserID) FROM hits_10m GROUP BY RegionID ORDER BY count(*) DESC LIMIT 10;
+----------+--------+---------+--------------------------+--------+
+==========+========+=========+==========================+========+
+----------+--------+---------+--------------------------+--------+
10 tuples (8.4s)
sql>\q
-- агрегация, среднее количество ключей, несколько агрегатных функций.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT MobilePhoneModel, count(DISTINCT UserID) AS u FROM hits_10m WHERE MobilePhoneModel <> '' GROUP BY MobilePhoneModel ORDER BY u DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT MobilePhoneModel, count(DISTINCT UserID) AS u FROM hits_10m WHERE MobilePhoneModel <> '' GROUP BY MobilePhoneModel ORDER BY u DESC LIMIT 10;
+------------------+-------+
+==================+=======+
+------------------+-------+
10 tuples (342.014ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT MobilePhoneModel, count(DISTINCT UserID) AS u FROM hits_10m WHERE MobilePhoneModel <> '' GROUP BY MobilePhoneModel ORDER BY u DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT MobilePhoneModel, count(DISTINCT UserID) AS u FROM hits_10m WHERE MobilePhoneModel <> '' GROUP BY MobilePhoneModel ORDER BY u DESC LIMIT 10;
+------------------+-------+
+==================+=======+
+------------------+-------+
10 tuples (335.044ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT MobilePhoneModel, count(DISTINCT UserID) AS u FROM hits_10m WHERE MobilePhoneModel <> '' GROUP BY MobilePhoneModel ORDER BY u DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT MobilePhoneModel, count(DISTINCT UserID) AS u FROM hits_10m WHERE MobilePhoneModel <> '' GROUP BY MobilePhoneModel ORDER BY u DESC LIMIT 10;
+------------------+-------+
+==================+=======+
+------------------+-------+
10 tuples (583.903ms)
sql>\q
-- мощная фильтрация по строкам, затем агрегация по строкам.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT MobilePhone, MobilePhoneModel, count(DISTINCT UserID) AS u FROM hits_10m WHERE MobilePhoneModel <> '' GROUP BY MobilePhone, MobilePhoneModel ORDER BY u DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT MobilePhone, MobilePhoneModel, count(DISTINCT UserID) AS u FROM hits_10m WHERE MobilePhoneModel <> '' GROUP BY MobilePhone, MobilePhoneModel ORDER BY u DESC L IMIT 10;
+-------------+------------------+-------+
+=============+==================+=======+
+-------------+------------------+-------+
10 tuples (353.099ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT MobilePhone, MobilePhoneModel, count(DISTINCT UserID) AS u FROM hits_10m WHERE MobilePhoneModel <> '' GROUP BY MobilePhone, MobilePhoneModel ORDER BY u DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT MobilePhone, MobilePhoneModel, count(DISTINCT UserID) AS u FROM hits_10m WHERE MobilePhoneModel <> '' GROUP BY MobilePhone, MobilePhoneModel ORDER BY u DESC L IMIT 10;
+-------------+------------------+-------+
+=============+==================+=======+
+-------------+------------------+-------+
10 tuples (337.283ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT MobilePhone, MobilePhoneModel, count(DISTINCT UserID) AS u FROM hits_10m WHERE MobilePhoneModel <> '' GROUP BY MobilePhone, MobilePhoneModel ORDER BY u DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT MobilePhone, MobilePhoneModel, count(DISTINCT UserID) AS u FROM hits_10m WHERE MobilePhoneModel <> '' GROUP BY MobilePhone, MobilePhoneModel ORDER BY u DESC L IMIT 10;
+-------------+------------------+-------+
+=============+==================+=======+
+-------------+------------------+-------+
10 tuples (331.452ms)
sql>\q
-- мощная фильтрация по строкам, затем агрегация по паре из числа и строки.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT SearchPhrase, count(*) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase, count(*) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+-----------------------+------+
+=======================+======+
+-----------------------+------+
10 tuples (6.1s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT SearchPhrase, count(*) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase, count(*) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+-----------------------+------+
+=======================+======+
+-----------------------+------+
10 tuples (7.0s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT SearchPhrase, count(*) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase, count(*) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+-----------------------+------+
+=======================+======+
+-----------------------+------+
10 tuples (12.7s)
sql>\q
-- средняя фильтрация по строкам, затем агрегация по строкам, большое количество ключей.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT SearchPhrase, count(DISTINCT UserID) AS u FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY u DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase, count(DISTINCT UserID) AS u FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY u DESC LIMIT 10;
+-----------------------+------+
+=======================+======+
+-----------------------+------+
10 tuples (5.5s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT SearchPhrase, count(DISTINCT UserID) AS u FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY u DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase, count(DISTINCT UserID) AS u FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY u DESC LIMIT 10;
+-----------------------+------+
+=======================+======+
+-----------------------+------+
10 tuples (6.7s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT SearchPhrase, count(DISTINCT UserID) AS u FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY u DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase, count(DISTINCT UserID) AS u FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY u DESC LIMIT 10;
+-----------------------+------+
+=======================+======+
+-----------------------+------+
10 tuples (6.1s)
sql>\q
-- агрегация чуть сложнее.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT SearchEngineID, SearchPhrase, count(*) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchEngineID, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchEngineID, SearchPhrase, count(*) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchEngineID, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+----------------+-----------------------+------+
+================+=======================+======+
+----------------+-----------------------+------+
10 tuples (59.9s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT SearchEngineID, SearchPhrase, count(*) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchEngineID, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchEngineID, SearchPhrase, count(*) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchEngineID, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+----------------+-----------------------+------+
+================+=======================+======+
+----------------+-----------------------+------+
10 tuples (56.9s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT SearchEngineID, SearchPhrase, count(*) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchEngineID, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchEngineID, SearchPhrase, count(*) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchEngineID, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+----------------+-----------------------+------+
+================+=======================+======+
+----------------+-----------------------+------+
10 tuples (1m 10s)
sql>\q
-- агрегация по числу и строке, большое количество ключей.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT UserID, count(*) FROM hits_10m GROUP BY UserID ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID, count(*) FROM hits_10m GROUP BY UserID ORDER BY count(*) DESC LIMIT 10;
+---------------------+------+
+=====================+======+
+---------------------+------+
10 tuples (731.583ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT UserID, count(*) FROM hits_10m GROUP BY UserID ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID, count(*) FROM hits_10m GROUP BY UserID ORDER BY count(*) DESC LIMIT 10;
+---------------------+------+
+=====================+======+
+---------------------+------+
10 tuples (720.496ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT UserID, count(*) FROM hits_10m GROUP BY UserID ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID, count(*) FROM hits_10m GROUP BY UserID ORDER BY count(*) DESC LIMIT 10;
+---------------------+------+
+=====================+======+
+---------------------+------+
10 tuples (707.563ms)
sql>\q
-- агрегация по очень большому количеству ключей, может не хватить оперативки.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT UserID, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+---------------------+--------------+------+
+=====================+==============+======+
+---------------------+--------------+------+
10 tuples (6.1s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT UserID, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+---------------------+--------------+------+
+=====================+==============+======+
+---------------------+--------------+------+
10 tuples (6.0s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT UserID, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+---------------------+--------------+------+
+=====================+==============+======+
+---------------------+--------------+------+
10 tuples (6.7s)
sql>\q
-- ещё более сложная агрегация.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT UserID, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, SearchPhrase LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, SearchPhrase LIMIT 10;
+---------------------+------------------------------------+------+
+=====================+====================================+======+
+---------------------+------------------------------------+------+
10 tuples (6.0s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT UserID, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, SearchPhrase LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, SearchPhrase LIMIT 10;
+---------------------+------------------------------------+------+
+=====================+====================================+======+
+---------------------+------------------------------------+------+
10 tuples (6.3s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT UserID, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, SearchPhrase LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, SearchPhrase LIMIT 10;
+---------------------+------------------------------------+------+
+=====================+====================================+======+
+---------------------+------------------------------------+------+
10 tuples (11.5s)
sql>\q
-- то же самое, но без сортировки.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT UserID, extract (minute from EventTime) AS m, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, m, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID, extract (minute from EventTime) AS m, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, m, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+---------------------+------+--------------+------+
+=====================+======+==============+======+
+---------------------+------+--------------+------+
10 tuples (23.1s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT UserID, extract (minute from EventTime) AS m, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, m, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID, extract (minute from EventTime) AS m, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, m, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+---------------------+------+--------------+------+
+=====================+======+==============+======+
+---------------------+------+--------------+------+
10 tuples (37.9s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT UserID, extract (minute from EventTime) AS m, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, m, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID, extract (minute from EventTime) AS m, SearchPhrase, count(*) FROM hits_10m GROUP BY UserID, m, SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+---------------------+------+--------------+------+
+=====================+======+==============+======+
+---------------------+------+--------------+------+
10 tuples (35.4s)
sql>\q
-- ещё более сложная агрегация, не стоит выполнять на больших таблицах.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT UserID FROM hits_10m WHERE UserID = 1234567890;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID FROM hits_10m WHERE UserID = 1234567890;
+--------+
+========+
+--------+
0 tuples (340.345ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT UserID FROM hits_10m WHERE UserID = 1234567890;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID FROM hits_10m WHERE UserID = 1234567890;
+--------+
+========+
+--------+
0 tuples (0.722ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT UserID FROM hits_10m WHERE UserID = 1234567890;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT UserID FROM hits_10m WHERE UserID = 1234567890;
+--------+
+========+
+--------+
0 tuples (0.688ms)
sql>\q
-- мощная фильтрация по столбцу типа UInt64.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT count(*) FROM hits_10m WHERE URL LIKE '%metrika%';
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(*) FROM hits_10m WHERE URL LIKE '%metrika%';
+------+
+======+
+------+
1 tuple (2.5s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT count(*) FROM hits_10m WHERE URL LIKE '%metrika%';
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(*) FROM hits_10m WHERE URL LIKE '%metrika%';
+------+
+======+
+------+
1 tuple (52.693ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT count(*) FROM hits_10m WHERE URL LIKE '%metrika%';
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT count(*) FROM hits_10m WHERE URL LIKE '%metrika%';
+------+
+======+
+------+
1 tuple (47.070ms)
sql>\q
-- фильтрация по поиску подстроки в строке.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT SearchPhrase, MAX(URL), count(*) FROM hits_10m WHERE URL LIKE '%metrika%' AND SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase, MAX(URL), count(*) FROM hits_10m WHERE URL LIKE '%metrika%' AND SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+------------------------------------------------------------------------+---------------------------------------------------------------------------------------+------+
+========================================================================+=======================================================================================+======+
: : ya : :
+------------------------------------------------------------------------+---------------------------------------------------------------------------------------+------+
10 tuples (94.266ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT SearchPhrase, MAX(URL), count(*) FROM hits_10m WHERE URL LIKE '%metrika%' AND SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase, MAX(URL), count(*) FROM hits_10m WHERE URL LIKE '%metrika%' AND SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+------------------------------------------------------------------------+---------------------------------------------------------------------------------------+------+
+========================================================================+=======================================================================================+======+
: : ya : :
+------------------------------------------------------------------------+---------------------------------------------------------------------------------------+------+
10 tuples (52.012ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT SearchPhrase, MAX(URL), count(*) FROM hits_10m WHERE URL LIKE '%metrika%' AND SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase, MAX(URL), count(*) FROM hits_10m WHERE URL LIKE '%metrika%' AND SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+------------------------------------------------------------------------+---------------------------------------------------------------------------------------+------+
+========================================================================+=======================================================================================+======+
: : ya : :
+------------------------------------------------------------------------+---------------------------------------------------------------------------------------+------+
10 tuples (57.737ms)
sql>\q
-- вынимаем большие столбцы, фильтрация по строке.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT SearchPhrase, MAX(URL), MAX(Title), count(*) AS c, count(DISTINCT UserID) FROM hits_10m WHERE Title LIKE '%Яндекс%' AND URL <> '%.yandex.%' AND SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase, MAX(URL), MAX(Title), count(*) AS c, count(DISTINCT UserID) FROM hits_10m WHERE Title LIKE '%Яндекс%' AND URL <> '%.yandex.%' AND SearchPhrase < > '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+------------------+-----------------------------------------------------+------------------------------------------------+------+------+
+==================+=====================================================+================================================+======+======+
+------------------+-----------------------------------------------------+------------------------------------------------+------+------+
10 tuples (2.8s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT SearchPhrase, MAX(URL), MAX(Title), count(*) AS c, count(DISTINCT UserID) FROM hits_10m WHERE Title LIKE '%Яндекс%' AND URL <> '%.yandex.%' AND SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase, MAX(URL), MAX(Title), count(*) AS c, count(DISTINCT UserID) FROM hits_10m WHERE Title LIKE '%Яндекс%' AND URL <> '%.yandex.%' AND SearchPhrase < > '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+------------------+-----------------------------------------------------+------------------------------------------------+------+------+
+==================+=====================================================+================================================+======+======+
+------------------+-----------------------------------------------------+------------------------------------------------+------+------+
10 tuples (97.284ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT SearchPhrase, MAX(URL), MAX(Title), count(*) AS c, count(DISTINCT UserID) FROM hits_10m WHERE Title LIKE '%Яндекс%' AND URL <> '%.yandex.%' AND SearchPhrase <> '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase, MAX(URL), MAX(Title), count(*) AS c, count(DISTINCT UserID) FROM hits_10m WHERE Title LIKE '%Яндекс%' AND URL <> '%.yandex.%' AND SearchPhrase < > '' GROUP BY SearchPhrase ORDER BY count(*) DESC LIMIT 10;
+------------------+-----------------------------------------------------+------------------------------------------------+------+------+
+==================+=====================================================+================================================+======+======+
+------------------+-----------------------------------------------------+------------------------------------------------+------+------+
10 tuples (93.373ms)
sql>\q
-- чуть больше столбцы.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT * FROM hits_10m WHERE URL LIKE '%metrika%' ORDER BY EventTime LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT * FROM hits_10m WHERE URL LIKE '%metrika%' ORDER BY EventTime LIMIT 10;
+---------------------+------+--------------+------+---------------+------------+------+------------+------+---------------------+------+------+------+----------------+
: : enab : : even : : : teri : : onid : : terc : : agen : :>
: : le : : t : : : d : : : : lass : : t : :>
+=====================+======+==============+======+===============+============+======+============+======+=====================+======+======+======+================+
: : : : : :58:04.000000 : : : : : : : : : .yandex.ru/reg :
: : : : : : : : : : : : : : istered/main.p :
: : : : : : : : : : : : : : l?cmd=newCam...>
: : : : : :58:13.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :00:43.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :01:30.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :01:57.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :02:21.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :02:29.000000 : : : : : : : : : .yandex.ru/reg :
: : : : : : : : : : : : : : istered/main.p :
: : : : : : : : : : : : : : l?from=metrika :
: : : : : :02:37.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :04:10.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :04:45.000000 : : : : : : : : : .yandex.ru/ :
+---------------------+------+--------------+------+---------------+------------+------+------------+------+---------------------+------+------+------+----------------+
10 tuples (14.5s) !92 columns dropped, 1 field truncated!
note: to disable dropping columns and/or truncating fields use \w-1
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT * FROM hits_10m WHERE URL LIKE '%metrika%' ORDER BY EventTime LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT * FROM hits_10m WHERE URL LIKE '%metrika%' ORDER BY EventTime LIMIT 10;
+---------------------+------+--------------+------+---------------+------------+------+------------+------+---------------------+------+------+------+----------------+
: : enab : : even : : : teri : : onid : : terc : : agen : :>
: : le : : t : : : d : : : : lass : : t : :>
+=====================+======+==============+======+===============+============+======+============+======+=====================+======+======+======+================+
: : : : : :58:04.000000 : : : : : : : : : .yandex.ru/reg :
: : : : : : : : : : : : : : istered/main.p :
: : : : : : : : : : : : : : l?cmd=newCam...>
: : : : : :58:13.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :00:43.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :01:30.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :01:57.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :02:21.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :02:29.000000 : : : : : : : : : .yandex.ru/reg :
: : : : : : : : : : : : : : istered/main.p :
: : : : : : : : : : : : : : l?from=metrika :
: : : : : :02:37.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :04:10.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :04:45.000000 : : : : : : : : : .yandex.ru/ :
+---------------------+------+--------------+------+---------------+------------+------+------------+------+---------------------+------+------+------+----------------+
10 tuples (502.916ms) !92 columns dropped, 1 field truncated!
note: to disable dropping columns and/or truncating fields use \w-1
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT * FROM hits_10m WHERE URL LIKE '%metrika%' ORDER BY EventTime LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT * FROM hits_10m WHERE URL LIKE '%metrika%' ORDER BY EventTime LIMIT 10;
+---------------------+------+--------------+------+---------------+------------+------+------------+------+---------------------+------+------+------+----------------+
: : enab : : even : : : teri : : onid : : terc : : agen : :>
: : le : : t : : : d : : : : lass : : t : :>
+=====================+======+==============+======+===============+============+======+============+======+=====================+======+======+======+================+
: : : : : :58:04.000000 : : : : : : : : : .yandex.ru/reg :
: : : : : : : : : : : : : : istered/main.p :
: : : : : : : : : : : : : : l?cmd=newCam...>
: : : : : :58:13.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :00:43.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :01:30.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :01:57.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :02:21.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :02:29.000000 : : : : : : : : : .yandex.ru/reg :
: : : : : : : : : : : : : : istered/main.p :
: : : : : : : : : : : : : : l?from=metrika :
: : : : : :02:37.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :04:10.000000 : : : : : : : : : .yandex.ru/ :
: : : : : :04:45.000000 : : : : : : : : : .yandex.ru/ :
+---------------------+------+--------------+------+---------------+------------+------+------------+------+---------------------+------+------+------+----------------+
10 tuples (527.883ms) !92 columns dropped, 1 field truncated!
note: to disable dropping columns and/or truncating fields use \w-1
sql>\q
-- плохой запрос - вынимаем все столбцы.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY EventTime LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY EventTime LIMIT 10;
+------------------------------------+
+====================================+
+------------------------------------+
10 tuples (242.014ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY EventTime LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY EventTime LIMIT 10;
+------------------------------------+
+====================================+
+------------------------------------+
10 tuples (113.946ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY EventTime LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY EventTime LIMIT 10;
+------------------------------------+
+====================================+
+------------------------------------+
10 tuples (34.256ms)
sql>\q
-- большая сортировка.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY SearchPhrase LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY SearchPhrase LIMIT 10;
+------------------------------------------------------------------------------+
+==============================================================================+
+------------------------------------------------------------------------------+
10 tuples (60.398ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY SearchPhrase LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY SearchPhrase LIMIT 10;
+------------------------------------------------------------------------------+
+==============================================================================+
+------------------------------------------------------------------------------+
10 tuples (31.705ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY SearchPhrase LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY SearchPhrase LIMIT 10;
+------------------------------------------------------------------------------+
+==============================================================================+
+------------------------------------------------------------------------------+
10 tuples (27.748ms)
sql>\q
-- большая сортировка по строкам.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY EventTime, SearchPhrase LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY EventTime, SearchPhrase LIMIT 10;
+------------------------------------+
+====================================+
+------------------------------------+
10 tuples (74.668ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY EventTime, SearchPhrase LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY EventTime, SearchPhrase LIMIT 10;
+------------------------------------+
+====================================+
+------------------------------------+
10 tuples (44.987ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY EventTime, SearchPhrase LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchPhrase FROM hits_10m WHERE SearchPhrase <> '' ORDER BY EventTime, SearchPhrase LIMIT 10;
+------------------------------------+
+====================================+
+------------------------------------+
10 tuples (34.549ms)
sql>\q
-- большая сортировка по кортежу.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT CounterID, avg(length(URL)) AS l, count(*) FROM hits_10m WHERE URL <> '' GROUP BY CounterID HAVING count(*) > 100000 ORDER BY l DESC LIMIT 25;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT CounterID, avg(length(URL)) AS l, count(*) FROM hits_10m WHERE URL <> '' GROUP BY CounterID HAVING count(*) > 100000 ORDER BY l DESC LIMIT 25;
+-----------+--------------------------+---------+
+===========+==========================+=========+
+-----------+--------------------------+---------+
19 tuples (2.8s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT CounterID, avg(length(URL)) AS l, count(*) FROM hits_10m WHERE URL <> '' GROUP BY CounterID HAVING count(*) > 100000 ORDER BY l DESC LIMIT 25;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT CounterID, avg(length(URL)) AS l, count(*) FROM hits_10m WHERE URL <> '' GROUP BY CounterID HAVING count(*) > 100000 ORDER BY l DESC LIMIT 25;
+-----------+--------------------------+---------+
+===========+==========================+=========+
+-----------+--------------------------+---------+
19 tuples (2.7s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT CounterID, avg(length(URL)) AS l, count(*) FROM hits_10m WHERE URL <> '' GROUP BY CounterID HAVING count(*) > 100000 ORDER BY l DESC LIMIT 25;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT CounterID, avg(length(URL)) AS l, count(*) FROM hits_10m WHERE URL <> '' GROUP BY CounterID HAVING count(*) > 100000 ORDER BY l DESC LIMIT 25;
+-----------+--------------------------+---------+
+===========+==========================+=========+
+-----------+--------------------------+---------+
19 tuples (2.7s)
sql>\q
-- считаем средние длины URL для крупных счётчиков.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT SUBSTRING( SUBSTRING(Referer, POSITION('//' IN Referer) + 2), 1, ifthenelse( (0 > POSITION('/' IN SUBSTRING(Referer, POSITION('//' IN Referer) + 2)) - 1), 0, POSITION('/' IN SUBSTRING(Referer, POSITION('//' IN Referer) + 2)) - 1 ) )
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SUBSTRING( SUBSTRING(Referer, POSITION('//' IN Referer) + 2), 1, ifthenelse( (0 > POSITION('/' IN SUBSTRING(Referer, POSITION('//' IN Referer) + 2)) - 1), 0, POSITION('/' IN SUBSTRING(Referer, POSITION('//' IN Referer) + 2)) - 1 ) )
more>\q
more>monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT SUBSTRING( SUBSTRING(Referer, POSITION('//' IN Referer) + 2), 1, ifthenelse( (0 > POSITION('/' IN SUBSTRING(Referer, POSITION('//' IN Referer) + 2)) - 1), 0, POSITION('/' IN SUBSTRING(Referer, POSITION('//' IN Referer) + 2)) - 1 ) )
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SUBSTRING( SUBSTRING(Referer, POSITION('//' IN Referer) + 2), 1, ifthenelse( (0 > POSITION('/' IN SUBSTRING(Referer, POSITION('//' IN Referer) + 2)) - 1), 0, POSITION('/' IN SUBSTRING(Referer, POSITION('//' IN Referer) + 2)) - 1 ) )
more>\q
more>monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT SUBSTRING( SUBSTRING(Referer, POSITION('//' IN Referer) + 2), 1, ifthenelse( (0 > POSITION('/' IN SUBSTRING(Referer, POSITION('//' IN Referer) + 2)) - 1), 0, POSITION('/' IN SUBSTRING(Referer, POSITION('//' IN Referer) + 2)) - 1 ) )
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SUBSTRING( SUBSTRING(Referer, POSITION('//' IN Referer) + 2), 1, ifthenelse( (0 > POSITION('/' IN SUBSTRING(Referer, POSITION('//' IN Referer) + 2)) - 1), 0, POSITION('/' IN SUBSTRING(Referer, POSITION('//' IN Referer) + 2)) - 1 ) )
more>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
could not connect to localhost:50000: Connection refused
restart server: /etc/init.d/monetdb5-sql restart
Stopping MonetDB SQL server: monetdbd.
Starting MonetDB SQL server: monetdbd.
times: 1
query: AS k, avg(length(Referer)) AS l, count(*) AS c, MAX(Referer) FROM hits_10m WHERE Referer <> '' GROUP BY k HAVING count(*) > 100000 ORDER BY l DESC LIMIT 25;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>AS k, avg(length(Referer)) AS l, count(*) AS c, MAX(Referer) FROM hits_10m WHERE Referer <> '' GROUP BY k HAVING count(*) > 100000 ORDER BY l DESC LIMIT 25;
syntax error, unexpected AS in: "as"
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: AS k, avg(length(Referer)) AS l, count(*) AS c, MAX(Referer) FROM hits_10m WHERE Referer <> '' GROUP BY k HAVING count(*) > 100000 ORDER BY l DESC LIMIT 25;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>AS k, avg(length(Referer)) AS l, count(*) AS c, MAX(Referer) FROM hits_10m WHERE Referer <> '' GROUP BY k HAVING count(*) > 100000 ORDER BY l DESC LIMIT 25;
syntax error, unexpected AS in: "as"
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: AS k, avg(length(Referer)) AS l, count(*) AS c, MAX(Referer) FROM hits_10m WHERE Referer <> '' GROUP BY k HAVING count(*) > 100000 ORDER BY l DESC LIMIT 25;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>AS k, avg(length(Referer)) AS l, count(*) AS c, MAX(Referer) FROM hits_10m WHERE Referer <> '' GROUP BY k HAVING count(*) > 100000 ORDER BY l DESC LIMIT 25;
syntax error, unexpected AS in: "as"
sql>\q
-- то же самое, но с разбивкой по доменам.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT sum(ResolutionWidth), sum(ResolutionWidth + 1), sum(ResolutionWidth + 2), sum(ResolutionWidth + 3), sum(ResolutionWidth + 4), sum(ResolutionWidth + 5), sum(ResolutionWidth + 6), sum(ResolutionWidth + 7), sum(ResolutionWidth + 8), sum(ResolutionWidth + 9), sum(ResolutionWidth + 10), sum(ResolutionWidth + 11), sum(ResolutionWidth + 12), sum(ResolutionWidth + 13), sum(ResolutionWidth + 14), sum(ResolutionWidth + 15), sum(ResolutionWidth + 16), sum(ResolutionWidth + 17), sum(ResolutionWidth + 18), sum(ResolutionWidth + 19), sum(ResolutionWidth + 20), sum(ResolutionWidth + 21), sum(ResolutionWidth + 22), sum(ResolutionWidth + 23), sum(ResolutionWidth + 24), sum(ResolutionWidth + 25), sum(ResolutionWidth + 26), sum(ResolutionWidth + 27), sum(ResolutionWidth + 28), sum(ResolutionWidth + 29), sum(ResolutionWidth + 30), sum(ResolutionWidth + 31), sum(ResolutionWidth + 32), sum(ResolutionWidth + 33), sum(ResolutionWidth + 34), sum(ResolutionWidth + 35), sum(ResolutionWidth + 36), sum(ResolutionWidth + 37), sum(ResolutionWidth + 38), sum(ResolutionWidth + 39), sum(ResolutionWidth + 40), sum(ResolutionWidth + 41), sum(ResolutionWidth + 42), sum(ResolutionWidth + 43), sum(ResolutionWidth + 44), sum(ResolutionWidth + 45), sum(ResolutionWidth + 46), sum(ResolutionWidth + 47), sum(ResolutionWidth + 48), sum(ResolutionWidth + 49), sum(ResolutionWidth + 50), sum(ResolutionWidth + 51), sum(ResolutionWidth + 52), sum(ResolutionWidth + 53), sum(ResolutionWidth + 54), sum(ResolutionWidth + 55), sum(ResolutionWidth + 56), sum(ResolutionWidth + 57), sum(ResolutionWidth + 58), sum(ResolutionWidth + 59), sum(ResolutionWidth + 60), sum(ResolutionWidth + 61), sum(ResolutionWidth + 62), sum(ResolutionWidth + 63), sum(ResolutionWidth + 64), sum(ResolutionWidth + 65), sum(ResolutionWidth + 66), sum(ResolutionWidth + 67), sum(ResolutionWidth + 68), sum(ResolutionWidth + 69), sum(ResolutionWidth + 70), sum(ResolutionWidth + 71), sum(ResolutionWidth + 72), sum(ResolutionWidth + 73), sum(ResolutionWidth + 74), sum(ResolutionWidth + 75), sum(ResolutionWidth + 76), sum(ResolutionWidth + 77), sum(ResolutionWidth + 78), sum(ResolutionWidth + 79), sum(ResolutionWidth + 80), sum(ResolutionWidth + 81), sum(ResolutionWidth + 82), sum(ResolutionWidth + 83), sum(ResolutionWidth + 84), sum(ResolutionWidth + 85), sum(ResolutionWidth + 86), sum(ResolutionWidth + 87), sum(ResolutionWidth + 88), sum(ResolutionWidth + 89) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT sum(ResolutionWidth), sum(ResolutionWidth + 1), sum(ResolutionWidth + 2), sum(ResolutionWidth + 3), sum(ResolutionWidth + 4), sum(ResolutionWidth + 5), sum(Re solutionWidth + 6), sum(ResolutionWidth + 7), sum(ResolutionWidth + 8), sum(ResolutionWidth + 9), sum(ResolutionWidth + 10), sum(ResolutionWidth + 11), sum(ResolutionWid th + 12), sum(ResolutionWidth + 13), sum(ResolutionWidth + 14), sum(ResolutionWidth + 15), sum(ResolutionWidth + 16), sum(ResolutionWidth + 17), sum(ResolutionWidth + 18 ), sum(ResolutionWidth + 19), sum(ResolutionWidth + 20), sum(ResolutionWidth + 21), sum(ResolutionWidth + 22), sum(ResolutionWidth + 23), sum(ResolutionWidth + 24), sum( ResolutionWidth + 25), sum(ResolutionWidth + 26), sum(ResolutionWidth + 27), sum(ResolutionWidth + 28), sum(ResolutionWidth + 29), sum(ResolutionWidth + 30), sum(Resolut ionWidth + 31), sum(ResolutionWidth + 32), sum(ResolutionWidth + 33), sum(ResolutionWidth + 34), sum(ResolutionWidth + 35), sum(ResolutionWidth + 36), sum(ResolutionWidt h + 37), sum(ResolutionWidth + 38), sum(ResolutionWidth + 39), sum(ResolutionWidth + 40), sum(ResolutionWidth + 41), sum(ResolutionWidth + 42), sum(ResolutionWidth + 43) , sum(ResolutionWidth + 44), sum(ResolutionWidth + 45), sum(ResolutionWidth + 46), sum(ResolutionWidth + 47), sum(ResolutionWidth + 48), sum(ResolutionWidth + 49), sum(R esolutionWidth + 50), sum(ResolutionWidth + 51), sum(ResolutionWidth + 52), sum(ResolutionWidth + 53), sum(ResolutionWidth + 54), sum(ResolutionWidth + 55), sum(Resoluti onWidth + 56), sum(ResolutionWidth + 57), sum(ResolutionWidth + 58), sum(ResolutionWidth + 59), sum(ResolutionWidth + 60), sum(ResolutionWidth + 61), sum(ResolutionWidth + 62), sum(ResolutionWidth + 63), sum(ResolutionWidth + 64), sum(ResolutionWidth + 65), sum(ResolutionWidth + 66), sum(ResolutionWidth + 67), sum(ResolutionWidth + 68), sum(ResolutionWidth + 69), sum(ResolutionWidth + 70), sum(ResolutionWidth + 71), sum(ResolutionWidth + 72), sum(ResolutionWidth + 73), sum(ResolutionWidth + 74), sum(Re solutionWidth + 75), sum(ResolutionWidth + 76), sum(ResolutionWidth + 77), sum(ResolutionWidth + 78), sum(ResolutionWidth + 79), sum(ResolutionWidth + 80), sum(Resolutio nWidth + 81), sum(ResolutionWidth + 82), sum(ResolutionWidth + 83), sum(ResolutionWidth + 84), sum(ResolutionWidth + 85), sum(ResolutionWidth + 86), sum(ResolutionWidth + 87), sum(ResolutionWidth + 88), sum(ResolutionWidth + 89) FROM hits_10m;
+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+
+=============+=============+=============+=============+=============+=============+=============+=============+=============+=============+=============+=============+
+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+
1 tuple (1.6s) !78 columns dropped!
note: to disable dropping columns and/or truncating fields use \w-1
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT sum(ResolutionWidth), sum(ResolutionWidth + 1), sum(ResolutionWidth + 2), sum(ResolutionWidth + 3), sum(ResolutionWidth + 4), sum(ResolutionWidth + 5), sum(ResolutionWidth + 6), sum(ResolutionWidth + 7), sum(ResolutionWidth + 8), sum(ResolutionWidth + 9), sum(ResolutionWidth + 10), sum(ResolutionWidth + 11), sum(ResolutionWidth + 12), sum(ResolutionWidth + 13), sum(ResolutionWidth + 14), sum(ResolutionWidth + 15), sum(ResolutionWidth + 16), sum(ResolutionWidth + 17), sum(ResolutionWidth + 18), sum(ResolutionWidth + 19), sum(ResolutionWidth + 20), sum(ResolutionWidth + 21), sum(ResolutionWidth + 22), sum(ResolutionWidth + 23), sum(ResolutionWidth + 24), sum(ResolutionWidth + 25), sum(ResolutionWidth + 26), sum(ResolutionWidth + 27), sum(ResolutionWidth + 28), sum(ResolutionWidth + 29), sum(ResolutionWidth + 30), sum(ResolutionWidth + 31), sum(ResolutionWidth + 32), sum(ResolutionWidth + 33), sum(ResolutionWidth + 34), sum(ResolutionWidth + 35), sum(ResolutionWidth + 36), sum(ResolutionWidth + 37), sum(ResolutionWidth + 38), sum(ResolutionWidth + 39), sum(ResolutionWidth + 40), sum(ResolutionWidth + 41), sum(ResolutionWidth + 42), sum(ResolutionWidth + 43), sum(ResolutionWidth + 44), sum(ResolutionWidth + 45), sum(ResolutionWidth + 46), sum(ResolutionWidth + 47), sum(ResolutionWidth + 48), sum(ResolutionWidth + 49), sum(ResolutionWidth + 50), sum(ResolutionWidth + 51), sum(ResolutionWidth + 52), sum(ResolutionWidth + 53), sum(ResolutionWidth + 54), sum(ResolutionWidth + 55), sum(ResolutionWidth + 56), sum(ResolutionWidth + 57), sum(ResolutionWidth + 58), sum(ResolutionWidth + 59), sum(ResolutionWidth + 60), sum(ResolutionWidth + 61), sum(ResolutionWidth + 62), sum(ResolutionWidth + 63), sum(ResolutionWidth + 64), sum(ResolutionWidth + 65), sum(ResolutionWidth + 66), sum(ResolutionWidth + 67), sum(ResolutionWidth + 68), sum(ResolutionWidth + 69), sum(ResolutionWidth + 70), sum(ResolutionWidth + 71), sum(ResolutionWidth + 72), sum(ResolutionWidth + 73), sum(ResolutionWidth + 74), sum(ResolutionWidth + 75), sum(ResolutionWidth + 76), sum(ResolutionWidth + 77), sum(ResolutionWidth + 78), sum(ResolutionWidth + 79), sum(ResolutionWidth + 80), sum(ResolutionWidth + 81), sum(ResolutionWidth + 82), sum(ResolutionWidth + 83), sum(ResolutionWidth + 84), sum(ResolutionWidth + 85), sum(ResolutionWidth + 86), sum(ResolutionWidth + 87), sum(ResolutionWidth + 88), sum(ResolutionWidth + 89) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT sum(ResolutionWidth), sum(ResolutionWidth + 1), sum(ResolutionWidth + 2), sum(ResolutionWidth + 3), sum(ResolutionWidth + 4), sum(ResolutionWidth + 5), sum(Re solutionWidth + 6), sum(ResolutionWidth + 7), sum(ResolutionWidth + 8), sum(ResolutionWidth + 9), sum(ResolutionWidth + 10), sum(ResolutionWidth + 11), sum(ResolutionWid th + 12), sum(ResolutionWidth + 13), sum(ResolutionWidth + 14), sum(ResolutionWidth + 15), sum(ResolutionWidth + 16), sum(ResolutionWidth + 17), sum(ResolutionWidth + 18 ), sum(ResolutionWidth + 19), sum(ResolutionWidth + 20), sum(ResolutionWidth + 21), sum(ResolutionWidth + 22), sum(ResolutionWidth + 23), sum(ResolutionWidth + 24), sum( ResolutionWidth + 25), sum(ResolutionWidth + 26), sum(ResolutionWidth + 27), sum(ResolutionWidth + 28), sum(ResolutionWidth + 29), sum(ResolutionWidth + 30), sum(Resolut ionWidth + 31), sum(ResolutionWidth + 32), sum(ResolutionWidth + 33), sum(ResolutionWidth + 34), sum(ResolutionWidth + 35), sum(ResolutionWidth + 36), sum(ResolutionWidt h + 37), sum(ResolutionWidth + 38), sum(ResolutionWidth + 39), sum(ResolutionWidth + 40), sum(ResolutionWidth + 41), sum(ResolutionWidth + 42), sum(ResolutionWidth + 43) , sum(ResolutionWidth + 44), sum(ResolutionWidth + 45), sum(ResolutionWidth + 46), sum(ResolutionWidth + 47), sum(ResolutionWidth + 48), sum(ResolutionWidth + 49), sum(R esolutionWidth + 50), sum(ResolutionWidth + 51), sum(ResolutionWidth + 52), sum(ResolutionWidth + 53), sum(ResolutionWidth + 54), sum(ResolutionWidth + 55), sum(Resoluti onWidth + 56), sum(ResolutionWidth + 57), sum(ResolutionWidth + 58), sum(ResolutionWidth + 59), sum(ResolutionWidth + 60), sum(ResolutionWidth + 61), sum(ResolutionWidth + 62), sum(ResolutionWidth + 63), sum(ResolutionWidth + 64), sum(ResolutionWidth + 65), sum(ResolutionWidth + 66), sum(ResolutionWidth + 67), sum(ResolutionWidth + 68), sum(ResolutionWidth + 69), sum(ResolutionWidth + 70), sum(ResolutionWidth + 71), sum(ResolutionWidth + 72), sum(ResolutionWidth + 73), sum(ResolutionWidth + 74), sum(Re solutionWidth + 75), sum(ResolutionWidth + 76), sum(ResolutionWidth + 77), sum(ResolutionWidth + 78), sum(ResolutionWidth + 79), sum(ResolutionWidth + 80), sum(Resolutio nWidth + 81), sum(ResolutionWidth + 82), sum(ResolutionWidth + 83), sum(ResolutionWidth + 84), sum(ResolutionWidth + 85), sum(ResolutionWidth + 86), sum(ResolutionWidth + 87), sum(ResolutionWidth + 88), sum(ResolutionWidth + 89) FROM hits_10m;
+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+
+=============+=============+=============+=============+=============+=============+=============+=============+=============+=============+=============+=============+
+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+
1 tuple (1.2s) !78 columns dropped!
note: to disable dropping columns and/or truncating fields use \w-1
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT sum(ResolutionWidth), sum(ResolutionWidth + 1), sum(ResolutionWidth + 2), sum(ResolutionWidth + 3), sum(ResolutionWidth + 4), sum(ResolutionWidth + 5), sum(ResolutionWidth + 6), sum(ResolutionWidth + 7), sum(ResolutionWidth + 8), sum(ResolutionWidth + 9), sum(ResolutionWidth + 10), sum(ResolutionWidth + 11), sum(ResolutionWidth + 12), sum(ResolutionWidth + 13), sum(ResolutionWidth + 14), sum(ResolutionWidth + 15), sum(ResolutionWidth + 16), sum(ResolutionWidth + 17), sum(ResolutionWidth + 18), sum(ResolutionWidth + 19), sum(ResolutionWidth + 20), sum(ResolutionWidth + 21), sum(ResolutionWidth + 22), sum(ResolutionWidth + 23), sum(ResolutionWidth + 24), sum(ResolutionWidth + 25), sum(ResolutionWidth + 26), sum(ResolutionWidth + 27), sum(ResolutionWidth + 28), sum(ResolutionWidth + 29), sum(ResolutionWidth + 30), sum(ResolutionWidth + 31), sum(ResolutionWidth + 32), sum(ResolutionWidth + 33), sum(ResolutionWidth + 34), sum(ResolutionWidth + 35), sum(ResolutionWidth + 36), sum(ResolutionWidth + 37), sum(ResolutionWidth + 38), sum(ResolutionWidth + 39), sum(ResolutionWidth + 40), sum(ResolutionWidth + 41), sum(ResolutionWidth + 42), sum(ResolutionWidth + 43), sum(ResolutionWidth + 44), sum(ResolutionWidth + 45), sum(ResolutionWidth + 46), sum(ResolutionWidth + 47), sum(ResolutionWidth + 48), sum(ResolutionWidth + 49), sum(ResolutionWidth + 50), sum(ResolutionWidth + 51), sum(ResolutionWidth + 52), sum(ResolutionWidth + 53), sum(ResolutionWidth + 54), sum(ResolutionWidth + 55), sum(ResolutionWidth + 56), sum(ResolutionWidth + 57), sum(ResolutionWidth + 58), sum(ResolutionWidth + 59), sum(ResolutionWidth + 60), sum(ResolutionWidth + 61), sum(ResolutionWidth + 62), sum(ResolutionWidth + 63), sum(ResolutionWidth + 64), sum(ResolutionWidth + 65), sum(ResolutionWidth + 66), sum(ResolutionWidth + 67), sum(ResolutionWidth + 68), sum(ResolutionWidth + 69), sum(ResolutionWidth + 70), sum(ResolutionWidth + 71), sum(ResolutionWidth + 72), sum(ResolutionWidth + 73), sum(ResolutionWidth + 74), sum(ResolutionWidth + 75), sum(ResolutionWidth + 76), sum(ResolutionWidth + 77), sum(ResolutionWidth + 78), sum(ResolutionWidth + 79), sum(ResolutionWidth + 80), sum(ResolutionWidth + 81), sum(ResolutionWidth + 82), sum(ResolutionWidth + 83), sum(ResolutionWidth + 84), sum(ResolutionWidth + 85), sum(ResolutionWidth + 86), sum(ResolutionWidth + 87), sum(ResolutionWidth + 88), sum(ResolutionWidth + 89) FROM hits_10m;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT sum(ResolutionWidth), sum(ResolutionWidth + 1), sum(ResolutionWidth + 2), sum(ResolutionWidth + 3), sum(ResolutionWidth + 4), sum(ResolutionWidth + 5), sum(Re solutionWidth + 6), sum(ResolutionWidth + 7), sum(ResolutionWidth + 8), sum(ResolutionWidth + 9), sum(ResolutionWidth + 10), sum(ResolutionWidth + 11), sum(ResolutionWid th + 12), sum(ResolutionWidth + 13), sum(ResolutionWidth + 14), sum(ResolutionWidth + 15), sum(ResolutionWidth + 16), sum(ResolutionWidth + 17), sum(ResolutionWidth + 18 ), sum(ResolutionWidth + 19), sum(ResolutionWidth + 20), sum(ResolutionWidth + 21), sum(ResolutionWidth + 22), sum(ResolutionWidth + 23), sum(ResolutionWidth + 24), sum( ResolutionWidth + 25), sum(ResolutionWidth + 26), sum(ResolutionWidth + 27), sum(ResolutionWidth + 28), sum(ResolutionWidth + 29), sum(ResolutionWidth + 30), sum(Resolut ionWidth + 31), sum(ResolutionWidth + 32), sum(ResolutionWidth + 33), sum(ResolutionWidth + 34), sum(ResolutionWidth + 35), sum(ResolutionWidth + 36), sum(ResolutionWidt h + 37), sum(ResolutionWidth + 38), sum(ResolutionWidth + 39), sum(ResolutionWidth + 40), sum(ResolutionWidth + 41), sum(ResolutionWidth + 42), sum(ResolutionWidth + 43) , sum(ResolutionWidth + 44), sum(ResolutionWidth + 45), sum(ResolutionWidth + 46), sum(ResolutionWidth + 47), sum(ResolutionWidth + 48), sum(ResolutionWidth + 49), sum(R esolutionWidth + 50), sum(ResolutionWidth + 51), sum(ResolutionWidth + 52), sum(ResolutionWidth + 53), sum(ResolutionWidth + 54), sum(ResolutionWidth + 55), sum(Resoluti onWidth + 56), sum(ResolutionWidth + 57), sum(ResolutionWidth + 58), sum(ResolutionWidth + 59), sum(ResolutionWidth + 60), sum(ResolutionWidth + 61), sum(ResolutionWidth + 62), sum(ResolutionWidth + 63), sum(ResolutionWidth + 64), sum(ResolutionWidth + 65), sum(ResolutionWidth + 66), sum(ResolutionWidth + 67), sum(ResolutionWidth + 68), sum(ResolutionWidth + 69), sum(ResolutionWidth + 70), sum(ResolutionWidth + 71), sum(ResolutionWidth + 72), sum(ResolutionWidth + 73), sum(ResolutionWidth + 74), sum(Re solutionWidth + 75), sum(ResolutionWidth + 76), sum(ResolutionWidth + 77), sum(ResolutionWidth + 78), sum(ResolutionWidth + 79), sum(ResolutionWidth + 80), sum(Resolutio nWidth + 81), sum(ResolutionWidth + 82), sum(ResolutionWidth + 83), sum(ResolutionWidth + 84), sum(ResolutionWidth + 85), sum(ResolutionWidth + 86), sum(ResolutionWidth + 87), sum(ResolutionWidth + 88), sum(ResolutionWidth + 89) FROM hits_10m;
+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+
+=============+=============+=============+=============+=============+=============+=============+=============+=============+=============+=============+=============+
+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+-------------+
1 tuple (1.2s) !78 columns dropped!
note: to disable dropping columns and/or truncating fields use \w-1
sql>\q
-- много тупых агрегатных функций.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT SearchEngineID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchEngineID, ClientIP ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchEngineID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchEngineID, ClientIP ORDER BY count(*) DESC LIMIT 10;
Connection terminated
monetdbd is running
spawn mclient -u monetdb -d hits
password:
could not connect to localhost:50000: Connection refused
restart server: /etc/init.d/monetdb5-sql restart
Stopping MonetDB SQL server: monetdbd.
Starting MonetDB SQL server: monetdbd.
times: 2
query: SELECT SearchEngineID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchEngineID, ClientIP ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchEngineID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchEngineID, ClientIP ORDER BY count(*) DESC LIMIT 10;
Connection terminated
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT SearchEngineID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchEngineID, ClientIP ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT SearchEngineID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY SearchEngineID, ClientIP ORDER BY count(*) DESC LIMIT 10;
Connection terminated
-- сложная агрегация, для больших таблиц может не хватить оперативки.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Connection terminated
restart server: /etc/init.d/monetdb5-sql restart
monetdbd not running.
Starting MonetDB SQL server: monetdbd.
times: 1
query: SELECT WatchID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY WatchID, ClientIP ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT WatchID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY WatchID, ClientIP ORDER BY count(*) DESC LIMIT 10;
+---------------------+------------+------+------+--------------------------+
+=====================+============+======+======+==========================+
+---------------------+------------+------+------+--------------------------+
10 tuples (1.1s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT WatchID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY WatchID, ClientIP ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT WatchID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY WatchID, ClientIP ORDER BY count(*) DESC LIMIT 10;
+---------------------+------------+------+------+--------------------------+
+=====================+============+======+======+==========================+
+---------------------+------------+------+------+--------------------------+
10 tuples (424.371ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT WatchID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY WatchID, ClientIP ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT WatchID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m WHERE SearchPhrase <> '' GROUP BY WatchID, ClientIP ORDER BY count(*) DESC LIMIT 10;
+---------------------+------------+------+------+--------------------------+
+=====================+============+======+======+==========================+
+---------------------+------------+------+------+--------------------------+
10 tuples (244.552ms)
sql>\q
-- агрегация по двум полям, которая ничего не агрегирует. Для больших таблиц выполнить не получится.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT WatchID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m GROUP BY WatchID, ClientIP ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT WatchID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m GROUP BY WatchID, ClientIP ORDER BY count(*) DESC LIMIT 10;
+---------------------+------------+------+------+--------------------------+
+=====================+============+======+======+==========================+
+---------------------+------------+------+------+--------------------------+
10 tuples (1.3s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT WatchID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m GROUP BY WatchID, ClientIP ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT WatchID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m GROUP BY WatchID, ClientIP ORDER BY count(*) DESC LIMIT 10;
+---------------------+------------+------+------+--------------------------+
+=====================+============+======+======+==========================+
+---------------------+------------+------+------+--------------------------+
10 tuples (1.3s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT WatchID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m GROUP BY WatchID, ClientIP ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT WatchID, ClientIP, count(*) AS c, sum(Refresh), avg(ResolutionWidth) FROM hits_10m GROUP BY WatchID, ClientIP ORDER BY count(*) DESC LIMIT 10;
+---------------------+------------+------+------+--------------------------+
+=====================+============+======+======+==========================+
+---------------------+------------+------+------+--------------------------+
10 tuples (1.3s)
sql>\q
-- то же самое, но ещё и без фильтрации.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT URL, count(*) FROM hits_10m GROUP BY URL ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT URL, count(*) FROM hits_10m GROUP BY URL ORDER BY count(*) DESC LIMIT 10;
+--------------------------------------------------------------+--------+
+==============================================================+========+
+--------------------------------------------------------------+--------+
10 tuples (2m 10s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT URL, count(*) FROM hits_10m GROUP BY URL ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT URL, count(*) FROM hits_10m GROUP BY URL ORDER BY count(*) DESC LIMIT 10;
+--------------------------------------------------------------+--------+
+==============================================================+========+
+--------------------------------------------------------------+--------+
10 tuples (2m 9s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT URL, count(*) FROM hits_10m GROUP BY URL ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT URL, count(*) FROM hits_10m GROUP BY URL ORDER BY count(*) DESC LIMIT 10;
+--------------------------------------------------------------+--------+
+==============================================================+========+
+--------------------------------------------------------------+--------+
10 tuples (1m 43s)
sql>\q
-- агрегация по URL.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT 1, URL, count(*) FROM hits_10m GROUP BY 1, URL ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT 1, URL, count(*) FROM hits_10m GROUP BY 1, URL ORDER BY count(*) DESC LIMIT 10;
syntax error, unexpected sqlINT in: "select 1, url, count(*) from hits_10m group by 1"
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT 1, URL, count(*) FROM hits_10m GROUP BY 1, URL ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT 1, URL, count(*) FROM hits_10m GROUP BY 1, URL ORDER BY count(*) DESC LIMIT 10;
syntax error, unexpected sqlINT in: "select 1, url, count(*) from hits_10m group by 1"
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT 1, URL, count(*) FROM hits_10m GROUP BY 1, URL ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT 1, URL, count(*) FROM hits_10m GROUP BY 1, URL ORDER BY count(*) DESC LIMIT 10;
syntax error, unexpected sqlINT in: "select 1, url, count(*) from hits_10m group by 1"
sql>\q
-- агрегация по URL и числу.;
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3, count(*) FROM hits_10m GROUP BY ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3 ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3, count(*) FROM hits_10m GROUP BY ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3 ORDER BY count(*) DESC LIMIT 10;
syntax error, unexpected '-', expecting SCOLON in: "select clientip, clientip - 1, clientip - 2, clientip - 3, count(*) from hits_10m group by clientip, clientip -"
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3, count(*) FROM hits_10m GROUP BY ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3 ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3, count(*) FROM hits_10m GROUP BY ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3 ORDER BY count(*) DESC LIMIT 10;
syntax error, unexpected '-', expecting SCOLON in: "select clientip, clientip - 1, clientip - 2, clientip - 3, count(*) from hits_10m group by clientip, clientip -"
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3, count(*) FROM hits_10m GROUP BY ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3 ORDER BY count(*) DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3, count(*) FROM hits_10m GROUP BY ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3 ORDER BY count(*) DESC LIMIT 10;
syntax error, unexpected '-', expecting SCOLON in: "select clientip, clientip - 1, clientip - 2, clientip - 3, count(*) from hits_10m group by clientip, clientip -"
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query:
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query:
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query:
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT URL, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT DontCountHits AND NOT Refresh AND URL <> '' GROUP BY URL ORDER BY PageViews DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT URL, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT DontCountHits AND NOT R efresh AND URL <> '' GROUP BY URL ORDER BY PageViews DESC LIMIT 10;
+---------------------------------------------------------------------------------+-----------+
+=================================================================================+===========+
+---------------------------------------------------------------------------------+-----------+
10 tuples (3m 30s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT URL, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT DontCountHits AND NOT Refresh AND URL <> '' GROUP BY URL ORDER BY PageViews DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT URL, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT DontCountHits AND NOT R efresh AND URL <> '' GROUP BY URL ORDER BY PageViews DESC LIMIT 10;
+---------------------------------------------------------------------------------+-----------+
+=================================================================================+===========+
+---------------------------------------------------------------------------------+-----------+
10 tuples (3m 24s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT URL, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT DontCountHits AND NOT Refresh AND URL <> '' GROUP BY URL ORDER BY PageViews DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT URL, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT DontCountHits AND NOT R efresh AND URL <> '' GROUP BY URL ORDER BY PageViews DESC LIMIT 10;
+---------------------------------------------------------------------------------+-----------+
+=================================================================================+===========+
+---------------------------------------------------------------------------------+-----------+
10 tuples (3m 54s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT Title, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT DontCountHits AND NOT Refresh AND Title <> '' GROUP BY Title ORDER BY PageViews DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT Title, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT DontCountHits AND NOT Refr esh AND Title <> '' GROUP BY Title ORDER BY PageViews DESC LIMIT 10;
\q
+------------------------------------------------+-----------+
+================================================+===========+
+------------------------------------------------+-----------+
10 tuples (16m 14s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT Title, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT DontCountHits AND NOT Refresh AND Title <> '' GROUP BY Title ORDER BY PageViews DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT Title, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT DontCountHits AND NOT Refr esh AND Title <> '' GROUP BY Title ORDER BY PageViews DESC LIMIT 10;
+------------------------------------------------+-----------+
+================================================+===========+
+------------------------------------------------+-----------+
10 tuples (4m 36s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT Title, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT DontCountHits AND NOT Refresh AND Title <> '' GROUP BY Title ORDER BY PageViews DESC LIMIT 10;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT Title, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT DontCountHits AND NOT Refr esh AND Title <> '' GROUP BY Title ORDER BY PageViews DESC LIMIT 10;
+------------------------------------------------+-----------+
+================================================+===========+
+------------------------------------------------+-----------+
10 tuples (3m 26s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT URL, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND IsLink AND NOT IsDownload GROUP BY URL ORDER BY PageViews DESC LIMIT 1000;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT URL, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND IsLink AND NOT I sDownload GROUP BY URL ORDER BY PageViews DESC LIMIT 1000;
+---------------------------------------------------------------------------------------------------------------------------------------------------------------+-------+
: : iews :
+===============================================================================================================================================================+=======+
: c_aft_spring-offer2013:cpc:yandex-direct : :
: =true : :
: hotelClass=all&meal=all&priceFrom=10000&priceTo=300000 : :
: 475 : :
: q2-2013:cpc:yandex-direct:apec2013 : :
: ks:cpc:yandex-direct:tyagach : :
: 0_pkw_stock:cpc:yandex-direct:e200 : :
: {keyword} : :
: 68ae4aada9d8779c3d9db2a299e : :
: apartment&search_form[currency]=RUB&search_form[price_type]=total&search_form[rooms][]=4&search_form[only_with_photo]=true : :
: BJ_PRICE_MIN=&OBJ_PRICE_MAX=&sector=&ring=&SORT_BY=0utm_source=Yandex_CPC : :
: hotelClass=all&meal=all&priceFrom=10000&priceTo=300000 : :
: n=true : :
: -01:2013-07-01&m2=07&stat_type=custom&group_by=banner, page, phrase&onpage=100&d1=02&target_1=0&cmd=showCampStat&filter_page_target=context&reverse=1&target_ : :
: all=1&sort=aconv&m1=07&online_stat=1&cid=4828884&goals=0&y2=13&offline_stat=0 : :
: yagach : :
: tml?csref=_030_pkw_stock:cpc:yandex-direct:a-class : :
: _q2-2013:cpc:yandex-direct:edition-c : :
: =day&onpage=10000&group_by=page, phrase, retargeting, position, image, date&d1=07&target_1=0&cmd=showCampStat&reverse=ARRAY(0x14a25080)&target_all=1&m1=07&on : :
: line_stat=0&cid=7088688&goals=0&offline_stat=0&y2=13 : :
: ion=Прочитайте истории успеха клие : :
: ddphrases}&keyword={keyword} : :
: operty_type]=apartment&advert_search[rooms][]=4&advert_search[price_type]=total : :
: categoryID=560&search_name=Huter&search_price_from=0&search_price_to=38625 : :
: 475 : :
: pe}&position={position}&campid=komplekt_yandex_poisk : :
: ={keyword} : :
: =28 : :
: MAX=&OBJ_PRICE_MIN=&OBJ_PRICE_MAX=&sector=&ring=&clear_cache=Y&SORT_BY=0utm_source=Yandex_CPC : :
: 06-01:2013-06-27&group=day&d1=01&cmd=showCampStat&ulogin=elama-13666725&target_all=yes&phrasedate=yes&online_stat=0&m1=06&cid=6887844&goals=0&offline_stat=0& : :
: y2=13 : :
: n} : :
: n=true : :
: n=true : :
: 2013-06-27&m2=06&group=month&d1=01&cmd=showCampStat&ulogin=beritedengi-2013&target_all=yes&phrasedate=yes&m1=06&online_stat=0&cid=6870145&goals=0&offline_sta : :
: t=0&y2=13 : :
: ice%3D0;35000%26price_from%3D0%26price_to%3D35000%26FILTER[956][]%3D1%26data_form%3DY : :
: ARE_MAX=&OBJ_PRICE_MIN=&OBJ_PRICE_MAX=&OBJ_PERIOD_MIN=1&OBJ_PERIOD_MAX=12&SORT_BY=0&names=2574 : :
: 10000&search_subcats=1&= Найти &action=search : :
: _MAX=&OBJ_PRICE_MIN=&OBJ_PRICE_MAX=&OBJ_DISTANCE_MIN=&OBJ_DISTANCE_MAX=&SORT_BY=0&names=3158,3669 : :
: 2013-07-01&m2=06&group=week&d1=24&cmd=showCampStat&ulogin=sumki-rekurs&target_all=yes&phrasedate=yes&m1=06&online_stat=0&cid=4054100&goals=0&offline_stat=0&y : :
: 2=13 : :
: d=dirOuyaConsole : :
: 2013-06-24&m2=07&group=year&d1=23&cmd=showCampStat&target_all=yes&phrasedate=yes&online_stat=0&m1=11&cid=4272756&goals=0&offline_stat=0&y2=13 : :
+---------------------------------------------------------------------------------------------------------------------------------------------------------------+-------+
1000 tuples (3.2s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT URL, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND IsLink AND NOT IsDownload GROUP BY URL ORDER BY PageViews DESC LIMIT 1000;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT URL, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND IsLink AND NOT I sDownload GROUP BY URL ORDER BY PageViews DESC LIMIT 1000;
+---------------------------------------------------------------------------------------------------------------------------------------------------------------+-------+
: : iews :
+===============================================================================================================================================================+=======+
: c_aft_spring-offer2013:cpc:yandex-direct : :
: =true : :
: hotelClass=all&meal=all&priceFrom=10000&priceTo=300000 : :
: 475 : :
: q2-2013:cpc:yandex-direct:apec2013 : :
: ks:cpc:yandex-direct:tyagach : :
: 0_pkw_stock:cpc:yandex-direct:e200 : :
: {keyword} : :
: 68ae4aada9d8779c3d9db2a299e : :
: apartment&search_form[currency]=RUB&search_form[price_type]=total&search_form[rooms][]=4&search_form[only_with_photo]=true : :
: BJ_PRICE_MIN=&OBJ_PRICE_MAX=&sector=&ring=&SORT_BY=0utm_source=Yandex_CPC : :
: hotelClass=all&meal=all&priceFrom=10000&priceTo=300000 : :
: n=true : :
: -01:2013-07-01&m2=07&stat_type=custom&group_by=banner, page, phrase&onpage=100&d1=02&target_1=0&cmd=showCampStat&filter_page_target=context&reverse=1&target_ : :
: all=1&sort=aconv&m1=07&online_stat=1&cid=4828884&goals=0&y2=13&offline_stat=0 : :
: yagach : :
: tml?csref=_030_pkw_stock:cpc:yandex-direct:a-class : :
: _q2-2013:cpc:yandex-direct:edition-c : :
: =day&onpage=10000&group_by=page, phrase, retargeting, position, image, date&d1=07&target_1=0&cmd=showCampStat&reverse=ARRAY(0x14a25080)&target_all=1&m1=07&on : :
: line_stat=0&cid=7088688&goals=0&offline_stat=0&y2=13 : :
: ion=Прочитайте истории успеха клие : :
: ddphrases}&keyword={keyword} : :
: operty_type]=apartment&advert_search[rooms][]=4&advert_search[price_type]=total : :
: categoryID=560&search_name=Huter&search_price_from=0&search_price_to=38625 : :
: 475 : :
: pe}&position={position}&campid=komplekt_yandex_poisk : :
: ={keyword} : :
: =28 : :
: MAX=&OBJ_PRICE_MIN=&OBJ_PRICE_MAX=&sector=&ring=&clear_cache=Y&SORT_BY=0utm_source=Yandex_CPC : :
: 06-01:2013-06-27&group=day&d1=01&cmd=showCampStat&ulogin=elama-13666725&target_all=yes&phrasedate=yes&online_stat=0&m1=06&cid=6887844&goals=0&offline_stat=0& : :
: y2=13 : :
: n} : :
: n=true : :
: n=true : :
: 2013-06-27&m2=06&group=month&d1=01&cmd=showCampStat&ulogin=beritedengi-2013&target_all=yes&phrasedate=yes&m1=06&online_stat=0&cid=6870145&goals=0&offline_sta : :
: t=0&y2=13 : :
: ice%3D0;35000%26price_from%3D0%26price_to%3D35000%26FILTER[956][]%3D1%26data_form%3DY : :
: ARE_MAX=&OBJ_PRICE_MIN=&OBJ_PRICE_MAX=&OBJ_PERIOD_MIN=1&OBJ_PERIOD_MAX=12&SORT_BY=0&names=2574 : :
: 10000&search_subcats=1&= Найти &action=search : :
: _MAX=&OBJ_PRICE_MIN=&OBJ_PRICE_MAX=&OBJ_DISTANCE_MIN=&OBJ_DISTANCE_MAX=&SORT_BY=0&names=3158,3669 : :
: 2013-07-01&m2=06&group=week&d1=24&cmd=showCampStat&ulogin=sumki-rekurs&target_all=yes&phrasedate=yes&m1=06&online_stat=0&cid=4054100&goals=0&offline_stat=0&y : :
: 2=13 : :
: d=dirOuyaConsole : :
: 2013-06-24&m2=07&group=year&d1=23&cmd=showCampStat&target_all=yes&phrasedate=yes&online_stat=0&m1=11&cid=4272756&goals=0&offline_stat=0&y2=13 : :
+---------------------------------------------------------------------------------------------------------------------------------------------------------------+-------+
1000 tuples (519.642ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT URL, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND IsLink AND NOT IsDownload GROUP BY URL ORDER BY PageViews DESC LIMIT 1000;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT URL, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND IsLink AND NOT I sDownload GROUP BY URL ORDER BY PageViews DESC LIMIT 1000;
+---------------------------------------------------------------------------------------------------------------------------------------------------------------+-------+
: : iews :
+===============================================================================================================================================================+=======+
: c_aft_spring-offer2013:cpc:yandex-direct : :
: =true : :
: hotelClass=all&meal=all&priceFrom=10000&priceTo=300000 : :
: 475 : :
: q2-2013:cpc:yandex-direct:apec2013 : :
: ks:cpc:yandex-direct:tyagach : :
: 0_pkw_stock:cpc:yandex-direct:e200 : :
: {keyword} : :
: 68ae4aada9d8779c3d9db2a299e : :
: apartment&search_form[currency]=RUB&search_form[price_type]=total&search_form[rooms][]=4&search_form[only_with_photo]=true : :
: BJ_PRICE_MIN=&OBJ_PRICE_MAX=&sector=&ring=&SORT_BY=0utm_source=Yandex_CPC : :
: hotelClass=all&meal=all&priceFrom=10000&priceTo=300000 : :
: n=true : :
: -01:2013-07-01&m2=07&stat_type=custom&group_by=banner, page, phrase&onpage=100&d1=02&target_1=0&cmd=showCampStat&filter_page_target=context&reverse=1&target_ : :
: all=1&sort=aconv&m1=07&online_stat=1&cid=4828884&goals=0&y2=13&offline_stat=0 : :
: yagach : :
: tml?csref=_030_pkw_stock:cpc:yandex-direct:a-class : :
: _q2-2013:cpc:yandex-direct:edition-c : :
: =day&onpage=10000&group_by=page, phrase, retargeting, position, image, date&d1=07&target_1=0&cmd=showCampStat&reverse=ARRAY(0x14a25080)&target_all=1&m1=07&on : :
: line_stat=0&cid=7088688&goals=0&offline_stat=0&y2=13 : :
: ion=Прочитайте истории успеха клие : :
: ddphrases}&keyword={keyword} : :
: operty_type]=apartment&advert_search[rooms][]=4&advert_search[price_type]=total : :
: categoryID=560&search_name=Huter&search_price_from=0&search_price_to=38625 : :
: 475 : :
: pe}&position={position}&campid=komplekt_yandex_poisk : :
: ={keyword} : :
: =28 : :
: MAX=&OBJ_PRICE_MIN=&OBJ_PRICE_MAX=&sector=&ring=&clear_cache=Y&SORT_BY=0utm_source=Yandex_CPC : :
: 06-01:2013-06-27&group=day&d1=01&cmd=showCampStat&ulogin=elama-13666725&target_all=yes&phrasedate=yes&online_stat=0&m1=06&cid=6887844&goals=0&offline_stat=0& : :
: y2=13 : :
: n} : :
: n=true : :
: n=true : :
: 2013-06-27&m2=06&group=month&d1=01&cmd=showCampStat&ulogin=beritedengi-2013&target_all=yes&phrasedate=yes&m1=06&online_stat=0&cid=6870145&goals=0&offline_sta : :
: t=0&y2=13 : :
: ice%3D0;35000%26price_from%3D0%26price_to%3D35000%26FILTER[956][]%3D1%26data_form%3DY : :
: ARE_MAX=&OBJ_PRICE_MIN=&OBJ_PRICE_MAX=&OBJ_PERIOD_MIN=1&OBJ_PERIOD_MAX=12&SORT_BY=0&names=2574 : :
: 10000&search_subcats=1&= Найти &action=search : :
: _MAX=&OBJ_PRICE_MIN=&OBJ_PRICE_MAX=&OBJ_DISTANCE_MIN=&OBJ_DISTANCE_MAX=&SORT_BY=0&names=3158,3669 : :
: 2013-07-01&m2=06&group=week&d1=24&cmd=showCampStat&ulogin=sumki-rekurs&target_all=yes&phrasedate=yes&m1=06&online_stat=0&cid=4054100&goals=0&offline_stat=0&y : :
: 2=13 : :
: d=dirOuyaConsole : :
: 2013-06-24&m2=07&group=year&d1=23&cmd=showCampStat&target_all=yes&phrasedate=yes&online_stat=0&m1=11&cid=4272756&goals=0&offline_stat=0&y2=13 : :
+---------------------------------------------------------------------------------------------------------------------------------------------------------------+-------+
1000 tuples (654.508ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT TraficSourceID, SearchEngineID, AdvEngineID, CASE WHEN SearchEngineID = 0 AND AdvEngineID = 0 THEN Referer ELSE '' END AS Src, URL AS Dst, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh GROUP BY TraficSourceID, SearchEngineID, AdvEngineID, Src, Dst ORDER BY PageViews DESC LIMIT 1000;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT TraficSourceID, SearchEngineID, AdvEngineID, CASE WHEN SearchEngineID = 0 AND AdvEngineID = 0 THEN Referer ELSE '' END AS Src, URL AS Dst, count(*) AS PageVi ews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh GROUP BY TraficSourceID, SearchEngineID, AdvEngineID, Src, Dst ORDER BY PageViews DESC LIMIT 1000;
+------+------+------+--------------------------------------------------------------------+---------------------------------------------------------------------+-------+
: icso : chen : ngin : : : iews :
: urce : gine : eid : : : :
: id : id : : : : :
+======+======+======+====================================================================+=====================================================================+=======+
: : : : : ype=campdate : :
: : : : type=campdate : : :
: : : : : &mediaType=text : :
: : : : : &payment_type=1 : :
: : : : : d=7 : :
: : : : =addtime&reverse=1&ws_place=0&ws_time=1&ws_cid=0&ws_done=0 : : :
: : : : : &mediaType=text&from=fp_bbb : :
: : : : : ype=campdate : :
: : : : : dirlevel=1372668697.0&cmd=showCamps : :
: : : : : 98.0&authredirlevel=1371874016.0&authredirlevel=1371612009.0&authre : :
: : : : : dirlevel=1370955451.0&cmd=showCamp&cid=5477450 : :
: : : : t : : :
: : : : 1&mediaType=text : : :
: : : : : 9&ulogin=uniparxdir : :
: : : : : owCamps : :
: : : : : 0 : :
: : : : : 41.0&authredirlevel=1373081665.0&authredirlevel=1372822331.0&authre : :
: : : : : dirlevel=1372563095.0&authredirlevel=1372303801.0&authredirlevel=13 : :
: : : : : 72044532.0&authredirlevel=1371730939.0&authredirlevel=1371471570.0& : :
: : : : : authredirlevel=1371212358.0&cmd=showCamp&cid=2856748 : :
: : : : : addtime&reverse=1&ws_place=0&ws_time=1d&ws_cid=0&ws_done=0 : :
: : : : type=campdate : : :
: : : : : 95.0&authredirlevel=1372303801.0&authredirlevel=1372044532.0&authre : :
: : : : : dirlevel=1371730939.0&authredirlevel=1371471570.0&authredirlevel=13 : :
: : : : : 71212358.0&cmd=showCamp&cid=2856748 : :
: : : : : =225&text_geo=Россия : :
: : : : : 3 : :
: : : : 93 : : :
: : : : : 9 : :
: : : : 19 : : :
: : : : : s=1 : :
: : : : : =1&text_geo=Москва и область : :
: : : : : 8&ulogin=uniparxdir : :
: : : : : 2&ulogin=uniparxdir : :
: : : : : 5&ulogin=uniparxdir : :
: : : : : 6&ulogin=woodenhousedir : :
: : : : : 7&ulogin=uniparxdir : :
: : : : : 4&ulogin=uniparxdir : :
: : : : : 7 : :
: : : : 37 : : :
: : : : 71 : : :
: : : : : 9 : :
: : : : : 1 : :
: : : : : 5 : :
: : : : : 5 : :
: : : : 01 : : :
: : : : : 8 : :
: : : : 19 : : :
: : : : : 1 : :
: : : : 65 : : :
: : : : 29 : : :
: : : : 45 : : :
: : : : 03 : : :
: : : : : 0 : :
: : : : : 9 : :
: : : : : 1 : :
: : : : 81 : : :
: : : : 95 : : :
: : : : 40 : : :
: : : : : 5 : :
: : : : 08 : : :
: : : : : 3 : :
: : : : : 1 : :
: : : : : 60.0&authredirlevel=1373047694.0&authredirlevel=1371465714.0&authre : :
: : : : : dirlevel=1370425373.0&authredirlevel=1366055041.0&authredirlevel=13 : :
: : : : : 66054818.0&authredirlevel=1365875147.0&authredirlevel=1365611062.0& : :
: : : : : authredirlevel=1365320979.0&authredirlevel=1365066414.0&cmd=showCam : :
: : : : : p&cid=5516805&ulogin=uniparxdir : :
: : : : : d=7 : :
: : : : : &mediaType=text : :
: : : : edirlevel=1365585299.0, 1365577945.0, 1365574277.0, 1365566946.0, : dirlevel=1365585299.0, 1365577945.0, 1365574277.0, 1365566946.0, 13 : :
: : : : 1365563277.0, 1365559610.0, 1365555942.0, 1365552277.0, 1365544943 : 65563277.0, 1365559610.0, 1365555942.0, 1365552277.0, 1365544943.0, : :
: : : : .0, 1365541249.0, 1365537561.0, 1365533881.0, 1365530189.0, 136552 : 1365541249.0, 1365537561.0, 1365533881.0, 1365530189.0, 1365526529 : :
: : : : 6529.0, 1365522844.0, 1365519158.0, 1365515476.0, 1365511812.0, 13 : .0, 1365522844.0, 1365519158.0, 1365515476.0, 1365511812.0, 1365508 : :
: : : : 65508150.0, 1365504453.0, 1365500842.0, 1365497170.0, 1365493502.0 : 150.0, 1365504453.0, 1365500842.0, 1365497170.0, 1365493502.0, 1365 : :
: : : : , 1365486155.0, 1365482482.0, 1365478812.0, 1365475137.0, 13654714 : 486155.0, 1365482482.0, 1365478812.0, 1365475137.0, 1365471458.0, 1 : :
: : : : 58.0, 1365467780.0, 1365464101.0, 1365460425.0, 1365449525.0, 1365 : 365467780.0, 1365464101.0, 1365460425.0, 1365449525.0, 1365445860.0 : :
: : : : 445860.0, 1365438567.0, 1365434899.0, 1365431229.0, 1365427527.0, : , 1365438567.0, 1365434899.0, 1365431229.0, 1365427527.0, 136542385 : :
: : : : 1365423856.0, 1365420186.0, 1365416498.0, 1365412811.0, 1365409143 : 6.0, 1365420186.0, 1365416498.0, 1365412811.0, 1365409143.0, 136540 : :
: : : : .0, 1365405479.0, 1365401787.0, 1365398118.0, 1365394453.0, 136539 : 5479.0, 1365401787.0, 1365398118.0, 1365394453.0, 1365390789.0, 136 : :
: : : : 0789.0, 1365387124.0, 1365383460.0, 1365379796.0, 1365376129.0, 13 : 5387124.0, 1365383460.0, 1365379796.0, 1365376129.0, 1365372459.0, : :
: : : : 65372459.0, 1365368759.0, 1365365050.0, 1365361381.0, 1365357704.0 : 1365368759.0, 1365365050.0, 1365361381.0, 1365357704.0, 1365350422. : :
: : : : , 1365350422.0, 1365346752.0, 1365343085.0, 1365339417.0, 13653357 : 0, 1365346752.0, 1365343085.0, 1365339417.0, 1365335750.0, 13653284 : :
: : : : 50.0, 1365328485.0, 1365324791.0, 1365320979.0, 1365264347.0, 1365 : 85.0, 1365324791.0, 1365320979.0, 1365264347.0, 1365260692.0&cid=55 : :
: : : : 260692.0&cid=5533477&cmd=showCamp&ulogin=uniparxdir : 33477&cmd=showCamp&ulogin=uniparxdir : :
: : : : : owCamps : :
: : : : 71 : : :
: : : : : 6 : :
: : : : : 3 : :
: : : : : 6 : :
: : : : : owCamps&ulogin=holodilnikru : :
: : : : : dirlevel=1342185655.0&cmd=showCamps&ulogin=beautyland-artha8 : :
: : : : : owCamps : :
: : : : : 3 : :
: : : : : 5 : :
: : : : 43 : : :
: : : : : 5&ulogin=uniparxdir : :
: : : : : 07.0&authredirlevel=1366833461.0&authredirlevel=1366055042.0&authre : :
: : : : : dirlevel=1366054816.0&cmd=showCamp&cid=6419449&ulogin=uniparxdir : :
: : : : : 6 : :
: : : : : 1 : :
: : : : : n= : :
: : : : ks=1 : : :
: : : : howCampStat&cid=5640011&target_type=&detail=yes&y1=13&m1=06&d1=17& : owCampStat&cid=5640011&target_type=&detail=yes&y1=13&m1=06&d1=17&y2 : :
: : : : y2=13&m2=07&d2=28&group=week : =13&m2=07&d2=28&group=day : :
: : : : : 70.0&cmd=showCamp&cid=2753896 : :
: : : : : 8 : :
: : : : : owCamp&cid=7065376#187618038 : :
: : : : : 60.0&authredirlevel=1373047694.0&authredirlevel=1372504061.0&authre : :
: : : : : dirlevel=1371984554.0&cmd=showCamp&cid=5532920&ulogin=uniparxdir : :
: : : : : 6 : :
: : : : 76 : : :
: : : : 78 : : :
: : : : : 8 : :
: : : : : 5 : :
: : : : 55 : : :
: : : : 21 : : :
: : : : : 1 : :
: : : : : =Yes&types=days&cid=6999588 : :
: : : : : owCamps&ulogin=holodilnikru : :
: : : : =addtime&reverse=1&ws_place=0&ws_time=1d&ws_cid=0&ws_done=0 : : :
: : : : 1&mediaType=text&from=fp_bbb : : :
: : : : : 0 : :
: : : : howCamps : 16.0&cmd=showCamp&cid=2196876 : :
: : : : : 5 : :
: : : : type=campdate : : :
: : : : : 8 : :
: : : : : 85.0&authredirlevel=1372052820.0&authredirlevel=1371310346.0&authre : :
: : : : : dirlevel=1370938849.0&authredirlevel=1370679627.0&cmd=showCampStat& : :
: : : : : stat_type=campdate : :
: : : : : 69159&phrasedate=Yes&target_all=1 : :
: : : : : 5 : :
: : : : 75 : : :
: : : : : =easy&from=metrika : :
: : : : type=campdate : : :
: : : : : Informers.html : :
: : : : : w.advertising.yandex.ru/welcome/pdf/direct_booklet.pdf : :
: : : : : 7 : :
: : : : ks=1 : : :
: : : : 66&ulogin=merc-traffic : nz_russia/ru/home/van/home/new_vans/special_offers.html?csref=_030_ : :
: : : : : vans:cpc:yandex-direct : :
: : : : : 5 : :
: : : : : =Yes&types=days&cid=1475303 : :
: : : : 77 : lshoj-kvartiry : :
: : : : : =Yes&types=days&cid=5995157 : :
: : : : : =Yes&types=days&cid=6883763 : :
: : : : : 7 : :
: : : : d : : :
: : : : : ger : :
: : : : 1&mediaType=text&from=fp_bbb : : :
: : : : : 161272&cmd=showCamp : :
: : : : all : : :
: : : : : 0 : :
: : : : howCamps : 6 : :
: : : : : &mediaType=text&from=fp_bbb : :
: : : : : 0&ulogin=uniparxdir : :
: : : : : 4 : :
: : : : : 9 : :
: : : : : 05.6&authredirlevel=1372014905.5&authredirlevel=1372014905.4&authre : :
: : : : : dirlevel=1372014905.3&authredirlevel=1372014905.2&authredirlevel=13 : :
: : : : : 72014905.1&authredirlevel=1372014905.0&authredirlevel=1370480737.6& : :
: : : : : authredirlevel=1370480737.5&authredirlevel=1370480737.4&authredirle : :
: : : : : vel=1370480737.3&authredirlevel=1370480737.2&authredirlevel=1370480 : :
: : : : : 737.1&authredirlevel=1370480737.0&cmd=showCampStat&stat_type=campda : :
: : : : : te&target_0=1&target_1=1&target_all=1 : :
: : : : : 6 : :
: : : : l=Yes&types=days&cid=7052441 : owCampStat&cid=7052441&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-06-26:2013-06-26,2013-06-27:2013-06-27,2013-06-25:2013-06-25&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&tar : :
: : : : : get_all=yes : :
: : : : l=Yes&types=days&cid=7066272 : 66272&phrasedate=Yes&target_all=1 : :
: : : : : 2 : :
: : : : : owCamps&ulogin=visacity08 : :
: : : : : 274687&cmd=showCamp : :
: : : : type=campdate : : :
: : : : l=Yes&types=days&cid=6723854 : owCampStat&cid=6723854&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-06-26:2013-06-26,2013-06-27:2013-06-27,2013-06-25:2013-06-25&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&tar : :
: : : : : get_all=yes : :
: : : : 42 : : :
: : : : 1&mediaType=text : : :
: : : : : owSubClientCamps : :
: : : : : =Yes&types=days&cid=7066272 : :
: : : : : camps=0&cmd=showCamps&settings_sorted=&sort=name&reverse=0 : :
: : : : : 3 : :
: : : : 56 : owCampStat&cid=5895656&detail=Yes&types=days : :
: : : : : 4 : :
: : : : : =Yes&types=days&cid=6963923 : :
: : : : : 5 : :
: : : : 09 : : :
: : : : : type=campdate : :
: : : : : ype=campdate : :
: : : : : &mediaType=text&firstbanner=std : :
: : : : howCamp&cid=1971054 : dirlevel=1372767978.0&cmd=showCampStat&cid=1971054&detail=Yes&types : :
: : : : : =days : :
: : : : : owCamps : :
: : : : : 4 : :
: : : : : 5 : :
: : : : : days&page=1&cmd=showCampStat&detail=Yes&target_all=1&cid=7134795&sh : :
: : : : : ow_banners_stat=1 : :
: : : : : owSubClientCamps : :
: : : : : =Yes&types=days&cid=6830575 : :
: : : : 916.0&cmd=showCamp&cid=2196876 : 16.0&cid=2196876&cmd=showCamp : :
: : : : &ulogin= : ulogin= : :
: : : : : 8 : :
: : : : : come=yes : :
: : : : : ed : :
: : : : : 6 : :
: : : : : 5 : :
: : : : : 7 : :
: : : : howCamps : 5 : :
: : : : : 1 : :
: : : : : 2 : :
: : : : : 0 : :
: : : : : =Yes&types=days&cid=7100989 : :
: : : : : 2 : :
: : : : howCampStat&cid=4588753&offline_stat=0&online_stat=1&stat_periods= : owCamps&mediaType=text&ulogin=FOREX-IMIKS : :
: : : : 2013-06-01:2013-06-30,2013-06-25:2013-07-01,2013-06-17:2013-07-02& : : :
: : : : ulogin=FOREX-IMIKS&stat_type=geo&page=&group=day&y1=2013&m1=06&d1= : : :
: : : : 01&y2=2013&m2=06&d2=30&goals=0&target_all=yes : : :
: : : : : ulogin= : :
: : : : : 9 : :
: : : : : =Yes&types=days&cid=3656357 : :
: : : : 10 : : :
: : : : 85 : : :
: : : : : dirlevel=1372758445.0&cmd=showCamp&cid=970693 : :
: : : : : owCamps : :
: : : : site_promotion_search : : :
: : : : t : : :
: : : : 19 : : :
: : : : 58 : : :
: : : : : 43738&stat_type=pages&target_all=1&d1=23&m1=07&y1=12&d2=23&m2=07&y2 : :
: : : : : =13&group=day : :
: : : : : 8 : :
: : : : : 0 : :
: : : : : 3 : :
: : : : : 1 : :
: : : : howClients : vancedForecast : :
: : : : 41 : : :
: : : : : 32.0&cmd=showCamp&cid=7171725 : :
: : : : 39 : : :
: : : : : 2 : :
: : : : : 6 : :
: : : : : &mediaType=text : :
: : : : : 9 : :
: : : : : 1 : :
: : : : : 6 : :
: : : : : 65759&stat_type=pages&target_all=1&d1=23&m1=07&y1=12&d2=23&m2=07&y2 : :
: : : : : =13&group=day : :
: : : : : 1 : :
: : : : 13 : owCamp&cid=7064513 : :
: : : : : 5 : :
: : : : 08 : : :
: : : : 24 : : :
: : : : : 5 : :
: : : : = : ulogin= : :
: : : : : 6 : :
: : : : : 1 : :
: : : : : 5 : :
: : : : l=Yes&types=days&cid=7052441 : owCampStat&cid=7052441&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-06-26:2013-06-26,2013-06-27:2013-06-27,2013-06-25:2013-06-25&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&tar : :
: : : : : get_all=yes : :
: : : : ransfer : : :
: : : : : 1 : :
: : : : 13 : : :
: : : : : 9 : :
: : : : : 9 : :
: : : : 19 : : :
: : : : : 8 : :
: : : : ncy : : :
: : : : 3243479&tab=media : owCamp&cid=3243479&tab=active : :
: : : : 27 : : :
: : : : howCampStat&cid=3375426&detail=Yes&target_all=1&types=days&show_ba : owCampStat&cid=3375426&detail=Yes&target_all=1&types=days&show_bann : :
: : : : nners_stat=1&page=2 : ers_stat=1&page=1 : :
: : : : : owCamp&cid=7006443&tab=all : :
: : : : : &mediaType=text : :
: : : : : 0 : :
: : : : : 3 : :
: : : : : 2 : :
: : : : : 9 : :
: : : : 35 : : :
: : : : 41133;detail=Yes;types=days : days&page=1&cmd=showCampStat&detail=Yes&target_all=1&cid=141133&sho : :
: : : : : w_banners_stat=1 : :
: : : : howCamps : 7 : :
: : : : : 1 : :
: : : : : 0 : :
: : : : howCamps : 5 : :
: : : : 57 : : :
: : : : 77&ulogin=merc-traffic : me_mpc/passengercars/home/servicesandaccessories/special_offers/spr : :
: : : : : ing_2013.html?csref=_mpc_aft_spring-offer2013:cpc:yandex-direct : :
: : : : &ulogin= : : :
: : : : 77 : : :
: : : : howCampStat&cid=2870560&offline_stat=0&online_stat=0&stat_periods= : 0 : :
: : : : 2013-07-01:2013-07-01,2013-06-23:2013-06-24,2013-06-16:2013-06-16& : : :
: : : : detail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day : : :
: : : : &goals=0&target_all=yes&show_banners_stat=1 : : :
: : : : howCampStat&cid=7022493&detail=Yes&target_all=1&types=days&show_ba : : :
: : : : nners_stat=1&page=1 : : :
: : : : type=campdate : owCampStat&offline_stat=0&online_stat=0&stat_periods=2013-07-18:201 : :
: : : : : 3-07-19,&stat_type=campdate&y1=2013&m1=07&d1=23&y2=2013&m2=07&d2=23 : :
: : : : : &group=day&target_all=1 : :
: : : : : 0 : :
: : : : 20 : : :
: : : : l=Yes&types=days&cid=5826713 : : :
: : : : 999588&phrasedate=Yes&target_all=1 : =Yes&cid=6999588&showCampStat=cmd&types=days&target_all=1 : :
: : : : : ulogin= : :
: : : : howCampStat&offline_stat=0&online_stat=0&stat_periods=2013-06-27:2 : : :
: : : : 013-06-28,2013-06-26:2013-06-27,2013-06-01:2013-06-20&stat_type=ca : : :
: : : : mpdate&y1=2013&m1=07&d1=01&y2=2013&m2=07&d2=01&group=day&target_al : : :
: : : : l=1 : : :
: : : : : 6 : :
: : : : : 8 : :
: : : : : 0 : :
: : : : l=Yes&types=days&cid=6932408 : 32408&phrasedate=Yes&target_all=1 : :
: : : : : owCamps&ulogin=holodilnikru : :
: : : : : 98.0&cmd=showCamp&cid=7067235 : :
: : : : : &mediaType=text : :
: : : : : 8 : :
: : : : : 0 : :
: : : : : 1 : :
: : : : : 0 : :
: : : : howCamp&cid=7026131 : : :
: : : : : &mediaType=text&from=fp_bbb : :
: : : : : 1 : :
: : : : howCampStat&cid=4036889&detail=Yes&types=days : 36889&phrasedate=Yes&target_all=1 : :
: : : : 11 : 13411=1#list : :
: : : : 12 : : :
: : : : howCamp&cid=4246248&tab=decline : owCamp&cid=4246248&tab=active : :
: : : : : 9 : :
: : : : : 6 : :
: : : : 07 : : :
: : : : l=Yes&types=days&cid=5033617 : : :
: : : : : 0 : :
: : : : : 1 : :
: : : : : 4 : :
: : : : 1&mediaType=text : : :
: : : : : 2 : :
: : : : : 7 : :
: : : : l=Yes&types=days&cid=7034128 : : :
: : : : 99 : : :
: : : : id=7 : : :
: : : : : 8 : :
: : : : : 7 : :
: : : : : owCamps&ulogin=visamaster08 : :
: : : : 43 : : :
: : : : howCamps&ulogin=dc12a : owCampStat&cid=5658570&cid=5753133&cid=5701003&stat_type=campdate&u : :
: : : : : login=dc12a&csrf_token=shocsLKxtAnjy3K1 : :
: : : : : 0 : :
: : : : : owCamps&ulogin=TENDER-SELDON-IMIKS : :
: : : : : 73.0&cmd=showCampStat&cid=6421801&cid=6424294&cid=6487283&cid=64938 : :
: : : : : 29&cid=6494462&cid=6495189&stat_type=campdate&csrf_token=pRFezf5GIV : :
: : : : : r0wz8J : :
: : : : 77 : : :
: : : : : =Yes&types=days&cid=4537562 : :
: : : : : =Yes&types=days&cid=3353427 : :
: : : : 01 : : :
: : : : : 7 : :
: : : : : 2 : :
: : : : 52 : : :
: : : : : 5 : :
: : : : : =Yes&types=days&cid=6932408 : :
: : : : : 5 : :
: : : : l=Yes&types=days&cid=7162500 : : :
: : : : howCampStat&cid=1714344&offline_stat=0&online_stat=0&stat_periods= : owCampStat&cid=1714344&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : 2013-06-01:2013-06-30,2013-06-28:2013-06-29,2013-06-27:2013-06-28& : 13-06-01:2013-06-30,2013-06-28:2013-06-29,2013-06-27:2013-06-28&det : :
: : : : detail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&goa : :
: : : : &goals=0&target_all=yes&show_banners_stat=1 : ls=0&target_all=yes&show_banners_stat=1 : :
: : : : : vancedForecast : :
: : : : : 3 : :
: : : : : 4 : :
: : : : 66 : : :
: : : : : 1 : :
: : : : howCampStat&cid=5360801&offline_stat=0&online_stat=1&stat_periods= : : :
: : : : &types=total&page=&group=day&y1=2012&m1=07&d1=02&y2=2013&m2=07&d2= : : :
: : : : 02 : : :
: : : : : 5 : :
: : : : t : mpleCamp : :
: : : : : 5 : :
: : : : : 2 : :
: : : : : 5 : :
: : : : : 6 : :
: : : : : 0 : :
: : : : : 3 : :
: : : : : 4 : :
: : : : : 9 : :
: : : : : =Yes&types=days&cid=7032884 : :
: : : : ts : : :
: : : : howCamp&cid=6411626&tab=off : owCamp&cid=6411626 : :
: : : : : owCampStat&stat_type=by_agency_clients : :
: : : : : 3 : :
: : : : : 6 : :
: : : : : 5 : :
: : : : : 8 : :
: : : : : =Yes&types=days&cid=6844274 : :
: : : : l=Yes&cid=2139196&ulogin=onclinic-sm&showCampStat=cmd&types=days&t : owCampStat&cid=2139196&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : arget_all=1&d1=01&m1=06&y1=13&d2=01&m2=07&y2=13&group=day : 13-06-01:2013-07-02,2013-06-21:2013-07-02,2013-06-24:2013-07-02&ulo : :
: : : : : gin=onclinic-sm&detail=yes&page=&y1=2013&m1=06&d1=01&y2=2013&m2=07& : :
: : : : : d2=02&group=day&goals=0&target_all=yes : :
: : : : : 6 : :
: : : : : 1 : :
: : : : 75 : : :
: : : : : 6 : :
: : : : 148542&stat_type=pages&target_all=1 : =Yes&cid=7148542&showCampStat=cmd&types=days&target_all=1 : :
: : : : : owCampStat&cid=4917291&detail=Yes&types=days : :
: : : : : 1 : :
: : : : 7-.31620-1.1372703844295129.198343986.198343986..53121502.1406.512 : 7 : :
: : : : l=Yes&types=days&cid=7041629 : : :
: : : : : 4 : :
: : : : : =Yes&types=days&cid=6027971 : :
: : : : 20 : : :
: : : : : vancedForecast : :
: : : : : =Yes&types=days&cid=7034128 : :
: : : : =total&target_all=1&page=1&cmd=showCampStat&cid=3016175&show_banne : owCampStat&cid=3016175&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : rs_stat=1 : 12-02-03:2012-02-04,2011-08-01:2011-09-04,2010-12-29:2011-01-02&typ : :
: : : : : es=total&page=&group=day&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&sh : :
: : : : : ow_banners_stat=1 : :
: : : : : 13411=1#list : :
: : : : l=Yes&types=days&cid=88689 : : :
: : : : : 88.0 : :
: : : : howCamps&mediaType=text&ulogin=super-svictor : ype=campdate&&ulogin=super-svictor : :
: : : : : 2 : :
: : : : : =Yes&types=days&cid=6940624 : :
: : : : : &mediaType=text&firstbanner=easy : :
: : : : : dirlevel=1372663385.0&cmd=showCamp&cid=2139196&ulogin=onclinic-sm : :
: : : : 97&ulogin=mirkli-webmart : : :
: : : : : 6 : :
: : : : : 0 : :
: : : : l=Yes&types=days&cid=4644721 : owCampStat&cid=4644721&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : : 13-05-27:2013-05-28,2011-09-12:2011-09-12,2011-06-05:2011-07-05&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&goa : :
: : : : : ls=0&target_all=yes&show_banners_stat=1 : :
: : : : : 7 : :
: : : : : 3 : :
: : : : : 5 : :
: : : : : dirlevel=1372412588.0&authredirlevel=1372408461.0&authredirlevel=13 : :
: : : : : 72403851.0&authredirlevel=1372339893.0&authredirlevel=1372335674.0& : :
: : : : : authredirlevel=1372331762.0&authredirlevel=1372323148.0&authredirle : :
: : : : : vel=1372313398.0&authredirlevel=1372309630.0&authredirlevel=1372252 : :
: : : : : 641.0&authredirlevel=1372248697.0&authredirlevel=1372244608.0&authr : :
: : : : : edirlevel=1372240548.0&authredirlevel=1372231517.0&authredirlevel=1 : :
: : : : : 372227248.0&authredirlevel=1372074352.0&authredirlevel=1371476832.0 : :
: : : : : &cmd=showCamp&tab=active&cid=6051926 : :
: : : : howCamp&cid=6501536 : : :
: : : : howCampStat&cid=7022493&detail=Yes&target_all=1&types=days&show_ba : : :
: : : : nners_stat=1&page=2 : : :
: : : : : &mediaType=text : :
: : : : : =Yes&types=days&cid=7041629 : :
: : : : : 9 : :
: : : : : 3 : :
: : : : l=Yes&types=days&cid=2704830 : : :
: : : : : =Yes&types=days&cid=6100946 : :
: : : : : 0 : :
: : : : : 8 : :
: : : : : 37.0&authredirlevel=1371612009.0&authredirlevel=1370955451.0&cmd=sh : :
: : : : : owCamp&cid=5477450 : :
: : : : 18 : : :
: : : : 17 : : :
: : : : : 0 : :
: : : : : 6 : :
: : : : : dirlevel=1374312836.0&cmd=showCamps : :
: : : : : 5 : :
: : : : 57 : : :
: : : : : 5 : :
: : : : : 3 : :
: : : : l=Yes&cid=2870560&showCampStat=cmd&types=days&target_all=1&d1=02&m : 0 : :
: : : : 1=07&y1=13&d2=02&m2=07&y2=13&group=day : : :
: : : : : 0 : :
: : : : : 3 : :
: : : : &ulogin= : ulogin= : :
: : : : 12 : : :
: : : : oInformers.html : : :
: : : : howCamp&cid=4693423&tab=active : owCamp&cid=4693423&tab=wait : :
: : : : : 2 : :
: : : : : 1 : :
: : : : : 9 : :
: : : : : 11.0&authredirlevel=1372755166.0&cmd=showClients : :
: : : : : 1 : :
: : : : : 1 : :
: : : : : 3 : :
: : : : : 066835&cmd=showCamp : :
: : : : : 0 : :
: : : : 6 : : :
: : : : : 3 : :
: : : : : 7 : :
: : : : howCamp&cid=970693 : owCamp&cid=2997085 : :
: : : : : 8 : :
: : : : 1&mediaType=text : : :
: : : : : 6 : :
: : : : : 3 : :
: : : : : 1 : :
: : : : 79 : owCamp&cid=7108679&tab=&page=2 : :
: : : : : =Yes&types=days&cid=7169384 : :
: : : : oInformers.html : : :
: : : : : dirlevel=1372772163.0&cmd=showCamps&tab=all&ulogin=spb-tester1 : :
: : : : : 8 : :
: : : : : 0 : :
: : : : 61 : : :
: : : : : vancedForecast : :
: : : : : =Yes&types=days&cid=6974488 : :
: : : : 84 : : :
: : : : : owCamp&cid=6833286 : :
: : : : : 5 : :
: : : : : 4 : :
: : : : howCamps&ulogin=major-auto-RW : ype=campdate&&ulogin=major-auto-RW : :
: : : : : 9 : :
: : : : ditBannerEasy&cid=6939766&bid=178815009 : dirlevel=1372759245.0&&cid=6939766&cmd=showCamp : :
: : : : ned : : :
: : : : ditCamp&cid=2870560 : owCamp&cid=2870560 : :
: : : : : 8 : :
: : : : howCampStat&cid=7058631&detail=Yes&types=days : 58631&stat_type=pages&target_all=1 : :
: : : : : =Yes&types=days&cid=3714884 : :
: : : : 97 : : :
: : : : : 0 : :
: : : : bids=5756034&cid=1840733 : : :
: : : : : =Yes&types=days&cid=4641928 : :
: : : : 91 : : :
: : : : : 9 : :
: : : : : 3 : :
: : : : : 49.0&authredirlevel=1372754333.0&authredirlevel=1372750347.0&cmd=sh : :
: : : : : owCamp&cid=5694785&ulogin=otzyvavto : :
: : : : : addtime&reverse=1&ws_place=0&ws_time=1&ws_cid=0&ws_done=0#6136521 : :
: : : : l=Yes&types=days&cid=7153732 : 53732&phrasedate=Yes&target_all=1 : :
: : : : : 4 : :
: : : : : 1 : :
: : : : : 1 : :
: : : : : =213&text_geo=Москва : :
: : : : : 0 : :
: : : : : 6 : :
: : : : : ype=campdate : :
: : : : : 3 : :
: : : : : &mediaType=text&firstbanner=std : :
: : : : : 4 : :
: : : : : 8 : :
: : : : 92 : owCampStat&cid=6486492&detail=Yes&types=days : :
: : : : l=Yes&types=days&cid=6975816 : 6 : :
: : : : : owCamps : :
: : : : : 9 : :
: : : : : 6 : :
: : : : : 1 : :
: : : : 75 : : :
: : : : : =Yes&types=days&cid=6942376 : :
: : : : 68 : : :
: : : : : 7 : :
: : : : : 4 : :
: : : : : 9 : :
: : : : l=Yes&types=days&cid=6851682 : days&page=1&cmd=showCampStat&detail=Yes&target_all=1&cid=6851682&sh : :
: : : : : ow_banners_stat=1 : :
: : : : : =Yes&types=days&cid=2704830 : :
: : : : 21 : : :
: : : : 04 : owCampStat&cid=7057804&detail=Yes&types=days : :
: : : : : 2 : :
: : : : : =Yes&types=days&cid=6486629 : :
: : : : 73 : : :
: : : : : 7 : :
: : : : : 8 : :
: : : : 31 : owCamp&cid=6839731 : :
: : : : 066272&phrasedate=Yes&target_all=1 : : :
: : : : howCampStat&cid=2803428&offline_stat=0&online_stat=0&stat_periods= : 8 : :
: : : : 2013-06-01:2013-06-24,2013-06-01:2013-06-14,2013-06-03:2013-06-03& : : :
: : : : phrasedate=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group : : :
: : : : =day&goals=0&target_all=yes : : :
: : : : : 5 : :
: : : : : 86.0&authredirlevel=1372751903.0&cmd=showCamp&cid=3055906 : :
: : : : : 3 : :
: : : : : 0 : :
: : : : : =Yes&types=days&cid=6157316 : :
: : : : : =Yes&types=days&cid=3502476 : :
: : : : : addtime&reverse=1&ws_place=0&ws_time=1&ws_cid=0&ws_done=0#5809640 : :
: : : : : =Yes&types=days&cid=6860824 : :
: : : : edirlevel=1372746442.0&authredirlevel=1372714097.0&authredirlevel= : owCampStat&cid=3226358&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : 1372698041.0&authredirlevel=1372693736.0&cmd=showCampStat&cid=3226 : 13-06-24:2013-07-02,&phrasedate=yes&page=&y1=2013&m1=06&d1=24&y2=20 : :
: : : : 358&offline_stat=0&online_stat=0&stat_periods=&phrasedate=yes&page : 13&m2=07&d2=02&group=day&goals=0&target_all=yes : :
: : : : =&y1=2013&m1=06&d1=24&y2=2013&m2=07&d2=01&group=day&goals=0&target : : :
: : : : _all=yes : : :
: : : : : 5 : :
: : : : howCamps&ulogin=dc12a : owCampStat&cid=7041500&stat_type=campdate&ulogin=dc12a&csrf_token=Q : :
: : : : : un6g1847J4TOMJW : :
: : : : howCamp&tab=all&cid=6831216 : owCamp&cid=6831216&tab=active : :
: : : : : 3 : :
: : : : : 064001&cmd=showCamp : :
: : : : : =Yes&types=days&cid=7165103 : :
: : : : : 6 : :
: : : : : ype=campdate : :
: : : : 04 : : :
: : : : 622777;offline_stat=0;online_stat=1;stat_periods=2013-06-01:2013-0 : : :
: : : : 7-02,2013-04-01:2013-06-28,2013-03-25:2013-06-28;detail=yes;page=; : : :
: : : : y1=2013;m1=06;d1=01;y2=2013;m2=07;d2=02;group=day;goals=0;target_a : : :
: : : : ll=yes : : :
: : : : : =Yes&types=days&cid=7066904 : :
: : : : : 90.0&cmd=showCamp&cid=7142178 : :
: : : : : =Yes&types=days&cid=4917905 : :
: : : : 171931&phrasedate=Yes&target_all=1 : : :
: : : : : 9 : :
: : : : l=Yes&types=days&cid=5967378 : owCampStat&cid=5967378&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-06-18:2013-07-02,2013-06-18:2013-06-24,2013-06-24:2013-06-30&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&goa : :
: : : : : ls=0&target_all=yes : :
: : : : : =Yes&types=days&cid=5685110 : :
: : : : : 3 : :
: : : : : owCamp&cid=7163322#197090829 : :
: : : : : 1 : :
: : : : l=Yes&types=days&cid=7087520 : : :
: : : : : =Yes&types=days&cid=7064245 : :
: : : : 36 : : :
: : : : : 4 : :
: : : : : owCamp&cid=2217231 : :
: : : : : 064001&cmd=showCamp : :
: : : : : 0 : :
: : : : : 2 : :
: : : : : 4 : :
: : : : : 0 : :
: : : : : 9 : :
: : : : 68 : : :
: : : : howCamp&cid=2838772&tab=off : owCamp&cid=2838772&tab=active : :
: : : : : 8 : :
: : : : : 5 : :
: : : : l=Yes&types=days&cid=7036399 : : :
: : : : 73 : : :
: : : : howCamp&cid=6155736#165459179 : : :
: : : : : 5 : :
: : : : : 2 : :
: : : : &ulogin= : : :
: : : : : 1 : :
: : : : : 0 : :
: : : : : 8 : :
: : : : 61 : : :
: : : : l=Yes&types=days&cid=7051349 : : :
: : : : : =Yes&types=days&cid=7065579 : :
: : : : : 5 : :
: : : : 02 : : :
: : : : : 27.0&cmd=showCamp&cid=4670220 : :
: : : : : 9 : :
: : : : : 1 : :
: : : : : =Yes&types=days&cid=4764350 : :
: : : : : 6 : :
: : : : : 3 : :
: : : : 35 : owCampStat&cid=6921735&detail=Yes&types=days : :
: : : : : =Yes&types=days&cid=6851682 : :
: : : : : owCampStat&stat_type=by_agency_clients : :
: : : : : =Yes&types=days&cid=7055483 : :
: : : : 14 : : :
: : : : : 4 : :
: : : : 69 : : :
: : : : : 4 : :
: : : : : campdate : :
: : : : : 2 : :
: : : : : 9 : :
: : : : : 4 : :
: : : : : 3 : :
: : : : ditCamp&cid=7100989 : 00989;offline_stat=0;online_stat=1;stat_periods=2013-01-10:2013-01- : :
: : : : : 28,2013-01-10:2013-01-27,2013-01-10:2013-01-26;detail=yes;page=;y1= : :
: : : : : 2013;m1=06;d1=22;y2=2013;m2=07;d2=22;group=day;goals=0;target_all=y : :
: : : : : es : :
: : : : : 2 : :
: : : : : 4 : :
: : : : 35 : : :
: : : : : 7 : :
: : : : : g14AZEA.pl?authredirlevel=1372773289.0&cmd=showCamps&ulogin=eslucha : :
: : : : : k : :
: : : : : &mediaType=text&from=fp_bbb : :
: : : : howCamps : 7 : :
: : : : 92 : : :
: : : : : 02.0&cmd=showClients : :
: : : : : 1 : :
: : : : howCamp&cid=7090606 : owCampStat&cid=7090606&detail=Yes&types=days : :
: : : : 61 : : :
: : : : : =Yes&types=days&cid=6994484 : :
: : : : : 3 : :
: : : : : 4 : :
: : : : : 6 : :
: : : : : 4 : :
: : : : : =Yes&types=days&cid=6796978&ulogin=rfidhy : :
: : : : : 3 : :
: : : : : =Yes&types=days&cid=5196539 : :
: : : : : owCamps&ulogin=filterlife-skyboom : :
: : : : : 1 : :
: : : : : 3 : :
: : : : : =Yes&types=days&cid=7010416 : :
: : : : : owCamps : :
: : : : : owClients : :
: : : : 394451&phrasedate=Yes&target_all=1 : owCampStat&cid=4394451&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : : 12-01-01:2012-11-21,2012-01-01:2012-07-31,2012-03-23:2012-03-23&phr : :
: : : : : asedate=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day : :
: : : : : &goals=0&target_all=yes : :
: : : : howCampStat&cid=5792419&detail=Yes&types=days : owCampStat&cid=5792419&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-02-14:2013-02-14,&detail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m : :
: : : : : 2=07&d2=02&group=day&goals=0&target_all=yes : :
: : : : : 3 : :
: : : : : 053221&cmd=showCamp : :
: : : : : 6 : :
: : : : : owCamps : :
+------+------+------+--------------------------------------------------------------------+---------------------------------------------------------------------+-------+
1000 tuples (5m 52s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT TraficSourceID, SearchEngineID, AdvEngineID, CASE WHEN SearchEngineID = 0 AND AdvEngineID = 0 THEN Referer ELSE '' END AS Src, URL AS Dst, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh GROUP BY TraficSourceID, SearchEngineID, AdvEngineID, Src, Dst ORDER BY PageViews DESC LIMIT 1000;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT TraficSourceID, SearchEngineID, AdvEngineID, CASE WHEN SearchEngineID = 0 AND AdvEngineID = 0 THEN Referer ELSE '' END AS Src, URL AS Dst, count(*) AS PageVi ews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh GROUP BY TraficSourceID, SearchEngineID, AdvEngineID, Src, Dst ORDER BY PageViews DESC LIMIT 1000;
+------+------+------+--------------------------------------------------------------------+---------------------------------------------------------------------+-------+
: icso : chen : ngin : : : iews :
: urce : gine : eid : : : :
: id : id : : : : :
+======+======+======+====================================================================+=====================================================================+=======+
: : : : : ype=campdate : :
: : : : type=campdate : : :
: : : : : &mediaType=text : :
: : : : : &payment_type=1 : :
: : : : : d=7 : :
: : : : =addtime&reverse=1&ws_place=0&ws_time=1&ws_cid=0&ws_done=0 : : :
: : : : : &mediaType=text&from=fp_bbb : :
: : : : : ype=campdate : :
: : : : : dirlevel=1372668697.0&cmd=showCamps : :
: : : : : 98.0&authredirlevel=1371874016.0&authredirlevel=1371612009.0&authre : :
: : : : : dirlevel=1370955451.0&cmd=showCamp&cid=5477450 : :
: : : : t : : :
: : : : 1&mediaType=text : : :
: : : : : 9&ulogin=uniparxdir : :
: : : : : owCamps : :
: : : : : 0 : :
: : : : : 41.0&authredirlevel=1373081665.0&authredirlevel=1372822331.0&authre : :
: : : : : dirlevel=1372563095.0&authredirlevel=1372303801.0&authredirlevel=13 : :
: : : : : 72044532.0&authredirlevel=1371730939.0&authredirlevel=1371471570.0& : :
: : : : : authredirlevel=1371212358.0&cmd=showCamp&cid=2856748 : :
: : : : : addtime&reverse=1&ws_place=0&ws_time=1d&ws_cid=0&ws_done=0 : :
: : : : type=campdate : : :
: : : : : 95.0&authredirlevel=1372303801.0&authredirlevel=1372044532.0&authre : :
: : : : : dirlevel=1371730939.0&authredirlevel=1371471570.0&authredirlevel=13 : :
: : : : : 71212358.0&cmd=showCamp&cid=2856748 : :
: : : : : =225&text_geo=Россия : :
: : : : : 3 : :
: : : : 93 : : :
: : : : : 9 : :
: : : : 19 : : :
: : : : : s=1 : :
: : : : : =1&text_geo=Москва и область : :
: : : : : 8&ulogin=uniparxdir : :
: : : : : 2&ulogin=uniparxdir : :
: : : : : 5&ulogin=uniparxdir : :
: : : : : 6&ulogin=woodenhousedir : :
: : : : : 7&ulogin=uniparxdir : :
: : : : : 4&ulogin=uniparxdir : :
: : : : : 7 : :
: : : : 37 : : :
: : : : 71 : : :
: : : : : 9 : :
: : : : : 1 : :
: : : : : 5 : :
: : : : : 5 : :
: : : : 01 : : :
: : : : : 8 : :
: : : : 19 : : :
: : : : : 1 : :
: : : : 65 : : :
: : : : 29 : : :
: : : : 45 : : :
: : : : 03 : : :
: : : : : 0 : :
: : : : : 9 : :
: : : : : 1 : :
: : : : 81 : : :
: : : : 95 : : :
: : : : 40 : : :
: : : : : 5 : :
: : : : 08 : : :
: : : : : 3 : :
: : : : : 1 : :
: : : : : 60.0&authredirlevel=1373047694.0&authredirlevel=1371465714.0&authre : :
: : : : : dirlevel=1370425373.0&authredirlevel=1366055041.0&authredirlevel=13 : :
: : : : : 66054818.0&authredirlevel=1365875147.0&authredirlevel=1365611062.0& : :
: : : : : authredirlevel=1365320979.0&authredirlevel=1365066414.0&cmd=showCam : :
: : : : : p&cid=5516805&ulogin=uniparxdir : :
: : : : : d=7 : :
: : : : : &mediaType=text : :
: : : : edirlevel=1365585299.0, 1365577945.0, 1365574277.0, 1365566946.0, : dirlevel=1365585299.0, 1365577945.0, 1365574277.0, 1365566946.0, 13 : :
: : : : 1365563277.0, 1365559610.0, 1365555942.0, 1365552277.0, 1365544943 : 65563277.0, 1365559610.0, 1365555942.0, 1365552277.0, 1365544943.0, : :
: : : : .0, 1365541249.0, 1365537561.0, 1365533881.0, 1365530189.0, 136552 : 1365541249.0, 1365537561.0, 1365533881.0, 1365530189.0, 1365526529 : :
: : : : 6529.0, 1365522844.0, 1365519158.0, 1365515476.0, 1365511812.0, 13 : .0, 1365522844.0, 1365519158.0, 1365515476.0, 1365511812.0, 1365508 : :
: : : : 65508150.0, 1365504453.0, 1365500842.0, 1365497170.0, 1365493502.0 : 150.0, 1365504453.0, 1365500842.0, 1365497170.0, 1365493502.0, 1365 : :
: : : : , 1365486155.0, 1365482482.0, 1365478812.0, 1365475137.0, 13654714 : 486155.0, 1365482482.0, 1365478812.0, 1365475137.0, 1365471458.0, 1 : :
: : : : 58.0, 1365467780.0, 1365464101.0, 1365460425.0, 1365449525.0, 1365 : 365467780.0, 1365464101.0, 1365460425.0, 1365449525.0, 1365445860.0 : :
: : : : 445860.0, 1365438567.0, 1365434899.0, 1365431229.0, 1365427527.0, : , 1365438567.0, 1365434899.0, 1365431229.0, 1365427527.0, 136542385 : :
: : : : 1365423856.0, 1365420186.0, 1365416498.0, 1365412811.0, 1365409143 : 6.0, 1365420186.0, 1365416498.0, 1365412811.0, 1365409143.0, 136540 : :
: : : : .0, 1365405479.0, 1365401787.0, 1365398118.0, 1365394453.0, 136539 : 5479.0, 1365401787.0, 1365398118.0, 1365394453.0, 1365390789.0, 136 : :
: : : : 0789.0, 1365387124.0, 1365383460.0, 1365379796.0, 1365376129.0, 13 : 5387124.0, 1365383460.0, 1365379796.0, 1365376129.0, 1365372459.0, : :
: : : : 65372459.0, 1365368759.0, 1365365050.0, 1365361381.0, 1365357704.0 : 1365368759.0, 1365365050.0, 1365361381.0, 1365357704.0, 1365350422. : :
: : : : , 1365350422.0, 1365346752.0, 1365343085.0, 1365339417.0, 13653357 : 0, 1365346752.0, 1365343085.0, 1365339417.0, 1365335750.0, 13653284 : :
: : : : 50.0, 1365328485.0, 1365324791.0, 1365320979.0, 1365264347.0, 1365 : 85.0, 1365324791.0, 1365320979.0, 1365264347.0, 1365260692.0&cid=55 : :
: : : : 260692.0&cid=5533477&cmd=showCamp&ulogin=uniparxdir : 33477&cmd=showCamp&ulogin=uniparxdir : :
: : : : : owCamps : :
: : : : 71 : : :
: : : : : 6 : :
: : : : : 3 : :
: : : : : 6 : :
: : : : : owCamps&ulogin=holodilnikru : :
: : : : : dirlevel=1342185655.0&cmd=showCamps&ulogin=beautyland-artha8 : :
: : : : : owCamps : :
: : : : : 3 : :
: : : : : 5 : :
: : : : 43 : : :
: : : : : 5&ulogin=uniparxdir : :
: : : : : 07.0&authredirlevel=1366833461.0&authredirlevel=1366055042.0&authre : :
: : : : : dirlevel=1366054816.0&cmd=showCamp&cid=6419449&ulogin=uniparxdir : :
: : : : : 6 : :
: : : : : 1 : :
: : : : : n= : :
: : : : ks=1 : : :
: : : : howCampStat&cid=5640011&target_type=&detail=yes&y1=13&m1=06&d1=17& : owCampStat&cid=5640011&target_type=&detail=yes&y1=13&m1=06&d1=17&y2 : :
: : : : y2=13&m2=07&d2=28&group=week : =13&m2=07&d2=28&group=day : :
: : : : : 70.0&cmd=showCamp&cid=2753896 : :
: : : : : 8 : :
: : : : : owCamp&cid=7065376#187618038 : :
: : : : : 60.0&authredirlevel=1373047694.0&authredirlevel=1372504061.0&authre : :
: : : : : dirlevel=1371984554.0&cmd=showCamp&cid=5532920&ulogin=uniparxdir : :
: : : : : 6 : :
: : : : 76 : : :
: : : : 78 : : :
: : : : : 8 : :
: : : : : 5 : :
: : : : 55 : : :
: : : : 21 : : :
: : : : : 1 : :
: : : : : =Yes&types=days&cid=6999588 : :
: : : : : owCamps&ulogin=holodilnikru : :
: : : : =addtime&reverse=1&ws_place=0&ws_time=1d&ws_cid=0&ws_done=0 : : :
: : : : 1&mediaType=text&from=fp_bbb : : :
: : : : : 0 : :
: : : : howCamps : 16.0&cmd=showCamp&cid=2196876 : :
: : : : : 5 : :
: : : : type=campdate : : :
: : : : : 8 : :
: : : : : 85.0&authredirlevel=1372052820.0&authredirlevel=1371310346.0&authre : :
: : : : : dirlevel=1370938849.0&authredirlevel=1370679627.0&cmd=showCampStat& : :
: : : : : stat_type=campdate : :
: : : : : 69159&phrasedate=Yes&target_all=1 : :
: : : : : 5 : :
: : : : 75 : : :
: : : : : =easy&from=metrika : :
: : : : type=campdate : : :
: : : : : Informers.html : :
: : : : : w.advertising.yandex.ru/welcome/pdf/direct_booklet.pdf : :
: : : : : 7 : :
: : : : ks=1 : : :
: : : : 66&ulogin=merc-traffic : nz_russia/ru/home/van/home/new_vans/special_offers.html?csref=_030_ : :
: : : : : vans:cpc:yandex-direct : :
: : : : : 5 : :
: : : : : =Yes&types=days&cid=1475303 : :
: : : : 77 : lshoj-kvartiry : :
: : : : : =Yes&types=days&cid=5995157 : :
: : : : : =Yes&types=days&cid=6883763 : :
: : : : : 7 : :
: : : : d : : :
: : : : : ger : :
: : : : 1&mediaType=text&from=fp_bbb : : :
: : : : : 161272&cmd=showCamp : :
: : : : all : : :
: : : : : 0 : :
: : : : howCamps : 6 : :
: : : : : &mediaType=text&from=fp_bbb : :
: : : : : 0&ulogin=uniparxdir : :
: : : : : 4 : :
: : : : : 9 : :
: : : : : 05.6&authredirlevel=1372014905.5&authredirlevel=1372014905.4&authre : :
: : : : : dirlevel=1372014905.3&authredirlevel=1372014905.2&authredirlevel=13 : :
: : : : : 72014905.1&authredirlevel=1372014905.0&authredirlevel=1370480737.6& : :
: : : : : authredirlevel=1370480737.5&authredirlevel=1370480737.4&authredirle : :
: : : : : vel=1370480737.3&authredirlevel=1370480737.2&authredirlevel=1370480 : :
: : : : : 737.1&authredirlevel=1370480737.0&cmd=showCampStat&stat_type=campda : :
: : : : : te&target_0=1&target_1=1&target_all=1 : :
: : : : : 6 : :
: : : : l=Yes&types=days&cid=7052441 : owCampStat&cid=7052441&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-06-26:2013-06-26,2013-06-27:2013-06-27,2013-06-25:2013-06-25&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&tar : :
: : : : : get_all=yes : :
: : : : l=Yes&types=days&cid=7066272 : 66272&phrasedate=Yes&target_all=1 : :
: : : : : 2 : :
: : : : : owCamps&ulogin=visacity08 : :
: : : : : 274687&cmd=showCamp : :
: : : : type=campdate : : :
: : : : l=Yes&types=days&cid=6723854 : owCampStat&cid=6723854&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-06-26:2013-06-26,2013-06-27:2013-06-27,2013-06-25:2013-06-25&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&tar : :
: : : : : get_all=yes : :
: : : : 42 : : :
: : : : 1&mediaType=text : : :
: : : : : owSubClientCamps : :
: : : : : =Yes&types=days&cid=7066272 : :
: : : : : camps=0&cmd=showCamps&settings_sorted=&sort=name&reverse=0 : :
: : : : : 3 : :
: : : : 56 : owCampStat&cid=5895656&detail=Yes&types=days : :
: : : : : 4 : :
: : : : : =Yes&types=days&cid=6963923 : :
: : : : : 5 : :
: : : : 09 : : :
: : : : : type=campdate : :
: : : : : ype=campdate : :
: : : : : &mediaType=text&firstbanner=std : :
: : : : howCamp&cid=1971054 : dirlevel=1372767978.0&cmd=showCampStat&cid=1971054&detail=Yes&types : :
: : : : : =days : :
: : : : : owCamps : :
: : : : : 4 : :
: : : : : 5 : :
: : : : : days&page=1&cmd=showCampStat&detail=Yes&target_all=1&cid=7134795&sh : :
: : : : : ow_banners_stat=1 : :
: : : : : owSubClientCamps : :
: : : : : =Yes&types=days&cid=6830575 : :
: : : : 916.0&cmd=showCamp&cid=2196876 : 16.0&cid=2196876&cmd=showCamp : :
: : : : &ulogin= : ulogin= : :
: : : : : 8 : :
: : : : : come=yes : :
: : : : : ed : :
: : : : : 6 : :
: : : : : 5 : :
: : : : : 7 : :
: : : : howCamps : 5 : :
: : : : : 1 : :
: : : : : 2 : :
: : : : : 0 : :
: : : : : =Yes&types=days&cid=7100989 : :
: : : : : 2 : :
: : : : howCampStat&cid=4588753&offline_stat=0&online_stat=1&stat_periods= : owCamps&mediaType=text&ulogin=FOREX-IMIKS : :
: : : : 2013-06-01:2013-06-30,2013-06-25:2013-07-01,2013-06-17:2013-07-02& : : :
: : : : ulogin=FOREX-IMIKS&stat_type=geo&page=&group=day&y1=2013&m1=06&d1= : : :
: : : : 01&y2=2013&m2=06&d2=30&goals=0&target_all=yes : : :
: : : : : ulogin= : :
: : : : : 9 : :
: : : : : =Yes&types=days&cid=3656357 : :
: : : : 10 : : :
: : : : 85 : : :
: : : : : dirlevel=1372758445.0&cmd=showCamp&cid=970693 : :
: : : : : owCamps : :
: : : : site_promotion_search : : :
: : : : t : : :
: : : : 19 : : :
: : : : 58 : : :
: : : : : 43738&stat_type=pages&target_all=1&d1=23&m1=07&y1=12&d2=23&m2=07&y2 : :
: : : : : =13&group=day : :
: : : : : 8 : :
: : : : : 0 : :
: : : : : 3 : :
: : : : : 1 : :
: : : : howClients : vancedForecast : :
: : : : 41 : : :
: : : : : 32.0&cmd=showCamp&cid=7171725 : :
: : : : 39 : : :
: : : : : 2 : :
: : : : : 6 : :
: : : : : &mediaType=text : :
: : : : : 9 : :
: : : : : 1 : :
: : : : : 6 : :
: : : : : 65759&stat_type=pages&target_all=1&d1=23&m1=07&y1=12&d2=23&m2=07&y2 : :
: : : : : =13&group=day : :
: : : : : 1 : :
: : : : 13 : owCamp&cid=7064513 : :
: : : : : 5 : :
: : : : 08 : : :
: : : : 24 : : :
: : : : : 5 : :
: : : : = : ulogin= : :
: : : : : 6 : :
: : : : : 1 : :
: : : : : 5 : :
: : : : l=Yes&types=days&cid=7052441 : owCampStat&cid=7052441&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-06-26:2013-06-26,2013-06-27:2013-06-27,2013-06-25:2013-06-25&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&tar : :
: : : : : get_all=yes : :
: : : : ransfer : : :
: : : : : 1 : :
: : : : 13 : : :
: : : : : 9 : :
: : : : : 9 : :
: : : : 19 : : :
: : : : : 8 : :
: : : : ncy : : :
: : : : 3243479&tab=media : owCamp&cid=3243479&tab=active : :
: : : : 27 : : :
: : : : howCampStat&cid=3375426&detail=Yes&target_all=1&types=days&show_ba : owCampStat&cid=3375426&detail=Yes&target_all=1&types=days&show_bann : :
: : : : nners_stat=1&page=2 : ers_stat=1&page=1 : :
: : : : : owCamp&cid=7006443&tab=all : :
: : : : : &mediaType=text : :
: : : : : 0 : :
: : : : : 3 : :
: : : : : 2 : :
: : : : : 9 : :
: : : : 35 : : :
: : : : 41133;detail=Yes;types=days : days&page=1&cmd=showCampStat&detail=Yes&target_all=1&cid=141133&sho : :
: : : : : w_banners_stat=1 : :
: : : : howCamps : 7 : :
: : : : : 1 : :
: : : : : 0 : :
: : : : howCamps : 5 : :
: : : : 57 : : :
: : : : 77&ulogin=merc-traffic : me_mpc/passengercars/home/servicesandaccessories/special_offers/spr : :
: : : : : ing_2013.html?csref=_mpc_aft_spring-offer2013:cpc:yandex-direct : :
: : : : &ulogin= : : :
: : : : 77 : : :
: : : : howCampStat&cid=2870560&offline_stat=0&online_stat=0&stat_periods= : 0 : :
: : : : 2013-07-01:2013-07-01,2013-06-23:2013-06-24,2013-06-16:2013-06-16& : : :
: : : : detail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day : : :
: : : : &goals=0&target_all=yes&show_banners_stat=1 : : :
: : : : howCampStat&cid=7022493&detail=Yes&target_all=1&types=days&show_ba : : :
: : : : nners_stat=1&page=1 : : :
: : : : type=campdate : owCampStat&offline_stat=0&online_stat=0&stat_periods=2013-07-18:201 : :
: : : : : 3-07-19,&stat_type=campdate&y1=2013&m1=07&d1=23&y2=2013&m2=07&d2=23 : :
: : : : : &group=day&target_all=1 : :
: : : : : 0 : :
: : : : 20 : : :
: : : : l=Yes&types=days&cid=5826713 : : :
: : : : 999588&phrasedate=Yes&target_all=1 : =Yes&cid=6999588&showCampStat=cmd&types=days&target_all=1 : :
: : : : : ulogin= : :
: : : : howCampStat&offline_stat=0&online_stat=0&stat_periods=2013-06-27:2 : : :
: : : : 013-06-28,2013-06-26:2013-06-27,2013-06-01:2013-06-20&stat_type=ca : : :
: : : : mpdate&y1=2013&m1=07&d1=01&y2=2013&m2=07&d2=01&group=day&target_al : : :
: : : : l=1 : : :
: : : : : 6 : :
: : : : : 8 : :
: : : : : 0 : :
: : : : l=Yes&types=days&cid=6932408 : 32408&phrasedate=Yes&target_all=1 : :
: : : : : owCamps&ulogin=holodilnikru : :
: : : : : 98.0&cmd=showCamp&cid=7067235 : :
: : : : : &mediaType=text : :
: : : : : 8 : :
: : : : : 0 : :
: : : : : 1 : :
: : : : : 0 : :
: : : : howCamp&cid=7026131 : : :
: : : : : &mediaType=text&from=fp_bbb : :
: : : : : 1 : :
: : : : howCampStat&cid=4036889&detail=Yes&types=days : 36889&phrasedate=Yes&target_all=1 : :
: : : : 11 : 13411=1#list : :
: : : : 12 : : :
: : : : howCamp&cid=4246248&tab=decline : owCamp&cid=4246248&tab=active : :
: : : : : 9 : :
: : : : : 6 : :
: : : : 07 : : :
: : : : l=Yes&types=days&cid=5033617 : : :
: : : : : 0 : :
: : : : : 1 : :
: : : : : 4 : :
: : : : 1&mediaType=text : : :
: : : : : 2 : :
: : : : : 7 : :
: : : : l=Yes&types=days&cid=7034128 : : :
: : : : 99 : : :
: : : : id=7 : : :
: : : : : 8 : :
: : : : : 7 : :
: : : : : owCamps&ulogin=visamaster08 : :
: : : : 43 : : :
: : : : howCamps&ulogin=dc12a : owCampStat&cid=5658570&cid=5753133&cid=5701003&stat_type=campdate&u : :
: : : : : login=dc12a&csrf_token=shocsLKxtAnjy3K1 : :
: : : : : 0 : :
: : : : : owCamps&ulogin=TENDER-SELDON-IMIKS : :
: : : : : 73.0&cmd=showCampStat&cid=6421801&cid=6424294&cid=6487283&cid=64938 : :
: : : : : 29&cid=6494462&cid=6495189&stat_type=campdate&csrf_token=pRFezf5GIV : :
: : : : : r0wz8J : :
: : : : 77 : : :
: : : : : =Yes&types=days&cid=4537562 : :
: : : : : =Yes&types=days&cid=3353427 : :
: : : : 01 : : :
: : : : : 7 : :
: : : : : 2 : :
: : : : 52 : : :
: : : : : 5 : :
: : : : : =Yes&types=days&cid=6932408 : :
: : : : : 5 : :
: : : : l=Yes&types=days&cid=7162500 : : :
: : : : howCampStat&cid=1714344&offline_stat=0&online_stat=0&stat_periods= : owCampStat&cid=1714344&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : 2013-06-01:2013-06-30,2013-06-28:2013-06-29,2013-06-27:2013-06-28& : 13-06-01:2013-06-30,2013-06-28:2013-06-29,2013-06-27:2013-06-28&det : :
: : : : detail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&goa : :
: : : : &goals=0&target_all=yes&show_banners_stat=1 : ls=0&target_all=yes&show_banners_stat=1 : :
: : : : : vancedForecast : :
: : : : : 3 : :
: : : : : 4 : :
: : : : 66 : : :
: : : : : 1 : :
: : : : howCampStat&cid=5360801&offline_stat=0&online_stat=1&stat_periods= : : :
: : : : &types=total&page=&group=day&y1=2012&m1=07&d1=02&y2=2013&m2=07&d2= : : :
: : : : 02 : : :
: : : : : 5 : :
: : : : t : mpleCamp : :
: : : : : 5 : :
: : : : : 2 : :
: : : : : 5 : :
: : : : : 6 : :
: : : : : 0 : :
: : : : : 3 : :
: : : : : 4 : :
: : : : : 9 : :
: : : : : =Yes&types=days&cid=7032884 : :
: : : : ts : : :
: : : : howCamp&cid=6411626&tab=off : owCamp&cid=6411626 : :
: : : : : owCampStat&stat_type=by_agency_clients : :
: : : : : 3 : :
: : : : : 6 : :
: : : : : 5 : :
: : : : : 8 : :
: : : : : =Yes&types=days&cid=6844274 : :
: : : : l=Yes&cid=2139196&ulogin=onclinic-sm&showCampStat=cmd&types=days&t : owCampStat&cid=2139196&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : arget_all=1&d1=01&m1=06&y1=13&d2=01&m2=07&y2=13&group=day : 13-06-01:2013-07-02,2013-06-21:2013-07-02,2013-06-24:2013-07-02&ulo : :
: : : : : gin=onclinic-sm&detail=yes&page=&y1=2013&m1=06&d1=01&y2=2013&m2=07& : :
: : : : : d2=02&group=day&goals=0&target_all=yes : :
: : : : : 6 : :
: : : : : 1 : :
: : : : 75 : : :
: : : : : 6 : :
: : : : 148542&stat_type=pages&target_all=1 : =Yes&cid=7148542&showCampStat=cmd&types=days&target_all=1 : :
: : : : : owCampStat&cid=4917291&detail=Yes&types=days : :
: : : : : 1 : :
: : : : 7-.31620-1.1372703844295129.198343986.198343986..53121502.1406.512 : 7 : :
: : : : l=Yes&types=days&cid=7041629 : : :
: : : : : 4 : :
: : : : : =Yes&types=days&cid=6027971 : :
: : : : 20 : : :
: : : : : vancedForecast : :
: : : : : =Yes&types=days&cid=7034128 : :
: : : : =total&target_all=1&page=1&cmd=showCampStat&cid=3016175&show_banne : owCampStat&cid=3016175&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : rs_stat=1 : 12-02-03:2012-02-04,2011-08-01:2011-09-04,2010-12-29:2011-01-02&typ : :
: : : : : es=total&page=&group=day&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&sh : :
: : : : : ow_banners_stat=1 : :
: : : : : 13411=1#list : :
: : : : l=Yes&types=days&cid=88689 : : :
: : : : : 88.0 : :
: : : : howCamps&mediaType=text&ulogin=super-svictor : ype=campdate&&ulogin=super-svictor : :
: : : : : 2 : :
: : : : : =Yes&types=days&cid=6940624 : :
: : : : : &mediaType=text&firstbanner=easy : :
: : : : : dirlevel=1372663385.0&cmd=showCamp&cid=2139196&ulogin=onclinic-sm : :
: : : : 97&ulogin=mirkli-webmart : : :
: : : : : 6 : :
: : : : : 0 : :
: : : : l=Yes&types=days&cid=4644721 : owCampStat&cid=4644721&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : : 13-05-27:2013-05-28,2011-09-12:2011-09-12,2011-06-05:2011-07-05&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&goa : :
: : : : : ls=0&target_all=yes&show_banners_stat=1 : :
: : : : : 7 : :
: : : : : 3 : :
: : : : : 5 : :
: : : : : dirlevel=1372412588.0&authredirlevel=1372408461.0&authredirlevel=13 : :
: : : : : 72403851.0&authredirlevel=1372339893.0&authredirlevel=1372335674.0& : :
: : : : : authredirlevel=1372331762.0&authredirlevel=1372323148.0&authredirle : :
: : : : : vel=1372313398.0&authredirlevel=1372309630.0&authredirlevel=1372252 : :
: : : : : 641.0&authredirlevel=1372248697.0&authredirlevel=1372244608.0&authr : :
: : : : : edirlevel=1372240548.0&authredirlevel=1372231517.0&authredirlevel=1 : :
: : : : : 372227248.0&authredirlevel=1372074352.0&authredirlevel=1371476832.0 : :
: : : : : &cmd=showCamp&tab=active&cid=6051926 : :
: : : : howCamp&cid=6501536 : : :
: : : : howCampStat&cid=7022493&detail=Yes&target_all=1&types=days&show_ba : : :
: : : : nners_stat=1&page=2 : : :
: : : : : &mediaType=text : :
: : : : : =Yes&types=days&cid=7041629 : :
: : : : : 9 : :
: : : : : 3 : :
: : : : l=Yes&types=days&cid=2704830 : : :
: : : : : =Yes&types=days&cid=6100946 : :
: : : : : 0 : :
: : : : : 8 : :
: : : : : 37.0&authredirlevel=1371612009.0&authredirlevel=1370955451.0&cmd=sh : :
: : : : : owCamp&cid=5477450 : :
: : : : 18 : : :
: : : : 17 : : :
: : : : : 0 : :
: : : : : 6 : :
: : : : : dirlevel=1374312836.0&cmd=showCamps : :
: : : : : 5 : :
: : : : 57 : : :
: : : : : 5 : :
: : : : : 3 : :
: : : : l=Yes&cid=2870560&showCampStat=cmd&types=days&target_all=1&d1=02&m : 0 : :
: : : : 1=07&y1=13&d2=02&m2=07&y2=13&group=day : : :
: : : : : 0 : :
: : : : : 3 : :
: : : : &ulogin= : ulogin= : :
: : : : 12 : : :
: : : : oInformers.html : : :
: : : : howCamp&cid=4693423&tab=active : owCamp&cid=4693423&tab=wait : :
: : : : : 2 : :
: : : : : 1 : :
: : : : : 9 : :
: : : : : 11.0&authredirlevel=1372755166.0&cmd=showClients : :
: : : : : 1 : :
: : : : : 1 : :
: : : : : 3 : :
: : : : : 066835&cmd=showCamp : :
: : : : : 0 : :
: : : : 6 : : :
: : : : : 3 : :
: : : : : 7 : :
: : : : howCamp&cid=970693 : owCamp&cid=2997085 : :
: : : : : 8 : :
: : : : 1&mediaType=text : : :
: : : : : 6 : :
: : : : : 3 : :
: : : : : 1 : :
: : : : 79 : owCamp&cid=7108679&tab=&page=2 : :
: : : : : =Yes&types=days&cid=7169384 : :
: : : : oInformers.html : : :
: : : : : dirlevel=1372772163.0&cmd=showCamps&tab=all&ulogin=spb-tester1 : :
: : : : : 8 : :
: : : : : 0 : :
: : : : 61 : : :
: : : : : vancedForecast : :
: : : : : =Yes&types=days&cid=6974488 : :
: : : : 84 : : :
: : : : : owCamp&cid=6833286 : :
: : : : : 5 : :
: : : : : 4 : :
: : : : howCamps&ulogin=major-auto-RW : ype=campdate&&ulogin=major-auto-RW : :
: : : : : 9 : :
: : : : ditBannerEasy&cid=6939766&bid=178815009 : dirlevel=1372759245.0&&cid=6939766&cmd=showCamp : :
: : : : ned : : :
: : : : ditCamp&cid=2870560 : owCamp&cid=2870560 : :
: : : : : 8 : :
: : : : howCampStat&cid=7058631&detail=Yes&types=days : 58631&stat_type=pages&target_all=1 : :
: : : : : =Yes&types=days&cid=3714884 : :
: : : : 97 : : :
: : : : : 0 : :
: : : : bids=5756034&cid=1840733 : : :
: : : : : =Yes&types=days&cid=4641928 : :
: : : : 91 : : :
: : : : : 9 : :
: : : : : 3 : :
: : : : : 49.0&authredirlevel=1372754333.0&authredirlevel=1372750347.0&cmd=sh : :
: : : : : owCamp&cid=5694785&ulogin=otzyvavto : :
: : : : : addtime&reverse=1&ws_place=0&ws_time=1&ws_cid=0&ws_done=0#6136521 : :
: : : : l=Yes&types=days&cid=7153732 : 53732&phrasedate=Yes&target_all=1 : :
: : : : : 4 : :
: : : : : 1 : :
: : : : : 1 : :
: : : : : =213&text_geo=Москва : :
: : : : : 0 : :
: : : : : 6 : :
: : : : : ype=campdate : :
: : : : : 3 : :
: : : : : &mediaType=text&firstbanner=std : :
: : : : : 4 : :
: : : : : 8 : :
: : : : 92 : owCampStat&cid=6486492&detail=Yes&types=days : :
: : : : l=Yes&types=days&cid=6975816 : 6 : :
: : : : : owCamps : :
: : : : : 9 : :
: : : : : 6 : :
: : : : : 1 : :
: : : : 75 : : :
: : : : : =Yes&types=days&cid=6942376 : :
: : : : 68 : : :
: : : : : 7 : :
: : : : : 4 : :
: : : : : 9 : :
: : : : l=Yes&types=days&cid=6851682 : days&page=1&cmd=showCampStat&detail=Yes&target_all=1&cid=6851682&sh : :
: : : : : ow_banners_stat=1 : :
: : : : : =Yes&types=days&cid=2704830 : :
: : : : 21 : : :
: : : : 04 : owCampStat&cid=7057804&detail=Yes&types=days : :
: : : : : 2 : :
: : : : : =Yes&types=days&cid=6486629 : :
: : : : 73 : : :
: : : : : 7 : :
: : : : : 8 : :
: : : : 31 : owCamp&cid=6839731 : :
: : : : 066272&phrasedate=Yes&target_all=1 : : :
: : : : howCampStat&cid=2803428&offline_stat=0&online_stat=0&stat_periods= : 8 : :
: : : : 2013-06-01:2013-06-24,2013-06-01:2013-06-14,2013-06-03:2013-06-03& : : :
: : : : phrasedate=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group : : :
: : : : =day&goals=0&target_all=yes : : :
: : : : : 5 : :
: : : : : 86.0&authredirlevel=1372751903.0&cmd=showCamp&cid=3055906 : :
: : : : : 3 : :
: : : : : 0 : :
: : : : : =Yes&types=days&cid=6157316 : :
: : : : : =Yes&types=days&cid=3502476 : :
: : : : : addtime&reverse=1&ws_place=0&ws_time=1&ws_cid=0&ws_done=0#5809640 : :
: : : : : =Yes&types=days&cid=6860824 : :
: : : : edirlevel=1372746442.0&authredirlevel=1372714097.0&authredirlevel= : owCampStat&cid=3226358&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : 1372698041.0&authredirlevel=1372693736.0&cmd=showCampStat&cid=3226 : 13-06-24:2013-07-02,&phrasedate=yes&page=&y1=2013&m1=06&d1=24&y2=20 : :
: : : : 358&offline_stat=0&online_stat=0&stat_periods=&phrasedate=yes&page : 13&m2=07&d2=02&group=day&goals=0&target_all=yes : :
: : : : =&y1=2013&m1=06&d1=24&y2=2013&m2=07&d2=01&group=day&goals=0&target : : :
: : : : _all=yes : : :
: : : : : 5 : :
: : : : howCamps&ulogin=dc12a : owCampStat&cid=7041500&stat_type=campdate&ulogin=dc12a&csrf_token=Q : :
: : : : : un6g1847J4TOMJW : :
: : : : howCamp&tab=all&cid=6831216 : owCamp&cid=6831216&tab=active : :
: : : : : 3 : :
: : : : : 064001&cmd=showCamp : :
: : : : : =Yes&types=days&cid=7165103 : :
: : : : : 6 : :
: : : : : ype=campdate : :
: : : : 04 : : :
: : : : 622777;offline_stat=0;online_stat=1;stat_periods=2013-06-01:2013-0 : : :
: : : : 7-02,2013-04-01:2013-06-28,2013-03-25:2013-06-28;detail=yes;page=; : : :
: : : : y1=2013;m1=06;d1=01;y2=2013;m2=07;d2=02;group=day;goals=0;target_a : : :
: : : : ll=yes : : :
: : : : : =Yes&types=days&cid=7066904 : :
: : : : : 90.0&cmd=showCamp&cid=7142178 : :
: : : : : =Yes&types=days&cid=4917905 : :
: : : : 171931&phrasedate=Yes&target_all=1 : : :
: : : : : 9 : :
: : : : l=Yes&types=days&cid=5967378 : owCampStat&cid=5967378&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-06-18:2013-07-02,2013-06-18:2013-06-24,2013-06-24:2013-06-30&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&goa : :
: : : : : ls=0&target_all=yes : :
: : : : : =Yes&types=days&cid=5685110 : :
: : : : : 3 : :
: : : : : owCamp&cid=7163322#197090829 : :
: : : : : 1 : :
: : : : l=Yes&types=days&cid=7087520 : : :
: : : : : =Yes&types=days&cid=7064245 : :
: : : : 36 : : :
: : : : : 4 : :
: : : : : owCamp&cid=2217231 : :
: : : : : 064001&cmd=showCamp : :
: : : : : 0 : :
: : : : : 2 : :
: : : : : 4 : :
: : : : : 0 : :
: : : : : 9 : :
: : : : 68 : : :
: : : : howCamp&cid=2838772&tab=off : owCamp&cid=2838772&tab=active : :
: : : : : 8 : :
: : : : : 5 : :
: : : : l=Yes&types=days&cid=7036399 : : :
: : : : 73 : : :
: : : : howCamp&cid=6155736#165459179 : : :
: : : : : 5 : :
: : : : : 2 : :
: : : : &ulogin= : : :
: : : : : 1 : :
: : : : : 0 : :
: : : : : 8 : :
: : : : 61 : : :
: : : : l=Yes&types=days&cid=7051349 : : :
: : : : : =Yes&types=days&cid=7065579 : :
: : : : : 5 : :
: : : : 02 : : :
: : : : : 27.0&cmd=showCamp&cid=4670220 : :
: : : : : 9 : :
: : : : : 1 : :
: : : : : =Yes&types=days&cid=4764350 : :
: : : : : 6 : :
: : : : : 3 : :
: : : : 35 : owCampStat&cid=6921735&detail=Yes&types=days : :
: : : : : =Yes&types=days&cid=6851682 : :
: : : : : owCampStat&stat_type=by_agency_clients : :
: : : : : =Yes&types=days&cid=7055483 : :
: : : : 14 : : :
: : : : : 4 : :
: : : : 69 : : :
: : : : : 4 : :
: : : : : campdate : :
: : : : : 2 : :
: : : : : 9 : :
: : : : : 4 : :
: : : : : 3 : :
: : : : ditCamp&cid=7100989 : 00989;offline_stat=0;online_stat=1;stat_periods=2013-01-10:2013-01- : :
: : : : : 28,2013-01-10:2013-01-27,2013-01-10:2013-01-26;detail=yes;page=;y1= : :
: : : : : 2013;m1=06;d1=22;y2=2013;m2=07;d2=22;group=day;goals=0;target_all=y : :
: : : : : es : :
: : : : : 2 : :
: : : : : 4 : :
: : : : 35 : : :
: : : : : 7 : :
: : : : : g14AZEA.pl?authredirlevel=1372773289.0&cmd=showCamps&ulogin=eslucha : :
: : : : : k : :
: : : : : &mediaType=text&from=fp_bbb : :
: : : : howCamps : 7 : :
: : : : 92 : : :
: : : : : 02.0&cmd=showClients : :
: : : : : 1 : :
: : : : howCamp&cid=7090606 : owCampStat&cid=7090606&detail=Yes&types=days : :
: : : : 61 : : :
: : : : : =Yes&types=days&cid=6994484 : :
: : : : : 3 : :
: : : : : 4 : :
: : : : : 6 : :
: : : : : 4 : :
: : : : : =Yes&types=days&cid=6796978&ulogin=rfidhy : :
: : : : : 3 : :
: : : : : =Yes&types=days&cid=5196539 : :
: : : : : owCamps&ulogin=filterlife-skyboom : :
: : : : : 1 : :
: : : : : 3 : :
: : : : : =Yes&types=days&cid=7010416 : :
: : : : : owCamps : :
: : : : : owClients : :
: : : : 394451&phrasedate=Yes&target_all=1 : owCampStat&cid=4394451&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : : 12-01-01:2012-11-21,2012-01-01:2012-07-31,2012-03-23:2012-03-23&phr : :
: : : : : asedate=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day : :
: : : : : &goals=0&target_all=yes : :
: : : : howCampStat&cid=5792419&detail=Yes&types=days : owCampStat&cid=5792419&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-02-14:2013-02-14,&detail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m : :
: : : : : 2=07&d2=02&group=day&goals=0&target_all=yes : :
: : : : : 3 : :
: : : : : 053221&cmd=showCamp : :
: : : : : 6 : :
: : : : : owCamps : :
+------+------+------+--------------------------------------------------------------------+---------------------------------------------------------------------+-------+
1000 tuples (5m 36s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT TraficSourceID, SearchEngineID, AdvEngineID, CASE WHEN SearchEngineID = 0 AND AdvEngineID = 0 THEN Referer ELSE '' END AS Src, URL AS Dst, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh GROUP BY TraficSourceID, SearchEngineID, AdvEngineID, Src, Dst ORDER BY PageViews DESC LIMIT 1000;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT TraficSourceID, SearchEngineID, AdvEngineID, CASE WHEN SearchEngineID = 0 AND AdvEngineID = 0 THEN Referer ELSE '' END AS Src, URL AS Dst, count(*) AS PageVi ews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh GROUP BY TraficSourceID, SearchEngineID, AdvEngineID, Src, Dst ORDER BY PageViews DESC LIMIT 1000;
+------+------+------+--------------------------------------------------------------------+---------------------------------------------------------------------+-------+
: icso : chen : ngin : : : iews :
: urce : gine : eid : : : :
: id : id : : : : :
+======+======+======+====================================================================+=====================================================================+=======+
: : : : : ype=campdate : :
: : : : type=campdate : : :
: : : : : &mediaType=text : :
: : : : : &payment_type=1 : :
: : : : : d=7 : :
: : : : =addtime&reverse=1&ws_place=0&ws_time=1&ws_cid=0&ws_done=0 : : :
: : : : : &mediaType=text&from=fp_bbb : :
: : : : : ype=campdate : :
: : : : : dirlevel=1372668697.0&cmd=showCamps : :
: : : : : 98.0&authredirlevel=1371874016.0&authredirlevel=1371612009.0&authre : :
: : : : : dirlevel=1370955451.0&cmd=showCamp&cid=5477450 : :
: : : : t : : :
: : : : 1&mediaType=text : : :
: : : : : 9&ulogin=uniparxdir : :
: : : : : owCamps : :
: : : : : 0 : :
: : : : : 41.0&authredirlevel=1373081665.0&authredirlevel=1372822331.0&authre : :
: : : : : dirlevel=1372563095.0&authredirlevel=1372303801.0&authredirlevel=13 : :
: : : : : 72044532.0&authredirlevel=1371730939.0&authredirlevel=1371471570.0& : :
: : : : : authredirlevel=1371212358.0&cmd=showCamp&cid=2856748 : :
: : : : : addtime&reverse=1&ws_place=0&ws_time=1d&ws_cid=0&ws_done=0 : :
: : : : type=campdate : : :
: : : : : 95.0&authredirlevel=1372303801.0&authredirlevel=1372044532.0&authre : :
: : : : : dirlevel=1371730939.0&authredirlevel=1371471570.0&authredirlevel=13 : :
: : : : : 71212358.0&cmd=showCamp&cid=2856748 : :
: : : : : =225&text_geo=Россия : :
: : : : : 3 : :
: : : : 93 : : :
: : : : : 9 : :
: : : : 19 : : :
: : : : : s=1 : :
: : : : : =1&text_geo=Москва и область : :
: : : : : 8&ulogin=uniparxdir : :
: : : : : 2&ulogin=uniparxdir : :
: : : : : 5&ulogin=uniparxdir : :
: : : : : 6&ulogin=woodenhousedir : :
: : : : : 7&ulogin=uniparxdir : :
: : : : : 4&ulogin=uniparxdir : :
: : : : : 7 : :
: : : : 37 : : :
: : : : 71 : : :
: : : : : 9 : :
: : : : : 1 : :
: : : : : 5 : :
: : : : : 5 : :
: : : : 01 : : :
: : : : : 8 : :
: : : : 19 : : :
: : : : : 1 : :
: : : : 65 : : :
: : : : 29 : : :
: : : : 45 : : :
: : : : 03 : : :
: : : : : 0 : :
: : : : : 9 : :
: : : : : 1 : :
: : : : 81 : : :
: : : : 95 : : :
: : : : 40 : : :
: : : : : 5 : :
: : : : 08 : : :
: : : : : 3 : :
: : : : : 1 : :
: : : : : 60.0&authredirlevel=1373047694.0&authredirlevel=1371465714.0&authre : :
: : : : : dirlevel=1370425373.0&authredirlevel=1366055041.0&authredirlevel=13 : :
: : : : : 66054818.0&authredirlevel=1365875147.0&authredirlevel=1365611062.0& : :
: : : : : authredirlevel=1365320979.0&authredirlevel=1365066414.0&cmd=showCam : :
: : : : : p&cid=5516805&ulogin=uniparxdir : :
: : : : : d=7 : :
: : : : : &mediaType=text : :
: : : : edirlevel=1365585299.0, 1365577945.0, 1365574277.0, 1365566946.0, : dirlevel=1365585299.0, 1365577945.0, 1365574277.0, 1365566946.0, 13 : :
: : : : 1365563277.0, 1365559610.0, 1365555942.0, 1365552277.0, 1365544943 : 65563277.0, 1365559610.0, 1365555942.0, 1365552277.0, 1365544943.0, : :
: : : : .0, 1365541249.0, 1365537561.0, 1365533881.0, 1365530189.0, 136552 : 1365541249.0, 1365537561.0, 1365533881.0, 1365530189.0, 1365526529 : :
: : : : 6529.0, 1365522844.0, 1365519158.0, 1365515476.0, 1365511812.0, 13 : .0, 1365522844.0, 1365519158.0, 1365515476.0, 1365511812.0, 1365508 : :
: : : : 65508150.0, 1365504453.0, 1365500842.0, 1365497170.0, 1365493502.0 : 150.0, 1365504453.0, 1365500842.0, 1365497170.0, 1365493502.0, 1365 : :
: : : : , 1365486155.0, 1365482482.0, 1365478812.0, 1365475137.0, 13654714 : 486155.0, 1365482482.0, 1365478812.0, 1365475137.0, 1365471458.0, 1 : :
: : : : 58.0, 1365467780.0, 1365464101.0, 1365460425.0, 1365449525.0, 1365 : 365467780.0, 1365464101.0, 1365460425.0, 1365449525.0, 1365445860.0 : :
: : : : 445860.0, 1365438567.0, 1365434899.0, 1365431229.0, 1365427527.0, : , 1365438567.0, 1365434899.0, 1365431229.0, 1365427527.0, 136542385 : :
: : : : 1365423856.0, 1365420186.0, 1365416498.0, 1365412811.0, 1365409143 : 6.0, 1365420186.0, 1365416498.0, 1365412811.0, 1365409143.0, 136540 : :
: : : : .0, 1365405479.0, 1365401787.0, 1365398118.0, 1365394453.0, 136539 : 5479.0, 1365401787.0, 1365398118.0, 1365394453.0, 1365390789.0, 136 : :
: : : : 0789.0, 1365387124.0, 1365383460.0, 1365379796.0, 1365376129.0, 13 : 5387124.0, 1365383460.0, 1365379796.0, 1365376129.0, 1365372459.0, : :
: : : : 65372459.0, 1365368759.0, 1365365050.0, 1365361381.0, 1365357704.0 : 1365368759.0, 1365365050.0, 1365361381.0, 1365357704.0, 1365350422. : :
: : : : , 1365350422.0, 1365346752.0, 1365343085.0, 1365339417.0, 13653357 : 0, 1365346752.0, 1365343085.0, 1365339417.0, 1365335750.0, 13653284 : :
: : : : 50.0, 1365328485.0, 1365324791.0, 1365320979.0, 1365264347.0, 1365 : 85.0, 1365324791.0, 1365320979.0, 1365264347.0, 1365260692.0&cid=55 : :
: : : : 260692.0&cid=5533477&cmd=showCamp&ulogin=uniparxdir : 33477&cmd=showCamp&ulogin=uniparxdir : :
: : : : : owCamps : :
: : : : 71 : : :
: : : : : 6 : :
: : : : : 3 : :
: : : : : 6 : :
: : : : : owCamps&ulogin=holodilnikru : :
: : : : : dirlevel=1342185655.0&cmd=showCamps&ulogin=beautyland-artha8 : :
: : : : : owCamps : :
: : : : : 3 : :
: : : : : 5 : :
: : : : 43 : : :
: : : : : 5&ulogin=uniparxdir : :
: : : : : 07.0&authredirlevel=1366833461.0&authredirlevel=1366055042.0&authre : :
: : : : : dirlevel=1366054816.0&cmd=showCamp&cid=6419449&ulogin=uniparxdir : :
: : : : : 6 : :
: : : : : 1 : :
: : : : : n= : :
: : : : ks=1 : : :
: : : : howCampStat&cid=5640011&target_type=&detail=yes&y1=13&m1=06&d1=17& : owCampStat&cid=5640011&target_type=&detail=yes&y1=13&m1=06&d1=17&y2 : :
: : : : y2=13&m2=07&d2=28&group=week : =13&m2=07&d2=28&group=day : :
: : : : : 70.0&cmd=showCamp&cid=2753896 : :
: : : : : 8 : :
: : : : : owCamp&cid=7065376#187618038 : :
: : : : : 60.0&authredirlevel=1373047694.0&authredirlevel=1372504061.0&authre : :
: : : : : dirlevel=1371984554.0&cmd=showCamp&cid=5532920&ulogin=uniparxdir : :
: : : : : 6 : :
: : : : 76 : : :
: : : : 78 : : :
: : : : : 8 : :
: : : : : 5 : :
: : : : 55 : : :
: : : : 21 : : :
: : : : : 1 : :
: : : : : =Yes&types=days&cid=6999588 : :
: : : : : owCamps&ulogin=holodilnikru : :
: : : : =addtime&reverse=1&ws_place=0&ws_time=1d&ws_cid=0&ws_done=0 : : :
: : : : 1&mediaType=text&from=fp_bbb : : :
: : : : : 0 : :
: : : : howCamps : 16.0&cmd=showCamp&cid=2196876 : :
: : : : : 5 : :
: : : : type=campdate : : :
: : : : : 8 : :
: : : : : 85.0&authredirlevel=1372052820.0&authredirlevel=1371310346.0&authre : :
: : : : : dirlevel=1370938849.0&authredirlevel=1370679627.0&cmd=showCampStat& : :
: : : : : stat_type=campdate : :
: : : : : 69159&phrasedate=Yes&target_all=1 : :
: : : : : 5 : :
: : : : 75 : : :
: : : : : =easy&from=metrika : :
: : : : type=campdate : : :
: : : : : Informers.html : :
: : : : : w.advertising.yandex.ru/welcome/pdf/direct_booklet.pdf : :
: : : : : 7 : :
: : : : ks=1 : : :
: : : : 66&ulogin=merc-traffic : nz_russia/ru/home/van/home/new_vans/special_offers.html?csref=_030_ : :
: : : : : vans:cpc:yandex-direct : :
: : : : : 5 : :
: : : : : =Yes&types=days&cid=1475303 : :
: : : : 77 : lshoj-kvartiry : :
: : : : : =Yes&types=days&cid=5995157 : :
: : : : : =Yes&types=days&cid=6883763 : :
: : : : : 7 : :
: : : : d : : :
: : : : : ger : :
: : : : 1&mediaType=text&from=fp_bbb : : :
: : : : : 161272&cmd=showCamp : :
: : : : all : : :
: : : : : 0 : :
: : : : howCamps : 6 : :
: : : : : &mediaType=text&from=fp_bbb : :
: : : : : 0&ulogin=uniparxdir : :
: : : : : 4 : :
: : : : : 9 : :
: : : : : 05.6&authredirlevel=1372014905.5&authredirlevel=1372014905.4&authre : :
: : : : : dirlevel=1372014905.3&authredirlevel=1372014905.2&authredirlevel=13 : :
: : : : : 72014905.1&authredirlevel=1372014905.0&authredirlevel=1370480737.6& : :
: : : : : authredirlevel=1370480737.5&authredirlevel=1370480737.4&authredirle : :
: : : : : vel=1370480737.3&authredirlevel=1370480737.2&authredirlevel=1370480 : :
: : : : : 737.1&authredirlevel=1370480737.0&cmd=showCampStat&stat_type=campda : :
: : : : : te&target_0=1&target_1=1&target_all=1 : :
: : : : : 6 : :
: : : : l=Yes&types=days&cid=7052441 : owCampStat&cid=7052441&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-06-26:2013-06-26,2013-06-27:2013-06-27,2013-06-25:2013-06-25&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&tar : :
: : : : : get_all=yes : :
: : : : l=Yes&types=days&cid=7066272 : 66272&phrasedate=Yes&target_all=1 : :
: : : : : 2 : :
: : : : : owCamps&ulogin=visacity08 : :
: : : : : 274687&cmd=showCamp : :
: : : : type=campdate : : :
: : : : l=Yes&types=days&cid=6723854 : owCampStat&cid=6723854&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-06-26:2013-06-26,2013-06-27:2013-06-27,2013-06-25:2013-06-25&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&tar : :
: : : : : get_all=yes : :
: : : : 42 : : :
: : : : 1&mediaType=text : : :
: : : : : owSubClientCamps : :
: : : : : =Yes&types=days&cid=7066272 : :
: : : : : camps=0&cmd=showCamps&settings_sorted=&sort=name&reverse=0 : :
: : : : : 3 : :
: : : : 56 : owCampStat&cid=5895656&detail=Yes&types=days : :
: : : : : 4 : :
: : : : : =Yes&types=days&cid=6963923 : :
: : : : : 5 : :
: : : : 09 : : :
: : : : : type=campdate : :
: : : : : ype=campdate : :
: : : : : &mediaType=text&firstbanner=std : :
: : : : howCamp&cid=1971054 : dirlevel=1372767978.0&cmd=showCampStat&cid=1971054&detail=Yes&types : :
: : : : : =days : :
: : : : : owCamps : :
: : : : : 4 : :
: : : : : 5 : :
: : : : : days&page=1&cmd=showCampStat&detail=Yes&target_all=1&cid=7134795&sh : :
: : : : : ow_banners_stat=1 : :
: : : : : owSubClientCamps : :
: : : : : =Yes&types=days&cid=6830575 : :
: : : : 916.0&cmd=showCamp&cid=2196876 : 16.0&cid=2196876&cmd=showCamp : :
: : : : &ulogin= : ulogin= : :
: : : : : 8 : :
: : : : : come=yes : :
: : : : : ed : :
: : : : : 6 : :
: : : : : 5 : :
: : : : : 7 : :
: : : : howCamps : 5 : :
: : : : : 1 : :
: : : : : 2 : :
: : : : : 0 : :
: : : : : =Yes&types=days&cid=7100989 : :
: : : : : 2 : :
: : : : howCampStat&cid=4588753&offline_stat=0&online_stat=1&stat_periods= : owCamps&mediaType=text&ulogin=FOREX-IMIKS : :
: : : : 2013-06-01:2013-06-30,2013-06-25:2013-07-01,2013-06-17:2013-07-02& : : :
: : : : ulogin=FOREX-IMIKS&stat_type=geo&page=&group=day&y1=2013&m1=06&d1= : : :
: : : : 01&y2=2013&m2=06&d2=30&goals=0&target_all=yes : : :
: : : : : ulogin= : :
: : : : : 9 : :
: : : : : =Yes&types=days&cid=3656357 : :
: : : : 10 : : :
: : : : 85 : : :
: : : : : dirlevel=1372758445.0&cmd=showCamp&cid=970693 : :
: : : : : owCamps : :
: : : : site_promotion_search : : :
: : : : t : : :
: : : : 19 : : :
: : : : 58 : : :
: : : : : 43738&stat_type=pages&target_all=1&d1=23&m1=07&y1=12&d2=23&m2=07&y2 : :
: : : : : =13&group=day : :
: : : : : 8 : :
: : : : : 0 : :
: : : : : 3 : :
: : : : : 1 : :
: : : : howClients : vancedForecast : :
: : : : 41 : : :
: : : : : 32.0&cmd=showCamp&cid=7171725 : :
: : : : 39 : : :
: : : : : 2 : :
: : : : : 6 : :
: : : : : &mediaType=text : :
: : : : : 9 : :
: : : : : 1 : :
: : : : : 6 : :
: : : : : 65759&stat_type=pages&target_all=1&d1=23&m1=07&y1=12&d2=23&m2=07&y2 : :
: : : : : =13&group=day : :
: : : : : 1 : :
: : : : 13 : owCamp&cid=7064513 : :
: : : : : 5 : :
: : : : 08 : : :
: : : : 24 : : :
: : : : : 5 : :
: : : : = : ulogin= : :
: : : : : 6 : :
: : : : : 1 : :
: : : : : 5 : :
: : : : l=Yes&types=days&cid=7052441 : owCampStat&cid=7052441&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-06-26:2013-06-26,2013-06-27:2013-06-27,2013-06-25:2013-06-25&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&tar : :
: : : : : get_all=yes : :
: : : : ransfer : : :
: : : : : 1 : :
: : : : 13 : : :
: : : : : 9 : :
: : : : : 9 : :
: : : : 19 : : :
: : : : : 8 : :
: : : : ncy : : :
: : : : 3243479&tab=media : owCamp&cid=3243479&tab=active : :
: : : : 27 : : :
: : : : howCampStat&cid=3375426&detail=Yes&target_all=1&types=days&show_ba : owCampStat&cid=3375426&detail=Yes&target_all=1&types=days&show_bann : :
: : : : nners_stat=1&page=2 : ers_stat=1&page=1 : :
: : : : : owCamp&cid=7006443&tab=all : :
: : : : : &mediaType=text : :
: : : : : 0 : :
: : : : : 3 : :
: : : : : 2 : :
: : : : : 9 : :
: : : : 35 : : :
: : : : 41133;detail=Yes;types=days : days&page=1&cmd=showCampStat&detail=Yes&target_all=1&cid=141133&sho : :
: : : : : w_banners_stat=1 : :
: : : : howCamps : 7 : :
: : : : : 1 : :
: : : : : 0 : :
: : : : howCamps : 5 : :
: : : : 57 : : :
: : : : 77&ulogin=merc-traffic : me_mpc/passengercars/home/servicesandaccessories/special_offers/spr : :
: : : : : ing_2013.html?csref=_mpc_aft_spring-offer2013:cpc:yandex-direct : :
: : : : &ulogin= : : :
: : : : 77 : : :
: : : : howCampStat&cid=2870560&offline_stat=0&online_stat=0&stat_periods= : 0 : :
: : : : 2013-07-01:2013-07-01,2013-06-23:2013-06-24,2013-06-16:2013-06-16& : : :
: : : : detail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day : : :
: : : : &goals=0&target_all=yes&show_banners_stat=1 : : :
: : : : howCampStat&cid=7022493&detail=Yes&target_all=1&types=days&show_ba : : :
: : : : nners_stat=1&page=1 : : :
: : : : type=campdate : owCampStat&offline_stat=0&online_stat=0&stat_periods=2013-07-18:201 : :
: : : : : 3-07-19,&stat_type=campdate&y1=2013&m1=07&d1=23&y2=2013&m2=07&d2=23 : :
: : : : : &group=day&target_all=1 : :
: : : : : 0 : :
: : : : 20 : : :
: : : : l=Yes&types=days&cid=5826713 : : :
: : : : 999588&phrasedate=Yes&target_all=1 : =Yes&cid=6999588&showCampStat=cmd&types=days&target_all=1 : :
: : : : : ulogin= : :
: : : : howCampStat&offline_stat=0&online_stat=0&stat_periods=2013-06-27:2 : : :
: : : : 013-06-28,2013-06-26:2013-06-27,2013-06-01:2013-06-20&stat_type=ca : : :
: : : : mpdate&y1=2013&m1=07&d1=01&y2=2013&m2=07&d2=01&group=day&target_al : : :
: : : : l=1 : : :
: : : : : 6 : :
: : : : : 8 : :
: : : : : 0 : :
: : : : l=Yes&types=days&cid=6932408 : 32408&phrasedate=Yes&target_all=1 : :
: : : : : owCamps&ulogin=holodilnikru : :
: : : : : 98.0&cmd=showCamp&cid=7067235 : :
: : : : : &mediaType=text : :
: : : : : 8 : :
: : : : : 0 : :
: : : : : 1 : :
: : : : : 0 : :
: : : : howCamp&cid=7026131 : : :
: : : : : &mediaType=text&from=fp_bbb : :
: : : : : 1 : :
: : : : howCampStat&cid=4036889&detail=Yes&types=days : 36889&phrasedate=Yes&target_all=1 : :
: : : : 11 : 13411=1#list : :
: : : : 12 : : :
: : : : howCamp&cid=4246248&tab=decline : owCamp&cid=4246248&tab=active : :
: : : : : 9 : :
: : : : : 6 : :
: : : : 07 : : :
: : : : l=Yes&types=days&cid=5033617 : : :
: : : : : 0 : :
: : : : : 1 : :
: : : : : 4 : :
: : : : 1&mediaType=text : : :
: : : : : 2 : :
: : : : : 7 : :
: : : : l=Yes&types=days&cid=7034128 : : :
: : : : 99 : : :
: : : : id=7 : : :
: : : : : 8 : :
: : : : : 7 : :
: : : : : owCamps&ulogin=visamaster08 : :
: : : : 43 : : :
: : : : howCamps&ulogin=dc12a : owCampStat&cid=5658570&cid=5753133&cid=5701003&stat_type=campdate&u : :
: : : : : login=dc12a&csrf_token=shocsLKxtAnjy3K1 : :
: : : : : 0 : :
: : : : : owCamps&ulogin=TENDER-SELDON-IMIKS : :
: : : : : 73.0&cmd=showCampStat&cid=6421801&cid=6424294&cid=6487283&cid=64938 : :
: : : : : 29&cid=6494462&cid=6495189&stat_type=campdate&csrf_token=pRFezf5GIV : :
: : : : : r0wz8J : :
: : : : 77 : : :
: : : : : =Yes&types=days&cid=4537562 : :
: : : : : =Yes&types=days&cid=3353427 : :
: : : : 01 : : :
: : : : : 7 : :
: : : : : 2 : :
: : : : 52 : : :
: : : : : 5 : :
: : : : : =Yes&types=days&cid=6932408 : :
: : : : : 5 : :
: : : : l=Yes&types=days&cid=7162500 : : :
: : : : howCampStat&cid=1714344&offline_stat=0&online_stat=0&stat_periods= : owCampStat&cid=1714344&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : 2013-06-01:2013-06-30,2013-06-28:2013-06-29,2013-06-27:2013-06-28& : 13-06-01:2013-06-30,2013-06-28:2013-06-29,2013-06-27:2013-06-28&det : :
: : : : detail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&goa : :
: : : : &goals=0&target_all=yes&show_banners_stat=1 : ls=0&target_all=yes&show_banners_stat=1 : :
: : : : : vancedForecast : :
: : : : : 3 : :
: : : : : 4 : :
: : : : 66 : : :
: : : : : 1 : :
: : : : howCampStat&cid=5360801&offline_stat=0&online_stat=1&stat_periods= : : :
: : : : &types=total&page=&group=day&y1=2012&m1=07&d1=02&y2=2013&m2=07&d2= : : :
: : : : 02 : : :
: : : : : 5 : :
: : : : t : mpleCamp : :
: : : : : 5 : :
: : : : : 2 : :
: : : : : 5 : :
: : : : : 6 : :
: : : : : 0 : :
: : : : : 3 : :
: : : : : 4 : :
: : : : : 9 : :
: : : : : =Yes&types=days&cid=7032884 : :
: : : : ts : : :
: : : : howCamp&cid=6411626&tab=off : owCamp&cid=6411626 : :
: : : : : owCampStat&stat_type=by_agency_clients : :
: : : : : 3 : :
: : : : : 6 : :
: : : : : 5 : :
: : : : : 8 : :
: : : : : =Yes&types=days&cid=6844274 : :
: : : : l=Yes&cid=2139196&ulogin=onclinic-sm&showCampStat=cmd&types=days&t : owCampStat&cid=2139196&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : arget_all=1&d1=01&m1=06&y1=13&d2=01&m2=07&y2=13&group=day : 13-06-01:2013-07-02,2013-06-21:2013-07-02,2013-06-24:2013-07-02&ulo : :
: : : : : gin=onclinic-sm&detail=yes&page=&y1=2013&m1=06&d1=01&y2=2013&m2=07& : :
: : : : : d2=02&group=day&goals=0&target_all=yes : :
: : : : : 6 : :
: : : : : 1 : :
: : : : 75 : : :
: : : : : 6 : :
: : : : 148542&stat_type=pages&target_all=1 : =Yes&cid=7148542&showCampStat=cmd&types=days&target_all=1 : :
: : : : : owCampStat&cid=4917291&detail=Yes&types=days : :
: : : : : 1 : :
: : : : 7-.31620-1.1372703844295129.198343986.198343986..53121502.1406.512 : 7 : :
: : : : l=Yes&types=days&cid=7041629 : : :
: : : : : 4 : :
: : : : : =Yes&types=days&cid=6027971 : :
: : : : 20 : : :
: : : : : vancedForecast : :
: : : : : =Yes&types=days&cid=7034128 : :
: : : : =total&target_all=1&page=1&cmd=showCampStat&cid=3016175&show_banne : owCampStat&cid=3016175&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : rs_stat=1 : 12-02-03:2012-02-04,2011-08-01:2011-09-04,2010-12-29:2011-01-02&typ : :
: : : : : es=total&page=&group=day&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&sh : :
: : : : : ow_banners_stat=1 : :
: : : : : 13411=1#list : :
: : : : l=Yes&types=days&cid=88689 : : :
: : : : : 88.0 : :
: : : : howCamps&mediaType=text&ulogin=super-svictor : ype=campdate&&ulogin=super-svictor : :
: : : : : 2 : :
: : : : : =Yes&types=days&cid=6940624 : :
: : : : : &mediaType=text&firstbanner=easy : :
: : : : : dirlevel=1372663385.0&cmd=showCamp&cid=2139196&ulogin=onclinic-sm : :
: : : : 97&ulogin=mirkli-webmart : : :
: : : : : 6 : :
: : : : : 0 : :
: : : : l=Yes&types=days&cid=4644721 : owCampStat&cid=4644721&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : : 13-05-27:2013-05-28,2011-09-12:2011-09-12,2011-06-05:2011-07-05&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&goa : :
: : : : : ls=0&target_all=yes&show_banners_stat=1 : :
: : : : : 7 : :
: : : : : 3 : :
: : : : : 5 : :
: : : : : dirlevel=1372412588.0&authredirlevel=1372408461.0&authredirlevel=13 : :
: : : : : 72403851.0&authredirlevel=1372339893.0&authredirlevel=1372335674.0& : :
: : : : : authredirlevel=1372331762.0&authredirlevel=1372323148.0&authredirle : :
: : : : : vel=1372313398.0&authredirlevel=1372309630.0&authredirlevel=1372252 : :
: : : : : 641.0&authredirlevel=1372248697.0&authredirlevel=1372244608.0&authr : :
: : : : : edirlevel=1372240548.0&authredirlevel=1372231517.0&authredirlevel=1 : :
: : : : : 372227248.0&authredirlevel=1372074352.0&authredirlevel=1371476832.0 : :
: : : : : &cmd=showCamp&tab=active&cid=6051926 : :
: : : : howCamp&cid=6501536 : : :
: : : : howCampStat&cid=7022493&detail=Yes&target_all=1&types=days&show_ba : : :
: : : : nners_stat=1&page=2 : : :
: : : : : &mediaType=text : :
: : : : : =Yes&types=days&cid=7041629 : :
: : : : : 9 : :
: : : : : 3 : :
: : : : l=Yes&types=days&cid=2704830 : : :
: : : : : =Yes&types=days&cid=6100946 : :
: : : : : 0 : :
: : : : : 8 : :
: : : : : 37.0&authredirlevel=1371612009.0&authredirlevel=1370955451.0&cmd=sh : :
: : : : : owCamp&cid=5477450 : :
: : : : 18 : : :
: : : : 17 : : :
: : : : : 0 : :
: : : : : 6 : :
: : : : : dirlevel=1374312836.0&cmd=showCamps : :
: : : : : 5 : :
: : : : 57 : : :
: : : : : 5 : :
: : : : : 3 : :
: : : : l=Yes&cid=2870560&showCampStat=cmd&types=days&target_all=1&d1=02&m : 0 : :
: : : : 1=07&y1=13&d2=02&m2=07&y2=13&group=day : : :
: : : : : 0 : :
: : : : : 3 : :
: : : : &ulogin= : ulogin= : :
: : : : 12 : : :
: : : : oInformers.html : : :
: : : : howCamp&cid=4693423&tab=active : owCamp&cid=4693423&tab=wait : :
: : : : : 2 : :
: : : : : 1 : :
: : : : : 9 : :
: : : : : 11.0&authredirlevel=1372755166.0&cmd=showClients : :
: : : : : 1 : :
: : : : : 1 : :
: : : : : 3 : :
: : : : : 066835&cmd=showCamp : :
: : : : : 0 : :
: : : : 6 : : :
: : : : : 3 : :
: : : : : 7 : :
: : : : howCamp&cid=970693 : owCamp&cid=2997085 : :
: : : : : 8 : :
: : : : 1&mediaType=text : : :
: : : : : 6 : :
: : : : : 3 : :
: : : : : 1 : :
: : : : 79 : owCamp&cid=7108679&tab=&page=2 : :
: : : : : =Yes&types=days&cid=7169384 : :
: : : : oInformers.html : : :
: : : : : dirlevel=1372772163.0&cmd=showCamps&tab=all&ulogin=spb-tester1 : :
: : : : : 8 : :
: : : : : 0 : :
: : : : 61 : : :
: : : : : vancedForecast : :
: : : : : =Yes&types=days&cid=6974488 : :
: : : : 84 : : :
: : : : : owCamp&cid=6833286 : :
: : : : : 5 : :
: : : : : 4 : :
: : : : howCamps&ulogin=major-auto-RW : ype=campdate&&ulogin=major-auto-RW : :
: : : : : 9 : :
: : : : ditBannerEasy&cid=6939766&bid=178815009 : dirlevel=1372759245.0&&cid=6939766&cmd=showCamp : :
: : : : ned : : :
: : : : ditCamp&cid=2870560 : owCamp&cid=2870560 : :
: : : : : 8 : :
: : : : howCampStat&cid=7058631&detail=Yes&types=days : 58631&stat_type=pages&target_all=1 : :
: : : : : =Yes&types=days&cid=3714884 : :
: : : : 97 : : :
: : : : : 0 : :
: : : : bids=5756034&cid=1840733 : : :
: : : : : =Yes&types=days&cid=4641928 : :
: : : : 91 : : :
: : : : : 9 : :
: : : : : 3 : :
: : : : : 49.0&authredirlevel=1372754333.0&authredirlevel=1372750347.0&cmd=sh : :
: : : : : owCamp&cid=5694785&ulogin=otzyvavto : :
: : : : : addtime&reverse=1&ws_place=0&ws_time=1&ws_cid=0&ws_done=0#6136521 : :
: : : : l=Yes&types=days&cid=7153732 : 53732&phrasedate=Yes&target_all=1 : :
: : : : : 4 : :
: : : : : 1 : :
: : : : : 1 : :
: : : : : =213&text_geo=Москва : :
: : : : : 0 : :
: : : : : 6 : :
: : : : : ype=campdate : :
: : : : : 3 : :
: : : : : &mediaType=text&firstbanner=std : :
: : : : : 4 : :
: : : : : 8 : :
: : : : 92 : owCampStat&cid=6486492&detail=Yes&types=days : :
: : : : l=Yes&types=days&cid=6975816 : 6 : :
: : : : : owCamps : :
: : : : : 9 : :
: : : : : 6 : :
: : : : : 1 : :
: : : : 75 : : :
: : : : : =Yes&types=days&cid=6942376 : :
: : : : 68 : : :
: : : : : 7 : :
: : : : : 4 : :
: : : : : 9 : :
: : : : l=Yes&types=days&cid=6851682 : days&page=1&cmd=showCampStat&detail=Yes&target_all=1&cid=6851682&sh : :
: : : : : ow_banners_stat=1 : :
: : : : : =Yes&types=days&cid=2704830 : :
: : : : 21 : : :
: : : : 04 : owCampStat&cid=7057804&detail=Yes&types=days : :
: : : : : 2 : :
: : : : : =Yes&types=days&cid=6486629 : :
: : : : 73 : : :
: : : : : 7 : :
: : : : : 8 : :
: : : : 31 : owCamp&cid=6839731 : :
: : : : 066272&phrasedate=Yes&target_all=1 : : :
: : : : howCampStat&cid=2803428&offline_stat=0&online_stat=0&stat_periods= : 8 : :
: : : : 2013-06-01:2013-06-24,2013-06-01:2013-06-14,2013-06-03:2013-06-03& : : :
: : : : phrasedate=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group : : :
: : : : =day&goals=0&target_all=yes : : :
: : : : : 5 : :
: : : : : 86.0&authredirlevel=1372751903.0&cmd=showCamp&cid=3055906 : :
: : : : : 3 : :
: : : : : 0 : :
: : : : : =Yes&types=days&cid=6157316 : :
: : : : : =Yes&types=days&cid=3502476 : :
: : : : : addtime&reverse=1&ws_place=0&ws_time=1&ws_cid=0&ws_done=0#5809640 : :
: : : : : =Yes&types=days&cid=6860824 : :
: : : : edirlevel=1372746442.0&authredirlevel=1372714097.0&authredirlevel= : owCampStat&cid=3226358&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : 1372698041.0&authredirlevel=1372693736.0&cmd=showCampStat&cid=3226 : 13-06-24:2013-07-02,&phrasedate=yes&page=&y1=2013&m1=06&d1=24&y2=20 : :
: : : : 358&offline_stat=0&online_stat=0&stat_periods=&phrasedate=yes&page : 13&m2=07&d2=02&group=day&goals=0&target_all=yes : :
: : : : =&y1=2013&m1=06&d1=24&y2=2013&m2=07&d2=01&group=day&goals=0&target : : :
: : : : _all=yes : : :
: : : : : 5 : :
: : : : howCamps&ulogin=dc12a : owCampStat&cid=7041500&stat_type=campdate&ulogin=dc12a&csrf_token=Q : :
: : : : : un6g1847J4TOMJW : :
: : : : howCamp&tab=all&cid=6831216 : owCamp&cid=6831216&tab=active : :
: : : : : 3 : :
: : : : : 064001&cmd=showCamp : :
: : : : : =Yes&types=days&cid=7165103 : :
: : : : : 6 : :
: : : : : ype=campdate : :
: : : : 04 : : :
: : : : 622777;offline_stat=0;online_stat=1;stat_periods=2013-06-01:2013-0 : : :
: : : : 7-02,2013-04-01:2013-06-28,2013-03-25:2013-06-28;detail=yes;page=; : : :
: : : : y1=2013;m1=06;d1=01;y2=2013;m2=07;d2=02;group=day;goals=0;target_a : : :
: : : : ll=yes : : :
: : : : : =Yes&types=days&cid=7066904 : :
: : : : : 90.0&cmd=showCamp&cid=7142178 : :
: : : : : =Yes&types=days&cid=4917905 : :
: : : : 171931&phrasedate=Yes&target_all=1 : : :
: : : : : 9 : :
: : : : l=Yes&types=days&cid=5967378 : owCampStat&cid=5967378&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-06-18:2013-07-02,2013-06-18:2013-06-24,2013-06-24:2013-06-30&det : :
: : : : : ail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day&goa : :
: : : : : ls=0&target_all=yes : :
: : : : : =Yes&types=days&cid=5685110 : :
: : : : : 3 : :
: : : : : owCamp&cid=7163322#197090829 : :
: : : : : 1 : :
: : : : l=Yes&types=days&cid=7087520 : : :
: : : : : =Yes&types=days&cid=7064245 : :
: : : : 36 : : :
: : : : : 4 : :
: : : : : owCamp&cid=2217231 : :
: : : : : 064001&cmd=showCamp : :
: : : : : 0 : :
: : : : : 2 : :
: : : : : 4 : :
: : : : : 0 : :
: : : : : 9 : :
: : : : 68 : : :
: : : : howCamp&cid=2838772&tab=off : owCamp&cid=2838772&tab=active : :
: : : : : 8 : :
: : : : : 5 : :
: : : : l=Yes&types=days&cid=7036399 : : :
: : : : 73 : : :
: : : : howCamp&cid=6155736#165459179 : : :
: : : : : 5 : :
: : : : : 2 : :
: : : : &ulogin= : : :
: : : : : 1 : :
: : : : : 0 : :
: : : : : 8 : :
: : : : 61 : : :
: : : : l=Yes&types=days&cid=7051349 : : :
: : : : : =Yes&types=days&cid=7065579 : :
: : : : : 5 : :
: : : : 02 : : :
: : : : : 27.0&cmd=showCamp&cid=4670220 : :
: : : : : 9 : :
: : : : : 1 : :
: : : : : =Yes&types=days&cid=4764350 : :
: : : : : 6 : :
: : : : : 3 : :
: : : : 35 : owCampStat&cid=6921735&detail=Yes&types=days : :
: : : : : =Yes&types=days&cid=6851682 : :
: : : : : owCampStat&stat_type=by_agency_clients : :
: : : : : =Yes&types=days&cid=7055483 : :
: : : : 14 : : :
: : : : : 4 : :
: : : : 69 : : :
: : : : : 4 : :
: : : : : campdate : :
: : : : : 2 : :
: : : : : 9 : :
: : : : : 4 : :
: : : : : 3 : :
: : : : ditCamp&cid=7100989 : 00989;offline_stat=0;online_stat=1;stat_periods=2013-01-10:2013-01- : :
: : : : : 28,2013-01-10:2013-01-27,2013-01-10:2013-01-26;detail=yes;page=;y1= : :
: : : : : 2013;m1=06;d1=22;y2=2013;m2=07;d2=22;group=day;goals=0;target_all=y : :
: : : : : es : :
: : : : : 2 : :
: : : : : 4 : :
: : : : 35 : : :
: : : : : 7 : :
: : : : : g14AZEA.pl?authredirlevel=1372773289.0&cmd=showCamps&ulogin=eslucha : :
: : : : : k : :
: : : : : &mediaType=text&from=fp_bbb : :
: : : : howCamps : 7 : :
: : : : 92 : : :
: : : : : 02.0&cmd=showClients : :
: : : : : 1 : :
: : : : howCamp&cid=7090606 : owCampStat&cid=7090606&detail=Yes&types=days : :
: : : : 61 : : :
: : : : : =Yes&types=days&cid=6994484 : :
: : : : : 3 : :
: : : : : 4 : :
: : : : : 6 : :
: : : : : 4 : :
: : : : : =Yes&types=days&cid=6796978&ulogin=rfidhy : :
: : : : : 3 : :
: : : : : =Yes&types=days&cid=5196539 : :
: : : : : owCamps&ulogin=filterlife-skyboom : :
: : : : : 1 : :
: : : : : 3 : :
: : : : : =Yes&types=days&cid=7010416 : :
: : : : : owCamps : :
: : : : : owClients : :
: : : : 394451&phrasedate=Yes&target_all=1 : owCampStat&cid=4394451&offline_stat=0&online_stat=0&stat_periods=20 : :
: : : : : 12-01-01:2012-11-21,2012-01-01:2012-07-31,2012-03-23:2012-03-23&phr : :
: : : : : asedate=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m2=07&d2=02&group=day : :
: : : : : &goals=0&target_all=yes : :
: : : : howCampStat&cid=5792419&detail=Yes&types=days : owCampStat&cid=5792419&offline_stat=0&online_stat=1&stat_periods=20 : :
: : : : : 13-02-14:2013-02-14,&detail=yes&page=&y1=2013&m1=07&d1=02&y2=2013&m : :
: : : : : 2=07&d2=02&group=day&goals=0&target_all=yes : :
: : : : : 3 : :
: : : : : 053221&cmd=showCamp : :
: : : : : 6 : :
: : : : : owCamps : :
+------+------+------+--------------------------------------------------------------------+---------------------------------------------------------------------+-------+
1000 tuples (4m 55s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT URLHash, EventDate, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND TraficSourceID IN (-1, 6) AND RefererHash = 6202628419148573758 GROUP BY URLHash, EventDate ORDER BY PageViews DESC LIMIT 100000;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT URLHash, EventDate, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND T raficSourceID IN (-1, 6) AND RefererHash = 6202628419148573758 GROUP BY URLHash, EventDate ORDER BY PageViews DESC LIMIT 100000;
+---------+-----------+-----------+
+=========+===========+===========+
+---------+-----------+-----------+
0 tuples (308.781ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT URLHash, EventDate, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND TraficSourceID IN (-1, 6) AND RefererHash = 6202628419148573758 GROUP BY URLHash, EventDate ORDER BY PageViews DESC LIMIT 100000;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT URLHash, EventDate, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND T raficSourceID IN (-1, 6) AND RefererHash = 6202628419148573758 GROUP BY URLHash, EventDate ORDER BY PageViews DESC LIMIT 100000;
+---------+-----------+-----------+
+=========+===========+===========+
+---------+-----------+-----------+
0 tuples (24.550ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT URLHash, EventDate, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND TraficSourceID IN (-1, 6) AND RefererHash = 6202628419148573758 GROUP BY URLHash, EventDate ORDER BY PageViews DESC LIMIT 100000;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT URLHash, EventDate, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND T raficSourceID IN (-1, 6) AND RefererHash = 6202628419148573758 GROUP BY URLHash, EventDate ORDER BY PageViews DESC LIMIT 100000;
+---------+-----------+-----------+
+=========+===========+===========+
+---------+-----------+-----------+
0 tuples (132.448ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT WindowClientWidth, WindowClientHeight, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND NOT DontCountHits AND URLHash = 6202628419148573758 GROUP BY WindowClientWidth, WindowClientHeight ORDER BY PageViews DESC LIMIT 10000;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT WindowClientWidth, WindowClientHeight, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AN D NOT Refresh AND NOT DontCountHits AND URLHash = 6202628419148573758 GROUP BY WindowClientWidth, WindowClientHeight ORDER BY PageViews DESC LIMIT 10000;
+-------------------+--------------------+-----------+
+===================+====================+===========+
+-------------------+--------------------+-----------+
0 tuples (252.500ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT WindowClientWidth, WindowClientHeight, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND NOT DontCountHits AND URLHash = 6202628419148573758 GROUP BY WindowClientWidth, WindowClientHeight ORDER BY PageViews DESC LIMIT 10000;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT WindowClientWidth, WindowClientHeight, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AN D NOT Refresh AND NOT DontCountHits AND URLHash = 6202628419148573758 GROUP BY WindowClientWidth, WindowClientHeight ORDER BY PageViews DESC LIMIT 10000;
+-------------------+--------------------+-----------+
+===================+====================+===========+
+-------------------+--------------------+-----------+
0 tuples (24.141ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT WindowClientWidth, WindowClientHeight, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AND NOT Refresh AND NOT DontCountHits AND URLHash = 6202628419148573758 GROUP BY WindowClientWidth, WindowClientHeight ORDER BY PageViews DESC LIMIT 10000;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT WindowClientWidth, WindowClientHeight, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-31' AN D NOT Refresh AND NOT DontCountHits AND URLHash = 6202628419148573758 GROUP BY WindowClientWidth, WindowClientHeight ORDER BY PageViews DESC LIMIT 10000;
+-------------------+--------------------+-----------+
+===================+====================+===========+
+-------------------+--------------------+-----------+
0 tuples (25.051ms)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 1
query: SELECT EventTime - extract (SECOND from EventTime) AS M, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-02' AND NOT Refresh AND NOT DontCountHits GROUP BY M ORDER BY M;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT EventTime - extract (SECOND from EventTime) AS M, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-02' AND NOT Refresh AND NOT DontCountHits GROUP BY M ORDER BY M;
+----------------------------+-----------+
+============================+===========+
+----------------------------+-----------+
652 tuples (3.6s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 2
query: SELECT EventTime - extract (SECOND from EventTime) AS M, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-02' AND NOT Refresh AND NOT DontCountHits GROUP BY M ORDER BY M;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT EventTime - extract (SECOND from EventTime) AS M, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-02' AND NOT Refresh AND NOT DontCountHits GROUP BY M ORDER BY M;
+----------------------------+-----------+
+============================+===========+
+----------------------------+-----------+
652 tuples (2.0s)
sql>\q
monetdbd is running
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>
sql>\q
times: 3
query: SELECT EventTime - extract (SECOND from EventTime) AS M, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-02' AND NOT Refresh AND NOT DontCountHits GROUP BY M ORDER BY M;
spawn mclient -u monetdb -d hits
password:
Welcome to mclient, the MonetDB/SQL interactive terminal (Feb2013-SP3)
Database: MonetDB v11.15.11 (Feb2013-SP3), 'mapi:monetdb://mturlrep13:50000/hits'
Type \q to quit, \? for a list of available commands
auto commit mode: on
sql>SELECT EventTime - extract (SECOND from EventTime) AS M, count(*) AS PageViews FROM hits_10m WHERE CounterID = 34 AND EventDate >= '2013-07-01' AND EventDate <= '2013-07-02' AND NOT Refresh AND NOT DontCountHits GROUP BY M ORDER BY M;
+----------------------------+-----------+
+============================+===========+
+----------------------------+-----------+
652 tuples (1.9s)
sql>\q
stop time: Пн. сент. 16 16:31:17 MSK 2013