Reputation: 814
I have a table with a UDT that stores a user address. Can I index on the country code?
Upvotes: 2
Views: 391
Reputation: 139
Secondary indexes on individual UDT fields are not yet supported (see CASSANDRA-6382).
Upvotes: 3