Refactor SQL executor
Summary
- feat: improve SQL performance
- A better VDBE caching was implemented for local SQL.
- Local SQL is called via C API rather then Lua.
- A new prepare-unprepare fiber added to manage SQL statement cache.
- Cherry-pick to: none
- Docs follow-up: not necessary
Edited by Denis Smirnov