> That was a good reply to the query . However could I get any links > which compare the 2 databases? Also I heard that the latest versin of > MySQL is better .
Google for Mysql vs Postgresql and you will find lots of link related to that and you will finally conclude that both are equally good and there is no specific benchmarking tool. You should find an article on phpbuilder which says Postgresql is better than Mysql and how sourceforge.net performed a real time analysis by shifting from mysql to Postgresql. Mysql site has justifications for this. But i think sourceforge.net uses db2 now. On the whole the performance tuning plays a critical role and the version of the db you use also makes a difference. Postgresql is more full fledged with supports for subqueries, transactions and everything. Mysql is also coming with this support by providing different table types like Berkeley DB tables and InnoDB tables. ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
