Skip to content

Refactor SQL executor

Denis Smirnov requested to merge sd/fix_stmt into master

Summary

  • feat: improve SQL performance
  1. A better VDBE caching was implemented for local SQL.
  2. Local SQL is called via C API rather then Lua.
  3. A new prepare-unprepare fiber added to manage SQL statement cache.

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

Merge request reports