Re: Performance issues with CursorMark

2020-10-26 Thread Erick Erickson
pta >> Sent: Monday 26th October 2020 17:00 >> To: solr-user@lucene.apache.org >> Subject: Re: Performance issues with CursorMark >> >> Hey Markus, >> >> What are you sorting on? Do you have docValues enabled on the sort field ? >> >> On Mon, Oct

RE: Performance issues with CursorMark

2020-10-26 Thread Markus Jelsma
> Sent: Monday 26th October 2020 17:00 > To: solr-user@lucene.apache.org > Subject: Re: Performance issues with CursorMark > > Hey Markus, > > What are you sorting on? Do you have docValues enabled on the sort field ? > > On Mon, Oct 26, 2020 at 5:36 AM Markus Jelsma >

Re: Performance issues with CursorMark

2020-10-26 Thread Anshum Gupta
Hey Markus, What are you sorting on? Do you have docValues enabled on the sort field ? On Mon, Oct 26, 2020 at 5:36 AM Markus Jelsma wrote: > Hello, > > We have been using a simple Python tool for a long time that eases > movement of data between Solr collections, it uses CursorMark to fetch >

Performance issues with CursorMark

2020-10-26 Thread Markus Jelsma
Hello, We have been using a simple Python tool for a long time that eases movement of data between Solr collections, it uses CursorMark to fetch small or large pieces of data. Recently it stopped working when moving data from a production collection to my local machine for testing, the Solr nod