Hi everyone I've very confusing issue related whit databases performance. I've took two database engines and compared their performance during typical run for project test suite.
results: MySQL: Ran 241 tests in *533.822s* PostgreSQL: Ran 241 tests in *34.468s* * * Results are more than strange. I don't even start to think that MySQL is 9 times slower, but what is going on? Databases are from ubuntu packages: Mysql: mysql> select version(); +-----------------+ | 5.1.37-1ubuntu5 | +-----------------+ Postgres: user=# select version(); version ----------------------------------------------------------------------------------------------------------- PostgreSQL 8.4.2 on i486-pc-linux-gnu, compiled by GCC gcc-4.4.real (Ubuntu 4.4.1-4ubuntu8) 4.4.1, 32-bit (1 row) Any ideas where I've made a mistake? x_O -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.