Re: Why Performance of SQL Query is *much* Slower in GUI PgAdmin

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Why Performance of SQL Query is *much* Slower in GUI PgAdmin
Дата
Msg-id AANLkTinx7_LjldMYDuuWBvoXLVzqvKQPQCWQars8JqBL@mail.gmail.com
обсуждение исходный текст
Ответ на Why Performance of SQL Query is *much* Slower in GUI PgAdmin  (Yan Cheng CHEOK <yccheok@yahoo.com>)
Список pgsql-general
Here's a more useful test.

write a simple script that creates a 100 or so dbs.  Run it against
each database, and while it's running, pull the power plug.  Plug back
in, see if your database comes back up uncorrupted.

If pgsql is on proper db hardware (i.e. it obeys fsync, has battery
backed cache on a RAID controller, etc) it should come up no problems.
 Since the system catalogs are stored in the same transactional engine
/ table type as everything else.  On MySQL, maybe, maybe not, as the
system catalogs are always stored in MyISAM tables even if you dont'
use them for anything else.

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Why Performance of SQL Query is *much* Slower in GUI PgAdmin
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Why Performance of SQL Query is *much* Slower in GUI PgAdmin