Advertisement
stoneman

Table Users

Jan 9th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. CREATE TABLE User (
  2. name text,
  3. pass text,
  4. status text,
  5. PRIMARY KEY ("name","pass")
  6. )
  7. WITH
  8. bloom_filter_fp_chance=0.01
  9. AND compaction={ 'class' : 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy' }
  10. AND compression={ 'sstable_compression' : 'org.apache.cassandra.io.compress.LZ4Compressor' }
  11. AND caching='{"keys":"ALL", "rows_per_partition":"NONE"}';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement