[tarantool-patches] Re: [PATCH v2 01/12] sql: get rid of SOUNDEX, MATCH

Konstantin Osipov kostja at tarantool.org
Wed Jul 10 21:45:10 MSK 2019


* Kirill Shcherbatov <kshcherbatov at tarantool.org> [19/07/10 14:02]:
> In relation with FuncDef cache rework we need to clean-up
> builtins list. The SOUNDEX function is not in use while MATCH
> fucntion is a stub that raises an error, so they could be
> dropped.
> 
> Needed for #4182

I wonder why is SOUNDEX function disabled in Tarantool?

sqlite makes it optional because it uses a static integer table,
and sqlite is very concerned with memory footprint.

We can simply always enable it, rather than remove.

The rest of the patch is LGTM.


-- 
Konstantin Osipov, Moscow, Russia




More information about the Tarantool-patches mailing list