We have recently gone to Sybase release 12 and are now experiencing and increase in time for queries to return. For example, the query:
select ship_date from table_a where (ship_date >= '07/01/02'
and ship_date < '08/01/02')
would take about 20 seconds with the previouse release, now takes about four minutes. We have contacted Sybase help, and the are clueless.
select ship_date from table_a where (ship_date >= '07/01/02'
and ship_date < '08/01/02')
would take about 20 seconds with the previouse release, now takes about four minutes. We have contacted Sybase help, and the are clueless.