Created
August 25, 2016 02:38
-
-
Save jsanda/786190a98b6427695f2c0ef2a1d55650 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cqlsh:hawkulartest> select distinct tenant_id, metric from data where tenant_id = 'T2' and type = 0 and metric = 'G488' and dpart = 0; | |
tenant_id | metric | |
-----------+-------- | |
(0 rows) | |
Tracing session: 3fe7c3d0-6a6a-11e6-ab52-51eaf4bb8e56 | |
activity | timestamp | source | source_elapsed | client | |
--------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------+-----------+----------------+----------- | |
Execute CQL3 query | 2016-08-24 22:18:45.261000 | 127.0.0.1 | 0 | 127.0.0.1 | |
Parsing select distinct tenant_id, metric from data where tenant_id = 'T2' and type = 0 and metric = 'G488' and dpart = 0; [SharedPool-Worker-1] | 2016-08-24 22:18:45.261000 | 127.0.0.1 | 163 | 127.0.0.1 | |
Preparing statement [SharedPool-Worker-1] | 2016-08-24 22:18:45.262000 | 127.0.0.1 | 442 | 127.0.0.1 | |
Executing single-partition query on data [SharedPool-Worker-2] | 2016-08-24 22:18:45.262000 | 127.0.0.1 | 752 | 127.0.0.1 | |
Acquiring sstable references [SharedPool-Worker-2] | 2016-08-24 22:18:45.262000 | 127.0.0.1 | 787 | 127.0.0.1 | |
Skipped 0/0 non-slice-intersecting sstables, included 0 due to tombstones [SharedPool-Worker-2] | 2016-08-24 22:18:45.262000 | 127.0.0.1 | 825 | 127.0.0.1 | |
Read 0 live and 0 tombstone cells [SharedPool-Worker-2] | 2016-08-24 22:18:45.262000 | 127.0.0.1 | 875 | 127.0.0.1 | |
Request complete | 2016-08-24 22:18:45.262111 | 127.0.0.1 | 1111 | 127.0.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment