You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
41 lines
1.2 KiB
<?xml version="1.0"?>
|
|
<explain>
|
|
<Query>
|
|
<Plan>
|
|
<Node-Type>Hash Join</Node-Type>
|
|
<Join-Type>Inner</Join-Type>
|
|
<Hash-Cond>(s.sid = r.sid)</Hash-Cond>
|
|
<Plans>
|
|
<Plan>
|
|
<Node-Type>Seq Scan</Node-Type>
|
|
<Parent-Relationship>Outer</Parent-Relationship>
|
|
<Relation-Name>sailors</Relation-Name>
|
|
<Alias>s</Alias>
|
|
</Plan>
|
|
<Plan>
|
|
<Node-Type>Hash</Node-Type>
|
|
<Parent-Relationship>Inner</Parent-Relationship>
|
|
<Plans>
|
|
<Plan>
|
|
<Node-Type>Aggregate</Node-Type>
|
|
<Strategy>Hashed</Strategy>
|
|
<Parent-Relationship>Outer</Parent-Relationship>
|
|
<Group-Key>
|
|
<Item>r.sid</Item>
|
|
</Group-Key>
|
|
<Plans>
|
|
<Plan>
|
|
<Node-Type>Seq Scan</Node-Type>
|
|
<Parent-Relationship>Outer</Parent-Relationship>
|
|
<Relation-Name>reserves</Relation-Name>
|
|
<Alias>r</Alias>
|
|
<Filter>(bid = 103)</Filter>
|
|
</Plan>
|
|
</Plans>
|
|
</Plan>
|
|
</Plans>
|
|
</Plan>
|
|
</Plans>
|
|
</Plan>
|
|
</Query>
|
|
</explain>
|
|
|