From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 13 Mar 2019 14:52:01 +0300 From: Konstantin Osipov Subject: Re: [PATCH v2 05/14] bloom: do not use tuple_common_key_parts when constructing tuple bloom Message-ID: <20190313115201.GE25066@chai> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Vladimir Davydov Cc: tarantool-patches@freelists.org List-ID: * Vladimir Davydov [19/03/13 11:53]: Nice. OK to push. > Tuple bloom filter is an array of bloom filters, each of which reflects > lookups by all possible partial keys. To optimize the overall bloom > filter size, we need to know how many unique elements there are for each > partial key. To achieve that, we require the caller to pass the number > of key parts that have been hashed for the given tuple. Here's how it -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov