It's not a secret anymore!
The moose likes JDBC and the fly likes PostgreSQL vs MySQL, JDBC Performance Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "PostgreSQL vs MySQL, JDBC Performance" Watch "PostgreSQL vs MySQL, JDBC Performance" New topic
Author

PostgreSQL vs MySQL, JDBC Performance

Daniel Prene
Ranch Hand

Joined: Jul 15, 2005
Posts: 241
Which one performs faster with JDBC PostgreSQL or MySQL?
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26184
    
  66

Daniel,
Like many things in computing, it depends. In particular, it depends on the complexity of the query, the load on the database, the memory on the box, etc.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: PostgreSQL vs MySQL, JDBC Performance
 
Similar Threads
JDBC connectivity
Confused. Linux WS, ES, AS
Questions about Cattle Drive
What database should I use?
Does DataFieldMaxValueIncrementer achieve portability?