Re: Solr Delta Import Issue

2018-11-28 Thread ~$alpha`
Time for import - 5-6 minutes Warmup time - 40seconds autoCommit and autoSoftCommit setting both disabled and We fire commit only after the import is completed. I have some more doubt 1. In case of master-slave, is auto warm strategy is available for slaves 2. Also should I also have a limit

Re: Solr Delta Import Issue

2018-11-27 Thread Shawn Heisey
On 11/27/2018 10:32 AM, ~$alpha` wrote: SOLR VERSION 6.0.0 As seen in the image, There is a spike which can be observed at every 2 hours. i.e whenever delta import runs 1. Response time doubles 2. CPU load average doubles and if it ru

Solr Delta Import Issue

2018-11-27 Thread ~$alpha`
SOLR VERSION 6.0.0 As seen in the image, There is a spike which can be observed at every 2 hours. i.e whenever delta import runs 1. Response time doubles 2. CPU load average doubles and if it runs to near to peal hour than it goes even t

Re: Delta import issue

2011-07-12 Thread PeterKerk
That did the trick! Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Delta-import-issue-tp3162581p3163009.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Delta import issue

2011-07-12 Thread Rahul Warawdekar
ity): ><-- this is primary key of ads table > > > > Is that what you mean? > > And I'm using MSSQL2008 > > > Thanks! > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Delta-import-issue-tp3162581p3162809.html > Sen

Re: Delta import issue

2011-07-12 Thread PeterKerk
7;m using MSSQL2008 Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Delta-import-issue-tp3162581p3162809.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Delta import issue

2011-07-12 Thread Rahul Warawdekar
,1) NOT NULL, >[adid] [int] NOT NULL, >[locpath] [nvarchar](150) NOT NULL, >[title] [nvarchar](50) NULL, >[createdate] [datetime] NOT NULL, > CONSTRAINT [PK_ad_photos] PRIMARY KEY CLUSTERED > ( >[id] ASC > )WITH (PAD_INDEX = OFF, STATI

Delta import issue

2011-07-12 Thread PeterKerk
OCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] GO What am I doing wrong? -- View this message in context: http://lucene.472066.n3.nabble.com/Delta-import-issue-tp3162581p3162581.html Sent from the Solr - User mailing list archive at Nabble.com.