Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phoenix Connector: Configure Page size while creating Connection #24689

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

virajjasani
Copy link
Member

Description

Phoenix provides a way to configure Page size while creating JDBC Connection. Page size in Phoenix is important aspect to control how much work a single HBase RPC handler should perform before timing out. When the given RPC thread times out based on the page size, Phoenix client retrieves dummy result from the server and resume the operation by sending another RPC request, until eventually the result iteration is completed.

As Phoenix supports both OLTP and OLAP workloads, setting the page size timeout is crucial to manage HBase server resources efficiently. While by default, Phoenix client relies on HBase RPC timeout values to derive Page size, using Configuration property is flexible and efficient way for the clients to have better control.

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

## Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Jan 12, 2025
@github-actions github-actions bot added the docs label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant