What about LIMIT in SELECT ? - Mailing list pgsql-hackers

From Oleg Bartunov
Subject What about LIMIT in SELECT ?
Date
Msg-id Pine.GSO.3.96.SK.981013211058.17758A-100000@ra
Whole thread Raw
Responses Re: [HACKERS] What about LIMIT in SELECT ?  (Terry Mackintosh <terry@terrym.com>)
RE: [HACKERS] What about LIMIT in SELECT ?  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
List pgsql-hackers
Hi,

I took a look at mysql and was very impressed with   possibility
to limit number of rows returned from select. This is very useful
feature for Web applications when user need to browse results of
selection page by page. In my application I have to do full
select every time user press button [Next] and show requested page
using perl. This works more or less ok for several thousands rows but
totally unusable for large selections. But now I'm about to work
with big database and I don't know how I'll stay with postgres :-)
It'll just doesn't work if customer will wait several minutes just browse
next page. Mysql lacks some useful features postgres has
(subselects, transaction ..) but for most Web applications I need
just select :-) I dont' know how LIMIT is implemented in Mysql and
I know it's not in SQL92 standart, but this makes Mysql very popular.

Is it difficult to implement this feature in postgres ?

    Regards,

        Oleg


_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


pgsql-hackers by date:

Previous
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: [HACKERS] Permissions not working?
Next
From: "Taral"
Date:
Subject: RE: [HACKERS] AW: compilation problem on AIX