OpenSearch/docs/reference/index-modules
Simon Willnauer 84ce9f3618 Remove the ability to fsync on every operation and only schedule fsync task if really needed
This commit limits the `index.translog.sync_interval` to a value not less than `100ms` and
removes the support for fsync on every operation which used to be enabled if `index.translog.sync_interval` was set to `0s`
Now this pr also only schedules an async fsync if the durability is set to `async`. By default not async task is scheduled.

Closes #16152
2016-01-27 12:28:38 +01:00
..
allocation Simplify delayed shard allocation 2015-11-19 09:53:07 +01:00
allocation.asciidoc Docs: Documented index prioritization 2015-07-15 18:05:42 +02:00
analysis.asciidoc Fixing typo 2015-10-26 16:48:20 -04:00
mapper.asciidoc Docs: Mapping docs completely rewritten for 2.0 2015-08-06 17:24:51 +02:00
similarity.asciidoc Update lucene to r1725675 2016-01-20 03:32:51 -05:00
slowlog.asciidoc Logging: Log less source in slowlog 2015-08-11 13:16:04 -07:00
store.asciidoc Docs: Use "js" instead of "json" and "sh" instead of "shell" for source highlighting 2015-07-14 18:14:09 +02:00
translog.asciidoc Remove the ability to fsync on every operation and only schedule fsync task if really needed 2016-01-27 12:28:38 +01:00