> maybe thats because we have one huge monolithic implementation

Doesn't the DocValues branch solve this?

Also, instead of trying to implement clever ways of compressing
strings in the field cache, which probably won't bare fruit, I'd
prefer to look at [eventually] MMap'ing (using DV) the field caches to
avoid the loading and heap costs, which are signifcant.  I'm not sure
if we can easily MMap packed ints and the shared byte[], though it
seems fairly doable?

On Thu, May 19, 2011 at 6:05 AM, Robert Muir <[email protected]> wrote:
> 2011/5/19 Michael McCandless <[email protected]>:
>
>> Of course, for
>> certain apps that perf hit is justified, so probably we should make
>> this an option when populating field cache (ie, in-memory storage
>> option of using an FST vs using packed ints/byte[]).
>>
>
> or should we actually try to have different fieldcacheimpls?
>
> I see all these missions to refactor the thing, which always fail.
>
> maybe thats because we have one huge monolithic implementation.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to