File:Triangle-query-join-query-plan-r-st.svg

Original file(SVG file, nominally 213 × 235 pixels, file size: 2 KB)

Summary

Description
English: A query plan for the triangle query R(A, B) ⋈ S(B, C) ⋈ T(A, C) that uses binary joins. It joins S and T first, then joins the result with R.

Graphviz code:

digraph {

 node [shape=none];  j1 [label="⋈"];  j1 -> R;  j2 [label="⋈"];  j1 -> j2;  j2 -> S;  j2 -> T; 

}

Based on a diagram in the paper https://dl.acm.org/doi/abs/10.1145/2590989.2590991
Date
Source Own work
Author Siddharthist

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

A query plan for the triangle query R(A, B) ⋈ S(B, C) ⋈ T(A, C)

Items portrayed in this file

depicts

4 March 2023

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:04, 4 March 2023Thumbnail for version as of 17:04, 4 March 2023213 × 235 (2 KB)SiddharthistUploaded own work with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata