mirror of https://github.com/citusdata/citus.git
Make sure that intermediate results use a connection that is not associated with any placement. That is useful in two ways: - More complex queries can be executed with CTEs - Safely use the same connections when there is a foreign key to reference table from a distributed table, which needs to use the same connection for modifications since the reference table might cascade to the distributed table. |
||
---|---|---|
.. | ||
connection_configuration.c | ||
connection_management.c | ||
placement_connection.c | ||
remote_commands.c |