OSDN Git Service

Rowsヒント句の比率指定(R-3-3-*)の試験を追加した。
[pghintplan/pg_hint_plan.git] / expected / R_1-6-11.out
1                                 QUERY PLAN                                 
2 ---------------------------------------------------------------------------
3  Merge Join  (cost=xxx rows=100 width=19)
4    Merge Cond: (t1.c1 = t2.c1)
5    ->  Index Scan using t1_i1 on t1  (cost=xxx rows=1000 width=15)
6    ->  Sort  (cost=xxx rows=100 width=4)
7          Sort Key: t2.c1
8          ->  Seq Scan on t2  (cost=xxx rows=100 width=4)
9 (6 rows)
10
11                                 QUERY PLAN                                 
12 ---------------------------------------------------------------------------
13  Merge Join  (cost=xxx rows=100 width=19)
14    Merge Cond: (t1.c1 = t2.c1)
15    ->  Index Scan using t1_i1 on t1  (cost=xxx rows=1000 width=15)
16    ->  Sort  (cost=xxx rows=100 width=4)
17          Sort Key: t2.c1
18          ->  Seq Scan on t2  (cost=xxx rows=100 width=4)
19 (6 rows)
20
21                                 QUERY PLAN                                 
22 ---------------------------------------------------------------------------
23  Merge Join  (cost=xxx rows=1 width=19)
24    Merge Cond: (t1.c1 = t2.c1)
25    ->  Index Scan using t1_i1 on t1  (cost=xxx rows=1000 width=15)
26    ->  Sort  (cost=xxx rows=100 width=4)
27          Sort Key: t2.c1
28          ->  Seq Scan on t2  (cost=xxx rows=100 width=4)
29 (6 rows)
30