From: Georgy Kirichenko <georgy@tarantool.org> To: tarantool-patches@freelists.org Cc: Georgy Kirichenko <georgy@tarantool.org> Subject: [tarantool-patches] [PATCH 0/2] Reduce wal vclock handling complecity Date: Tue, 12 Feb 2019 17:09:36 +0300 [thread overview] Message-ID: <cover.1549978870.git.georgy@tarantool.org> (raw) 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
next reply other threads:[~2019-02-12 14:07 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-02-12 14:09 Georgy Kirichenko [this message] 2019-02-12 14:09 ` [tarantool-patches] [PATCH 1/2] Lightweight vclock_create and vclock_copy Georgy Kirichenko 2019-02-12 19:25 ` [tarantool-patches] " Konstantin Osipov 2019-02-12 19:37 ` Георгий Кириченко 2019-02-12 14:09 ` [tarantool-patches] [PATCH 2/2] Track wal vclock changes instead of copying Georgy Kirichenko 2019-02-12 19:15 ` [tarantool-patches] " Konstantin Osipov 2019-02-12 19:47 ` Георгий Кириченко
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=cover.1549978870.git.georgy@tarantool.org \ --to=georgy@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [PATCH 0/2] Reduce wal vclock handling complecity' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox