You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For standard indexes using Plasma, the maximum size for Log Structured Store segment files, in bytes.
101
+
Index compaction and space reclamation are triggered when the segment file size reaches this value.
102
+
103
+
The default value is 512 MiB on Microsoft Windows and 4 GiB on GNU Linux and macOS.
104
+
Specifying a lower value (for example, 64 MiB) may trigger index compaction more frequently in cases where an index uses a lot of disk space, or index fragmentation is high.
105
+
106
+
This setting only applies to indexes created after the setting is changed.
107
+
For existing indexes, you must rebuild the index after changing the setting.
108
+
109
+
For more information, see [Standard Index Storage](/server/8.0/indexes/storage-modes.html#standard-index-storage).
For standard indexes using Plasma, the maximum size for Log Structured Store segment files, in bytes.
568
+
Index compaction and space reclamation are triggered when the segment file size reaches this value.
569
+
570
+
The default value is 512 MiB on Microsoft Windows and 4 GiB on GNU Linux and macOS.
571
+
Specifying a lower value (for example, 64 MiB) may trigger index compaction more frequently in cases where an index uses a lot of disk space, or index fragmentation is high.
572
+
573
+
This setting only applies to indexes created after the setting is changed.
574
+
For existing indexes, you must rebuild the index after changing the setting.
575
+
576
+
For more information, see [Standard Index Storage](/server/8.0/indexes/storage-modes.html#standard-index-storage).
0 commit comments