From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 4 Jul 2019 11:16:39 +0300 From: Konstantin Osipov Subject: Re: [PATCH 04/10] ddl: synchronize sequence cache with actual data state Message-ID: <20190704081639.GF24820@atlas> References: <521653a5de84b07109f22ec024909e991eb06104.1562181197.git.vdavydov.dev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <521653a5de84b07109f22ec024909e991eb06104.1562181197.git.vdavydov.dev@gmail.com> To: Vladimir Davydov Cc: tarantool-patches@freelists.org List-ID: * Vladimir Davydov [19/07/03 22:34]: > To implement transactional DDL, we must make sure that in-memory schema > is updated synchronously with system space updates, i.e. on_replace, not > on_commit. > > Note, to do this in case of the sequence cache, we have to rework the > way sequences are exported to Lua - make on_alter_sequence similar to > how on_alter_space and on_alter_func triggers are implemented. lgtm -- Konstantin Osipov, Moscow, Russia