phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Apache Phoenix

Results 229 phoenix issues
Sort by recently updated
recently updated
newest added

1. Added support for TRUNCATE TABLE statement in phoenix. 2. Added an integration test to test the feature.

For optimizing the ILIKE queries, during the optimization phase, a set of ranges (2^n to be precise) are created for limiting results, if the pattern starts with a string literal,...

From Jira: See [PHOENIX-6501](https://issues.apache.org/jira/browse/PHOENIX-6501), [PHOENIX-6458](https://issues.apache.org/jira/browse/PHOENIX-6458), and [HBASE-26812](https://issues.apache.org/jira/browse/HBASE-26812). HBase's ShortCircuit Connection are fundamentally broken in HBase 2. We might be able to fix it there, but with all the work the...

…VC is reverse" This reverts commit aee568beb02cdf983bb10889902c338ea016e6c9.

HBase now supports a [zookeeper-less connection strategy using a Master Registry implementation](https://issues.apache.org/jira/browse/HBASE-18095). For this to work through Phoenix, we need to set a list s of the HMaster quorum ```xml...

1. modify DEFAULT_IS_NAMESPACE_MAPPING_ENABLED/DEFAULT_IS_SYSTEM_TABLE_MAPPED_TO_NAMESPACE to true 2. fix PHOENIX-4804 bugs (https://issues.apache.org/jira/browse/PHOENIX-4804) In some case columnList will be start with a temp string , the replaceColumns method should filter it. hive.io.file.readcolumn.ids is...