Quote:
Originally posted by pando
do you see sort improvement with 100mb sort_area_size? I have tested with 32mb and 64mb with not much differentce, seems that after passing some limit bigger sort_area_size doesnt imrpove performance
My concern was only to fit the sorts into memory (avoid disk sorts). I didn't compare memory sorts with different sort_area_size. IMHO Oracle has one stable algorithm for sorting and only checks whether it could be done in memory or must be splited into disk sorts. If it could be done in memory - so doesn't metter how much of it do you have. Just enough. But once again - this is just my IMHO.