怎么提高oracle排序速度
如何提高oracle排序速度数据比较多当用select * from patriot_comments查询只要0.063秒,但用select * from
如何提高oracle排序速度
数据比较多
当用select * from patriot_comments查询只要0.063秒,
但用select * from patriot_comments order by floor desc要53.063秒,
只用了一个排序就多用了很多时间,
诚请高手赐教
[解决办法]
[解决办法]