Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Key Compression vs. Selectivity
On 17.12.2006 23:21, DA Morgan wrote:
> Jonathan Lewis wrote:
> > Thank you for responding. I was convinced I'd be wrong > if I offered any advice: And in that I was partially correct. <g>
:-) I have meditated over the second link over the weekend and I am not sure I understand the reasoning behind the last sentence: "The most critical point, perhaps, is that you should avoid moving a column that is typically used with a range scan towards the front of the index."
Is it because there will potentially be a lot of index pages visited and thus the CPU overhead can be significant? Or did I overlook something else?
If this *is* in fact the reasoning then I think it should come with a grain of salt: if your app is IO bound and you have plenty CPU resources at hand then compression might still yield better performance - even for range scans.
Kind regards
robert Received on Mon Dec 18 2006 - 02:36:44 CST