Hi, We are modelling schema for database revamp from mysql to Cassandra. It has been recommended in several places that column names must be kept as small as possible to optimise disk storage.
I have a doubt here, why can't we map column names and store it as an index, say in memory. I mean, make column name really small human unreadable and store it in disk but map it with real column while querying. That way one can go ahead with readable column names . Let me know if I can go ahead and create a jira for the same Regards, Bhuvan