Re: duplicate entries being returned, possible caching issue?

2008-02-03 Thread Yonik Seeley
I would guess you are seeing a view of the index after adding some documents but before the duplicates have been removed. Are you using Solr's replication scripts? -Yonik On Feb 1, 2008 6:01 PM, Rachel McConnell <[EMAIL PROTECTED]> wrote: > We have just started seeing an intermittent problem in

Field Compression

2008-02-03 Thread Stu Hood
I just finished watching this talk about a column-store RDBMS, which has a long section on column compression. Specifically, it talks about the gains from compressing similar data together, and how lazily decompressing data only when it must be processed is great for memory/CPU cache usage. htt

Re: Field Compression

2008-02-03 Thread Mike Klaas
On 3-Feb-08, at 1:34 PM, Stu Hood wrote: I just finished watching this talk about a column-store RDBMS, which has a long section on column compression. Specifically, it talks about the gains from compressing similar data together, and how lazily decompressing data only when it must be proc