Cassandra Data Modeling Best Practices, Part 2 | eBay Tech Blog
It's a common practice with Cassandra to store a value (actual data) in the column name (a.k.a. column key), and even to leave the column value field empty if there is nothing else to store. One motivation for this practice is that column names are stored physically sorted, but column values are not.
Read full article from Cassandra Data Modeling Best Practices, Part 2 | eBay Tech Blog
No comments:
Post a Comment