Skip to content

Instantly share code, notes, and snippets.

@mstump
Created September 24, 2013 04:38
Show Gist options
  • Save mstump/6680430 to your computer and use it in GitHub Desktop.
Save mstump/6680430 to your computer and use it in GitHub Desktop.
cqlsh:demo> select * from big_index where a=0e70df33-9805-4cd2-ae94-020270b2b59c;
Request did not complete within rpc_timeout.
Tracing session: aed498e0-24d1-11e3-b5b3-8b2f9bfbfa10
activity | timestamp | source | source_elapsed
-----------------------------------------------------------------------------------+--------------+-----------+----------------
execute_cql3_query | 21:27:55,119 | 127.0.0.1 | 0
Parsing select * from big_index where a=0e70df33-9805-4cd2-ae94-020270b2b59c; | 21:27:55,119 | 127.0.0.1 | 142
Peparing statement | 21:27:55,119 | 127.0.0.1 | 521
Determining replicas to query | 21:27:55,120 | 127.0.0.1 | 949
Executing indexed scan for [min(-9223372036854775808), min(-9223372036854775808)] | 21:27:55,121 | 127.0.0.1 | 2129
Executing single-partition query on big_index.big_index_a | 21:27:55,122 | 127.0.0.1 | 2747
Acquiring sstable references | 21:27:55,122 | 127.0.0.1 | 2768
Merging memtable tombstones | 21:27:55,122 | 127.0.0.1 | 2828
Key cache hit for sstable 27 | 21:27:55,122 | 127.0.0.1 | 2902
Seeking to partition beginning in data file | 21:27:55,122 | 127.0.0.1 | 2910
Key cache hit for sstable 26 | 21:27:55,122 | 127.0.0.1 | 3263
Seeking to partition beginning in data file | 21:27:55,122 | 127.0.0.1 | 3272
Merging data from memtables and 2 sstables | 21:27:55,123 | 127.0.0.1 | 4112
Request complete | 21:28:06,828 | 127.0.0.1 | 11709642
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment