about me:oracle ace pro,optimistic,passionate and harmonious. focus on oracle,mysql and other database programming,peformance tuning,db design, j2ee,linux/aix,architecture tech,etc
全部博文(166)
发布时间:2014-09-23 23:09:12
table函数在sql中使用,可以将传入的集合转为普通表使用,与管道函数结合使用,往往能够提高效率,然后在实际应用过程中,发现cbo对table函数的启发式基数估算,往往会导致性能问题。以下sql虽然单条运行很快,但是运行非常频繁,严重消耗cpu资源。......
发布时间:2014-09-21 22:30:15
我们经常需要对一些重复数据进行处理,删除重复的数据,只保留一份即可。......