Skip to content

Instantly share code, notes, and snippets.

@jsanda
Created August 25, 2016 02:40
Show Gist options
  • Save jsanda/552bf40029afcdf94742fc2d13659711 to your computer and use it in GitHub Desktop.
Save jsanda/552bf40029afcdf94742fc2d13659711 to your computer and use it in GitHub Desktop.
cqlsh:hawkulartest> select distinct tenant_id, type, metric, dpart from data limit 1;
tenant_id | type | metric | dpart
-------------+------+--------+-------
test-tenant | 0 | m1 | 0
(1 rows)
Tracing session: 11b597d0-6a6a-11e6-ab52-51eaf4bb8e56
activity | timestamp | source | source_elapsed | client
-----------------------------------------------------------------------------------------------------------------------+----------------------------+-----------+----------------+-----------
Execute CQL3 query | 2016-08-24 22:17:27.757000 | 127.0.0.1 | 0 | 127.0.0.1
Parsing select distinct tenant_id, type, metric, dpart from data limit 1; [SharedPool-Worker-1] | 2016-08-24 22:17:27.757000 | 127.0.0.1 | 136 | 127.0.0.1
Preparing statement [SharedPool-Worker-1] | 2016-08-24 22:17:27.757000 | 127.0.0.1 | 278 | 127.0.0.1
Computing ranges to query [SharedPool-Worker-1] | 2016-08-24 22:17:27.757000 | 127.0.0.1 | 535 | 127.0.0.1
Submitting range requests on 257 ranges with a concurrency of 1 (0.0 rows per range expected) [SharedPool-Worker-1] | 2016-08-24 22:17:27.757000 | 127.0.0.1 | 655 | 127.0.0.1
Submitted 1 concurrent range requests [SharedPool-Worker-1] | 2016-08-24 22:17:27.757000 | 127.0.0.1 | 801 | 127.0.0.1
Executing seq scan across 0 sstables for (min(-9223372036854775808), min(-9223372036854775808)] [SharedPool-Worker-2] | 2016-08-24 22:17:27.757001 | 127.0.0.1 | 852 | 127.0.0.1
Read 1 live and 0 tombstone cells [SharedPool-Worker-2] | 2016-08-24 22:17:27.757001 | 127.0.0.1 | 951 | 127.0.0.1
Request complete | 2016-08-24 22:17:27.758036 | 127.0.0.1 | 1036 | 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment