File: R_sample.out

package info (click to toggle)
pg-hint-plan-18 1.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,848 kB
  • sloc: ansic: 4,667; sql: 4,649; lex: 1,160; perl: 289; makefile: 85; python: 10; sh: 2
file content (10 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
                                QUERY PLAN                                 
---------------------------------------------------------------------------
 Merge Join  (cost=xxx rows=100 width=29)
   Merge Cond: (t1.c1 = t2.c1)
   ->  Index Scan using t1_i1 on t1  (cost=xxx rows=1000 width=15)
   ->  Sort  (cost=xxx rows=100 width=14)
         Sort Key: t2.c1
         ->  Seq Scan on t2  (cost=xxx rows=100 width=14)
(6 rows)