Re: Using "LIMIT" is much faster even though, searching
Hyun-Sung, Jang <siche@siche.net>
From: "Hyun-Sung, Jang" <siche@siche.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-performance@postgresql.org
Date: 2004-12-01T04:38:40Z
Lists: pgsql-performance
before test, I already executed VACUUM FULL. this result show up after vacuum full. Tom Lane 쓴 글: >=?UTF-8?B?7J6l7ZiE7ISx?= <siche@siche.net> writes: > > >>but, sequence scan, as you see above result, there is big time >>difference between using LIMIT and without using it. >> >> > >You've got a table full of dead rows. Try VACUUM FULL ... > > regards, tom lane > > >