开发者

Is SQLite faster because it is serverless?

开发者 https://www.devze.com 2023-02-19 05:30 出处:网络
When using server-based database engines, some time will be consumed for communication. Since SQLite is serverless, does开发者_JAVA百科 it make it faster than server-based database engines?I dont thin

When using server-based database engines, some time will be consumed for communication. Since SQLite is serverless, does开发者_JAVA百科 it make it faster than server-based database engines?


I dont think this issue has with "Serverless" to do, notice that the SQLite has much more limitations than other known systems (Stored Procs, write to views ... Read here). Besides The application program uses SQLite's functionality through simple function calls, which reduce latency in database access – function calls within a single process are more efficient than inter-process communication.

Check this Comparison of relational database management systems

0

精彩评论

暂无评论...
验证码 换一张
取 消