Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-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 14A96D1E7 for ; Mon, 2 Jul 2012 11:51:34 +0000 (UTC) Received: (qmail 31080 invoked by uid 500); 2 Jul 2012 11:51:30 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 30863 invoked by uid 500); 2 Jul 2012 11:51:30 -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 30788 invoked by uid 99); 2 Jul 2012 11:51:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2012 11:51:30 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sylvain@datastax.com designates 209.85.220.172 as permitted sender) Received: from [209.85.220.172] (HELO mail-vc0-f172.google.com) (209.85.220.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2012 11:51:24 +0000 Received: by vcqp1 with SMTP id p1so3801760vcq.31 for ; Mon, 02 Jul 2012 04:51:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=8aHOdgdmG6OwwFCKG19FKO5Q74be8uqJI0xgB89lmwU=; b=VKRkjjjStfCV6t3dDDftBmULxN/S+56JQVs+MdoIE4Ll8V53mMURPzjmncXsewUN4J bcRlToRoc7Ca/sbK2kGfzf1Z6xhXJWgLi3vYFaEmQLcncnFSgA5KweQED4wuq+x8Qm3v Sj6GdNftu52EA3X9asDbbf4Psvu27JgwoZhImc4kKMcBicxREBXiuDngynEjg1WBtiye lpGokeyNF3QoUHVRC5CVm75+j3k7FG3LS+qLVEt02ha3iE3pf+PWMa3WYiBp7iH5gXTO 4GkqbZXpCZlodG3MGQvgKoxRRUSfHsPXm6BQAIM/kp4ckdt8hAVc/qQa7oOkUL+WAYND RyGg== MIME-Version: 1.0 Received: by 10.52.16.12 with SMTP id b12mr4911905vdd.45.1341229861161; Mon, 02 Jul 2012 04:51:01 -0700 (PDT) Received: by 10.220.27.70 with HTTP; Mon, 2 Jul 2012 04:51:01 -0700 (PDT) In-Reply-To: <1341228243392-7580933.post@n2.nabble.com> References: <1340877202875-7580849.post@n2.nabble.com> <52C2245F-95FB-4A92-BC0E-CAA9F53D9BC0@computing.dundee.ac.uk> <1341180890982-7580922.post@n2.nabble.com> <1341228243392-7580933.post@n2.nabble.com> Date: Mon, 2 Jul 2012 13:51:01 +0200 Message-ID: Subject: Re: BulkLoading SSTables and compression From: Sylvain Lebresne To: user@cassandra.apache.org Cc: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmP1H6wcwcp7jTHijbZIEWi2U4k8/HwAuv9M4J2uizWbeYtxEt3Iq/glJEjjqQ/lY6KFj1S On Mon, Jul 2, 2012 at 1:24 PM, jmodha wrote: > Out of interest, we're not specifying a specific chunk size on the schema > (in the hope that it would just use the default of 64kb), so it reads > something like: Actually, we've had bugs related to the handling of the chunk size in early 1.0 releases and if I remember correctly that was fully fixed only in 1.0.5. So it is possible that your 1.0.3 sstables are cmpressed but with a ridiculously low chunk size (like 64 bytes instead of 64K), which would amount to no compression. In that case then yes it is a bug, but one that has been fixed by upgrading to 1.1. -- Sylvain > "create column family test > with column_type = 'Standard' > and comparator = 'BytesType' > and default_validation_class = 'UTF8Type' > and key_validation_class = 'BytesType' > and compaction_strategy = > 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy' > and compression_options = {'sstable_compression' : > 'org.apache.cassandra.io.compress.SnappyCompressor'};" > > Would this cause any issues? > > > > -- > View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/BulkLoading-SSTables-and-compression-tp7580849p7580933.html > Sent from the cassandra-user@incubator.apache.org mailing list archive at Nabble.com.