Hacker News new | past | comments | ask | show | jobs | submit login

  ... while setting up huge MySQL installations with a
  dozen+ replicas ...
If you're careful about your function calls, sure. Include a UUID() or SYSDATE() in your INSERT statements, and the replication goes to pieces as the function calls are run separately on each slave (with differing results).



I recommend switching to Row-based Replication, which avoids this problem.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: