From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 4824C469719 for ; Tue, 20 Oct 2020 18:40:59 +0300 (MSK) Date: Tue, 20 Oct 2020 15:40:58 +0000 From: Nikita Pettik Message-ID: <20201020154058.GA24591@tarantool.org> References: <5c615731b1bd3e6d279dfb0cbc92823dea993a03.1602413265.git.imeevma@gmail.com> <20201013140833.GA18852@tarantool.org> <20201014093019.GA360354@tarantool.org> <20201015014056.GB25221@tarantool.org> <20201016002216.GA109977@tarantool.org> <20201020144116.GB23945@tarantool.org> <20201020150909.GA26378@hpalx> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201020150909.GA26378@hpalx> Subject: Re: [Tarantool-patches] [PATCH v3 1/1] sql: enable autoindex optimization List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: tarantool-patches@dev.tarantool.org On 20 Oct 18:09, Alexander V. Tikhonov wrote: > Hi Nikita, thank you for the fast fix, for now I see that all results > are correct and no new degradations occurred, you can check it here: > https://gitlab.com/tarantool/tarantool/-/pipelines/205228223 > Patch LGTM. Pushed to master; updated changelog; original branch is dropped.