Ok, makes sense.
Thanks for your answer Erick.
Gaël
De : Erick Erickson
Envoyé : mercredi 15 juillet 2020 22:53
À : solr-user@lucene.apache.org
Objet : Re: Disk usage with useDocValuesAsStored
You’re off track a bit. useDocValuesAsStored has no effect on the
You’re off track a bit. useDocValuesAsStored has no effect on the size on disk.
It’s purely a runtime option that pulls the data to return from either the
stored or docValues parts of the index. If you change the definition and
reindex, you should see significant differences in the size of your
Hello,
I was wondering if we can expect significant disk usage reduction (index size)
if we move from fields defined as "docValues=true + stored=true" to
"docValues=true + stored=false" (with useDocValuesAsStored=true as default in
both cases)?
Considering the use case we are targeting is only