Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7462F182DF for ; Wed, 19 Aug 2015 17:22:35 +0000 (UTC) Received: (qmail 35530 invoked by uid 500); 19 Aug 2015 17:22:25 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 35463 invoked by uid 500); 19 Aug 2015 17:22:25 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 35449 invoked by uid 99); 19 Aug 2015 17:22:25 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2015 17:22:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id A53821AA71B for ; Wed, 19 Aug 2015 17:22:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id rMkI8e_dJ45o for ; Wed, 19 Aug 2015 17:22:23 +0000 (UTC) Received: from mail-yk0-f174.google.com (mail-yk0-f174.google.com [209.85.160.174]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id CA74B42F2B for ; Wed, 19 Aug 2015 17:22:23 +0000 (UTC) Received: by ykfw73 with SMTP id w73so11978865ykf.3 for ; Wed, 19 Aug 2015 10:22:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LpPMrpyk5iLpwQOK+lJoZg4Rx6dL161xY5hvpwQoNF8=; b=HhzQPrnrKCKgIGGSbJ5qQjcOb4NmyYoNdf3X0VFOOhS2ylfmAkc8RZ63QORR7wfkWy Odoyqu76eDEmqkv1XU7HvpxLQ/obrBzOC8J+8BW0nKY8So4Lhxyyfpdm1r+imPfpSbOk 00HG29U7rYDUGC6ribRk0d4WoB23ME2pOSq5CTSDLm4EANUz5R28Bj58+NTm+CCjUfgd UwofY5++QkrnCpKSijeN999XKEyXiqpHW1EvI/nKHBe8m9LQFFRZv4482hTq2RrbgdT2 so6gy/L+V6OfEnX2f9dDIRO4d5dEBUMZ5qu85VyHuvH+4dwHYpxOVyfFr9epOnvoHdzV 1Fww== MIME-Version: 1.0 X-Received: by 10.13.196.134 with SMTP id g128mr14816971ywd.157.1440004943507; Wed, 19 Aug 2015 10:22:23 -0700 (PDT) Received: by 10.13.216.216 with HTTP; Wed, 19 Aug 2015 10:22:23 -0700 (PDT) Received: by 10.13.216.216 with HTTP; Wed, 19 Aug 2015 10:22:23 -0700 (PDT) In-Reply-To: References: Date: Wed, 19 Aug 2015 10:22:23 -0700 Message-ID: Subject: Re: How to Fast Bulk Inserting documents From: Vineeth Dasaraju To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a114d608821f7a0051dad4721 --001a114d608821f7a0051dad4721 Content-Type: text/plain; charset=UTF-8 I have been using the solrj client and get speeds of 1000 objects per second. The size of my object is around 4 kb. On Aug 19, 2015 12:09 PM, "Troy Edwards" wrote: > 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 > --001a114d608821f7a0051dad4721--