For anyone coming here wondering if they need an index_together in addition to unique_together to get the index’s performance benefit, the answer for Postgres is no, they are functionally the same.
For anyone coming here wondering if they need an index_together in addition to unique_together to get the index’s performance benefit, the answer for Postgres is no, they are functionally the same.