From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 4 Feb 2019 15:31:25 +0300 From: Vladimir Davydov Subject: Re: [PATCH v9 4/6] box: introduce has_json_paths flag in templates Message-ID: <20190204123125.ezsozzl4e42vz3ze@esperanza> References: <42c9311f3216ec6754b3616bde0927025820fa02.1549187339.git.kshcherbatov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42c9311f3216ec6754b3616bde0927025820fa02.1549187339.git.kshcherbatov@tarantool.org> To: Kirill Shcherbatov Cc: tarantool-patches@freelists.org List-ID: 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.