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

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.

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.

Change-Id: Iba524a971eb62c42a36eaff4ae303aab5f04e298

https://issues.apache.org/jira/browse/PHOENIX-5833