For Increasing data fetch performance, we are migrating to amazon keyspace from some relation tables.
But While using amazon keyspace having multiple problems due to lack of cql support
Since it doesn't have IN clause support, Is there any alternative or workaround for this?
Also it doesn't support secondary index creation, Is there work around to query data on partitioned key and other column (Note: other column can't be a clustered key, they can be null as well)
If above can't be resolve in amazon keyspace, Is it still considered a good practice to use amazon keyspace for cassandra db, as it's doesn't have support in many aspects