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 2B9AADD19 for ; Mon, 1 Oct 2012 21:10:52 +0000 (UTC) Received: (qmail 62081 invoked by uid 500); 1 Oct 2012 21:10:50 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 62032 invoked by uid 500); 1 Oct 2012 21:10:50 -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 62007 invoked by uid 99); 1 Oct 2012 21:10:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 21:10:50 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [98.139.212.126] (HELO nm22-vm0.bullet.mail.bf1.yahoo.com) (98.139.212.126) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 01 Oct 2012 21:10:38 +0000 Received: from [98.139.215.140] by nm22.bullet.mail.bf1.yahoo.com with NNFMP; 01 Oct 2012 21:10:16 -0000 Received: from [98.139.221.67] by tm11.bullet.mail.bf1.yahoo.com with NNFMP; 01 Oct 2012 21:10:16 -0000 Received: from [127.0.0.1] by smtp104.rog.mail.bf1.yahoo.com with NNFMP; 01 Oct 2012 21:10:16 -0000 X-Yahoo-Newman-Id: 972490.19547.bm@smtp104.rog.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 8v3ZMfkVM1mYgJsjd_WkB8JzgkXe7tpF82jXPhb3gbUz18L Em_RlyFQPSkyFR9lYJ3L3hSZmcrv_YKradT1D_JgGeFnmHUETaCkskMTTNfv VQVaeX09JXbZV3uMiBDjwXvHCWRyvz.mWtLGTvBsdd05aYjRHFsFg4OaI41J j8dPJ2roA0psee58cE2dlNHwiqeYfxSyQFHCa3Rm5HlCrJJgwLMYRy0oXmD2 y7cAjtDXVAoOKBQ4aUEolLO26pPETYAar5HEoqgGOtBUFXXzAOenZkiiEuKr DwsTJKD3zXyCtD1Xl5CsxkT7VXi5bzGDQUSK_hjWVZjdJ4BggrjzzFyJb.FW sLPTVKpoIZugu7wI49blUDCmtnVZ414r6Vw5iPC6lAD9IgertDmZ3rh86yc3 BceO.Hs3G14vRzkqs4KQlkBPE8cncpH0ZkTdnP_3UFHZPgcwpoFC8XgdSocG 6Z8ciwIgVfOzYapMDqkBvwlF5N4ynk1ZRupwfBDn9eVhjPG3qMfgDEr4TsDO EA9HgIwmN X-Yahoo-SMTP: gZmgaNeswBBsQTtBq4da6l0u.vFfzVBST_YhMO5qoQUb7CY- Received: from [192.168.0.111] (fuad@99.233.121.56 with login) by smtp104.rog.mail.bf1.yahoo.com with SMTP; 01 Oct 2012 14:10:16 -0700 PDT User-Agent: Microsoft-MacOutlook/14.2.4.120824 Date: Mon, 01 Oct 2012 17:10:14 -0400 Subject: Re: Column Qualifier space requirements From: Fuad Efendi To: Message-ID: Thread-Topic: Column Qualifier space requirements In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="ISO-8859-2" Content-transfer-encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Thanks; It means that in order to save space I need to use smallest Column Qualifier (and sometimes it makes sense)... However, why Column Family (byte array) is repeated for each KeyValue? Is it physically repeated for each cell? > >Hi there, take a look at the Hbase Refguide here... > >http://hbase.apache.org/book.html#regions.arch > >For this section... > >9.7.5.4. KeyValue > > > > > >>Hi, >> >>Is column qualifier physically stored in a Cell? Or pointer to it? Do we >>need to care about long size such as >>my_very_long_qualifier:1 >> >>(size of a value is small in comparison to size of qualifier=A9) >> >>thanks >> >> > >