Hello, We are working on our data model for Cassandra and we have a need to use surrogate keys (timeuuid) and not the natural key for one of our tables but this causes a possible timing issue when determining if a row already exists.Are there any best practices or patterns for Cassandra for using surrogate keys?
This is the classic user id (surrogate key) and username (email address). Thanks -- John W Stager