From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp56.i.mail.ru (smtp56.i.mail.ru [217.69.128.36]) (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 7DD0F445320 for ; Thu, 16 Jul 2020 07:49:01 +0300 (MSK) References: <1594221263-6228-1-git-send-email-alyapunov@tarantool.org> <6cf593e8-e5e5-d837-28a7-bc36f67c8203@tarantool.org> From: Aleksandr Lyapunov Message-ID: <01c3b785-7e0d-ece9-a262-9a50c8ff088b@tarantool.org> Date: Thu, 16 Jul 2020 07:48:58 +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 Subject: Re: [Tarantool-patches] [PATCH v2 00/16] Transaction engine for memtx engine List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy , tarantool-patches@dev.tarantool.org yes, sure. On 7/16/20 1:10 AM, Vladislav Shpilevoy wrote: > On 15.07.2020 14:25, Aleksandr Lyapunov wrote: >> I hope it will be enable by default.. >> Let's leave it for performance part. As for me I don't cate >> about memory but initialization could be significantly longer. >> I think I can refactor and improve that part. > Probably look at how triggers are initialized on demand, > with TXN_HAS_TRIGGERS flag.