[Tarantool-patches] [PATCH v4 2/2] box: introduce _vsession_settings sysview
Konstantin Osipov
kostja.osipov at gmail.com
Wed Nov 27 00:12:34 MSK 2019
* imeevma at tarantool.org <imeevma at tarantool.org> [19/11/23 23:10]:
> This patch creates the _vsession_settings sysview. This sysview
> contains names and values of the session settings.
Having a session settings in a database that heavily multiplexes
requests over the same connection is a bad idea: the features simply don't work
together. A concurrent statement may tweak the setting while the
previous statement is still in progress.
Having this feature is simply a time bomb waiting to explode:
sooner or later there will be a setting that makes sense to change
asynchronously and that impacts in-flight transactions, and there
will be no sane fix in sight.
--
Konstantin Osipov, Moscow, Russia
More information about the Tarantool-patches
mailing list