OpenSearch/docs/reference/index-modules
Simon Willnauer fcfd98e9e8 Drop support for simple translog and hard-wire buffer to 8kb
Today we have two variants of translogs for indexing. We only recommend the buffered
one which also has a 20% advantage in indexing speed. This commit removes the option and defaults
to the buffered case. It also hard-wires the translog buffer to 8kb instead of 64kb. We used to
adjust that buffer based on if the shard is active or not, this code has also been removed and
instead we just keep an 8kb buffer arround.
2015-12-21 16:44:35 +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 Merge pull request #15405 from alexg-dev/patch-1 2015-12-14 14:28:43 +01: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 Drop support for simple translog and hard-wire buffer to 8kb 2015-12-21 16:44:35 +01:00