I don't think you can. However it sounds like you are using Oracle, so a couple of thoughts. Nail those full table scans - especially for large tables as it will make a huge difference to performance. We improved performance by 300% for one client just by doing that. Then consider migrating your data to SQL - for another client we got similar great performance improvements, same data, same servers, just moved everything to MS SQL. I'm sure product management wouldn't want to comment, but I've always found Oracle isn't as well supported as MS SQL.
↧