From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp43.i.mail.ru (smtp43.i.mail.ru [94.100.177.103]) (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 8460C445320 for ; Thu, 16 Jul 2020 01:10:44 +0300 (MSK) References: <1594221263-6228-1-git-send-email-alyapunov@tarantool.org> <6cf593e8-e5e5-d837-28a7-bc36f67c8203@tarantool.org> From: Vladislav Shpilevoy Message-ID: Date: Thu, 16 Jul 2020 00:10:41 +0200 MIME-Version: 1.0 In-Reply-To: <6cf593e8-e5e5-d837-28a7-bc36f67c8203@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Aleksandr Lyapunov , tarantool-patches@dev.tarantool.org 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.