[PATCH v9 4/6] box: introduce has_json_paths flag in templates

Vladimir Davydov vdavydov.dev at gmail.com
Mon Feb 4 15:31:25 MSK 2019


On Sun, Feb 03, 2019 at 01:20:24PM +0300, Kirill Shcherbatov wrote:
> Introduced has_json_path flag for compare, hash and extract
> functions templates(that are really hot) to make possible do not
> look to path field for flat indexes without any JSON paths.
> 
> Part of #1012
> ---
>  src/box/tuple_compare.cc     | 110 +++++++++++++++++++++++++----------
>  src/box/tuple_extract_key.cc | 106 +++++++++++++++++++++------------
>  src/box/tuple_hash.cc        |  38 ++++++++----
>  3 files changed, 174 insertions(+), 80 deletions(-)

Pushed to 2.1.



More information about the Tarantool-patches mailing list