OpenSearch/docs/reference/migration
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
..
migrate_2_0 Merge pull request #15891 from sromocki/patch-1 2016-01-11 20:01:16 +01:00
index.asciidoc Add per-index setting to limit number of nested fields 2016-01-19 10:03:48 +01:00
migrate_1_0.asciidoc Remove warmers and the warmer API. 2016-01-07 09:57:07 +01:00
migrate_1_4.asciidoc Remove warmers and the warmer API. 2016-01-07 09:57:07 +01:00
migrate_1_6.asciidoc parent/child: Deprecated the `top_children` in favour of the `has_child` query. 2015-05-07 09:27:54 +02:00
migrate_2_0.asciidoc Docs: Made the list of breaking changes in each version more obvious 2015-11-08 12:59:07 +01:00
migrate_2_1.asciidoc Docs: Made the list of breaking changes in each version more obvious 2015-11-08 12:59:07 +01:00
migrate_2_2.asciidoc field stats: Added `min_value_as_string` and `max_value_as_string` response elements for all number based fields. The existing `min_value` and `max_value` will return the values as numbers instead. 2015-11-23 08:48:28 +01:00
migrate_2_3.asciidoc Add per-index setting to limit number of nested fields 2016-01-19 10:03:48 +01:00
migrate_3_0.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