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
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
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