Cristiano Sarmento
02/13/2026, 2:35 PM김병주
02/13/2026, 3:59 PMuser_id, so adding them to the same Colocate Group enables local joins (no data shuffle), which is a big win for large table joins.
or if you can get more detail from query_profile
SET enable_profile = true;
SELECT get_query_profile(last_query_id());
--or using
EXPLAIN ANALYZE SELECT ...;Cristiano Sarmento
02/13/2026, 4:34 PM