9 ms·
Not surprising that it is faster if you first load the entire thing in memory, but why then use a DB?, and not have your app just keep the data in memory?
by jeroen79 2y ago
Not surprising that it is faster if you first load the entire thing in memory, but why then use a DB?, and not have your app just keep the data in memory?
- ofriw 2y agoBecause you still need to save it, back it up, and share it with others who will likely want to do the same