Jump to content

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

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia
    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 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 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 3 pages use this file:

    Global file usage

    The following other wikis use this file:

    Metadata