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

doc: Data partitions #519

Merged
merged 2 commits into from
Feb 9, 2024
Merged

doc: Data partitions #519

merged 2 commits into from
Feb 9, 2024

Conversation

patriknw
Copy link
Member

@patriknw patriknw commented Feb 8, 2024

On top of #515

@patriknw patriknw force-pushed the wip-more-data-partitions-patriknw branch from b8342d3 to 14c2d67 Compare February 9, 2024 09:15
Copy link
Member

@johanandren johanandren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after rebase and a tiny fix

@extref:[Projections](akka-projection:r2dbc.html). You can configure how many data partitions that are needed.
A data partition corresponds to a separate database table. For example, 4 data partitions means that slice range
(0 to 255) maps to data partition 0, (256 to 511) to data partition 1, (512 to 767) to data partition 3,
and (768 to 1023) to data partition 3.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
and (768 to 1023) to data partition 3.
and (768 to 1023) to data partition 4.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol, wrong fix though, it's the previous that should be partition 2, sorry

Base automatically changed from wip-more-data-partitions-patriknw to main February 9, 2024 10:11
@patriknw patriknw force-pushed the wip-data-partitions-docs-patriknw branch from 6d68f0f to 703dcaf Compare February 9, 2024 10:18
@patriknw patriknw marked this pull request as ready for review February 9, 2024 10:19
@patriknw patriknw merged commit dadf14c into main Feb 9, 2024
9 checks passed
@patriknw patriknw deleted the wip-data-partitions-docs-patriknw branch February 9, 2024 11:50
@patriknw patriknw added this to the 1.2.2 milestone Feb 9, 2024
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