Re: uniqueKey and docValues?

2018-11-23 Thread Mikhail Khludnev
> Erick > > On Wed, Nov 21, 2018 at 12:04 PM Walter Underwood > > > wrote: > > > > > > Is it a good idea to store the uniqueKey as docValues? A great idea? A > > maybe or maybe not idea? > > > > > > It looks like it will speed up export and

Re: uniqueKey and docValues?

2018-11-22 Thread Walter Underwood
top N ids for the aggregator to >>> sort. If the uniqueKey isn't DV, it needs to either decompress it off >>> disk or build an structure on heap if it's not DV. Last I knew anyway. >>> >>> Best, >>> Erick >>> On Wed, Nov 21, 2018 at 12:04 PM Walter Unde

Re: uniqueKey and docValues?

2018-11-22 Thread Erick Erickson
decompress it off > > disk or build an structure on heap if it's not DV. Last I knew anyway. > > > > Best, > > Erick > > On Wed, Nov 21, 2018 at 12:04 PM Walter Underwood > > wrote: > > > > > > Is it a good idea to store the uniqueKey as docVal

Re: uniqueKey and docValues?

2018-11-22 Thread Vincenzo D'Amore
or build an structure on heap if it's not DV. Last I knew anyway. > > Best, > Erick > On Wed, Nov 21, 2018 at 12:04 PM Walter Underwood > wrote: > > > > Is it a good idea to store the uniqueKey as docValues? A great idea? A > maybe or maybe not idea? > > >

Re: uniqueKey and docValues?

2018-11-21 Thread Erick Erickson
On Wed, Nov 21, 2018 at 12:04 PM Walter Underwood wrote: > > Is it a good idea to store the uniqueKey as docValues? A great idea? A maybe > or maybe not idea? > > It looks like it will speed up export and streaming. Otherwise, I can’t find > anything the docs pro or con. > > w

uniqueKey and docValues?

2018-11-21 Thread Walter Underwood
Is it a good idea to store the uniqueKey as docValues? A great idea? A maybe or maybe not idea? It looks like it will speed up export and streaming. Otherwise, I can’t find anything the docs pro or con. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog)