aykut
2009-10-19 05:40:45 UTC
I am working with ASE 15 in my application and there is performance
issue related with nested joins. I have stored procedure which selects
2 columns from 2 tables and compares equalities of over 10 columns
between this 2 tables. But when I run this stor. proc., the result
takes 40 minutes. I added "set merge-join off" statement to top of my
proc then the result takes 22 seconds. but I need one more solution
without that. I was using sybase ase 12.x before and there was no any
issue like that and my proc was take 3 mins for the result.
I have compared server configurations with sp_configure between 15 and
12.x and sybase ase15 server configurations (I/O and memory
configuration settings) are bigger than sybase ase 12.x server.
Info: sybase15 located pc's system resources are really good.
issue related with nested joins. I have stored procedure which selects
2 columns from 2 tables and compares equalities of over 10 columns
between this 2 tables. But when I run this stor. proc., the result
takes 40 minutes. I added "set merge-join off" statement to top of my
proc then the result takes 22 seconds. but I need one more solution
without that. I was using sybase ase 12.x before and there was no any
issue like that and my proc was take 3 mins for the result.
I have compared server configurations with sp_configure between 15 and
12.x and sybase ase15 server configurations (I/O and memory
configuration settings) are bigger than sybase ase 12.x server.
Info: sybase15 located pc's system resources are really good.