Advertisement
Guest User

Cassandra Ok Select Trace

a guest
Dec 13th, 2013
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.83 KB | None | 0 0
  1. cqlsh:us> select * from subscribers_all where subscriber = 'xyz'; (it's not actually xyz, but assume it is)
  2. ...(result)
  3.  
  4. Tracing session: 63ca8180-63f5-11e3-b860-ad29953e270b
  5.  
  6. activity                                                                                      | timestamp    | source         | source_elapsed
  7. -----------------------------------------------------------------------------------------------+--------------+----------------+----------------
  8.                                                                            execute_cql3_query | 14:52:14,361 | 172.16.217.222 |              0
  9. Parsing select * from subscribers_all where subscriber = 'xyz' LIMIT 10000; | 14:52:14,361 | 172.16.217.222 |            131
  10.                                                                           Preparing statement | 14:52:14,361 | 172.16.217.222 |            572
  11.                                                     Enqueuing data request to /172.16.217.225 | 14:52:14,362 | 172.16.217.222 |            894
  12.                                                            Sending message to /172.16.217.225 | 14:52:14,362 | 172.16.217.222 |           1102
  13.                                                         Message received from /172.16.217.222 | 14:52:14,363 | 172.16.217.225 |            273
  14.                                    Executing single-partition query on subscribers_all | 14:52:14,364 | 172.16.217.225 |            557
  15.                                                                  Acquiring sstable references | 14:52:14,364 | 172.16.217.225 |            578
  16.                                                                   Merging memtable tombstones | 14:52:14,364 | 172.16.217.225 |            632
  17.                                                      Bloom filter allows skipping sstable 129 | 14:52:14,364 | 172.16.217.225 |            725
  18.                                                                 Key cache hit for sstable 124 | 14:52:14,364 | 172.16.217.225 |            789
  19.                                                   Seeking to partition beginning in data file | 14:52:14,364 | 172.16.217.225 |            792
  20.                                                      Bloom filter allows skipping sstable 115 | 14:52:14,364 | 172.16.217.225 |            846
  21.                                                                  Key cache hit for sstable 78 | 14:52:14,364 | 172.16.217.225 |            911
  22.                                                   Seeking to partition beginning in data file | 14:52:14,364 | 172.16.217.225 |            913
  23.                                                                  Key cache hit for sstable 38 | 14:52:14,364 | 172.16.217.225 |            930
  24.                                                   Seeking to partition beginning in data file | 14:52:14,364 | 172.16.217.225 |            931
  25.                                                    Merging data from memtables and 3 sstables | 14:52:14,364 | 172.16.217.225 |            954
  26.                                                            Read 1 live and 0 tombstoned cells | 14:52:14,364 | 172.16.217.225 |           1208
  27.                                                         Enqueuing response to /172.16.217.222 | 14:52:14,364 | 172.16.217.225 |           1341
  28.                                                            Sending message to /172.16.217.222 | 14:52:14,365 | 172.16.217.225 |           2365
  29.                                                         Message received from /172.16.217.225 | 14:52:14,366 | 172.16.217.222 |           5036
  30.                                                      Processing response from /172.16.217.225 | 14:52:14,366 | 172.16.217.222 |           5257
  31.                                                                              Request complete | 14:52:14,366 | 172.16.217.222 |           5671
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement