Seems fast to me, too. We get about 600/second pulling data from MySQL with a pretty complicated query.
Check the CPU usage on the Solr machine. If that is not reaching 100% for periods of time, then Solr is not the bottleneck. Indexing is very CPU-intensive. On a multi-CPU Solr machine, you will need to use several indexing clients to use all CPUs. What version of Solr? There have been some important indexing speedups in the latest versions. wunder On May 15, 2013, at 9:29 AM, Jack Krupansky wrote: > "3500-5000 records per second. This is a very small speed." > > That's hardly a slow rate for ingestion of data! > > Who is telling you that it is? > > That is not to say that the speed can't be improved, but let's keep things in > perspective. > > And of course the speed does depend on your schema and actual data. > > -- Jack Krupansky > > -----Original Message----- From: horot > Sent: Wednesday, May 15, 2013 6:06 AM > To: solr-user@lucene.apache.org > Subject: how to increase upload into Solr 4.x ??? > > Hi, > > I use to upload data with Pentahoo Kettle into Solr. The average speed is > 3500-5000 records per second. > This is a very small speed. Is there a quick tool that would give the > highest speed, or it depends on the Solr? >