Skip to content

feat: support of multiple vshard groups

Alexander Kurdakov requested to merge kusancho/vshard_groups into main

metadata argument from dql/dml_on_... methods from vshard.rs replaced by explicit timeout value.

trait Router extended with two methods: get_current_vshard_group_name, get_vshard_object_by_group_name.

Relates to picodata#713 (closed)

MR in picodata - picodata!1138 (merged)

Closes #493 (closed)

Ensure that

  • New code is covered by unit and integration tests.
  • Public modules are documented (check the rendered version with cargo doc --open).
  • (if PEST grammar is changed) EBNF grammar reflects these changes (check the result with railroad diagram generator.

Next steps

Edited by Alexander Kurdakov

Merge request reports