Hi guys, i have a use case where i'm populating an HBase table via an HBase API (thrift) and i'm using Phoenix to query it. It works like a charm.
then i decided to get fancy and I created a secondary index on the table - and that's where things fell down. Phoenix upserts will keep the index up-to-date but it knows nothing about how i'm streaming data into the table via thrift. so just to make sure i have this right if i want to use that secondary index i need to switch out the thrift api for the phoenix api, correct? thanks, stephen.
