In this post, I would go through a case where I identified a solution to a SQL statement whose performance was perceived as good/normal. My solution made an over 99.99% improvement on time needed to execute the SQL via table reorganization. Index rebuild/table reorg is not always making noticeable performance improvement for related SQL most…