I need to know if the philosophy behind the Cassandra schema differs from the one we used for SQLite. I know that Cassandra believes in denormalization so we might be sacrificing efficiency for space (which might have sped up SQLite in the first place)
I need to know if the philosophy behind the Cassandra schema differs from the one we used for SQLite. I know that Cassandra believes in denormalization so we might be sacrificing efficiency for space (which might have sped up SQLite in the first place)