From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 13 Mar 2019 18:54:59 +0300 From: Vladimir Davydov Subject: Re: [PATCH v2 00/14] vinyl: do not fill secondary tuples with nulls Message-ID: <20190313155459.zpn7l27o4s7ibgpp@esperanza> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: kostja@tarantool.org Cc: tarantool-patches@freelists.org List-ID: On Wed, Mar 13, 2019 at 11:52:46AM +0300, Vladimir Davydov wrote: > Vladimir Davydov (14): > vinyl: remove optimized comparators > vinyl: introduce statement environment > vinyl: rename key stmt construction routine > vinyl: don't use IPROTO_SELECT type for key statements > bloom: do not use tuple_common_key_parts when constructing tuple bloom > bloom: factor out helper to add tuple hash to bloom builder > vinyl: add helpers to add/check statement with bloom > vinyl: do not pass format to vy_apply_upsert > vinyl: clean up write iterator source destruction > vinyl: zap vy_write_iterator->format > vinyl: do not fill secondary tuples with nulls when decoded > vinyl: zap vy_stmt_new_surrogate_from_key > vinyl: don't use vy_stmt_new_surrogate_delete if not necessary > tuple_format: zap min_tuple_size Pushed to 2.1 with fixes according to review by Kostja.