Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Feb 9, 2024
1 parent c7ac0bc commit 703dcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/data-partition.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ durable state can be split up over multiple tables and physical backend database
The data is partitioned by the slices that are used for @ref[`eventsBySlices`](query.md#eventsbyslices) and
@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,
(0 to 255) maps to data partition 0, (256 to 511) to data partition 1, (512 to 767) to data partition 2,
and (768 to 1023) to data partition 3.

Number of data partitions must be between 1 and 1024 and a whole number divisor of 1024 (number of slices), e.g.
Expand Down

0 comments on commit 703dcaf

Please sign in to comment.