• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
















  • Tankies traditionally are associated with communists, but today’s tankies (even those that call themselves communists) are really after authoritarianism than communism, and given the history of the name (that they supported using tracks on civilians). I don’t think they’re is much difference between current communists and current fascists, both groups seem to support authoritarianism and feels like term “tankies” fits both of them well.




  • If the application doesn’t say anything about MariaDB or MySQL then it won’t work. The SQL statements are different enough that there needs to be an explicit support.

    You could contribute and add support, but that might be a bit of work.

    Also the glory days of MySQL are over. MySQL started with goal to be fast, and placed correctness as an afterthought. Meanwhile PostgreSQL placed correctness as the most important goal. As time passed, PostgreSQL made many speed optimizations, while MySQL was forced to replace fast MyISAM engine with slower but more correct InnoDB, but the old design decisions still cause issues. As an SRE I’ve seen multiple times where MySQL and MariaDB also corrupted its own data.

    I actually don’t know your reasons to still sticking with it, but if you can I would recommend to give PostgreSQL a try it is much better experience for developers as well as for operations. There’s a reason that less and less apps support MySQL/MariaDB.