Can I create a secondary index on a UDT field in cassandra?

Viewed 195

I have a table with a UDT that stores a user address. Can I index on the country code?

1 Answers

Secondary indexes on individual UDT fields are not yet supported (see CASSANDRA-6382).

Related