Performance impact in using camelCase in Cassandra columns
问题 I know, Cassandra generally converts all the column names into lowercase. Is there a performance impact in using the camelCase in column names in Cassandra? I used the double quote in columns and I am able to store the column names in the camelCase, like below CREATE TABLE test ( Foo int PRIMARY KEY, "Bar" int ); Will there be a performance impact in storing the column name with the double quotes? 回答1: I don't believe there's an impact. I would say that the case-insensitive nature of CQL only