[tarantool-patches] Re: [PATCH 2/2] wal: drop rows_per_wal option

Kirill Yukhin kyukhin at tarantool.org
Thu Oct 17 10:16:44 MSK 2019


Hello,

On 07 сен 18:05, Vladislav Shpilevoy wrote:
> Rows_per_wal option was deprecated because it can be covered by
> wal_max_size. In order not to complicate WAL code with that
> option's support this commit drops it completely.
> 
> In some tests the option was used to create several small xlog
> files. Now the same is done via wal_max_size. Where it was
> needed, number of rows per wal is estimated as wal_max_size / 50.
> Because struct xrow_header size ~= 50 not counting paddings and
> body.
> 
> Closes #3762

I've checked your patch into 2.2 and master.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list