From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 66AED20ACB for ; Tue, 9 Jul 2019 05:03:08 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vVqhdjXqdNkL for ; Tue, 9 Jul 2019 05:03:08 -0400 (EDT) Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 2716D20A88 for ; Tue, 9 Jul 2019 05:03:08 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v1 1/1] sql: return lookaside system References: <582dfdcffb17a62d2f2de1f5d7f95220c07eda62.1562408568.git.imeevma@gmail.com> From: Imeev Mergen Message-ID: <83b139b9-4268-4f21-c27b-13a2f2da77f3@tarantool.org> Date: Tue, 9 Jul 2019 12:03:05 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: "n.pettik" , tarantool-patches@freelists.org Hi! Thank you for review. My answer below. On 7/8/19 4:13 PM, n.pettik wrote: > >> On 6 Jul 2019, at 13:23, imeevma@tarantool.org wrote: >> >> After the removal of the LOOKASIDE system, it was found that the >> performance dropped. To restore performance, this patch partially >> returns the LOOKASIDE system in almost the same form as it was >> before the patch 4326ca7. >> >> Closes #4319 > Have you verified that performance is restored by these changes? > I asked @avtikhon to check this before sending the patch. He checked that the performance was restored. Should I copy here the tables that he sent me?