• 0 Posts
  • 77 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle










  • Yes, had those issues as well, though lately not a big corp, but mid-sized company.

    One manager just wanted MySQL. We had trouble getting required performance from MySQL, when Postgres had good numbers. I had the app fully ready, just to be told no, you make it work in MySQL. So we dropped some ‘useless stuff’ like deferring flushing to disk and such.





  • I made several lengthy presentations about many features, mainly those that are/were missing in MySQL.

    In short, MySQL (has been) shit since its inception, with insane defaults and lacking SQL support.

    After Oracle bought it, it got better, but it’s catching up with stuff that Postgres has had for 20+ years (in some cases).

    Also, fuck Oracle, it’s a shit company.

    Edit: if I had to pick the best features I can’t live without, it would be ‘returning’, copy mode and arrays