Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D78869A59 for ; Tue, 14 Feb 2012 18:18:48 +0000 (UTC) Received: (qmail 37774 invoked by uid 500); 14 Feb 2012 18:18:47 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 37732 invoked by uid 500); 14 Feb 2012 18:18:47 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 37724 invoked by uid 99); 14 Feb 2012 18:18:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 18:18:47 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of doug.meil@explorysmedical.com designates 65.55.88.15 as permitted sender) Received: from [65.55.88.15] (HELO TX2EHSOBE001.bigfish.com) (65.55.88.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 18:18:39 +0000 Received: from mail16-tx2-R.bigfish.com (10.9.14.239) by TX2EHSOBE001.bigfish.com (10.9.40.21) with Microsoft SMTP Server id 14.1.225.23; Tue, 14 Feb 2012 18:18:14 +0000 Received: from mail16-tx2 (localhost [127.0.0.1]) by mail16-tx2-R.bigfish.com (Postfix) with ESMTP id 8734A8030B for ; Tue, 14 Feb 2012 18:18:14 +0000 (UTC) X-SpamScore: -11 X-BigFish: PS-11(zzbb2dI9371I1432N98dKzz1202hzz8275dhz2fh2a8h668h839h944h) X-Forefront-Antispam-Report: CIP:157.56.244.181;KIP:(null);UIP:(null);IPV:NLI;H:CH1PRD0410HT001.namprd04.prod.outlook.com;RD:none;EFVD:NLI Received-SPF: pass (mail16-tx2: domain of explorysmedical.com designates 157.56.244.181 as permitted sender) client-ip=157.56.244.181; envelope-from=doug.meil@explorysmedical.com; helo=CH1PRD0410HT001.namprd04.prod.outlook.com ;.outlook.com ; Received: from mail16-tx2 (localhost.localdomain [127.0.0.1]) by mail16-tx2 (MessageSwitch) id 1329243491887259_25790; Tue, 14 Feb 2012 18:18:11 +0000 (UTC) Received: from TX2EHSMHS033.bigfish.com (unknown [10.9.14.244]) by mail16-tx2.bigfish.com (Postfix) with ESMTP id D2E7D3C004A for ; Tue, 14 Feb 2012 18:18:11 +0000 (UTC) Received: from CH1PRD0410HT001.namprd04.prod.outlook.com (157.56.244.181) by TX2EHSMHS033.bigfish.com (10.9.99.133) with Microsoft SMTP Server (TLS) id 14.1.225.23; Tue, 14 Feb 2012 18:18:20 +0000 Received: from CH1PRD0410MB392.namprd04.prod.outlook.com ([169.254.11.82]) by CH1PRD0410HT001.namprd04.prod.outlook.com ([10.255.147.36]) with mapi id 14.16.0117.001; Tue, 14 Feb 2012 18:18:12 +0000 From: Doug Meil To: "user@hbase.apache.org" Subject: Re: length and size of a column family name or qualifier vs. amount of disk storage Thread-Topic: length and size of a column family name or qualifier vs. amount of disk storage Thread-Index: AQHM6z7f2PZGZTC3QE2Q+D1fWukcNpY8qQyA//+2pwA= Date: Tue, 14 Feb 2012 18:18:11 +0000 Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.255.147.4] Content-Type: text/plain; charset="us-ascii" Content-ID: <6A0E45728AA6F04A8701D6E1DBF6CD4E@namprd04.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: explorysmedical.com Also see here... http://hbase.apache.org/book.html#keyvalue Compression will make it better on disk, but it will inflate over the wire. On 2/14/12 12:40 PM, "Jean-Daniel Cryans" wrote: >> We are assuming the longer cf/qual would be written to HDFS billions of >> times and would be wasteful. Is that a correct assumption? > >Yes, also that's covered a bit in: >http://hbase.apache.org/book.html#keysize > >> >> Does the answer change if you use Snappy compression? > >Any compression will make it better, also have a look at this jira >which was recently committed to trunk (adding prefix compression): >https://issues.apache.org/jira/browse/HBASE-4218 > >J-D >