• 0 Posts
  • 18 Comments
Joined 2 years ago
cake
Cake day: August 1st, 2023

help-circle





  • SQLite doesn’t do highly concurrent tasks. Your life will be much, much better if you don’t even try.

    One small counter point, with WAL, it is much more feasible to manage more concurrency.

    It also doesn’t do Windows shared files, because any access into Windows shared files is highly concurrent on the speeds Windows is able to manage its shares.

    I didn’t know this! But then again, I don’t think I’ve ever used sqlite on windows before.




  • It got so big so fast. You’re absolutely right. The movie Antitrust (basically a david/goliath allegory between FOSS and Microsoft) came out in 2001! Linux and FOSS had become mainstream enough to end up in a hollywood movie where even the onscreen time of the computers showed legit shells and stuff. Now Linux literally runs on billions of devices, and powers the backend of a majority of companies. Even Microsoft did a 180(-ish) and maintain their own distro for their cloud shit, made .net cross platform to run on Linux, etc.









  • haha, yeah I am well aware I could do something like that. Unfortunately, once you start working for larger companies, your options for solutions to problems typically shrink dramatically and also need to fit into neat little boxes that someone else already drew. And our environment rules are so draconian, that we cannot use k8s to its fullest anyhow. Most of the people I work with have never actually touched k8s, much less any kind of server oriented UNIX. Thanks for the advice though.