horatius
horatius

Reputation: 814

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

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

Upvotes: 2

Views: 391

Answers (1)

Alex Sorokoumov
Alex Sorokoumov

Reputation: 139

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

Upvotes: 3

Related Questions