Re: More help with secondary indexes

2015-07-22 Thread Thomas D'Silva
Zack, Can you try increasing the value of hbase.regionserver.lease.period ? Also set the following to a high value phoenix.query.timeoutMs phoenix.query.keepAliveMs On Wed, Jul 22, 2015 at 5:38 AM, Riesland, Zack wrote: > I have a table like this: > > > > CREATE TABLE fma. er_keyed_gz_meterkey_

More help with secondary indexes

2015-07-22 Thread Riesland, Zack
I have a table like this: CREATE TABLE fma. er_keyed_gz_meterkey_split_custid ( meter_key varchar not null, ... sample_point integer not null, ... endpoint_id integer, ... CONSTRAINT pk_rma_er_keyed_filtered PRIMARY KEY (meter_key, sample_point) ) COMPRESSION='G