Skip to content

Hash partitioning #150

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

Closed
wants to merge 5 commits into from
Closed

Conversation

Anexen
Copy link
Contributor

@Anexen Anexen commented Aug 26, 2021

Hash partitioning support (PG >= 11).

The table is partitioned by specifying a modulus and a remainder for each partition. Each partition will hold the rows for which the hash value of the partition key divided by the specified modulus will produce the specified remainder. ()

Additional changes:

@Photonios
Copy link
Member

Thanks a lot for this contribution! I've manually cherry-picked these commits onto master and I'll release them shortly.

@Photonios Photonios closed this Nov 4, 2021
@Photonios
Copy link
Member

This has been released in v2.0.4rc1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants