Skip to content

Optimizing Distributed Joins: The Case of Google Cloud Spanner and DataStax Astra DB

Notifications You must be signed in to change notification settings

ArtemChebotko/distributed-joins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Optimizing Distributed Joins: The Case of Google Cloud Spanner and DataStax Astra DB

This Proof of Concept (PoC) project demonstrates how to optimize distributed joins. Instead of using a shuffle join or a broadcast join, we show how to solve the same problem more efficiently using:

  • Interleaved Tables and Co-Located Joins in Google Cloud Spanner
  • Tables with Multi-Row Partitions and Pre-Computed Joins in DataStax Astra DB

About

Optimizing Distributed Joins: The Case of Google Cloud Spanner and DataStax Astra DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages