First page Back Continue Last page Overview Graphics
PostgreSQL'de başarım
Örnek:
tdmsoft=# EXPLAIN SELECT tarih FROM info WHERE tarih > '2004-01-01';
QUERY PLAN
--------------------------------------------------------
Seq Scan on info (cost=100000000.00..100002410.40 rows=43691 width=4)
Filter: (tarih > '2004-01-01'::date)
Notes: