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