Too many columns in Cassandra
问题 I have 20 columns in a table in Cassandra. Will there be a performance impact in performing select * from table where partitionKey = 'test'; I am not able to understand from this link, https://wiki.apache.org/cassandra/CassandraLimitations 1) What will be the consequence of having too many columns (say 20) in the Cassandra tables? 回答1: Unless you have a lot of rows on the partition, I don't see an impact with having 20 columns. As stated in the documentation that you linked: The maximum