sql
Tags: computers
SQL engines have a compilation layer, that then gets translated into code for the VM.
- SQLite uses bytecode during the translation
- https://www.vldb.org/pvldb/vol9/p204-leis.pdf
Tags: computers
SQL engines have a compilation layer, that then gets translated into code for the VM.