Skip to content

feat: extract cluster schema to lib global state

Alexey Protsenko requested to merge global-schema into main

Change algorithm for working with cluster schema. Before change schema was parsed from string on every query.Now schema store in global state and update at first query after new cartridge schema applying.

Also rust-fmt was applied.

Merge request reports