Tarantool development patches archive
 help / color / mirror / Atom feed
From: Chris Sosnin <k.sosnin@tarantool.org>
To: v.shpilevoy@tarantool.org, tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH v3 0/2] box: implement binary search for _session_settings
Date: Sun, 26 Jan 2020 15:01:40 +0300	[thread overview]
Message-ID: <cover.1580039871.git.k.sosnin@tarantool.org> (raw)

Changes in v3:
 - add a patch that removes setting modules
 - apply Vlad's fixes

branch: https://github.com/tarantool/tarantool/tree/ksosnin/gh-4712-search-settings
issue: https://github.com/tarantool/tarantool/issues/4712

Chris Sosnin (2):
  box: replace session_settings modules with a single array
  box: add binary search for _session_settings space

 src/box/session_settings.c                    | 180 +++++++++++-------
 src/box/session_settings.h                    |  47 +++--
 src/box/sql/build.c                           |  60 ++----
 ...1-access-settings-from-any-frontend.result |  37 ++--
 ...access-settings-from-any-frontend.test.lua |  28 ++-
 5 files changed, 198 insertions(+), 154 deletions(-)

-- 
2.21.1 (Apple Git-122.3)

             reply	other threads:[~2020-01-26 12:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-26 12:01 Chris Sosnin [this message]
2020-01-26 12:01 ` [Tarantool-patches] [PATCH v3 1/2] box: replace session_settings modules with a single array Chris Sosnin
2020-01-26 12:01 ` [Tarantool-patches] [PATCH v3 2/2] box: add binary search for _session_settings space Chris Sosnin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1580039871.git.k.sosnin@tarantool.org \
    --to=k.sosnin@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --cc=v.shpilevoy@tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH v3 0/2] box: implement binary search for _session_settings' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox