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-3547 Supporting more number of indices per table. #312

Closed
wants to merge 1 commit into from
Closed

PHOENIX-3547 Supporting more number of indices per table. #312

wants to merge 1 commit into from

Conversation

m2je
Copy link

@m2je m2je commented Jul 23, 2018

https://issues.apache.org/jira/browse/PHOENIX-3547
Currently the number of indices per Phoenix table is bound to maximum of 65535 (java.lang.short) which may limit some application requiring to have arbitrary unlimited number of indices.
This change will consider any new table created in Phoenix to support indices ids to be in -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 (java.lang.Long) range which is undoubtably big enough to cover this requirement.
Any existing Phoenix Phoenix table will still continue to support only maximum of 65535 of indices and will be able to maintain this limits as enforced before.

@m2je
Copy link
Author

m2je commented Jul 23, 2018

needs more work

@m2je m2je closed this Jul 23, 2018
@m2je m2je deleted the support-large-number-of-indecies branch July 23, 2018 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant