Shannon-Data / ShannonBase

A MySQL HTAP Database, Open Source version of MySQL Heatwave, Powered by AI.
https://www.shannonbase.org
Other
16 stars 6 forks source link

feat(SQL): to support JIT #206

Open ShannonBase opened 4 months ago

ShannonBase commented 4 months ago

Summary

As the JIT in postgresql, now that, we also can support JIT in ShannonBase for rapid engine.

Do we really need to support this feature or not? Probably not.

ref: [1] Just in Time Compilation: https://web.archive.org/web/20180503145240/http://www.cs.columbia.edu/~aho/cs6998/Lectures/14-09-22_Croce_JIT.pdf [2] JIT in PostgreSQL: https://www.postgresql.org/docs/current/jit-reason.html