Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

At which point in a web centric project using postgres over mysql (or vice-versa) begin to make a noticiable difference?

JonnyD

New Coder
I understand that each one has characteristics more desirable for specific problems; I'm in no way trying to ask which is better, that is, not trying to look for an opinion on which is best, but an analysis on when in the lifespan of a project is it worth worrying about choosing your RDBMs.

My question mainly comes from the several small-scale software projects I've worked on through the years - generally a couple gigabytes of data with a few hundred thousand hits monthly.

Apart from some specific features I've used on Postgres (foreign data wrappers and my beloved in DB schemas) most of the time, using them felt interchangeable.

A good friend asked me why I use Postgres on some projects, and the best answer I could muster was: I had a bad run with a project (mis)using MyIsam 10 years ago and like my schemas.

I've read a bit around the subject, and while there are several intricacies for each DB that may make or break some larger, more specific project, for the run-of-the-mill user-centric Webapp or API, it feels worrying about this would be premature optimization.

At which types of loads the differences between MySQL and PostgreSQL become noticeable? and how would one test for it?
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom