简体   繁体   中英

Most common cassandra cql commands

I am looking at exploring optimization of cassandra for a limited set of commands. For that I wanted to know which among SELECT, INSERT, UPDATE, DELETE & BATCH is the CQL command with highest frequency of use in realtime systems. Any pointers and thoughts on this would be great help.

There is no such thing as common cql commands, it all depends for which use case cassandra is deployed.

So Instead of optimizing commands you could go for Use Case based optimization:

Eg: UseCase: Write oriented Workload: Optimize Insert and Update commands.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM