Skip to content

feat: improve SQL execution

Arseniy Volynets requested to merge av/fiber-multi-unprepare into master

Summary

  • feat: call unprepare for each exec session

  • feat: improve SQL execution

  1. Enhanced SQL caching mechanism: now, both leaf and branch motions in the query plan are cached more aggressively.
  2. Improved SQL execution: The system now utilizes the Rust API from the module instead of Lua.

  • Close #...
  • Cherry-pick to: none
  • Docs follow-up: not necessary
Edited by Arseniy Volynets

Merge request reports