Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 68084 invoked from network); 26 Nov 2009 12:29:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Nov 2009 12:29:53 -0000 Received: (qmail 19847 invoked by uid 500); 26 Nov 2009 12:29:52 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 19778 invoked by uid 500); 26 Nov 2009 12:29:52 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 19768 invoked by uid 99); 26 Nov 2009 12:29:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2009 12:29:52 +0000 X-ASF-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lars.francke@gmail.com designates 209.85.212.202 as permitted sender) Received: from [209.85.212.202] (HELO mail-vw0-f202.google.com) (209.85.212.202) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2009 12:29:50 +0000 Received: by vws40 with SMTP id 40so235651vws.5 for ; Thu, 26 Nov 2009 04:29:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=6QBv34G6Gri88gMaZLVt/jOuHtbz8FCm3NIUFZ0zcRA=; b=r6QEu5PWOBrOYTZilYaVMAVsWHJXqG8yfNn3HPmHyAdgDWMM4MSYCnqln8V78EKH8F 98F112/LOraarotYc4HZ9Auwe0KsU8v6mcpHgAz/NMr4UqtOVX54mZGC9s+OQbHo8y4R cF3Xruh2Fu7ZZ4wc4zlzXT8D1h940Z9Ro3PNM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=p/6j4azH2EQ1WibMSinyHFLJfa2t6Zsz80GoJ6rQ0DAgP4nlRBjG2tkMnH2z1hgv8B ZiEPivrJ9FFLNVqdQiHTxYDbREXYenAGVcx5naX+3SAyS8bcgBxDy6HGKPhAkhoqs20l MtDRokQ2Uvmn9geydgQMbrmHwtWdQ6MDWI8Zg= MIME-Version: 1.0 Received: by 10.220.125.7 with SMTP id w7mr298425vcr.74.1259238569095; Thu, 26 Nov 2009 04:29:29 -0800 (PST) In-Reply-To: References: <4B0C1DFB.4030907@streamy.com> From: Lars Francke Date: Thu, 26 Nov 2009 13:29:09 +0100 Message-ID: Subject: Re: question about compound keys with two/multiple strings To: hbase-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > From your original note it sounded like you may need to be able to look u= p > all the combinations that include a partial key. =A0In that case, you wil= l > have to store duplicate information for quick lookups. That is the case and I am now saving duplicate information.. Sorry if my original note wasn't clear enough! Thanks for the answer. Lars