Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DDCCE200C61 for ; Tue, 25 Apr 2017 11:29:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DC4FD160BB3; Tue, 25 Apr 2017 09:29:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2BFB1160B9E for ; Tue, 25 Apr 2017 11:29:03 +0200 (CEST) Received: (qmail 33931 invoked by uid 500); 25 Apr 2017 09:29:01 -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 33920 invoked by uid 99); 25 Apr 2017 09:29:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2017 09:29:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 00EAAC01DB for ; Tue, 25 Apr 2017 09:29:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.286 X-Spam-Level: ** X-Spam-Status: No, score=2.286 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id VgUGr-mj7ESJ for ; Tue, 25 Apr 2017 09:28:59 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2156F5FBE5 for ; Tue, 25 Apr 2017 09:28:59 +0000 (UTC) Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id 92C3A3C948612 for ; Tue, 25 Apr 2017 02:28:58 -0700 (MST) Date: Tue, 25 Apr 2017 02:28:58 -0700 (MST) From: schausson To: user@hbase.apache.org Message-ID: <1493112538603-4087677.post@n3.nabble.com> In-Reply-To: References: <1493110173669-4087673.post@n3.nabble.com> <1493111308209-4087675.post@n3.nabble.com> Subject: Re: Unlimited number of versions for a column family ? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Tue, 25 Apr 2017 09:29:04 -0000 OK, so this is not supported for now... Additional questions related to region size : If I set "versions" to high value (several millions for instance), the size of a row may exceed the region size...What will happen in such case ? And if I consider another design, like saving versions in additional colmumns (column id could be concatenated with history timestamp), the same question raises up : if we save millions of columns, what is the behavior when row size exceeds the region size ? Thanks again for your help -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Unlimited-number-of-versions-for-a-column-family-tp4087673p4087677.html Sent from the HBase User mailing list archive at Nabble.com.