Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 03:36 AM
Hi, I am trying to demonstrate the effectiveness of ZOrdering but to do this would like to remove the existing ZOrdering first. So my plan is:
1. Remove existing ZOrdering
2. Run a query and show the explain plan
3. Add ZOrdering to column used for Joins
4. Rerun query and show revised plan.
Question is how do I remove the existing ZOrdering?
Many Thanks
Dave