• 0 Posts
  • 26 Comments
Joined 4 months ago
cake
Cake day: May 21st, 2024

help-circle



  • A lot of complaints I’ve seen is that it’s bloated - it’s not only a system manager but also has a DNS relay, network manager, container manager, and so on.

    That said, codifying service startup and managing them with cgroups is IMO MUCH better than init scripts that think running killall apache is a good way to stop a service.














  • My point is that SQL works with and returns data as a flat table, which is ill fitting for most websites, which involve many parent-child object relationships. It requires extra queries to fetch one-to-many relationships and postprocessing of the result set to match the parents to the children.

    I’m just sad that in the decades that SQL has been around, there hasn’t been anything else to replace it. Most NoSQL databases throw out the good (ACID, transactions, indexes) with the bad.