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 32FB9200BDB for ; Mon, 12 Dec 2016 09:38:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 31973160B2D; Mon, 12 Dec 2016 08:38:00 +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 A2CE1160B0D for ; Mon, 12 Dec 2016 09:37:59 +0100 (CET) Received: (qmail 70999 invoked by uid 500); 12 Dec 2016 08:37:58 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 70934 invoked by uid 99); 12 Dec 2016 08:37:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2016 08:37:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 597652C03DD for ; Mon, 12 Dec 2016 08:37:58 +0000 (UTC) Date: Mon, 12 Dec 2016 08:37:58 +0000 (UTC) From: "Eshcar Hillel (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-17294) External Configuration for Memory Compaction MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 12 Dec 2016 08:38:00 -0000 Eshcar Hillel created HBASE-17294: ------------------------------------- Summary: External Configuration for Memory Compaction=20 Key: HBASE-17294 URL: https://issues.apache.org/jira/browse/HBASE-17294 Project: HBase Issue Type: Sub-task Reporter: Eshcar Hillel We would like to have a single external knob to control memstore compaction= . Possible memstore compaction policies are none, basic, and eager. This sub-task allows to set this property at the column family level at tab= le creation time: {code} create =E2=80=98=E2=80=99, {NAME =3D> =E2=80=98=E2=80=99,=20 IN_MEMORY_COMPACTION =3D> =E2=80=98=E2=80=99} {code} or to set this at the global configuration level by setting the property in= abase-site.xml, with BASIC being the default value: {code} =09hbase.hregion.compacting.memstore.type =09 {code} The values used in this property can change as memstore compaction policies= evolve over time. -- This message was sent by Atlassian JIRA (v6.3.4#6332)