Advertisement
Guest User

Untitled

a guest
Jul 1st, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. cqlsh:test> SELECT * from job_index limit 20000;
  2.  
  3. Tracing session: 7190a700-e2cb-11e2-b3de-959978cfa18c
  4.  
  5. activity | timestamp | source | source_elapsed
  6. -------------------------------------------------------------------------------------------------+--------------+-----------+----------------
  7. execute_cql3_query | 23:56:58,608 | 127.0.0.1 | 0
  8. Parsing SELECT * from job_index limit 20000; | 23:56:58,608 | 127.0.0.1 | 54
  9. Peparing statement | 23:56:58,608 | 127.0.0.1 | 162
  10. Determining replicas to query | 23:56:58,608 | 127.0.0.1 | 280
  11. Executing seq scan across 1 sstables for [min(-9223372036854775808), min(-9223372036854775808)] | 23:56:58,609 | 127.0.0.1 | 967
  12. Seeking to partition beginning in data file | 23:56:58,610 | 127.0.0.1 | 2003
  13. Read 10000 live and 0 tombstoned cells | 23:56:58,669 | 127.0.0.1 | 60636
  14. Scanned 1 rows and matched 1 | 23:56:58,669 | 127.0.0.1 | 60759
  15. Request complete | 23:56:58,690 | 127.0.0.1 | 82469
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement