/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
What if we treated Postgres like SQLite?
(www.maragu.dev)
75 points
markusw
| 1 comments |
22 Sep 25 13:29 UTC
|
HN request time: 0.208s
|
source
1.
tptacek
◴[
22 Sep 25 15:59 UTC
]
No.
45335296
[source]
▶
>>45333190 (OP)
#
You'd still be incurring client/server IPC for individual database queries, which would cost you one of the benefits of using SQLite (IDGAF-queries that just hammer tables repeatedly because there's almost no cost to doing so).
ID:
GO
↑