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 1A4AF20DF7 for ; Tue, 10 Sep 2019 14:50:34 -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 aaYbBDW40FQB for ; Tue, 10 Sep 2019 14:50:34 -0400 (EDT) Received: from smtp57.i.mail.ru (smtp57.i.mail.ru [217.69.128.37]) (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 6BD6320DCA for ; Tue, 10 Sep 2019 14:50:33 -0400 (EDT) Date: Tue, 10 Sep 2019 21:50:27 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 1/2] wal: deprecate rows_per_wal in favour of wal_max_size Message-ID: <20190910185027.bm65udlxdg6xaxhu@tarantool.org> References: <15b6e108adb8c2241e1213a4ac399f959850ba8f.1567872249.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <15b6e108adb8c2241e1213a4ac399f959850ba8f.1567872249.git.v.shpilevoy@tarantool.org> 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: alexander.turenko@tarantool.org Hello, On 07 Sep 18:05, Vladislav Shpilevoy wrote: > rows_per_wal does not allow to properly limit size of WAL logs. > A user would need to estimate size of each WAL row to do that. > Now WAL supports option wal_max_size allowing to limit WAL size > much more precise. > > Part of #3762 I've checked your patch into 1.10, 2.1, 2.2 and master. -- Regards, Kirill Yukhin