File:Triangle-query-join-query-plan-rs-t.svg

From Vigyanwiki

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

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

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 R and S first, then joins the result with T.

Graphviz code:

digraph {

 node [shape=none];
 j1 [label="⋈"];
 j2 [label="⋈"];
 j1 -> R;
 j1 -> S;
 j2 -> j1;
 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 licence:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International licence.
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 licence, 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 licence as the original.

Captions

Add a one-line explanation of what this file represents
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
current22:34, 4 March 2023Thumbnail for version as of 22:34, 4 March 2023213 × 235 (2 KB)wikimediacommons>SiddharthistUploaded own work with UploadWizard

The following page uses this file:

Metadata