concept47
(concept47)
April 6, 2013, 7:37am
1
I was under the impression that to use the mmapfs store that all I needed
to do was set index.store.type to mmapfs
, but I was reading this article
http://jprante.github.io/applications/2012/07/26/Mmap-with-Lucene.html and
saw that the author did this
index:
store:
type: mmapfs
fs:
mmapfs:
enabled: true
so he basically did what I did then set
index.store.fs.mmapfs to true
My question is what does this do?
--
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 .
simonw_2
(simonw-2)
April 6, 2013, 6:40pm
2
setting
index.store.type: mmapfs
is enough to use MMap directory.
I don't know what the yaml below does aside of setting mmapfs
simon
On Saturday, April 6, 2013 9:37:31 AM UTC+2, concept47 wrote:
I was under the impression that to use the mmapfs store that all I needed
to do was set index.store.type to mmapfs
, but I was reading this article
http://jprante.github.io/applications/2012/07/26/Mmap-with-Lucene.html and
saw that the author did this
index:
store:
type: mmapfs
fs:
mmapfs:
enabled: true
so he basically did what I did then set
index.store.fs.mmapfs to true
My question is what does this do?
--
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 .