Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
enhance ATTRIBUTE CLUSTERING to do "quick & dirty" work

Attribute Clustering requires a sort of the rows before they are stored to disk.
If the rows does not match into PGA, the Sort must be done using TEMP. This can increase the time needed for INSERT dramatically.
To mitigate this effect, I suggest to allow a quick&dirty ATTRIBUTE CLUSTERING: whenever the Sort Area in PGA is totally used, save those rows to disk.
This will lead to sorted sub-chunks on disk, all of the max PGA size.
Even the data will not be that perfect ordered, it can be a reasonable trade-off between un-sorted inserts and slow (dribven by TEMP-Sort) inserts?
This database idea has been accepted and raised as: ENH 27131584 - ENHANCE ATTRIBUTE CLUSTERING TO DO "QUICK & DIRTY" WORK
Comments
-
We are currently considering this idea.
Can anyone fill me in on how they are using attribute clustering? What kind of use-cases? How many databases? With or without zone maps? Benefits found? Would the change make it more likely that you would use ACs?
Regards,
Nigel Bayliss.