|
|
|
|
|
by beoberha
43 days ago
|
|
For me, the concern about SQLite has never been if the database engine itself is “reliable for real data”, but that storing data on a single node is not “reliable for real data”. Performance aside, what you are positing is no different than dumping everything to a text file on disk. What happens if that VM dies? |
|
(Hint: whatever your answer is it'll apply to SQLite too)