Skip to content

Commit aeb3138

Browse files
SUP-908 clarify HD memory indexing (#1686)
Backport #1676
1 parent 040c237 commit aeb3138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/query/pages/indexing-maps.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ performed using the regular `IMap` querying methods:
863863

864864
== Global and Partitioned Indexes
865865

866-
Indexes can be either global or partitioned, depending on where the map entries are stored. On-heap indexes are always global, whereas indexes in the xref:storage:high-density-memory.adoc#configuring-high-density-memory-store[High-Density Memory Store] are partitioned.
866+
Indexes can be either global or partitioned, depending on where the map entries are stored. On-heap indexes are always global, whereas indexes in the xref:storage:high-density-memory.adoc#configuring-high-density-memory-store[High-Density Memory Store] are global by default, but can be changed to partitioned indexes.
867867

868868
NOTE: If you configure a map to use
869869
xref:storage:high-density-memory.adoc#configuring-high-density-memory-store[High-Density Memory Store] **and**
@@ -882,7 +882,7 @@ bring all the benefits of global indexes to maps that are backed by High-Density
882882

883883
The global High-Density Memory Store indexes are enabled by default and controlled
884884
by the `hazelcast.hd.global.index.enabled` property. You can disable these indexes by setting
885-
this property to `false.`
885+
this property to `false`, in which case High-Density Memory Store will use partitioned indexes instead.
886886

887887
== Copying Indexes
888888

0 commit comments

Comments
 (0)