I have a requirement where I have to bulk insert a lot of documents in SolrCloud.
My average document size is 400 bytes Number of documents that need to be inserted 250000/second (for a total of about 3.6 Billion documents) Any ideas/suggestions on how that can be done? (use a client or uploadcsv or stream or data import handler) How can SolrCloud be configured to allow this fast bulk insert? Any thoughts on what the SolrCloud configuration would probably look like? Thanks