[tarantool-patches] [PATCH v1 3/8] schema: rework _func system space format

Konstantin Osipov kostja at tarantool.org
Thu May 30 15:06:26 MSK 2019


* Kirill Shcherbatov <kshcherbatov at tarantool.org> [19/05/30 14:12]:
> This patch updates a _func system space to prepare it for
> working with persistent functions. The format of the _func
> system space is
> [<id> UINT, <owner> UINT, <name> STR, <setuid> UINT,

Why is setuid uint? 

>  <language> STR, <body> STR, <returns> STR,
>  <is_deterministic> BOOL]

Shouldn't you add 'options' to the format right away, to make life
easier?

What about input type and return types, parameter count?
This data is useful in SQL.

I wonder why I have to comment on the patch... Ah, I guess because
there is still no approved specification.


-- 
Konstantin Osipov, Moscow, Russia



More information about the Tarantool-patches mailing list