• 1 Post
  • 12 Comments
Joined 3 months ago
cake
Cake day: May 21st, 2024

help-circle

  • Anything with enough access to block malicious programs has enough access to block any other program by mistake.

    Security modules like this usually get very invasive with the OS, to be able to monitor everything and so that malicious programs don’t have the ability to shut it off.



  • 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.