Re: Cursor Performance Issue

2021-01-14 Thread Ajay Sharma
Hi Mike, Thanks for your reply. I remember DocValues is enabled by default since solr 6. If it is not and I reindex the data with DocValues= true for id field. How much my index size will increase due to this. Currently I have 90 GB as index size On Wed, 13 Jan, 2021, 9:14 pm Mike Drob, wrote

Re: Cursor Performance Issue

2021-01-13 Thread Mike Drob
You should be using docvalues on your id, but note that switching this would require a reindex. On Wed, Jan 13, 2021 at 6:04 AM Ajay Sharma wrote: > Hi All, > > I have used cursors to search and export documents in solr according to > > https://lucene.apache.org/solr/guide/6_6/pagination-of-resu

Cursor Performance Issue

2021-01-13 Thread Ajay Sharma
Hi All, I have used cursors to search and export documents in solr according to https://lucene.apache.org/solr/guide/6_6/pagination-of-results.html#fetching-a-large-number-of-sorted-results-cursors Solr version: 6.5.0 No of Documents: 10 crore Before implementing cursor, I was using the start an