phoenix
phoenix copied to clipboard
Apache Phoenix
See ticket https://issues.apache.org/jira/browse/PHOENIX-4902 for description of issue. Current code loses Snappy compression benefits, this change makes sure only the compressed portion is sent in the RPC message.
…ocal indexed tables
…ocal indexed tables
cc @twdsilva @JamesRTaylor @joshelser Ready for review. Thanks.
Fix: [#PHOENIX-5224](https://issues.apache.org/jira/browse/PHOENIX-5224). When the same SQL query is intensively used in a loop, it should be replaced with PreparedStatement, which is a big gain on performance.
…bquery is aggregate
Change-Id: Iba524a971eb62c42a36eaff4ae303aab5f04e298
https://issues.apache.org/jira/browse/PHOENIX-5833