Skip to content

Draft: feat: improve SQL execution

Denis Smirnov requested to merge sql_cache into master

Summary

  • 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.

  • Cherry-pick to: none
  • Docs follow-up: not necessary
Edited by Denis Smirnov

Merge request reports