|
| ▲ | oldsecondhand 12 hours ago | parent | next [-] |
| Why are you doing meaningless microbenchmarks? |
| |
| ▲ | saturn_vk 8 hours ago | parent [-] | | Are you claiming that this does not show the speed difference between socket vs in process communication? |
|
|
| ▲ | j45 2 hours ago | parent | prev | next [-] |
| Queries for small SaaS are usually in the thousands of records, if not hundreds. |
|
| ▲ | nchmy 6 hours ago | parent | prev | next [-] |
| How about pg on Unix socket? |
| |
|
| ▲ | locknitpicker 11 hours ago | parent | prev [-] |
| > Because it doesn't make a difference, because `SELECT 1` doesn't need to touch the database: I hope you understand that your claim boils down to stating that SQLite is faster at doing nothing at all, which is a silly case to make. |
| |
| ▲ | eurleif 11 hours ago | parent [-] | | The original claim being discussed is about the overhead of an in-process database vs. a database server in a separate process, not about whether SQLite or PostgreSQL have a faster database engine. |
|