2.1.2 Beta Released [message #3510] |
Thu, 27 June 2002 18:50 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Lots of bug fixes were done to the code.
Added preliminate PostgreSQL support, which still requires much optimization. If any of you are pgsql experts, feel free to land a hand
FUDforum Core Developer
[Updated on: Mon, 01 July 2002 17:13] Report message to a moderator
|
|
|
|
|
Re: 2.1.2 Beta Released [message #3566 is a reply to message #3562] |
Mon, 01 July 2002 15:35 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
ctbk wrote on Mon, 01 July 2002 09:47 |
prottoss wrote on Thu, 27 June 2002 14:50 | Lots of bug fixes were done to the code.
Added preliminate PostgreSQL support, which still requires much optimization. If any of you are pgsql experts, feel free to land a hand
|
Have you noticed any significant difference in performance on high server loads (230+ queries/sec) using PostgreSQL?
Thanx,
Ste
|
I unfortunately have no access to servers running such large query load. It appears that at least on small scale system MySQL is much faster then PostgreSQL, often due to the fact that certain queries such as MAX/MIN/COUNT are optimized in mysql, while in pgsql they require and entire table scan.
FUDforum Core Developer
|
|
|