Tarantool development patches archive
 help / color / mirror / Atom feed
* [PATCH 0/6] vinyl: iterator cleanup
@ 2019-03-26 15:50 Vladimir Davydov
  2019-03-26 15:50 ` [PATCH 1/6] vinyl: txw iterator: fold eq check in seek method Vladimir Davydov
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Vladimir Davydov @ 2019-03-26 15:50 UTC (permalink / raw)
  To: tarantool-patches

A few relatively simple patches that I'd like to see committed before
incorporating comparison hint support into vinyl iterators.

https://github.com/tarantool/tarantool/commits/dv/vy-iterator-cleanup

Vladimir Davydov (6):
  vinyl: txw iterator: fold eq check in seek method
  vinyl: cache iterator: fold eq check in seek method
  vinyl: cache iterator: consolidate curr_stmt updates
  vinyl: run iterator: zap search_ended flag
  vinyl: run iterator: refactor seek method
  vinyl: simplify read iterator restoration behavior

 src/box/vy_cache.c         | 170 ++++++++++++++++-------------------
 src/box/vy_mem.c           |   3 -
 src/box/vy_read_iterator.c |   4 +-
 src/box/vy_run.c           | 218 +++++++++++++++++++++++----------------------
 src/box/vy_run.h           |   2 -
 src/box/vy_tx.c            |  56 ++++--------
 test/vinyl/stat.result     |   4 +-
 test/vinyl/upsert.result   |  44 +++++++++
 test/vinyl/upsert.test.lua |  18 ++++
 9 files changed, 272 insertions(+), 247 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2019-03-28 16:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-26 15:50 [PATCH 0/6] vinyl: iterator cleanup Vladimir Davydov
2019-03-26 15:50 ` [PATCH 1/6] vinyl: txw iterator: fold eq check in seek method Vladimir Davydov
2019-03-28 14:25   ` [tarantool-patches] " Konstantin Osipov
2019-03-26 15:50 ` [PATCH 2/6] vinyl: cache " Vladimir Davydov
2019-03-28 14:27   ` [tarantool-patches] " Konstantin Osipov
2019-03-26 15:50 ` [PATCH 3/6] vinyl: cache iterator: consolidate curr_stmt updates Vladimir Davydov
2019-03-28 14:29   ` [tarantool-patches] " Konstantin Osipov
2019-03-28 14:47     ` Vladimir Davydov
2019-03-26 15:50 ` [PATCH 4/6] vinyl: run iterator: zap search_ended flag Vladimir Davydov
2019-03-28 14:35   ` [tarantool-patches] " Konstantin Osipov
2019-03-28 14:50     ` Vladimir Davydov
2019-03-26 15:50 ` [PATCH 5/6] vinyl: run iterator: refactor seek method Vladimir Davydov
2019-03-28 14:39   ` [tarantool-patches] " Konstantin Osipov
2019-03-28 14:58     ` Vladimir Davydov
2019-03-26 15:50 ` [PATCH 6/6] vinyl: simplify read iterator restoration behavior Vladimir Davydov
2019-03-28 14:47   ` [tarantool-patches] " Konstantin Osipov
2019-03-28 16:28 ` [PATCH 0/6] vinyl: iterator cleanup Vladimir Davydov

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