I'm using Elasticsearch 19.8, and currently I have "_source" : { "compress"
: "true" } in my index mapping. My average document size is < 1 KB, but I
have millions of them making my indices gigabytes in size.
The documentation says that both source and store compression is enabled in
v.90+
http://www.elasticsearch.org/guide/reference/index-modules/store.html
http://www.elasticsearch.org/guide/reference/mapping/source-field.html
Is it then recommended to set index.store.compress.stored : true for
versions .19.5 - .20 that have this option?
If I set store compression to true, does it then make setting source
compression unneeded? Should I set source=false and store=true instead or
both to true?
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.