Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am iigorr on github.
* I am igorlankin (https://keybase.io/igorlankin) on keybase.
* I have a public key ASBX5Jk9bYCOAPFSn6wuRW6uLvNjWujYT5x9VG6aS5PG3Qo
To claim this, I am signing this object:
@iigorr
iigorr / cl-two-trace.log
Created September 29, 2015 07:36
Example trace with CL TWO
cqlsh:test_ks> CONSISTENCY TWO;
Consistency level set to TWO.
cqlsh:test_ks> select * from users;
username | location | name
----------+-----------+-------------
iigorr | Karlsruhe | Igor Lankin
(1 rows)
@iigorr
iigorr / cl-one-trace.log
Last active September 29, 2015 07:33
Example trace with CL ONE
cqlsh:test_ks> CONSISTENCY
Current consistency level is ONE.
cqlsh:test_ks> tracing on; select * from users;
Tracing is already enabled. Use TRACING OFF to disable.
username | location | name
----------+-----------+-------------
iigorr | Karlsruhe | Igor Lankin