Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D4B1CD83B for ; Wed, 27 Jun 2012 23:41:47 +0000 (UTC) Received: (qmail 64476 invoked by uid 500); 27 Jun 2012 23:41:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 64414 invoked by uid 500); 27 Jun 2012 23:41:46 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 64146 invoked by uid 99); 27 Jun 2012 23:41:46 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2012 23:41:46 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 4E746142849 for ; Wed, 27 Jun 2012 23:41:45 +0000 (UTC) Date: Wed, 27 Jun 2012 23:41:45 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <1329747455.64471.1340840505325.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1359944541.53871.1339183704181.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (CASSANDRA-4324) Implement Lucene FST in for key index 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/CASSANDRA-4324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4324: -------------------------------------- Reviewer: yukim > Implement Lucene FST in for key index > ------------------------------------- > > Key: CASSANDRA-4324 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4324 > Project: Cassandra > Issue Type: Improvement > Reporter: Jason Rutherglen > Assignee: Jason Rutherglen > Priority: Minor > Fix For: 1.2 > > Attachments: CASSANDRA-4324.patch > > > The Lucene FST data structure offers a compact and fast system for indexing Cassandra keys. More keys may be loaded which in turn should seeks faster. > * Update the IndexSummary class to make use of the Lucene FST, overriding the serialization mechanism. > * Alter SSTableReader to make use of the FST seek mechanism -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira