Skip to content

Commit 746861d

Browse files
Nikita-tech-writerMmuzaf
authored andcommitted
IGNITE-15238 Add a reference on data partitioning deep-dive documentation (#9295)
1 parent e6f53a9 commit 746861d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/_docs/data-modeling/data-partitioning.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The affinity function takes the _affinity key_ as an argument.
2929
The affinity key can be any field of the objects stored in the cache (any column in the SQL table).
3030
If the affinity key is not specified, the default key is used (in case of SQL tables, it is the PRIMARY KEY column).
3131

32+
NOTE: For more information on data partitioning, see the advanced link:https://www.gridgain.com/resources/blog/data-distribution-in-apache-ignite[deep-dive on data partitioning,window=_blank] in Ignite.
33+
3234
Partitioning boosts performance by distributing both read and write operations.
3335
Moreover, you can design your data model in such a way that the data entries that are used together are stored together (i.e., in one partition).
3436
When you request that data, only a small number of partitions is scanned.

0 commit comments

Comments
 (0)