Skip to content

Conversation

ianton-ru
Copy link

@ianton-ru ianton-ru commented Aug 22, 2025

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

JOIN with *Cluster table functions

Documentation entry for user-facing changes

Solved #819

Queries like

SELECT a.c1, b.c2
  FROM
    s3Cluster(...) AS a
  JOIN
    local_table AS b
  ON
    a.key=b.key

execute JOIN's on remote nodes.

Now with setting prefer_global_in_and_join=1 JOIN's executed on initiator.

Exclude tests:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All with Aarch64
  • All Regression
  • Disable CI Cache

@ianton-ru
Copy link
Author

Don't forget to change branch to merge on antalya-25.6.5 after #949 merged there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant