OpenSearch/docs/reference
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
..
aggregations colon is added 2015-11-05 11:32:20 +09:00
analysis Fix minor issues in delimited payload token filter docs 2015-12-16 13:00:20 -05:00
cat Update health.asciidoc 2015-11-17 14:46:18 -07:00
cluster Merge branch 'master' into settings_prototype 2015-12-15 16:33:01 +01:00
docs Separates routing and parent in all documentrequest in order to be able to distinguish an explicit routing value from a parent routing. 2015-12-21 09:44:57 +01:00
images Aggregations: add serial differencing pipeline aggregation 2015-07-10 18:22:01 -04:00
index-modules Drop support for simple translog and hard-wire buffer to 8kb 2015-12-21 16:44:35 +01:00
indices Merge pull request #15371 from jimferenczi/alias_routing 2015-12-21 09:58:45 +01:00
mapping Fix inaccurate docs for nested datatype 2015-12-15 15:15:00 +01:00
migration Drop support for simple translog and hard-wire buffer to 8kb 2015-12-21 16:44:35 +01:00
modules Allocate primary shards based on allocation ids 2015-12-17 15:55:50 +01:00
query-dsl Update geo_shape/query docs, fix TermStrategy defaults 2015-12-11 17:14:22 -06:00
search [Docs] Formatting tweaks 2015-12-17 17:27:28 -05:00
setup Update rolling_upgrade.asciidoc 2015-12-05 13:30:47 +01:00
testing Docs: Fix nodeSettings example for integ tests to use correct Settings.Builder reference 2015-12-17 23:17:17 -08:00
aggregations.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc Added "size units" to API conventions docs 2015-12-10 12:01:18 +01:00
cat.asciidoc Add cat API for repositories and snapshots 2015-10-26 18:37:10 +01:00
cluster.asciidoc Remove `_shutdown` API 2015-04-27 17:19:36 +02:00
docs.asciidoc Remove delete-by-query core docs 2015-08-01 05:14:46 -04:00
getting-started.asciidoc [docs] Fix download link 2015-11-05 14:18:49 -05:00
glossary.asciidoc Networking: Move multicast discovery to a plugin 2015-08-20 16:43:25 -07:00
index-modules.asciidoc Allocate primary shards based on allocation ids 2015-12-17 15:55:50 +01:00
index.asciidoc Improvements to network docs 2015-12-10 12:01:18 +01:00
indices.asciidoc Remove /_optimize REST API endpoint 2015-10-27 10:17:16 -06:00
mapping.asciidoc Docs: Made multi-fields more prominent 2015-08-06 20:09:42 +02:00
modules.asciidoc Merge pull request #14612 from arinto/patch-2 2015-11-09 14:00:56 +01:00
query-dsl.asciidoc Fixed broken xrefs to query-dsl-not-query, which has been removed. 2015-10-20 13:01:37 -07:00
redirects.asciidoc Removes all the reference of the query in the docs 2015-12-11 20:07:57 +01:00
release-notes.asciidoc Updated the release-notes script to produce AsciiDoc and added placeholders 2015-11-20 20:05:53 +01:00
search.asciidoc Add ability to profile query and collectors 2015-12-17 15:29:00 -05:00
setup.asciidoc Update setup.asciidoc 2015-10-09 12:27:43 +02:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00