![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I invested quite some time in learning the thing, as it seemed very similar to Oracle. Unfortunately, when it came down to the pilot project, the mass of the SQL to be ported ultimately required optimizer hints. There was simply a mass of SQL, ported to different architecture which needed quick & dirty fix, because of the sheer volume and the deadline. Unfortunately, Postgres community is run by programming wiz kids who have never managed a large database and they sanctimoniously refuse to even consider hints. Consequently, I have to kill the pilot project. Postgres is, simply, not a viable alternative. Not with that attitude, anyway. --http://mgogala.byethost5.com |

#4
| |||
| |||
|
|
Mladen: # Unfortunately, Postgres community is run by programming wiz kids who have never managed a large database and they sanctimoniously refuse to even consider hints. Aren't hints in oracle code an extreme example of "extensions" to the SQL language? Do any other relational databases support hints? Obviously if Oracle supports the database code they are free to introduce proprietary extensions as they see fit into their code base. Does MySQL support hinting the way Oracle does? |
#5
| |||
| |||
|
|
On Feb 4, 9:36*am, John Hurley <hurleyjo... (AT) yahoo (DOT) com> wrote: Mladen: # Unfortunately, Postgres community is run by programming wiz kids who have never managed a large database and they sanctimoniously refuse to even consider hints. Aren't hints in oracle code an extreme example of "extensions" to the SQL language? Do any other relational databases support hints? Obviously if Oracle supports the database code they are free to introduce proprietary extensions as they see fit into their code base. Does MySQL support hinting the way Oracle does? I know that SQL Server has some optimizer hints available so Oracle is definitely not the only vendor to provide developers a means to adjust the optimizer plan. According to the official mySQL manual it also supports hints:http://dev.mysql.com/doc/refman/5.0/en/index-hints.html HTH -- Mark D Powell -- |
#6
| |||
| |||
|
|
On Feb 4, 9:36Â*am, John Hurley <hurleyjo... (AT) yahoo (DOT) com> wrote: Mladen: # Unfortunately, Postgres community is run by programming wiz kids who have never managed a large database and they sanctimoniously refuse to even consider hints. Aren't hints in oracle code an extreme example of "extensions" to the SQL language? Do any other relational databases support hints? Obviously if Oracle supports the database code they are free to introduce proprietary extensions as they see fit into their code base. Does MySQL support hinting the way Oracle does? I know that SQL Server has some optimizer hints available so Oracle is definitely not the only vendor to provide developers a means to adjust the optimizer plan. According to the official mySQL manual it also supports hints: http://dev.mysql.com/doc/refman/5.0/en/index-hints.html HTH -- Mark D Powell -- |
#7
| |||
| |||
|
|
Update - It also appears that postgreSQL has a hint feature: http://www.enterprisedb.com/docs/en/8.3R2/perf/ Postgres_Plus_Advanced_Server_Performance_Guide-28.htm |
#8
| |||
| |||
|
|
Update - It also appears that postgreSQL has a hint feature: http://www.enterprisedb.com/docs/en/8.3R2/perf/ Postgres_Plus_Advanced_Server_Performance_Guide-28.htm HTH -- Mark D Powell -- |
#9
| |||
| |||
|
|
I invested quite some time in learning the thing, as it seemed very similar to Oracle. Unfortunately, when it came down to the pilot project, the mass of the SQL to be ported ultimately required optimizer hints. There was simply a mass of SQL, ported to different architecture which needed quick& dirty fix, because of the sheer volume and the deadline. Unfortunately, Postgres community is run by programming wiz kids who have never managed a large database and they sanctimoniously refuse to even consider hints. Consequently, I have to kill the pilot project. Postgres is, simply, not a viable alternative. Not with that attitude, anyway. |
#10
| |||
| |||
|
|
Seriously though, is this a fair comparison? |
![]() |
| Thread Tools | |
| Display Modes | |
| |