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 C843E26768 for ; Tue, 12 Feb 2019 09:07:33 -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 Mhjxo1-WY6RP for ; Tue, 12 Feb 2019 09:07:33 -0500 (EST) Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (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 7156E25018 for ; Tue, 12 Feb 2019 09:07:33 -0500 (EST) From: Georgy Kirichenko Subject: [tarantool-patches] [PATCH 0/2] Reduce wal vclock handling complecity Date: Tue, 12 Feb 2019 17:09:36 +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. 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 | 35 ++++++++++++++++++++++++++++++----- src/box/wal.c | 44 ++++++++++++++++++++++++++++++-------------- src/box/xrow.h | 4 ++-- test/unit/vclock.cc | 2 +- 5 files changed, 66 insertions(+), 24 deletions(-) -- 2.20.1