[Tarantool-patches] [PATCH v4 2/2] box: introduce _vsession_settings sysview
Kirill Yukhin
kyukhin at tarantool.org
Wed Nov 27 08:15:23 MSK 2019
Hello,
On 27 ноя 00:12, Konstantin Osipov wrote:
> * 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.
We consider pragmas a dead end and not going to extend them further.
However we still need a mechanism for storing session-related things,
like verbosity flags or default engine. We believe, that such settings
are related to the session, not to DB and that is why this patchset
was prepared.
Anyway, thanks a lot for your inputs.
--
Regards, Kirill Yukhin
More information about the Tarantool-patches
mailing list