WHEN ips.avg_fragmentation_in_percent > 30 THEN 'REBUILD' WHEN ips.avg_fragmentation_in_percent > 10 THEN 'REORGANIZE' ...
-- Description: Set up the benchmark_frag schema in WH_01 for the fragmentation experiment. -- - Creates schema benchmark_frag (idempotent). -- - Creates store_sales as an EMPTY table (schema cloned ...