[Tarantool-patches] [tarantool-patches] [PATCH v1 0/9] schema: rework _trigger space

Nikita Pettik korablev at tarantool.org
Wed Oct 16 15:47:38 MSK 2019


On 16 Oct 15:32, Konstantin Osipov wrote:
> * Nikita Pettik <korablev at tarantool.org> [19/10/16 15:23]:
> 
> Let's just consider name:
> 
> > Okay, let's enumerate all possible properties of _trigger space (I've taken
> > version from the last RFC):
> > 
> > - name (both have)
> 
> If there will be persistent lua triggers, would it be possible to
> drop them from SQL? With what construct? What will be their name
> space (same name space as SQL triggers, or a distinct names space)?
> Case sensitivity? 

IMHO there should be no opportunity to drop Lua NoSQL triggers from SQL;
they should share different namespaces (as it happens now). The reason
is that SQL triggers will be implemented as NoSQL on_replace triggers
under the hood.

> -- 
> Konstantin Osipov, Moscow, Russia


More information about the Tarantool-patches mailing list