postgresql or mysql?
-
Hi.
I have to choose between MySQL and PostgreSQL. I like use MS SQL, but it expensive for the customer.
Database have about 100 tables with max. 200 thousands rows.
Front application is .NET (winform) ,dataset or entity framework.It's critical application, reliability is required.
Please advice me.
Karol
-
Hi.
I have to choose between MySQL and PostgreSQL. I like use MS SQL, but it expensive for the customer.
Database have about 100 tables with max. 200 thousands rows.
Front application is .NET (winform) ,dataset or entity framework.It's critical application, reliability is required.
Please advice me.
Karol
-
Hi.
I have to choose between MySQL and PostgreSQL. I like use MS SQL, but it expensive for the customer.
Database have about 100 tables with max. 200 thousands rows.
Front application is .NET (winform) ,dataset or entity framework.It's critical application, reliability is required.
Please advice me.
Karol
If it isn't too big, consider SQLServer Express. You may need to get creative in access, but that can be done. Don't forget to build some database maintenance, backup, etc.
-
Hi.
I have to choose between MySQL and PostgreSQL. I like use MS SQL, but it expensive for the customer.
Database have about 100 tables with max. 200 thousands rows.
Front application is .NET (winform) ,dataset or entity framework.It's critical application, reliability is required.
Please advice me.
Karol
-
Hi.
I have to choose between MySQL and PostgreSQL. I like use MS SQL, but it expensive for the customer.
Database have about 100 tables with max. 200 thousands rows.
Front application is .NET (winform) ,dataset or entity framework.It's critical application, reliability is required.
Please advice me.
Karol
Well, there's a lot of comparisons out there to read if you want to. But the tl;dr is: Performance and scalability -> MySql Reliability, data integrity and standard compliance -> PostGreSQL. While MySQL has gotten a lot better with the last versions it's still lacking a lot of functionality. And while it also can be (a lot) faster, it's only in certain scenarios. If you do a lot of paging, PostGres is the one outperforming everyone else. My personal choice would be PostGres, but mostly because it's more familiar as I have mostly used Oracle and SQLServer.
Wrong is evil and must be defeated. - Jeff Ello
-
Hi.
I have to choose between MySQL and PostgreSQL. I like use MS SQL, but it expensive for the customer.
Database have about 100 tables with max. 200 thousands rows.
Front application is .NET (winform) ,dataset or entity framework.It's critical application, reliability is required.
Please advice me.
Karol