Re: Updating documents with docvalues (not stored), commit question

2016-11-17 Thread Erick Erickson
I'm pretty sure that atomic updates use Real Time Get which means they'll pull the values from in-memory structures for docs that haven't been committed yet. And as Shawn says, docValues isn't relevant here. Best, Erick On Thu, Nov 17, 2016 at 5:52 AM, Shawn Heisey wrote: > On 11/17/2016 6:26 A

Re: Updating documents with docvalues (not stored), commit question

2016-11-17 Thread Shawn Heisey
On 11/17/2016 6:26 AM, Dorian Hoxha wrote: > Looks like you can update documents even using just doc-values > (without stored). While I understand the columnar-format, my issue > with this is that docValues are added when a 'commit' is done > (right?). Does that mean that it will force a commit (wh

Updating documents with docvalues (not stored), commit question

2016-11-17 Thread Dorian Hoxha
Looks like you can update documents even using just doc-values (without stored). While I understand the columnar-format, my issue with this is that docValues are added when a 'commit' is done (right?). Does that mean that it will force a commit (which is a slow operation) when updating with docValu