Skip to content

JOINs on the local tables do not work with swarm queries #819

@alex-zaitsev

Description

@alex-zaitsev

When 'SETTINGS object_storage_cluster='my-swarm'' is used in a query with join, swarm throws an error that table does not exist. GLOBAL JOIN does not work as well. We need to use the GLOBAL join behaviour by default, when requestor server runs a subquery to calculate the right table. This temporary table is passed to each remote server, and queries are run on them using the temporary data that was transmitted

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions