W8 Performance of SQLite
Hardware
CPU : Core i5
RAM : 8 Gb
Storage : HDD
Test SQLite
select * from ..table.. limit ....
select stu_id from ..table.. limit ....
หาจากแหล่งอื่น
Perfomance of INSERT
Perfomance of READ (Query)
The result shows, that PostgreSQL have the best performance for Insert operation,
followed by Mysql, MariaDB and SQLite respectively. Even though MariaDB perform
worst for Insert Operation, It has the best performance for read operation under
similar workload
What have you done/learned
- ได้เรียนรู้ว่า Performace ของ SQLite
Problem/Solution
- ไม่สามารถดปรียบเทียบกันได้เพรา cpu ram storage ไม่เหมือนกัน
Decision
- ตัดสินใจเอา คำสั่งให้เหมือนกันทั้งหมด และ ข้อมูลชุดเดียวกัน
Related Info/link/reference
- link ref sqlite : https://sqlite.org/cli.html
- link ref sql language : https://www.w3schools.com/
- link ref scholar : link
ไม่มีความคิดเห็น:
แสดงความคิดเห็น