citus 如果我使用 citus,我可以使用 join 吗?

citus can I use join if I use citus?

citus 如果我使用 citus 可以使用 join 吗?

是的,他们表现出色吗?

................................................ ..................................................... ..................................................... ..................................................... ..................................................... ..................................................... ..................................................... ..................................................... ..................................................... ..................................................... ..................................................... ..................................................... ..................................................... ..................................................... .....................

citus can I use join if I use citus ?

是的,您可以使用 Citus 的连接。
https://docs.citusdata.com/en/v10.0/develop/reference_sql.html#joins.

大多数不同 Citus table 类型之间的联接仅受支持,但其中一些需要启用重新分区联接。
https://docs.citusdata.com/en/v10.0/develop/api_guc.html?highlight=enable_repartition_joins#citus-enable-repartition-joins-boolean

从 Citus 10 开始,还支持本地 table 和分布式 table 之间的联接。
https://docs.citusdata.com/en/v10.0/develop/api_guc.html?highlight=enable_repartition_joins#citus-local-table-join-policy-enum

And yes are they performant ?

当 table 位于同一位置时,Citus 非常有效地加入 table。
https://docs.citusdata.com/en/v10.0/develop/reference_sql.html#co-located-joins