• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Characteristics of different databases.

oynaz

Platinum Member
I have to find a suitable database for collecting data from freshwater samples.
I only have a bit of experience with MySQL, so I need to hear from someone with more experience.

How does different databases do regarding performance, stability and price?

Thanks in advance.
 
My personal experience is that postgres is much nicer to work with than mysql, from a developer perspective. It seems like whatever you want to do, you just read the documentation and do it whereas with mysql it's like whatever you want to do, there's something close if you don't mind changing a bit and being really careful about how you do it. However, I've got no more experience than playing around with both at home for a while (I did do a school project with mysql and wasn't very pleased). But obviously there are lots of people who get on better with it than I have, or they wouldn't use it so much.

I never really cared about performance, since I didn't do anything serious with them. Price is roughly the same.
 
Back
Top