| ▲ | lll-o-lll 34 minutes ago | |
Seeing as I can get about 200K TPS from a networked DB in my environment, I have to question your setup here. In the real world we are looking at things like RPO (recovery point objective) and RTO (recovery time objective). You need to consider HA and DR. It’s in these areas where SQLite does not scale. That’s why I struggle to see the fit for SQLite in any sort of multi-user server environment. If you need the data to be durable, then the bigger DB’s have the tools. If you don’t need the data to be durable, just keep it in memory. I’m sure there are niches I am missing. | ||