Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 81741 invoked from network); 2 May 2010 19:54:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 May 2010 19:54:18 -0000 Received: (qmail 64687 invoked by uid 500); 2 May 2010 19:54:17 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 64647 invoked by uid 500); 2 May 2010 19:54:17 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 64639 invoked by uid 99); 2 May 2010 19:54:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 May 2010 19:54:16 +0000 X-ASF-Spam-Status: No, hits=-1378.1 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 May 2010 19:54:16 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o42JruOW021659 for ; Sun, 2 May 2010 19:53:56 GMT Message-ID: <2981452.7751272830036270.JavaMail.jira@thor> Date: Sun, 2 May 2010 15:53:56 -0400 (EDT) From: "Karthick Sankarachary (JIRA)" To: dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-2435) A Sharding Split Policy For Load-Sharing Index Writes In-Reply-To: <12804426.7731272830035740.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-2435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthick Sankarachary updated LUCENE-2435: ------------------------------------------ Attachment: LUCENE-2435.patch > A Sharding Split Policy For Load-Sharing Index Writes > ----------------------------------------------------- > > Key: LUCENE-2435 > URL: https://issues.apache.org/jira/browse/LUCENE-2435 > Project: Lucene - Java > Issue Type: New Feature > Components: Index > Affects Versions: 3.0.1 > Reporter: Karthick Sankarachary > Attachments: LUCENE-2435.patch > > > (Please note that the feature described in LUCENE-2425 is required reading for this issue.) > The sharding split policy builds on the remoting split policy, treating each sub-index as a shard of the split index. Optionally, the super-index on which the split writer is built may also be considered to be a shard. The motivation for this policy is to allow a given index to be partitioned across multiple nodes (that define a cluster), which helps to (a) load-balance document writes across the nodes in that cluster and (b) serve search requests from a (narrower) set of sub-indices (that the split rule routes the query to). > Unlike other sharding solutions for Lucene, this approach gives users the ability to (a) pick and choose the types of directories underlying the mirror, and (b) add/remove shards on the fly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org