Skip to content

Commit

Permalink
Add link do AP data structures
Browse files Browse the repository at this point in the history
  • Loading branch information
k-jamroz committed Nov 21, 2024
1 parent ce16789 commit 1869230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ when performing concurrent activities.
|<<ap-data,Availability and partition tolerance>>
|===

[#aiml-data-structures]
== AI/ML Data Structures
[cols="20%a,40%a,20%a,20%a"]
|===
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The index is based on the link:https://github.com/jbellis/jvector[JVector] libra

Each collection is partitioned and replicated based on the system's general partitioning rules. Data partitioning is carried out using the collection key.

Vector collection is AP data structure and implements standard xref:data-structures:backing-up-maps.adoc#in-memory-backup-types[in-memory backup types].
Vector collection is an xref:distributed-data-structures.adoc#aiml-data-structures[AP data structure] and implements standard xref:data-structures:backing-up-maps.adoc#in-memory-backup-types[in-memory backup types].
Vector collection does not currently support xref:data-structures:backing-up-maps.adoc#enabling-in-memory-backup-reads-embedded-mode [reading from backup] and xref:data-structures:backing-up-maps.adoc#file-based-backups[file based backups].

For further information on Hazelcast partitioning, see xref:architecture:data-partitioning.adoc[Data Partitioning and Replication].
Expand Down

0 comments on commit 1869230

Please sign in to comment.