Skip to content

Instantly share code, notes, and snippets.

@erikdarlingdata
Created April 2, 2024 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikdarlingdata/b2ad56de6a39f235370408af4eee8c9b to your computer and use it in GitHub Desktop.
Save erikdarlingdata/b2ad56de6a39f235370408af4eee8c9b to your computer and use it in GitHub Desktop.
--
-- This is a huge query plan.
-- Remove the headers and footers, save it as a .sqlplan file, and re-open it.
-- Depending on local factors, you may need to replace "<" and ">" too.
--
<ShowPlanXML xmlns="http://schemas.microsoft.com/sqlserver/2004/07/showplan" Version="1.564" Build="16.0.4105.2"><BatchSequence><Batch><Statements><StmtSimple StatementText="WITH
 p0 AS (SELECT pt.* FROM dbo.PostTypes AS pt),
 p1 AS (SELECT pp.* FROM p0 AS p CROSS JOIN p0 AS pp),
 p2 AS (SELECT pp.* FROM p1 AS p CROSS JOIN p1 AS pp),
 p3 AS (SELECT pp.* FROM p2 AS p CROSS JOIN p2 AS pp),
 p4 AS (SELECT pp.* FROM p3 AS p CROSS JOIN p3 AS pp),
 p5 AS (SELECT pp.* FROM p4 AS p CROSS JOIN p4 AS pp),
 p6 AS (SELECT pp.* FROM p5 AS p CROSS JOIN p5 AS pp),
 p7 AS (SELECT pp.* FROM p6 AS p CROSS JOIN p6 AS pp),
 p8 AS (SELECT pp.* FROM p7 AS p CROSS JOIN p7 AS pp),
 p9 AS (SELECT pp.* FROM p8 AS p CROSS JOIN p8 AS pp)
SELECT
 c = COUNT_BIG(*)
FROM p9 AS p
OPTION(RECOMPILE)" StatementId="1" StatementCompId="1" StatementType="SELECT" StatementSqlHandle="0x090091D57B4A184A5570AC3DB788BD3CB8F70000000000000000000000000000000000000000000000000000" DatabaseContextSettingsId="3" ParentObjectId="0" StatementParameterizationType="0" RetrievedFromCache="false" StatementSubTreeCost="4.17386e+152" StatementEstRows="1" SecurityPolicyApplied="false" StatementOptmLevel="FULL" QueryHash="0x2A64676E6408D673" QueryPlanHash="0x15A096899531F5C6" CardinalityEstimationModelVersion="140"><StatementSetOptions QUOTED_IDENTIFIER="true" ARITHABORT="true" CONCAT_NULL_YIELDS_NULL="true" ANSI_NULLS="true" ANSI_PADDING="true" ANSI_WARNINGS="true" NUMERIC_ROUNDABORT="false"></StatementSetOptions><QueryPlan CachedPlanSize="1232" CompileTime="24509" CompileCPU="24509" CompileMemory="739736"><ThreadStat Branches="5"></ThreadStat><MemoryGrantInfo SerialRequiredMemory="0" SerialDesiredMemory="0" GrantedMemory="0" MaxUsedMemory="0"></MemoryGrantInfo><OptimizerHardwareDependentProperties EstimatedAvailableMemoryGrant="327680" EstimatedPagesCached="327680" EstimatedAvailableDegreeOfParallelism="8" MaxCompileMemory="37845024"></OptimizerHardwareDependentProperties>
<RelOp NodeId="0" PhysicalOp="Stream Aggregate" LogicalOp="Aggregate" EstimateRows="1" EstimateIO="0" EstimateCPU="5.3e-06" AvgRowSize="15" EstimatedTotalSubtreeCost="4.17386e+152" Parallel="0" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList><ColumnReference Column="Expr1512"></ColumnReference></OutputList><StreamAggregate><DefinedValues><DefinedValue><ColumnReference Column="Expr1512"></ColumnReference><ScalarOperator ScalarString="SUM([partialagg1513])"><Aggregate Distinct="0" AggType="SUM"><ScalarOperator><Identifier><ColumnReference Column="partialagg1513"></ColumnReference></Identifier></ScalarOperator></Aggregate></ScalarOperator></DefinedValue></DefinedValues>
<RelOp NodeId="1" PhysicalOp="Parallelism" LogicalOp="Gather Streams" EstimateRows="8" EstimateIO="0" EstimateCPU="0.0285021" AvgRowSize="15" EstimatedTotalSubtreeCost="4.17386e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList><ColumnReference Column="partialagg1513"></ColumnReference></OutputList><Parallelism>
<RelOp NodeId="2" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="8" EstimateIO="0" EstimateCPU="4.18e-06" AvgRowSize="15" EstimatedTotalSubtreeCost="4.17386e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList><ColumnReference Column="partialagg1513"></ColumnReference></OutputList><NestedLoops Optimized="0">
<RelOp NodeId="3" PhysicalOp="Parallelism" LogicalOp="Distribute Streams" EstimateRows="1" EstimateIO="0" EstimateCPU="0.0285021" AvgRowSize="15" EstimatedTotalSubtreeCost="4.17386e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList><ColumnReference Column="partialagg1513"></ColumnReference></OutputList><Parallelism PartitioningType="Broadcast">
<RelOp NodeId="4" PhysicalOp="Stream Aggregate" LogicalOp="Aggregate" EstimateRows="1" EstimateIO="0" EstimateCPU="8.04468e+147" AvgRowSize="15" EstimatedTotalSubtreeCost="4.17386e+152" Parallel="0" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList><ColumnReference Column="partialagg1513"></ColumnReference></OutputList><StreamAggregate><DefinedValues><DefinedValue><ColumnReference Column="partialagg1513"></ColumnReference><ScalarOperator ScalarString="Count(*)"><Aggregate AggType="countstar" Distinct="0"></Aggregate></ScalarOperator></DefinedValue></DefinedValues>
<RelOp NodeId="5" PhysicalOp="Parallelism" LogicalOp="Gather Streams" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="2.09916e+147" AvgRowSize="9" EstimatedTotalSubtreeCost="4.17378e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Parallelism>
<RelOp NodeId="6" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.17376e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="7" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.1615e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="8" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.14923e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="9" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.13697e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="10" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.1247e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="11" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.11243e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="12" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.10017e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="13" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.0879e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="14" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.07564e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="15" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.06337e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="16" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.05111e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="17" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.03884e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="18" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.02658e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="19" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.01431e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="20" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.00205e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="21" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.98978e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="22" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.97751e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="23" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.96525e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="24" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.95298e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="25" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.94072e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="26" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.92845e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="27" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.91619e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="28" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.90392e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="29" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.89166e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="30" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.87939e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="31" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.86713e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="32" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.85486e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="33" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.84259e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="34" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.83033e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="35" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.81806e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="36" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.8058e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="37" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.79353e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="38" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.78127e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="39" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.769e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="40" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.75674e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="41" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.74447e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="42" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.73221e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="43" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.71994e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="44" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.70767e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="45" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.69541e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="46" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.68314e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="47" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.67088e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="48" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.65861e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="49" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.64635e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="50" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.63408e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="51" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.62182e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="52" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.60955e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="53" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.59728e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="54" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.58502e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="55" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.57275e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="56" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.56049e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="57" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.54822e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="58" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.53596e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="59" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.52369e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="60" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.51143e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="61" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.49916e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="62" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.4869e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="63" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.47463e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="64" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.46236e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="65" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.4501e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="66" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.43783e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="67" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.42557e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="68" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.4133e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="69" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.40104e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="70" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.38877e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="71" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.37651e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="72" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.36424e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="73" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.35198e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="74" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.33971e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="75" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.32744e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="76" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.31518e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="77" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.30291e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="78" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.29065e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="79" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.27838e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="80" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.26612e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="81" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.25385e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="82" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.24159e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="83" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.22932e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="84" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.21706e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="85" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.20479e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="86" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.19252e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="87" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.18026e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="88" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.16799e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="89" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.15573e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="90" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.14346e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="91" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.1312e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="92" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.11893e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="93" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.10667e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="94" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.0944e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="95" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.08214e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="96" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.06987e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="97" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.0576e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="98" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.04534e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="99" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.03307e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="100" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.02081e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="101" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.00854e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="102" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.99628e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="103" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.98401e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="104" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.97175e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="105" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.95948e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="106" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.94722e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="107" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.93495e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="108" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.92268e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="109" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.91042e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="110" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.89815e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="111" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.88589e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="112" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.87362e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="113" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.86136e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="114" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.84909e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="115" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.83683e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="116" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.82456e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="117" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.8123e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="118" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.80003e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="119" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.78776e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="120" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.7755e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="121" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.76323e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="122" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.75097e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="123" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.7387e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="124" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.72644e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="125" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.71417e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="126" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.70191e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="127" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.68964e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="128" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.67738e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="129" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.66511e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="130" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.65284e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="131" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.64058e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="132" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.62831e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="133" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.61605e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="134" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.60378e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="135" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.59152e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="136" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.57925e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="137" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.56699e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="138" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.55472e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="139" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.54246e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="140" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.53019e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="141" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.51792e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="142" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.50566e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="143" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.49339e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="144" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.48113e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="145" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.46886e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="146" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.4566e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="147" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.44433e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="148" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.43207e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="149" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.4198e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="150" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.40754e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="151" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.39527e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="152" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.383e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="153" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.37074e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="154" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.35847e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="155" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.34621e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="156" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.33394e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="157" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.32168e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="158" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.30941e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="159" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.29715e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="160" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.28488e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="161" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.27262e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="162" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.26035e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="163" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.24808e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="164" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.23582e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="165" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.22355e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="166" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.21129e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="167" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.19902e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="168" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.18676e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="169" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.17449e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="170" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.16223e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="171" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.14996e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="172" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.13769e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="173" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.12543e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="174" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.11316e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="175" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.1009e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="176" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.08863e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="177" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.07637e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="178" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.0641e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="179" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.05184e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="180" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.03957e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="181" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.02731e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="182" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.01504e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="183" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.00277e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="184" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.99051e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="185" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.97824e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="186" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.96598e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="187" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.95371e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="188" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.94145e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="189" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.92918e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="190" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.91692e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="191" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.90465e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="192" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.89239e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="193" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.88012e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="194" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.86785e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="195" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.85559e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="196" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.84332e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="197" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.83106e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="198" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.81879e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="199" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.80653e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="200" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.79426e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="201" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.782e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="202" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.76973e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="203" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.75747e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="204" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.7452e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="205" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.73293e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="206" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.72067e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="207" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.7084e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="208" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.69614e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="209" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.68387e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="210" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.67161e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="211" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.65934e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="212" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.64708e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="213" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.63481e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="214" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.62255e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="215" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.61028e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="216" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.59801e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="217" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.58575e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="218" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.57348e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="219" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.56122e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="220" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.54895e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="221" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.53669e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="222" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.52442e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="223" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.51216e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="224" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.49989e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="225" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.48763e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="226" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.47536e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="227" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.46309e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="228" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.45083e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="229" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.43856e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="230" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.4263e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="231" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.41403e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="232" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.40177e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="233" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.3895e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="234" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.37724e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="235" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.36497e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="236" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.35271e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="237" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.34044e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="238" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.32817e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="239" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.31591e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="240" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.30364e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="241" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.29138e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="242" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.27911e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="243" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.26685e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="244" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.25458e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="245" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.24232e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="246" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.23005e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="247" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.21779e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="248" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.20552e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="249" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.19325e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="250" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.18099e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="251" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.16872e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="252" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.15646e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="253" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.14419e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="254" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.13193e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="255" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.11966e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="256" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1074e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="257" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.09513e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="258" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.08287e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="259" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.0706e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="260" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.05833e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="261" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.04607e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="262" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.0338e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="263" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.02154e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="264" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.00927e+152" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="265" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="9.97007e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="266" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="9.84741e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="267" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="9.72476e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="268" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="9.60211e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="269" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="9.47945e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="270" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="9.3568e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="271" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="9.23414e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="272" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="9.11149e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="273" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="8.98883e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="274" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="8.86618e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="275" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="8.74352e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="276" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="8.62087e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="277" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="8.49821e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="278" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="8.37556e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="279" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="8.2529e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="280" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="8.13025e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="281" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="8.00759e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="282" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="7.88494e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="283" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="7.76229e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="284" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="7.63963e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="285" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="7.51698e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="286" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="7.39432e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="287" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="7.27167e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="288" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="7.14901e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="289" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="7.02636e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="290" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="6.9037e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="291" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="6.78105e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="292" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="6.65839e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="293" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="6.53574e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="294" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="6.41308e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="295" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="6.29043e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="296" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="6.16778e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="297" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="6.04512e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="298" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="5.92247e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="299" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="5.79981e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="300" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="5.67716e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="301" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="5.5545e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="302" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="5.43185e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="303" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="5.30919e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="304" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="5.18654e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="305" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="5.06388e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="306" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.94123e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="307" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.81857e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="308" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.69592e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="309" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.57327e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="310" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.45061e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="311" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.32796e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="312" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.2053e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="313" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.08265e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="314" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.95999e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="315" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.83734e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="316" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.71468e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="317" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.59203e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="318" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.46937e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="319" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.34672e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="320" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.22406e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="321" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.10141e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="322" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.97876e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="323" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.8561e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="324" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.73345e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="325" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.61079e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="326" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.48814e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="327" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.36548e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="328" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.24283e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="329" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.12017e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="330" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.99752e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="331" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.87486e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="332" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.75221e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="333" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.62955e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="334" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.5069e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="335" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.38425e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="336" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.26159e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="337" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.13894e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="338" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.01628e+151" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="339" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="8.93627e+150" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="340" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="7.70972e+150" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="341" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="6.48317e+150" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="342" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="5.25663e+150" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="343" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="4.03008e+150" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="344" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="2.80353e+150" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="345" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="5.60446e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="1.57699e+150" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="346" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34078e+154" EstimateIO="0" EstimateCPU="1.40112e+148" AvgRowSize="9" EstimatedTotalSubtreeCost="3.50442e+149" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="347" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.35195e+153" EstimateIO="0" EstimateCPU="1.75139e+147" AvgRowSize="9" EstimatedTotalSubtreeCost="4.38052e+148" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="348" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.18994e+152" EstimateIO="0" EstimateCPU="2.18924e+146" AvgRowSize="9" EstimatedTotalSubtreeCost="5.47565e+147" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="349" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="5.23742e+151" EstimateIO="0" EstimateCPU="2.73655e+145" AvgRowSize="9" EstimatedTotalSubtreeCost="6.84457e+146" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="350" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="6.54678e+150" EstimateIO="0" EstimateCPU="3.42069e+144" AvgRowSize="9" EstimatedTotalSubtreeCost="8.55571e+145" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="351" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="8.18348e+149" EstimateIO="0" EstimateCPU="4.27587e+143" AvgRowSize="9" EstimatedTotalSubtreeCost="1.06946e+145" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="352" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.02293e+149" EstimateIO="0" EstimateCPU="5.34483e+142" AvgRowSize="9" EstimatedTotalSubtreeCost="1.33683e+144" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="353" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.27867e+148" EstimateIO="0" EstimateCPU="6.68104e+141" AvgRowSize="9" EstimatedTotalSubtreeCost="1.67104e+143" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="354" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.59834e+147" EstimateIO="0" EstimateCPU="8.3513e+140" AvgRowSize="9" EstimatedTotalSubtreeCost="2.0888e+142" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="355" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.99792e+146" EstimateIO="0" EstimateCPU="1.04391e+140" AvgRowSize="9" EstimatedTotalSubtreeCost="2.61099e+141" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="356" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.4974e+145" EstimateIO="0" EstimateCPU="1.30489e+139" AvgRowSize="9" EstimatedTotalSubtreeCost="3.26374e+140" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="357" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.12175e+144" EstimateIO="0" EstimateCPU="1.63111e+138" AvgRowSize="9" EstimatedTotalSubtreeCost="4.07968e+139" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="358" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.90219e+143" EstimateIO="0" EstimateCPU="2.03889e+137" AvgRowSize="9" EstimatedTotalSubtreeCost="5.0996e+138" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="359" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.87773e+142" EstimateIO="0" EstimateCPU="2.54862e+136" AvgRowSize="9" EstimatedTotalSubtreeCost="6.3745e+137" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="360" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="6.09717e+141" EstimateIO="0" EstimateCPU="3.18577e+135" AvgRowSize="9" EstimatedTotalSubtreeCost="7.96812e+136" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="361" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="7.62146e+140" EstimateIO="0" EstimateCPU="3.98221e+134" AvgRowSize="9" EstimatedTotalSubtreeCost="9.96015e+135" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="362" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="9.52682e+139" EstimateIO="0" EstimateCPU="4.97776e+133" AvgRowSize="9" EstimatedTotalSubtreeCost="1.24502e+135" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="363" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.19085e+139" EstimateIO="0" EstimateCPU="6.2222e+132" AvgRowSize="9" EstimatedTotalSubtreeCost="1.55627e+134" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="364" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.48857e+138" EstimateIO="0" EstimateCPU="7.77776e+131" AvgRowSize="9" EstimatedTotalSubtreeCost="1.94534e+133" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="365" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.86071e+137" EstimateIO="0" EstimateCPU="9.72219e+130" AvgRowSize="9" EstimatedTotalSubtreeCost="2.43168e+132" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="366" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.32588e+136" EstimateIO="0" EstimateCPU="1.21527e+130" AvgRowSize="9" EstimatedTotalSubtreeCost="3.0396e+131" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="367" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.90735e+135" EstimateIO="0" EstimateCPU="1.51909e+129" AvgRowSize="9" EstimatedTotalSubtreeCost="3.7995e+130" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="368" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.63419e+134" EstimateIO="0" EstimateCPU="1.89887e+128" AvgRowSize="9" EstimatedTotalSubtreeCost="4.74937e+129" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="369" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.54274e+133" EstimateIO="0" EstimateCPU="2.37358e+127" AvgRowSize="9" EstimatedTotalSubtreeCost="5.93671e+128" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="370" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="5.67843e+132" EstimateIO="0" EstimateCPU="2.96698e+126" AvgRowSize="9" EstimatedTotalSubtreeCost="7.42089e+127" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="371" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="7.09803e+131" EstimateIO="0" EstimateCPU="3.70872e+125" AvgRowSize="9" EstimatedTotalSubtreeCost="9.27612e+126" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="372" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="8.87254e+130" EstimateIO="0" EstimateCPU="4.6359e+124" AvgRowSize="9" EstimatedTotalSubtreeCost="1.15951e+126" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="373" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.10907e+130" EstimateIO="0" EstimateCPU="5.79488e+123" AvgRowSize="9" EstimatedTotalSubtreeCost="1.44939e+125" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="374" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.38633e+129" EstimateIO="0" EstimateCPU="7.2436e+122" AvgRowSize="9" EstimatedTotalSubtreeCost="1.81174e+124" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="375" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.73292e+128" EstimateIO="0" EstimateCPU="9.0545e+121" AvgRowSize="9" EstimatedTotalSubtreeCost="2.26468e+123" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="376" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.16615e+127" EstimateIO="0" EstimateCPU="1.13181e+121" AvgRowSize="9" EstimatedTotalSubtreeCost="2.83085e+122" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="377" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.70769e+126" EstimateIO="0" EstimateCPU="1.41477e+120" AvgRowSize="9" EstimatedTotalSubtreeCost="3.53856e+121" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="378" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.38461e+125" EstimateIO="0" EstimateCPU="1.76846e+119" AvgRowSize="9" EstimatedTotalSubtreeCost="4.4232e+120" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="379" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.23076e+124" EstimateIO="0" EstimateCPU="2.21057e+118" AvgRowSize="9" EstimatedTotalSubtreeCost="5.529e+119" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="380" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="5.28845e+123" EstimateIO="0" EstimateCPU="2.76321e+117" AvgRowSize="9" EstimatedTotalSubtreeCost="6.91125e+118" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="381" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="6.61056e+122" EstimateIO="0" EstimateCPU="3.45402e+116" AvgRowSize="9" EstimatedTotalSubtreeCost="8.63906e+117" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="382" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="8.2632e+121" EstimateIO="0" EstimateCPU="4.31752e+115" AvgRowSize="9" EstimatedTotalSubtreeCost="1.07988e+117" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="383" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.0329e+121" EstimateIO="0" EstimateCPU="5.3969e+114" AvgRowSize="9" EstimatedTotalSubtreeCost="1.34985e+116" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="384" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.29112e+120" EstimateIO="0" EstimateCPU="6.74613e+113" AvgRowSize="9" EstimatedTotalSubtreeCost="1.68732e+115" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="385" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.61391e+119" EstimateIO="0" EstimateCPU="8.43266e+112" AvgRowSize="9" EstimatedTotalSubtreeCost="2.10914e+114" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="386" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.01738e+118" EstimateIO="0" EstimateCPU="1.05408e+112" AvgRowSize="9" EstimatedTotalSubtreeCost="2.63643e+113" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="387" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.52173e+117" EstimateIO="0" EstimateCPU="1.3176e+111" AvgRowSize="9" EstimatedTotalSubtreeCost="3.29554e+112" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="388" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.15216e+116" EstimateIO="0" EstimateCPU="1.647e+110" AvgRowSize="9" EstimatedTotalSubtreeCost="4.11942e+111" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="389" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.9402e+115" EstimateIO="0" EstimateCPU="2.05875e+109" AvgRowSize="9" EstimatedTotalSubtreeCost="5.14928e+110" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="390" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.92525e+114" EstimateIO="0" EstimateCPU="2.57344e+108" AvgRowSize="9" EstimatedTotalSubtreeCost="6.4366e+109" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="391" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="6.15656e+113" EstimateIO="0" EstimateCPU="3.2168e+107" AvgRowSize="9" EstimatedTotalSubtreeCost="8.04575e+108" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="392" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="7.6957e+112" EstimateIO="0" EstimateCPU="4.02101e+106" AvgRowSize="9" EstimatedTotalSubtreeCost="1.00572e+108" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="393" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="9.61963e+111" EstimateIO="0" EstimateCPU="5.02626e+105" AvgRowSize="9" EstimatedTotalSubtreeCost="1.25715e+107" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="394" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.20245e+111" EstimateIO="0" EstimateCPU="6.28282e+104" AvgRowSize="9" EstimatedTotalSubtreeCost="1.57144e+106" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="395" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.50307e+110" EstimateIO="0" EstimateCPU="7.85353e+103" AvgRowSize="9" EstimatedTotalSubtreeCost="1.96429e+105" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="396" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.87883e+109" EstimateIO="0" EstimateCPU="9.81691e+102" AvgRowSize="9" EstimatedTotalSubtreeCost="2.45537e+104" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="397" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.34854e+108" EstimateIO="0" EstimateCPU="1.22711e+102" AvgRowSize="9" EstimatedTotalSubtreeCost="3.06921e+103" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="398" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.93568e+107" EstimateIO="0" EstimateCPU="1.53389e+101" AvgRowSize="9" EstimatedTotalSubtreeCost="3.83651e+102" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="399" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.6696e+106" EstimateIO="0" EstimateCPU="1.91736e+100" AvgRowSize="9" EstimatedTotalSubtreeCost="4.79564e+101" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="400" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.587e+105" EstimateIO="0" EstimateCPU="2.39671e+99" AvgRowSize="9" EstimatedTotalSubtreeCost="5.99455e+100" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="401" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="5.73375e+104" EstimateIO="0" EstimateCPU="2.99588e+98" AvgRowSize="9" EstimatedTotalSubtreeCost="7.49319e+99" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="402" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="7.16718e+103" EstimateIO="0" EstimateCPU="3.74485e+97" AvgRowSize="9" EstimatedTotalSubtreeCost="9.36648e+98" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="403" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="8.95898e+102" EstimateIO="0" EstimateCPU="4.68107e+96" AvgRowSize="9" EstimatedTotalSubtreeCost="1.17081e+98" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="404" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.11987e+102" EstimateIO="0" EstimateCPU="5.85133e+95" AvgRowSize="9" EstimatedTotalSubtreeCost="1.46351e+97" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="405" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.39984e+101" EstimateIO="0" EstimateCPU="7.31417e+94" AvgRowSize="9" EstimatedTotalSubtreeCost="1.82939e+96" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="406" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.7498e+100" EstimateIO="0" EstimateCPU="9.14271e+93" AvgRowSize="9" EstimatedTotalSubtreeCost="2.28674e+95" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="407" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.18725e+99" EstimateIO="0" EstimateCPU="1.14284e+93" AvgRowSize="9" EstimatedTotalSubtreeCost="2.85842e+94" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="408" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.73406e+98" EstimateIO="0" EstimateCPU="1.42855e+92" AvgRowSize="9" EstimatedTotalSubtreeCost="3.57303e+93" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="409" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.41758e+97" EstimateIO="0" EstimateCPU="1.78569e+91" AvgRowSize="9" EstimatedTotalSubtreeCost="4.46629e+92" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="410" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.27197e+96" EstimateIO="0" EstimateCPU="2.23211e+90" AvgRowSize="9" EstimatedTotalSubtreeCost="5.58286e+91" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="411" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="5.33997e+95" EstimateIO="0" EstimateCPU="2.79013e+89" AvgRowSize="9" EstimatedTotalSubtreeCost="6.97857e+90" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="412" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="6.67496e+94" EstimateIO="0" EstimateCPU="3.48767e+88" AvgRowSize="9" EstimatedTotalSubtreeCost="8.72322e+89" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="413" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="8.3437e+93" EstimateIO="0" EstimateCPU="4.35958e+87" AvgRowSize="9" EstimatedTotalSubtreeCost="1.0904e+89" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="414" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.04296e+93" EstimateIO="0" EstimateCPU="5.44948e+86" AvgRowSize="9" EstimatedTotalSubtreeCost="1.363e+88" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="415" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.3037e+92" EstimateIO="0" EstimateCPU="6.81185e+85" AvgRowSize="9" EstimatedTotalSubtreeCost="1.70375e+87" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="416" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.62963e+91" EstimateIO="0" EstimateCPU="8.51481e+84" AvgRowSize="9" EstimatedTotalSubtreeCost="2.12969e+86" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="417" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.03704e+90" EstimateIO="0" EstimateCPU="1.06435e+84" AvgRowSize="9" EstimatedTotalSubtreeCost="2.66212e+85" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="418" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.54629e+89" EstimateIO="0" EstimateCPU="1.33044e+83" AvgRowSize="9" EstimatedTotalSubtreeCost="3.32764e+84" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="419" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.18287e+88" EstimateIO="0" EstimateCPU="1.66305e+82" AvgRowSize="9" EstimatedTotalSubtreeCost="4.15955e+83" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="420" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.97859e+87" EstimateIO="0" EstimateCPU="2.07881e+81" AvgRowSize="9" EstimatedTotalSubtreeCost="5.19944e+82" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="421" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.97323e+86" EstimateIO="0" EstimateCPU="2.59851e+80" AvgRowSize="9" EstimatedTotalSubtreeCost="6.4993e+81" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="422" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="6.21654e+85" EstimateIO="0" EstimateCPU="3.24814e+79" AvgRowSize="9" EstimatedTotalSubtreeCost="8.12413e+80" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="423" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="7.77068e+84" EstimateIO="0" EstimateCPU="4.06018e+78" AvgRowSize="9" EstimatedTotalSubtreeCost="1.01552e+80" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="424" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="9.71334e+83" EstimateIO="0" EstimateCPU="5.07522e+77" AvgRowSize="9" EstimatedTotalSubtreeCost="1.2694e+79" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="425" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.21417e+83" EstimateIO="0" EstimateCPU="6.34403e+76" AvgRowSize="9" EstimatedTotalSubtreeCost="1.58674e+78" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="426" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.51771e+82" EstimateIO="0" EstimateCPU="7.93004e+75" AvgRowSize="9" EstimatedTotalSubtreeCost="1.98343e+77" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="427" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.89714e+81" EstimateIO="0" EstimateCPU="9.91254e+74" AvgRowSize="9" EstimatedTotalSubtreeCost="2.47929e+76" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="428" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.37142e+80" EstimateIO="0" EstimateCPU="1.23907e+74" AvgRowSize="9" EstimatedTotalSubtreeCost="3.09911e+75" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="429" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.96428e+79" EstimateIO="0" EstimateCPU="1.54883e+73" AvgRowSize="9" EstimatedTotalSubtreeCost="3.87389e+74" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="430" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.70535e+78" EstimateIO="0" EstimateCPU="1.93604e+72" AvgRowSize="9" EstimatedTotalSubtreeCost="4.84236e+73" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="431" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.63168e+77" EstimateIO="0" EstimateCPU="2.42005e+71" AvgRowSize="9" EstimatedTotalSubtreeCost="6.05295e+72" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="432" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="5.7896e+76" EstimateIO="0" EstimateCPU="3.02507e+70" AvgRowSize="9" EstimatedTotalSubtreeCost="7.56619e+71" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="433" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="7.23701e+75" EstimateIO="0" EstimateCPU="3.78134e+69" AvgRowSize="9" EstimatedTotalSubtreeCost="9.45773e+70" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="434" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="9.04626e+74" EstimateIO="0" EstimateCPU="4.72667e+68" AvgRowSize="9" EstimatedTotalSubtreeCost="1.18222e+70" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="435" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.13078e+74" EstimateIO="0" EstimateCPU="5.90834e+67" AvgRowSize="9" EstimatedTotalSubtreeCost="1.47777e+69" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="436" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.41348e+73" EstimateIO="0" EstimateCPU="7.38542e+66" AvgRowSize="9" EstimatedTotalSubtreeCost="1.84721e+68" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="437" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.76685e+72" EstimateIO="0" EstimateCPU="9.23178e+65" AvgRowSize="9" EstimatedTotalSubtreeCost="2.30902e+67" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="438" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.20856e+71" EstimateIO="0" EstimateCPU="1.15397e+65" AvgRowSize="9" EstimatedTotalSubtreeCost="2.88627e+66" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="439" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.7607e+70" EstimateIO="0" EstimateCPU="1.44246e+64" AvgRowSize="9" EstimatedTotalSubtreeCost="3.60784e+65" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="440" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.45087e+69" EstimateIO="0" EstimateCPU="1.80308e+63" AvgRowSize="9" EstimatedTotalSubtreeCost="4.5098e+64" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="441" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.31359e+68" EstimateIO="0" EstimateCPU="2.25385e+62" AvgRowSize="9" EstimatedTotalSubtreeCost="5.63725e+63" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="442" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="5.39199e+67" EstimateIO="0" EstimateCPU="2.81731e+61" AvgRowSize="9" EstimatedTotalSubtreeCost="7.04656e+62" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="443" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="6.73999e+66" EstimateIO="0" EstimateCPU="3.52164e+60" AvgRowSize="9" EstimatedTotalSubtreeCost="8.8082e+61" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="444" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="8.42498e+65" EstimateIO="0" EstimateCPU="4.40205e+59" AvgRowSize="9" EstimatedTotalSubtreeCost="1.10102e+61" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="445" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.05312e+65" EstimateIO="0" EstimateCPU="5.50257e+58" AvgRowSize="9" EstimatedTotalSubtreeCost="1.37628e+60" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="446" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.3164e+64" EstimateIO="0" EstimateCPU="6.87821e+57" AvgRowSize="9" EstimatedTotalSubtreeCost="1.72035e+59" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="447" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.6455e+63" EstimateIO="0" EstimateCPU="8.59776e+56" AvgRowSize="9" EstimatedTotalSubtreeCost="2.15044e+58" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="448" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.05688e+62" EstimateIO="0" EstimateCPU="1.07472e+56" AvgRowSize="9" EstimatedTotalSubtreeCost="2.68805e+57" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="449" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.5711e+61" EstimateIO="0" EstimateCPU="1.3434e+55" AvgRowSize="9" EstimatedTotalSubtreeCost="3.36006e+56" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="450" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.21388e+60" EstimateIO="0" EstimateCPU="1.67925e+54" AvgRowSize="9" EstimatedTotalSubtreeCost="4.20008e+55" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="451" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.01735e+59" EstimateIO="0" EstimateCPU="2.09906e+53" AvgRowSize="9" EstimatedTotalSubtreeCost="5.2501e+54" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="452" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="5.02168e+58" EstimateIO="0" EstimateCPU="2.62383e+52" AvgRowSize="9" EstimatedTotalSubtreeCost="6.56262e+53" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="453" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="6.2771e+57" EstimateIO="0" EstimateCPU="3.27979e+51" AvgRowSize="9" EstimatedTotalSubtreeCost="8.20328e+52" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="454" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="7.84638e+56" EstimateIO="0" EstimateCPU="4.09973e+50" AvgRowSize="9" EstimatedTotalSubtreeCost="1.02541e+52" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="455" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="9.80797e+55" EstimateIO="0" EstimateCPU="5.12467e+49" AvgRowSize="9" EstimatedTotalSubtreeCost="1.28176e+51" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="456" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.226e+55" EstimateIO="0" EstimateCPU="6.40583e+48" AvgRowSize="9" EstimatedTotalSubtreeCost="1.6022e+50" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="457" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.5325e+54" EstimateIO="0" EstimateCPU="8.00729e+47" AvgRowSize="9" EstimatedTotalSubtreeCost="2.00275e+49" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="458" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.91562e+53" EstimateIO="0" EstimateCPU="1.00091e+47" AvgRowSize="9" EstimatedTotalSubtreeCost="2.50344e+48" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="459" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.39452e+52" EstimateIO="0" EstimateCPU="1.25114e+46" AvgRowSize="9" EstimatedTotalSubtreeCost="3.1293e+47" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="460" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.99316e+51" EstimateIO="0" EstimateCPU="1.56392e+45" AvgRowSize="9" EstimatedTotalSubtreeCost="3.91163e+46" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="461" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.74144e+50" EstimateIO="0" EstimateCPU="1.9549e+44" AvgRowSize="9" EstimatedTotalSubtreeCost="4.88953e+45" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="462" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.67681e+49" EstimateIO="0" EstimateCPU="2.44363e+43" AvgRowSize="9" EstimatedTotalSubtreeCost="6.11192e+44" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="463" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="5.84601e+48" EstimateIO="0" EstimateCPU="3.05454e+42" AvgRowSize="9" EstimatedTotalSubtreeCost="7.6399e+43" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="464" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="7.30751e+47" EstimateIO="0" EstimateCPU="3.81817e+41" AvgRowSize="9" EstimatedTotalSubtreeCost="9.54987e+42" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="465" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="9.13439e+46" EstimateIO="0" EstimateCPU="4.77272e+40" AvgRowSize="9" EstimatedTotalSubtreeCost="1.19373e+42" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="466" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.1418e+46" EstimateIO="0" EstimateCPU="5.9659e+39" AvgRowSize="9" EstimatedTotalSubtreeCost="1.49217e+41" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="467" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.42725e+45" EstimateIO="0" EstimateCPU="7.45737e+38" AvgRowSize="9" EstimatedTotalSubtreeCost="1.86521e+40" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="468" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.78406e+44" EstimateIO="0" EstimateCPU="9.32171e+37" AvgRowSize="9" EstimatedTotalSubtreeCost="2.33151e+39" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="469" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.23007e+43" EstimateIO="0" EstimateCPU="1.16521e+37" AvgRowSize="9" EstimatedTotalSubtreeCost="2.91439e+38" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="470" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.78759e+42" EstimateIO="0" EstimateCPU="1.45652e+36" AvgRowSize="9" EstimatedTotalSubtreeCost="3.64299e+37" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="471" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.48449e+41" EstimateIO="0" EstimateCPU="1.82065e+35" AvgRowSize="9" EstimatedTotalSubtreeCost="4.55373e+36" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="472" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.35561e+40" EstimateIO="0" EstimateCPU="2.27581e+34" AvgRowSize="9" EstimatedTotalSubtreeCost="5.69217e+35" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="473" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="5.44452e+39" EstimateIO="0" EstimateCPU="2.84476e+33" AvgRowSize="9" EstimatedTotalSubtreeCost="7.11521e+34" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="474" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="6.80565e+38" EstimateIO="0" EstimateCPU="3.55595e+32" AvgRowSize="9" EstimatedTotalSubtreeCost="8.89401e+33" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="475" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="8.50706e+37" EstimateIO="0" EstimateCPU="4.44494e+31" AvgRowSize="9" EstimatedTotalSubtreeCost="1.11175e+33" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="476" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.06338e+37" EstimateIO="0" EstimateCPU="5.55617e+30" AvgRowSize="9" EstimatedTotalSubtreeCost="1.38969e+32" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="477" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.32923e+36" EstimateIO="0" EstimateCPU="6.94522e+29" AvgRowSize="9" EstimatedTotalSubtreeCost="1.73711e+31" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="478" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.66153e+35" EstimateIO="0" EstimateCPU="8.68152e+28" AvgRowSize="9" EstimatedTotalSubtreeCost="2.17139e+30" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="479" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.07692e+34" EstimateIO="0" EstimateCPU="1.08519e+28" AvgRowSize="9" EstimatedTotalSubtreeCost="2.71424e+29" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="480" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.59615e+33" EstimateIO="0" EstimateCPU="1.35649e+27" AvgRowSize="9" EstimatedTotalSubtreeCost="3.3928e+28" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="481" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.24519e+32" EstimateIO="0" EstimateCPU="1.69561e+26" AvgRowSize="9" EstimatedTotalSubtreeCost="4.24099e+27" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="482" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.05648e+31" EstimateIO="0" EstimateCPU="2.11951e+25" AvgRowSize="9" EstimatedTotalSubtreeCost="5.30124e+26" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="483" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="5.0706e+30" EstimateIO="0" EstimateCPU="2.64939e+24" AvgRowSize="9" EstimatedTotalSubtreeCost="6.62655e+25" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="484" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="6.33825e+29" EstimateIO="0" EstimateCPU="3.31174e+23" AvgRowSize="9" EstimatedTotalSubtreeCost="8.28319e+24" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="485" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="7.92282e+28" EstimateIO="0" EstimateCPU="4.13967e+22" AvgRowSize="9" EstimatedTotalSubtreeCost="1.0354e+24" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="486" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="9.90352e+27" EstimateIO="0" EstimateCPU="5.17459e+21" AvgRowSize="9" EstimatedTotalSubtreeCost="1.29425e+23" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="487" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.23794e+27" EstimateIO="0" EstimateCPU="6.46824e+20" AvgRowSize="9" EstimatedTotalSubtreeCost="1.61781e+22" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="488" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.54743e+26" EstimateIO="0" EstimateCPU="8.0853e+19" AvgRowSize="9" EstimatedTotalSubtreeCost="2.02226e+21" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="489" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.93428e+25" EstimateIO="0" EstimateCPU="1.01066e+19" AvgRowSize="9" EstimatedTotalSubtreeCost="2.52783e+20" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="490" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.41785e+24" EstimateIO="0" EstimateCPU="1.26333e+18" AvgRowSize="9" EstimatedTotalSubtreeCost="3.15979e+19" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="491" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.02231e+23" EstimateIO="0" EstimateCPU="1.57916e+17" AvgRowSize="9" EstimatedTotalSubtreeCost="3.94973e+18" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="492" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.77789e+22" EstimateIO="0" EstimateCPU="1.97395e+16" AvgRowSize="9" EstimatedTotalSubtreeCost="4.93717e+17" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="493" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.72237e+21" EstimateIO="0" EstimateCPU="2.46744e+15" AvgRowSize="9" EstimatedTotalSubtreeCost="6.17146e+16" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="494" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="5.90296e+20" EstimateIO="0" EstimateCPU="3.0843e+14" AvgRowSize="9" EstimatedTotalSubtreeCost="7.71432e+15" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="495" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="7.3787e+19" EstimateIO="0" EstimateCPU="3.85537e+13" AvgRowSize="9" EstimatedTotalSubtreeCost="9.6429e+14" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="496" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="9.22337e+18" EstimateIO="0" EstimateCPU="4.81921e+12" AvgRowSize="9" EstimatedTotalSubtreeCost="1.20536e+14" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="497" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.15292e+18" EstimateIO="0" EstimateCPU="6.02401e+11" AvgRowSize="9" EstimatedTotalSubtreeCost="1.5067e+13" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="498" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.44115e+17" EstimateIO="0" EstimateCPU="7.53002e+10" AvgRowSize="9" EstimatedTotalSubtreeCost="1.88338e+12" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="499" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.80144e+16" EstimateIO="0" EstimateCPU="9.41252e+09" AvgRowSize="9" EstimatedTotalSubtreeCost="2.35422e+11" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="500" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.2518e+15" EstimateIO="0" EstimateCPU="1.17657e+09" AvgRowSize="9" EstimatedTotalSubtreeCost="2.94278e+10" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="501" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.81475e+14" EstimateIO="0" EstimateCPU="1.47071e+08" AvgRowSize="9" EstimatedTotalSubtreeCost="3.67848e+09" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="502" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="3.51844e+13" EstimateIO="0" EstimateCPU="1.83838e+07" AvgRowSize="9" EstimatedTotalSubtreeCost="4.59809e+08" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="503" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4.39805e+12" EstimateIO="0" EstimateCPU="2.29798e+06" AvgRowSize="9" EstimatedTotalSubtreeCost="5.74762e+07" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="504" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="5.49756e+11" EstimateIO="0" EstimateCPU="287247" AvgRowSize="9" EstimatedTotalSubtreeCost="7.18452e+06" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="505" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="6.87195e+10" EstimateIO="0" EstimateCPU="35905.9" AvgRowSize="9" EstimatedTotalSubtreeCost="898065" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="506" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="8.58993e+09" EstimateIO="0" EstimateCPU="4488.24" AvgRowSize="9" EstimatedTotalSubtreeCost="112258" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="507" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.07374e+09" EstimateIO="0" EstimateCPU="561.03" AvgRowSize="9" EstimatedTotalSubtreeCost="14032.3" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="508" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.34218e+08" EstimateIO="0" EstimateCPU="70.1288" AvgRowSize="9" EstimatedTotalSubtreeCost="1754.09" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="509" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="1.67772e+07" EstimateIO="0" EstimateCPU="8.7661" AvgRowSize="9" EstimatedTotalSubtreeCost="219.308" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="510" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="2.09715e+06" EstimateIO="0" EstimateCPU="1.09576" AvgRowSize="9" EstimatedTotalSubtreeCost="27.4577" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="511" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="262144" EstimateIO="0" EstimateCPU="0.13697" AvgRowSize="9" EstimatedTotalSubtreeCost="3.47356" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="512" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="32768" EstimateIO="0" EstimateCPU="0.0171213" AvgRowSize="9" EstimatedTotalSubtreeCost="0.472741" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="513" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="4096" EstimateIO="0" EstimateCPU="0.00214016" AvgRowSize="9" EstimatedTotalSubtreeCost="0.0948356" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="514" PhysicalOp="Parallelism" LogicalOp="Repartition Streams" EstimateRows="512" EstimateIO="0" EstimateCPU="0.0285802" AvgRowSize="9" EstimatedTotalSubtreeCost="0.0733745" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Parallelism PartitioningType="RoundRobin">
<RelOp NodeId="515" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="512" EstimateIO="0" EstimateCPU="0.00026752" AvgRowSize="9" EstimatedTotalSubtreeCost="0.0447944" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="516" PhysicalOp="Parallelism" LogicalOp="Repartition Streams" EstimateRows="64" EstimateIO="0" EstimateCPU="0.02851" AvgRowSize="9" EstimatedTotalSubtreeCost="0.0642462" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Parallelism PartitioningType="RoundRobin">
<RelOp NodeId="517" PhysicalOp="Nested Loops" LogicalOp="Inner Join" EstimateRows="64" EstimateIO="0" EstimateCPU="3.344e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="0.0357362" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Warnings NoJoinPredicate="1"></Warnings><NestedLoops Optimized="0">
<RelOp NodeId="518" PhysicalOp="Parallelism" LogicalOp="Distribute Streams" EstimateRows="8" EstimateIO="0" EstimateCPU="0.02851" AvgRowSize="9" EstimatedTotalSubtreeCost="0.0318008" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Parallelism PartitioningType="RoundRobin">
<RelOp NodeId="519" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.003125" EstimateCPU="0.0001658" AvgRowSize="9" EstimatedTotalSubtreeCost="0.0032908" TableCardinality="8" Parallel="0" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="257" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></Parallelism></RelOp>
<RelOp NodeId="520" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="0.0039019" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="7" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="1" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp></Parallelism></RelOp>
<RelOp NodeId="521" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="0.0087907" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="63" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="129" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp></Parallelism></RelOp>
<RelOp NodeId="522" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="0.0479011" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="511" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="65" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="523" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="0.360784" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4095" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="33" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="524" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.86385" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="32767" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="17" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="525" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="22.8884" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="262143" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="9" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="526" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="183.085" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.09715e+06" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="5" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="527" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1464.65" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.67772e+07" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="3" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="528" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="11717.2" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34218e+08" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="2" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="529" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="93737.7" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.07374e+09" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="385" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="530" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="749901" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="8.58993e+09" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="321" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="531" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.99921e+06" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="6.87195e+10" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="289" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="532" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.79937e+07" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="5.49756e+11" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="273" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="533" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.83949e+08" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.39805e+12" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="265" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="534" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.0716e+09" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.51844e+13" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="261" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="535" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.45728e+10" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.81475e+14" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="259" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="536" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.96582e+11" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.2518e+15" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="258" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="537" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.57266e+12" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.80144e+16" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="193" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="538" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.25813e+13" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.44115e+17" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="161" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="539" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.0065e+14" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.15292e+18" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="145" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="540" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="8.052e+14" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="9.22337e+18" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="137" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="541" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="6.4416e+15" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="7.3787e+19" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="133" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="542" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.15328e+16" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="5.90296e+20" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="131" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="543" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.12263e+17" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.72237e+21" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="130" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="544" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.2981e+18" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.77789e+22" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="97" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="545" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.63848e+19" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.02231e+23" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="81" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="546" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.11078e+20" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.41785e+24" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="73" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="547" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.68863e+21" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.93428e+25" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="69" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="548" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.3509e+22" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.54743e+26" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="67" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="549" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.08072e+23" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.23794e+27" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="66" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="550" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="8.64577e+23" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="9.90352e+27" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="49" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="551" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="6.91662e+24" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="7.92282e+28" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="41" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="552" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.53329e+25" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="6.33825e+29" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="37" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="553" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.42664e+26" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="5.0706e+30" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="35" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="554" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.54131e+27" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.05648e+31" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="34" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="555" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.83305e+28" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.24519e+32" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="25" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="556" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.26644e+29" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.59615e+33" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="21" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="557" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.81315e+30" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.07692e+34" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="19" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="558" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.45052e+31" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.66153e+35" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="18" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="559" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.16042e+32" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.32923e+36" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="13" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="560" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="9.28333e+32" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.06338e+37" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="11" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="561" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="7.42666e+33" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="8.50706e+37" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="10" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="562" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.94133e+34" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="6.80565e+38" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="7" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="563" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.75306e+35" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="5.44452e+39" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="6" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="564" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.80245e+36" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.35561e+40" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="4" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="565" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.04196e+37" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.48449e+41" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="449" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="566" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.43357e+38" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.78759e+42" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="417" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="567" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.94686e+39" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.23007e+43" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="401" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="568" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.55748e+40" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.78406e+44" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="393" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="569" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.24599e+41" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.42725e+45" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="389" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="570" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="9.9679e+41" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.1418e+46" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="387" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="571" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="7.97432e+42" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="9.13439e+46" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="386" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="572" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="6.37945e+43" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="7.30751e+47" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="353" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="573" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.10356e+44" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="5.84601e+48" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="337" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="574" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.08285e+45" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.67681e+49" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="329" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="575" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.26628e+46" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.74144e+50" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="325" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="576" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.61302e+47" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.99316e+51" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="323" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="577" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.09042e+48" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.39452e+52" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="322" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="578" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.67234e+49" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.91562e+53" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="305" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="579" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.33787e+50" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.5325e+54" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="297" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="580" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.07029e+51" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.226e+55" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="293" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="581" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="8.56236e+51" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="9.80797e+55" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="291" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="582" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="6.84989e+52" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="7.84638e+56" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="290" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="583" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.47991e+53" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="6.2771e+57" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="281" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="584" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.38393e+54" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="5.02168e+58" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="277" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="585" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.50714e+55" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.01735e+59" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="275" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="586" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.80571e+56" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.21388e+60" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="274" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="587" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.24457e+57" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.5711e+61" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="269" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="588" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.79566e+58" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.05688e+62" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="267" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="589" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.43653e+59" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.6455e+63" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="266" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="590" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.14922e+60" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.3164e+64" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="263" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="591" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="9.19376e+60" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.05312e+65" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="262" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="592" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="7.35501e+61" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="8.42498e+65" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="260" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="593" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.88401e+62" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="6.73999e+66" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="225" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="594" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.70721e+63" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="5.39199e+67" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="209" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="595" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.76577e+64" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.31359e+68" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="201" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="596" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.01261e+65" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.45087e+69" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="197" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="597" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.41009e+66" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.7607e+70" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="195" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="598" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.92807e+67" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.20856e+71" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="194" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="599" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.54246e+68" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.76685e+72" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="177" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="600" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.23397e+69" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.41348e+73" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="169" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="601" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="9.87173e+69" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.13078e+74" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="165" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="602" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="7.89738e+70" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="9.04626e+74" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="163" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="603" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="6.31791e+71" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="7.23701e+75" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="162" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="604" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.05432e+72" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="5.7896e+76" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="153" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="605" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.04346e+73" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.63168e+77" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="149" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="606" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.23477e+74" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.70535e+78" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="147" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="607" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.58781e+75" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.96428e+79" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="146" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="608" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.07025e+76" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.37142e+80" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="141" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="609" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.6562e+77" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.89714e+81" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="139" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="610" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.32496e+78" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.51771e+82" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="138" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="611" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.05997e+79" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.21417e+83" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="135" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="612" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="8.47975e+79" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="9.71334e+83" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="134" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="613" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="6.7838e+80" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="7.77068e+84" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="132" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="614" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.42704e+81" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="6.21654e+85" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="113" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="615" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.34163e+82" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.97323e+86" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="105" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="616" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.47331e+83" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.97859e+87" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="101" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="617" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.77864e+84" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.18287e+88" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="99" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="618" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.22292e+85" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.54629e+89" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="98" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="619" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.77833e+86" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.03704e+90" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="89" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="620" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.42267e+87" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.62963e+91" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="85" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="621" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.13813e+88" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.3037e+92" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="83" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="622" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="9.10506e+88" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.04296e+93" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="82" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="623" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="7.28405e+89" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="8.3437e+93" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="77" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="624" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.82724e+90" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="6.67496e+94" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="75" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="625" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.66179e+91" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="5.33997e+95" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="74" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="626" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.72943e+92" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.27197e+96" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="71" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="627" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.98355e+93" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.41758e+97" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="70" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="628" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.38684e+94" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.73406e+98" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="68" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="629" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.90947e+95" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.18725e+99" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="57" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="630" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.52758e+96" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.7498e+100" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="53" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="631" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.22206e+97" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.39984e+101" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="51" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="632" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="9.77649e+97" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.11987e+102" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="50" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="633" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="7.82119e+98" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="8.95898e+102" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="45" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="634" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="6.25695e+99" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="7.16718e+103" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="43" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="635" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.00556e+100" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="5.73375e+104" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="42" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="636" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.00445e+101" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.587e+105" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="39" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="637" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.20356e+102" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.6696e+106" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="38" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="638" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.56285e+103" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.93568e+107" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="36" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="639" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.05028e+104" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.34854e+108" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="29" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="640" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.64022e+105" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.87883e+109" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="27" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="641" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.31218e+106" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.50307e+110" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="26" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="642" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.04974e+107" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.20245e+111" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="23" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="643" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="8.39794e+107" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="9.61963e+111" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="22" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="644" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="6.71835e+108" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="7.6957e+112" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="20" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="645" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.37468e+109" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="6.15656e+113" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="15" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="646" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.29974e+110" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.92525e+114" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="14" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="647" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.4398e+111" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.9402e+115" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="12" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="648" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.75184e+112" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.15216e+116" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="8" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="649" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.20147e+113" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.52173e+117" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="481" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="650" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.76118e+114" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.01738e+118" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="465" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="651" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.40894e+115" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.61391e+119" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="457" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="652" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.12715e+116" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.29112e+120" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="453" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="653" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="9.01722e+116" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.0329e+121" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="451" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="654" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="7.21377e+117" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="8.2632e+121" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="450" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="655" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.77102e+118" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="6.61056e+122" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="433" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="656" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.61681e+119" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="5.28845e+123" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="425" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="657" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.69345e+120" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.23076e+124" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="421" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="658" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.95476e+121" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.38461e+125" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="419" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="659" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.36381e+122" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.70769e+126" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="418" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="660" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.89105e+123" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.16615e+127" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="409" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="661" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.51284e+124" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.73292e+128" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="405" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="662" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.21027e+125" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.38633e+129" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="403" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="663" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="9.68216e+125" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.10907e+130" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="402" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="664" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="7.74573e+126" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="8.87254e+130" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="397" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="665" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="6.19658e+127" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="7.09803e+131" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="395" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="666" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.95727e+128" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="5.67843e+132" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="394" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="667" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.96581e+129" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.54274e+133" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="391" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="668" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.17265e+130" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.63419e+134" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="390" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="669" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.53812e+131" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.90735e+135" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="388" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="670" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.0305e+132" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.32588e+136" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="369" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="671" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.6244e+133" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.86071e+137" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="361" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="672" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.29952e+134" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.48857e+138" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="357" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="673" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.03961e+135" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.19085e+139" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="355" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="674" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="8.31691e+135" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="9.52682e+139" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="354" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="675" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="6.65353e+136" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="7.62146e+140" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="345" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="676" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.32283e+137" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="6.09717e+141" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="341" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="677" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.25826e+138" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.87773e+142" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="339" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="678" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.40661e+139" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.90219e+143" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="338" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="679" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.72529e+140" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.12175e+144" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="333" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="680" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.18023e+141" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="2.4974e+145" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="331" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="681" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.74418e+142" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.99792e+146" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="330" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="682" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.39535e+143" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.59834e+147" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="327" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="683" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.11628e+144" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.27867e+148" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="326" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="684" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="8.93022e+144" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.02293e+149" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="324" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="685" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="7.14418e+145" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="8.18348e+149" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="313" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="686" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="5.71534e+146" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="6.54678e+150" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="309" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="687" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="4.57227e+147" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="5.23742e+151" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="307" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="688" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="3.65782e+148" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="4.18994e+152" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="306" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="689" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="2.92625e+149" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="3.35195e+153" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="301" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="690" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="299" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="691" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="298" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="692" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="295" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="693" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="294" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="694" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="292" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="695" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="285" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="696" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="283" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="697" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="282" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="698" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="279" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="699" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="278" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="700" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="276" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="701" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="271" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="702" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="270" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="703" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="268" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="704" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="264" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="705" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="241" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="706" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="233" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="707" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="229" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="708" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="227" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="709" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="226" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="710" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="217" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="711" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="213" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="712" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="211" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="713" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="210" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="714" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="205" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="715" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="203" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="716" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="202" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="717" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="199" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="718" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="198" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="719" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="196" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="720" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="185" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="721" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="181" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="722" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="179" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="723" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="178" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="724" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="173" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="725" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="171" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="726" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="170" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="727" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="167" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="728" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="166" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="729" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="164" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="730" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="157" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="731" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="155" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="732" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="154" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="733" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="151" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="734" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="150" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="735" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="148" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="736" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="143" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="737" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="142" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="738" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="140" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="739" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="136" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="740" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="121" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="741" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="117" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="742" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="115" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="743" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="114" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="744" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="109" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="745" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="107" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="746" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="106" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="747" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="103" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="748" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="102" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="749" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="100" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="750" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="93" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="751" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="91" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="752" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="90" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="753" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="87" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="754" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="86" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="755" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="84" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="756" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="79" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="757" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="78" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="758" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="76" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="759" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="72" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="760" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="61" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="761" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="59" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="762" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="58" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="763" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="55" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="764" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="54" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="765" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="52" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="766" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="47" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="767" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="46" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="768" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="44" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="769" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="40" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="770" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="31" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="771" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="30" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="772" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="28" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="773" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="24" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="774" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="16" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="775" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="497" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="776" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="489" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="777" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="485" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="778" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="483" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="779" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="482" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="780" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="473" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="781" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="469" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="782" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="467" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="783" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="466" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="784" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="461" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="785" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="459" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="786" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="458" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="787" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="455" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="788" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="454" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="789" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="452" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="790" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="441" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="791" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="437" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="792" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="435" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="793" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="434" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="794" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="429" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="795" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="427" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="796" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="426" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="797" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="423" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="798" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="422" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="799" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="420" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="800" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="413" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="801" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="411" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="802" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="410" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="803" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="407" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="804" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="406" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="805" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="404" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="806" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="399" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="807" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="398" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="808" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="396" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="809" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="392" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="810" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="377" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="811" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="373" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="812" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="371" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="813" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="370" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="814" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="365" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="815" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="363" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="816" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="362" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="817" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="359" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="818" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="358" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="819" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="356" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="820" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="349" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="821" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="347" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="822" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="346" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="823" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="343" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="824" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="342" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="825" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="340" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="826" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="335" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="827" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="334" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="828" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="332" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="829" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="328" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="830" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="317" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="831" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="315" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="832" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="314" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="833" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="311" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="834" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="310" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="835" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="308" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="836" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="303" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="837" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="302" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="838" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="300" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="839" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="296" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="840" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="287" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="841" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="286" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="842" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="284" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="843" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="280" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="844" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="272" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="845" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="249" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="846" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="245" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="847" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="243" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="848" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="242" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="849" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="237" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="850" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="235" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="851" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="234" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="852" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="231" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="853" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="230" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="854" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="228" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="855" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="221" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="856" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="219" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="857" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="218" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="858" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="215" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="859" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="214" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="860" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="212" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="861" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="207" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="862" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="206" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="863" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="204" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="864" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="200" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="865" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="189" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="866" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="187" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="867" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="186" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="868" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="183" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="869" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="182" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="870" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="180" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="871" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="175" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="872" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="174" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="873" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="172" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="874" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="168" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="875" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="159" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="876" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="158" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="877" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="156" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="878" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="152" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="879" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="144" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="880" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="125" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="881" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="123" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="882" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="122" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="883" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="119" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="884" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="118" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="885" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="116" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="886" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="111" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="887" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="110" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="888" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="108" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="889" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="104" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="890" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="95" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="891" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="94" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="892" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="92" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="893" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="88" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="894" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="80" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="895" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="63" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="896" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="62" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="897" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="60" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="898" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="56" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="899" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="48" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="900" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="32" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="901" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="505" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="902" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="501" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="903" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="499" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="904" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="498" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="905" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="493" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="906" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="491" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="907" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="490" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="908" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="487" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="909" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="486" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="910" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="484" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="911" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="477" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="912" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="475" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="913" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="474" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="914" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="471" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="915" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="470" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="916" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="468" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="917" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="463" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="918" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="462" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="919" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="460" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="920" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="456" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="921" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="445" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="922" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="443" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="923" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="442" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="924" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="439" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="925" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="438" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="926" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="436" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="927" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="431" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="928" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="430" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="929" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="428" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="930" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="424" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="931" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="415" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="932" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="414" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="933" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="412" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="934" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="408" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="935" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="400" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="936" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="381" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="937" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="379" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="938" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="378" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="939" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="375" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="940" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="374" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="941" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="372" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="942" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="367" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="943" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="366" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="944" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="364" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="945" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="360" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="946" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="351" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="947" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="350" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="948" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="348" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="949" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="344" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="950" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="336" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="951" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="319" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="952" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="318" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="953" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="316" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="954" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="312" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="955" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="304" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="956" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="288" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="957" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="253" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="958" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="251" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="959" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="250" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="960" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="247" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="961" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="246" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="962" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="244" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="963" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="239" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="964" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="238" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="965" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="236" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="966" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="232" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="967" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="223" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="968" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="222" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="969" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="220" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="970" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="216" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="971" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="208" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="972" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="191" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="973" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="190" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="974" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="188" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="975" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="184" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="976" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="176" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="977" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="160" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="978" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="127" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="979" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="126" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="980" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="124" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="981" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="120" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="982" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="112" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="983" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="96" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="984" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="64" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="985" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="509" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="986" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="507" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="987" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="506" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="988" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="503" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="989" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="502" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="990" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="500" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="991" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="495" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="992" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="494" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="993" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="492" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="994" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="488" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="995" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="479" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="996" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="478" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="997" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="476" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="998" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="472" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="999" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="464" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1000" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="447" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1001" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="446" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1002" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="444" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1003" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="440" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1004" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="432" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1005" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="416" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1006" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="383" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1007" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="382" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1008" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="380" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1009" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="376" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1010" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="368" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1011" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="352" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1012" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="320" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1013" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="255" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1014" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="254" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1015" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="252" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1016" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="248" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1017" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="240" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1018" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="224" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1019" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="192" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1020" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="128" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1021" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="511" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1022" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="510" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1023" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="508" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1024" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="504" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1025" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="496" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1026" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="480" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1027" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="448" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1028" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="384" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp>
<RelOp NodeId="1029" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.0032035" EstimateCPU="8.73e-05" AvgRowSize="9" EstimatedTotalSubtreeCost="1.1705e+150" TableCardinality="8" Parallel="1" EstimateRebinds="0" EstimateRewinds="1.34078e+154" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="256" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></NestedLoops></RelOp></Parallelism></RelOp></StreamAggregate></RelOp></Parallelism></RelOp>
<RelOp NodeId="1030" PhysicalOp="Parallelism" LogicalOp="Distribute Streams" EstimateRows="8" EstimateIO="0" EstimateCPU="0.02851" AvgRowSize="9" EstimatedTotalSubtreeCost="0.0318008" Parallel="1" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><Parallelism PartitioningType="RoundRobin">
<RelOp NodeId="1031" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimatedRowsRead="8" EstimateIO="0.003125" EstimateCPU="0.0001658" AvgRowSize="9" EstimatedTotalSubtreeCost="0.0032908" TableCardinality="8" Parallel="0" EstimateRebinds="0" EstimateRewinds="0" EstimatedExecutionMode="Row"><OutputList></OutputList><IndexScan Ordered="0" ForcedIndex="0" ForceScan="0" NoExpandHint="0" Storage="RowStore"><DefinedValues></DefinedValues><Object Database="[StackOverflow2013]" Schema="[dbo]" Table="[PostTypes]" Index="[PK_PostTypes_Id]" Alias="[pt]" TableReferenceId="512" IndexKind="Clustered" Storage="RowStore"></Object></IndexScan></RelOp></Parallelism></RelOp></NestedLoops></RelOp></Parallelism></RelOp></StreamAggregate></RelOp></QueryPlan></StmtSimple></Statements></Batch></BatchSequence></ShowPlanXML>
--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment