My company recently made the switch from MySQL 5.0 to Oracle 10G some months ago. Put simply, its slow.
Some research followed and discovered that Oracle runs very fast with bind variables; so we used cfqueryparams in every single spot in our application. This helped to some extent- but we need it to run faster (as fast as MySQL was at the very least).
It could be a driver issue, currently we are using Oracle's Native ColdFusion driver (not ColdFusion's Oracle Driver). It is the 'thin' driver to be exact.
Its not a network latency issue as our MySQL box and Oracle box are side by side.
Does anyone out there have any thoughts or any input on this topic? A good driver? Experience with these sorts of nuances?
Thanks in advance,
Mike
[blue]Go to work to learn. Don't go to work to earn.[/blue]
Some research followed and discovered that Oracle runs very fast with bind variables; so we used cfqueryparams in every single spot in our application. This helped to some extent- but we need it to run faster (as fast as MySQL was at the very least).
It could be a driver issue, currently we are using Oracle's Native ColdFusion driver (not ColdFusion's Oracle Driver). It is the 'thin' driver to be exact.
Its not a network latency issue as our MySQL box and Oracle box are side by side.
Does anyone out there have any thoughts or any input on this topic? A good driver? Experience with these sorts of nuances?
Thanks in advance,
Mike
[blue]Go to work to learn. Don't go to work to earn.[/blue]