Re: Performance - moving from oracle to postgresql

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Performance - moving from oracle to postgresql
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3415C2BC2@Herge.rcsinc.local
обсуждение исходный текст
Ответ на Performance - moving from oracle to postgresql  ("Greg Maples" <gregm@nimblefish.com>)
Список pgsql-performance
> There are some immediate questions from our engineers about
performance
>
> "- Oracle has one particular performance enhancement that Postgres is
> missing.  If you do a select that returns 100,000 rows in a given
order,
> and all you want are rows 99101 to 99200, then Oracle can do that very
> efficiently.  With Postgres, it has to read the first 99200 rows and
> then discard the first 99100.  But...  If we really want to look at
> performance, then we ought to put together a set of benchmarks of some
> typical tasks."

I agree with Rod: you are correct but this is a very odd objection.  You
are declaring a set but are only interested in a tiny subset of that
based on arbitrary critera.  You can do this with cursors or with clever
querying (not without materializing the full set however), but why?

Merlin


В списке pgsql-performance по дате отправления:

Предыдущее
От: Jacques Caron
Дата:
Сообщение: Re: Insert performance vs Table size
Следующее
От: grupos
Дата:
Сообщение: PERFORMANCE ISSUE ODBC x LIBPQ C++ Application