Re: Postgres slower than MS ACCESS

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Postgres slower than MS ACCESS
Дата
Msg-id 1139933084.22740.177.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Postgres slower than MS ACCESS  ("Jay Greenfield" <jag@timberline.ca>)
Ответы Re: Postgres slower than MS ACCESS  ("Jay Greenfield" <jag@timberline.ca>)
Список pgsql-performance
On Tue, 2006-02-14 at 09:51, Jay Greenfield wrote:
> I am running some simple queries to benchmark Postgres 8.1 against MS
> Access and Postgres is 2 to 3 times slower that Access.

A BUNCH OF STUFF SNIPPED

> Why does Access run so much faster?  How can I get Postgres to run as
> fast as Access?

Because Access is not a multi-user database management system designed
to handle anywhere from a couple to several thousand users at the same
time?

PostgreSQL can do this update while still allowing users to access the
data in the database, and can handle updates to the same table at the
same time, as long as they aren't hitting the same rows.

They're two entirely different beasts.

One is good at batch processing moderate amounts of data for one user at
a time.  The other is good for real time processing of very large
amounts of data for a fairly large number of users while running at an
acceptable, if slower speed.

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

Предыдущее
От: martial.bizel@free.fr
Дата:
Сообщение: Re: out of memory
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: out of memory