Advertisement
Guest User

Untitled

a guest
Jul 1st, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. cqlsh:test> SELECT * from job_index limit 20000;
  2.  
  3. Tracing session: 269a6520-e2ca-11e2-b3de-959978cfa18c
  4.  
  5. activity | timestamp | source | source_elapsed
  6. -------------------------------------------------------------------------------------------------+--------------+-----------+----------------
  7. execute_cql3_query | 23:47:43,346 | 127.0.0.1 | 0
  8. Parsing SELECT * from job_index limit 20000; | 23:47:43,346 | 127.0.0.1 | 47
  9. Peparing statement | 23:47:43,346 | 127.0.0.1 | 135
  10. Determining replicas to query | 23:47:43,346 | 127.0.0.1 | 233
  11. Executing seq scan across 2 sstables for [min(-9223372036854775808), min(-9223372036854775808)] | 23:47:43,347 | 127.0.0.1 | 738
  12. Seeking to partition beginning in data file | 23:47:43,348 | 127.0.0.1 | 2139
  13. Seeking to partition beginning in data file | 23:47:43,348 | 127.0.0.1 | 2166
  14. Read 0 live and 5000 tombstoned cells | 23:50:22,511 | 127.0.0.1 | 159165305
  15. Scanned 1 rows and matched 1 | 23:50:22,512 | 127.0.0.1 | 159165416
  16. Request complete | 23:50:22,511 | 127.0.0.1 | 159165572
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement