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
Copy file name to clipboardExpand all lines: guide/reference/index-modules/translog.textile
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ sidebar: reference_index_modules
8
8
p. Each shard has a transaction log or write ahead log associated with it. It allows to guarantee that when an index/delete operation occurs, it is applied atomically, while not "committing" the internal lucene index for each request. A flush ("commit") still happens based on several parameters:
9
9
10
10
|_. Setting |_. Description |
11
-
|index.translog.flush_threshold_ops|After how many operations to flush. Defaults to @20000@.|
11
+
|index.translog.flush_threshold_ops|After how many operations to flush. Defaults to @5000@.|
12
12
|index.translog.flush_threshold_size|Once the translog hits this size, a flush will happen. Defaults to @500mb@.|
13
13
|index.translog.flush_threshold_period|The period with no flush happening to force a flush. Defaults to @60m@.|
0 commit comments