v.22.7New Feature
Add direct join algorithm for EmbeddedRocksDB tables
Add newdirectjoin algorithm forEmbeddedRocksDBtables, see #33582. #35363 (Vladimir C).
Why it matters
The newdirect join algorithm enhances join performance and efficiency when working with EmbeddedRocksDB tables by optimizing how data is accessed and joined, addressing limitations of previous join methods.How to use it
Users can enable thedirect join algorithm by specifying the join algorithm type in their queries or table settings where EmbeddedRocksDB tables are involved. Details are accessible through the related issue and pull request discussions for precise syntax and configuration.