This document summarizes a research paper that proposes a new join operator called C JOIN for highly concurrent data warehouses. C JOIN improves upon the traditional query-at-a-time model by employing a single physical plan that can share I/O, computation, and tuple storage across concurrent join queries. The design allows the query engine to scale gracefully to large datasets and numbers of concurrent queries, provide predictable execution times, and reduce contention compared to commercial and open-source database systems. An empirical evaluation found that C JOIN outperforms these other systems by an order of magnitude for tens to hundreds of concurrent queries on the Star Schema Benchmark.