Skip to content

variadics_macro v0.5.5

Compare
Choose a tag to compare
@hydro-project-bot hydro-project-bot released this 08 Nov 19:30
· 112 commits to main since this release

New Features

  • generalized hash trie indexes for relational tuples
    Generalized Hash Tries are part of the SIGMOD '23 FreeJoin
    paper by
    Wang/Willsey/Suciu. They provide a compressed ("factorized")
    representation of relations. By operating in the factorized domain, join
    algorithms can defer cross-products and achieve asymptotically optimal
    performance.


Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #1503

Commit Details

view details
  • #1503
    • Generalized hash trie indexes for relational tuples (f7e740f)