From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp47.i.mail.ru (smtp47.i.mail.ru [94.100.177.107]) (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 EF3D243D678 for ; Tue, 22 Oct 2019 01:59:14 +0300 (MSK) From: Vladislav Shpilevoy Reply-To: tarantool-patches@freelists.org References: <68fa00546c99b7b53c1c3024881a19024513104d.1568798455.git.georgy@tarantool.org> <772fcc2b-bf03-19d1-6431-1b7d2b058865@tarantool.org> Message-ID: Date: Tue, 22 Oct 2019 01:04:29 +0200 MIME-Version: 1.0 In-Reply-To: <772fcc2b-bf03-19d1-6431-1b7d2b058865@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [tarantool-patches] Re: [PATCH v2 2/4] wal: wal memory buffer List-Id: Tarantool development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@freelists.org, Georgy Kirichenko , tarantool-patches@dev.tarantool.org >> +enum { >> + /* >> + * Xrow memory object contains some count of rotating data chunks. >> + * Every rotation estimated decrease in amount of stored rows is >> + * about 1/(COUNT OF CHUNKS). However the bigger value makes rotation >> + * more frequent, the decrease would be smoother and size of >> + * a wal memory more stable. > > 27. Please, limit max length of a comment string to 66 symbols. It > helps reading, no jokes. In the C file too. Sorry, still out of 66. In many other places too.