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 E543C24564 for ; Mon, 8 Jul 2019 09:13:55 -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 cJXodY9cLVoT for ; Mon, 8 Jul 2019 09:13:55 -0400 (EDT) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 9244922020 for ; Mon, 8 Jul 2019 09:13:55 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\)) Subject: [tarantool-patches] Re: [PATCH v1 1/1] sql: return lookaside system From: "n.pettik" In-Reply-To: <582dfdcffb17a62d2f2de1f5d7f95220c07eda62.1562408568.git.imeevma@gmail.com> Date: Mon, 8 Jul 2019 16:13:53 +0300 Content-Transfer-Encoding: 7bit Message-Id: References: <582dfdcffb17a62d2f2de1f5d7f95220c07eda62.1562408568.git.imeevma@gmail.com> 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: tarantool-patches@freelists.org Cc: Imeev Mergen > 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?