7 ms·
We found it at Tailscale and bought an enterprise support contract from SQLite to debug it for us. Worth every penny. We should probably blog about it.
by bradfitz 3mo ago
We found it at Tailscale and bought an enterprise support contract from SQLite to debug it for us. Worth every penny.
We should probably blog about it.
- doctorpangloss 3mo agoWhat mission critical purpose does sqlite provide at Tailscale exactly? Why use it at all?
- akoboldfrying 3mo agoIt's in Chrome, Firefox, Safari, Windows 10, macOS because it efficiently solves a huge number of use cases while giving plenty of headroom for flexible querying. If you have data more complicated than a single CSV or tab-separated text file that you will only ever process in sequential order, and you don't need inter-process interaction, you should be asking why not use SQLite.
- inigyou 2mo agosqlite is useful everywhere CSV files are useful but you'd like them to have more data integrity and faster updates. sqlite can replace some uses of MySQL, but more commonly it replaces fopen. https://sqlite.org/whentouse.html https://sqlite.org/whentouse.html
- jen20 2mo agoQuite a bit, it seems: https://tailscale.com/blog/database-for-2022 https://tailscale.com/blog/database-for-2022