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 6C6352676C for ; Wed, 13 Feb 2019 03:33:10 -0500 (EST) 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 O1tZ9VKDUL2i for ; Wed, 13 Feb 2019 03:33:10 -0500 (EST) Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (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 C7A8326718 for ; Wed, 13 Feb 2019 03:33:09 -0500 (EST) From: Georgy Kirichenko Subject: [tarantool-patches] [PATCH v2 0/2] Reduce wal vclock handling complecity Date: Wed, 13 Feb 2019 11:35:15 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: Georgy Kirichenko Track vclock changes during wal write instead of simple vclock_copy and make vclock_copy and vclock_create cheaper. Changes in v2: - Eliminate branching from vclock_get - Minor fixes Branch: https://github.com/tarantool/tarantool/tree/g.kirichenko/gh-2283-follow-up Georgy Kirichenko (2): Lightweight vclock_create and vclock_copy Track wal vclock changes instead of copying src/box/vclock.c | 5 +++-- src/box/vclock.h | 51 ++++++++++++++++++++++++++++++++++++--------- src/box/wal.c | 44 +++++++++++++++++++++++++------------- src/box/xrow.h | 4 ++-- test/unit/vclock.cc | 2 +- 5 files changed, 77 insertions(+), 29 deletions(-) -- 2.20.1