Hi

I'm filling our solr database with about 5mil docs. All docs are in some kind of queue which are processed by 5 simultaneous workers. What is the best way to do commits is such a situation? If I say to let every worker do a commit after 100 docs there will be 5 commits in a short period. Or should I use the autocommit option for this?

Thx!

Arkadi

Reply via email to