From: Vladimir Davydov <vdavydov.dev@gmail.com> To: Konstantin Osipov <kostja@tarantool.org> Cc: tarantool-patches@freelists.org Subject: Re: [tarantool-patches] Re: [PATCH 0/8] Get rid of Vinyl's mem_format_with_colmask Date: Tue, 23 Oct 2018 11:22:32 +0300 [thread overview] Message-ID: <20181023082232.iukaqhsoxfh7vlof@esperanza> (raw) In-Reply-To: <20181023073216.GE9849@chai> On Tue, Oct 23, 2018 at 10:32:16AM +0300, Konstantin Osipov wrote: > * Vladimir Davydov <vdavydov.dev@gmail.com> [18/10/15 10:15]: > > There are two formats for memory statements in Vinyl, vy_lsm::mem_format > > and vy_lsm::mem_format_with_colmask. The only difference between them is > > that the latter allows to store column mask inside tuples. It is used to > > optimize out tautological updates in the write iterator. Turns out that > > we can easily do without it as this patch set demonstrates. > > > > I've always wanted to drop this format because I hate the very idea of > > tuple_extra (that's why I dropped upsert format a while ago as well). > > However, the reason why I'm doing this now is that it is the only thing > > why we need tuple_format_dup. Currently, tuple_format_dup is basically a > > memcpy, but once JSON indexes are introduced it's going to become much > > more complex than just that so we'd better drop it now. > > First, I disagree with both premises: > > - we will need tuple_extra anyway, for capped collections I won't, because tuple_extra is extremely inconvenient to use. I will inherit memtx_tuple instead and access extra fields after casting tuple to the child class. This will look much easier for understanding. > - you can't guarantee that a pretty basic method of an object such as creating > a deep copy will never be used in the future, so there is no > much point in attacking it now. Why would we need to make a deep copy of a tuple_format, even theoretically, when we can simply reference it? Note, tuple_format is immutable by design. > > Yet I am happy to look at the patch trimming the code on the edges so a review > follows.
next prev parent reply other threads:[~2018-10-23 8:22 UTC|newest] Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-10-14 18:16 Vladimir Davydov 2018-10-14 18:16 ` [PATCH 1/8] vinyl: move update optimization from write iterator to tx Vladimir Davydov 2018-10-23 7:35 ` [tarantool-patches] " Konstantin Osipov 2018-10-14 18:16 ` [PATCH 2/8] vinyl: factor out common code of UPDATE and UPSERT Vladimir Davydov 2018-10-23 7:36 ` [tarantool-patches] " Konstantin Osipov 2018-10-14 18:16 ` [PATCH 3/8] vinyl: do not use column mask as trigger for turning REPLACE into INSERT Vladimir Davydov 2018-10-23 7:37 ` [tarantool-patches] " Konstantin Osipov 2018-10-14 18:16 ` [PATCH 4/8] vinyl: explicitly pass column mask to vy_tx_set Vladimir Davydov 2018-10-14 18:16 ` [PATCH 5/8] vinyl: explicitly pass column mask to vy_check_is_unique Vladimir Davydov 2018-10-14 18:16 ` [PATCH 6/8] vinyl: zap vy_stmt_column_mask and mem_format_with_colmask Vladimir Davydov 2018-10-14 18:16 ` [PATCH 7/8] tuple: zap tuple_format_dup Vladimir Davydov 2018-10-14 18:16 ` [PATCH 8/8] tuple: zap tuple_extra Vladimir Davydov 2018-10-23 7:42 ` [tarantool-patches] " Konstantin Osipov 2018-10-23 8:32 ` Vladimir Davydov 2018-10-23 7:32 ` [tarantool-patches] Re: [PATCH 0/8] Get rid of Vinyl's mem_format_with_colmask Konstantin Osipov 2018-10-23 8:22 ` Vladimir Davydov [this message] 2018-10-24 11:13 ` Vladimir Davydov
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=20181023082232.iukaqhsoxfh7vlof@esperanza \ --to=vdavydov.dev@gmail.com \ --cc=kostja@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] Re: [PATCH 0/8] Get rid of Vinyl'\''s mem_format_with_colmask' \ /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