Having used mysql as key value store before I have noticed that when doing low-latency queries the query planning time can actually end up being larger then the execution time. Even if you use a prepared statement mechanism with clients connecting and disconnecting this can be a lot of overhead. Will CQL prepare statements on the client or the server side? How does CQL perform against get_slice when a read comes from pure row cache?
Edward