|
|
|
|
|
by cal85
399 days ago
|
|
> even on a local SQLite DB there is likely some non zero benefit to minimising the amount of data retrieved. Why though? I get why it can be a big perf win to push that kind of logic into a remote DB - fewer and smaller payloads being sent over the network. But what makes you say there is likely a non-zero benefit even with local SQLite? (I don’t really have a clear mental model of how embedded SQLite works, so you may well be right, I just want to understand why.) |
|