table size questions

2015-09-08 Thread z11373
I have 3 tables, all of them have same column family name, and empty column qualifier. For row id let say it has something like below for each table ('|' is a delimiter char in this context). Table1: A|B|C Table2: B|C|A Table3: C|A|B So as we can see above, all of them pretty much have similar

Re: table size questions

2015-09-08 Thread Adam Fuchs
Accumulo sorts keys and then compresses them in blocks. Each block is compressed without any information external to the block. You're going to see different compression ratios depending on the relative entropy of keys inside of each compressed block. For purpose of discussion, let's simplify this

Re: table size questions

2015-09-08 Thread z11373
Thanks Adam for the answers! You explained it very well! Unfortunately, we won't have real production data before we telling management the storage requirement for budget plan. Not that one has dependency on another one, but just the timing where we are at now. I'll just make guesstimate based on

Re: [VOTE] Accumulo 1.5.4-rc1

2015-09-08 Thread Josh Elser
Also, a heads-up since I had one question about this already: you (hopefully) will notice that this was signed using a different key than previously for me. This is expected. I built this release on a virtual server (under my virtual but not physical control). As such, I did not feel comfortab

Re: [VOTE] Accumulo 1.5.4-rc1

2015-09-08 Thread Eric Newton
+1 Verified signatures, built, ran unit tests, started everything up and performed (limited) tests. Thanks Josh! -Eric On Tue, Sep 8, 2015 at 2:39 PM, Josh Elser wrote: > Also, a heads-up since I had one question about this already: you > (hopefully) will notice that this was signed using a

Re: [VOTE] Accumulo 1.5.4-rc1

2015-09-08 Thread Christopher
+1, I've verified: * GPG/MD5/SHA1 * RPM GPG sigs * Built sources/javadocs for each jar * Jars are sealed * Jar manifests match git commit * Source tarball matches checkout of git commit * Jars match those contained in binary tarball lib directory * Source tarball builds with `mvn clean verify -Dti

Re: [VOTE] Accumulo 1.5.4-rc1

2015-09-08 Thread Billie Rinaldi
+1 test/src/test/java/org/apache/accumulo/test/DeleteRowsTest.java has a botched license header, but I wouldn't consider that a blocker since most of it is intact. Otherwise the licenses look good, the tarball contents look good, and the source tarball matches the git branch. I verified the check