From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (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 342A4445321 for ; Sun, 5 Jul 2020 20:04:03 +0300 (MSK) References: <1593757997-4145-1-git-send-email-alyapunov@tarantool.org> <1593757997-4145-4-git-send-email-alyapunov@tarantool.org> From: Vladislav Shpilevoy Message-ID: <9fa7dd97-491c-22b4-1efa-c48dbf791992@tarantool.org> Date: Sun, 5 Jul 2020 19:04:01 +0200 MIME-Version: 1.0 In-Reply-To: <1593757997-4145-4-git-send-email-alyapunov@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 03/15] tx: introduce dirty tuples List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aleksandr Lyapunov , tarantool-patches@dev.tarantool.org Thanks for the patch! How are going to be used the dirty tuples? Why don't we have such a flag for vinyl tuples?