Re: Impact of compressed=true attribute (in schema.xml) on Indexing/Query

2009-09-03 Thread Chris Hostetter
: Now the question is, how the compressed=true flag impacts the indexing : and Querying operations. I am sure that there will be CPU utilization : spikes as there will be operation of compressing(during indexing) and : uncompressing(during querying) of the indexed data. I am mainly looking : f

Impact of compressed=true attribute (in schema.xml) on Indexing/Query

2009-08-29 Thread Silent Surfer
Hi, We observed that when we use the setting "compressed=true" the index size is around 0.66 times the actual log file, where as if we do not use any compressed=true setting, the index size is almost as much as 2.6 times. Our sample solr document size is approximately 1000 bytes. In addition to