What about LIMIT in SELECT ?
От
Oleg Bartunov
Тема
What about LIMIT in SELECT ?
Дата
Msg-id
Pine.GSO.3.96.SK.981013211058.17758A-100000@ra
Список
Дерево обсуждения
What about LIMIT in SELECT ? Oleg Bartunov <oleg@sai.msu.su>
RE: [HACKERS] What about LIMIT in SELECT ? "Hiroshi Inoue" <Inoue@tpf.co.jp>
Re: [HACKERS] What about LIMIT in SELECT ? Terry Mackintosh <terry@terrym.com>
Re: [HACKERS] What about LIMIT in SELECT ? Bruce Momjian <maillist@candle.pha.pa.us>
Re: [HACKERS] What about LIMIT in SELECT ? Terry Mackintosh <terry@terrym.com>
Re: [HACKERS] What about LIMIT in SELECT ? "Marc G. Fournier" <scrappy@hub.org>
Re: [HACKERS] What about LIMIT in SELECT ? Terry Mackintosh <terry@terrym.com>
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 по дате отправления