cassandrasecondary-indexes

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?


Solution

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