tpxl 2 days ago

I think the author may have misunderstood the redundant GROUP BY columns with UNIQUE indexes. If you group by columns (A, B, C) and there is a UNIQUE index on (A, B), you can remove C (all parts not in the unique key), as there will only ever be at most one value of C due to the unique key constraint.

rixed 3 days ago

Interesting and comprehensive article.

Note to the author : on mobile, none of the examples are visible.

  • sierra1011 2 days ago

    Works for me on Brave, Android 15.

    • rixed 2 days ago

      I was using Firefox on IOS.

      • tudorg 2 days ago

        Thanks for the report!