Just made the switch from PC to MacOS after my old computer died and the dev team suggested I go with what everyone else uses here. I handle most of the database work solo while the rest of IT runs on Apple machines.
Honestly struggling with this transition since I’ve always been a Windows user. The biggest problem right now is that DBeaver runs like molasses on my new Mac setup. My colleagues recommended SequelACE for quick queries but it feels pretty limited for what I need to do. Plus I have a weird hang-up about tools that pronounce SQL as ‘sequel’ instead of S-Q-L.
Anyone else experienced sluggish DBeaver performance on Mac? Could this just be network connectivity problems on my end? I need something that can handle complex scripts and large operations without making me want to pull my hair out. What database management tools do you Mac users actually recommend for heavy MySQL work?
MySQL Workbench was a pain for me too, but the updates really helped. Also, try disabling visual effects in system prefs - it improved DBeaver’s performance on my MacBook Pro a lot!
DBeaver’s definitely resource-heavy on Mac, but try tweaking the memory settings in dbeaver.ini before you ditch it completely. If you want alternatives though, I’ve been using DataGrip for a year now - it’s JetBrains so feels familiar if you use their other IDEs. The code completion and refactoring are great for complex scripts. It’s subscription-based but worth it if you’re doing serious database work. For free options, phpMyAdmin works well locally, though some people hate the web interface. Also check your network - VPN or firewall changes from the migration might be slowing things down.
i totally get the dbeaver lag, it’s frustrating! increasing the java heap size really helps. also, check for updates since they fixed some bugs for mac. if u want a paid option, tableplus is pretty nice for heavy lifting!
NaviCat’s worth a shot since no one’s mentioned it. I’ve used it on my MacBook for MySQL and it handles big datasets without the memory issues DBeaver gave me. Takes time to learn the interface but performance stays solid even during heavy operations. Check your network setup first though - switching from WiFi to ethernet made a massive difference for database connections on Mac. Mac firewall settings aren’t like Windows and can throttle database traffic without telling you. If DBeaver’s still acting up after network fixes, run Activity Monitor while it’s open to see what’s actually eating your resources.
Had the same DBeaver issues when I switched to Mac two years ago. Turned out to be JVM settings and background processes hogging resources. I switched to MySQL Workbench as my main tool - handles complex stuff way better on macOS and the scripting’s solid. For quick queries I use Sequel Pro instead of SequelACE since it’s more stable, though I get the pronunciation thing. Also check if you’ve got antivirus running that’s scanning database connections in real time - that killed my performance at first.