Skip to content

Draft: feat: switch vshard to the new API

Denis Smirnov requested to merge executor into master

Summary

  • feat: switch vshard to the new API

Depends on: sbroad!362, vshard

TODO: we can switch all SQL tests to multi-instance clusters only after sbroad#531 and sbroad#532 (to be sure that the SQL queries can return correct results while rebalancer working).

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here
Edited by Denis Smirnov

Merge request reports