Cluster Articles

Pages linked into this editorial category.

Star Transformation: A Practical Guide to the SQL Join Strategy

Star transformation is a SQL optimizer capability that rewrites joins between a fact table and conformed dimension tables into an efficient, many-to-one join plan. It is most ef...

Read article