[Tarantool-patches] [tarantool-patches] Re: [PATCH v2 2/4] wal: wal memory buffer
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Tue Oct 22 02:04:29 MSK 2019
>> +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.
More information about the Tarantool-patches
mailing list