Hi, I'm trying to add a new secondary index on a CF which already have a secondary index by calling "update column family".
But the CF was left with just the new secondary index and the old index disappeared. AFAIK, the only way to keep both indices was to include the old secondary index in the update command. Is this the desired way to add more secondary indices? Thanks, Yueyu