Hacker News new | past | comments | ask | show | jobs | submit login

A client-server database would hash the SQL and cache the output of the parser. The end result is the same.

Maybe SQLite could have a similar mechanism, but the cache stays on disk or an external memory cache.




In the C# library for SQLite, a DbCommand with parameterized SQL can be reused, thus reusing the bytecode.




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: