phoenix
phoenix copied to clipboard
Apache Phoenix
Implementing CDCGlobalIndexRegionScanner: JSON Response for CDC This pull request introduces changes to the server-side CDCGlobalIndexRegionScanner, specifically focusing on capability to form JSON responses for Change Data Capture (CDC) https://issues.apache.org/jira/browse/PHOENIX-7015
Set the following config values 1. phoenix.metadata.invalidate.cache.enabled = true 2. phoenix.ddl.timestamp.validation.enabled = true 3. phoenix.default.update.cache.frequency = Long.MAX_VALUE (NEVER) **Changes** - Some places in code assume default UCF is 0 or...
Jira: PHOENIX-7217
* PHOENIX-628 - Support native JSON data type
This commit try to improve the performance of prepare local index. The prepare logic is similar to global index and may be combined with global index. IT needs to be...
Jira: [PHOENIX-4555](https://issues.apache.org/jira/browse/PHOENIX-4555) Restrict view to be UPDATABLE if the view specification (view statement): 1. uses only the PK columns 2. starts from the first PK column if the parent table...