From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 28 Mar 2018 20:03:48 +0300 From: Konstantin Osipov Subject: Re: [commits] [tarantool] 03/04: bloom: optimize tuple bloom filter size Message-ID: <20180328170348.GK11829@atlas> References: <20180327210817.GB11829@atlas> <20180327210938.GC11829@atlas> <20180328111615.5fltx74ujvp26dry@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180328111615.5fltx74ujvp26dry@esperanza> To: Vladimir Davydov Cc: tarantool-patches@freelists.org, commits@tarantool.org List-ID: * Vladimir Davydov [18/03/28 14:50]: > > > > In future, It would be nice to actually have stats about actual false > > positive rates so that we know if the papers are BS or not. > > We already have bloom.hit and bloom.miss stat counters in index.info() > so we can calculate the false positive rate as > > bloom.miss / (bloom.hit + bloom.miss) Do you have a test verifying that the formula works? -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov