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 962C1200B6B for ; Fri, 9 Sep 2016 21:14:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 94AF6160AC2; Fri, 9 Sep 2016 19:14:19 +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 109B8160AA3 for ; Fri, 9 Sep 2016 21:14:18 +0200 (CEST) Received: (qmail 18918 invoked by uid 500); 9 Sep 2016 19:14:17 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 18909 invoked by uid 99); 9 Sep 2016 19:14:17 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2016 19:14:17 +0000 Received: from [192.168.23.9] (host86-162-232-31.range86-162.btcentralplus.com [86.162.232.31]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 2D0A71A003E for ; Fri, 9 Sep 2016 19:14:16 +0000 (UTC) Subject: Re: Partition size To: user@cassandra.apache.org References: From: Mark Thomas Message-ID: <5cb62627-be02-a8d9-9a2b-6b45f19012ca@apache.org> Date: Fri, 9 Sep 2016 20:14:03 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit archived-at: Fri, 09 Sep 2016 19:14:19 -0000 On 09/09/2016 16:46, Mark Curtis wrote: > If your partition sizes are over 100MB iirc then you'll normally see > warnings in your system.log, this will outline the partition key, at > least in Cassandra 2.0 and 2.1 as I recall. > > Your best friend here is nodetool cfstats which shows you the > min/mean/max partition sizes for your table. It's quite often used to > pinpoint large partitons on nodes in a cluster. > > More info > here: https://docs.datastax.com/en/cassandra/2.1/cassandra/tools/toolsCFstats.html Folks, It is *Apache* Cassandra. If you are going to point to docs, please point to the official Apache docs unless there is a very good reason not to. In this case: http://cassandra.apache.org/doc/latest/configuration/cassandra_config_file.html#compaction_large_partition_warning_threshold_mb looks to the place. Mark > > Thanks > > Mark > > > On 9 September 2016 at 02:53, Anshu Vajpayee > wrote: > > Is there any way to get partition size for a partition key ? > >