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 AANLkTimPiqPaM2w7dWC09cQyVwz23tUL0DXU9ibe8biV@mail.gmail.com
обсуждение исходный текст
Ответ на Why Performance of SQL Query is *much* Slower in GUI PgAdmin  (Yan Cheng CHEOK <yccheok@yahoo.com>)
Ответы Re: Why Performance of SQL Query is *much* Slower in GUI PgAdmin  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
On Sun, May 16, 2010 at 7:21 PM, Yan Cheng CHEOK <yccheok@yahoo.com> wrote:
> Recently, I try to introduce my friend to use PostgreSQL.
>
> However, he first impression is that. PostgreSQL is much slower compared to MySQL. He realize he has to wait for 7
seconds,to create a tmp database. 
>
> He run a command through pgadmin GUI.
>
> "CREATE DATABASE TMP;"
>
> I try to run through command prompt instead. It tooks 2 seconds.

Maybe he's running an older version that hasn't had create db
optimized?  Maybe he's looking at exactly the wrong place to be
deciding which db is faster?  Seriously, from the perspective of a DBA
with a db in the hundreds of gigabytes, how long it takes to create an
empty one is exactly 0% interesting to me, unless it somehow becomes
minutes or something weird, which it hasn't.

How well a db runs with hundreds of active connections and queries,
and running complex operations is interesting.  This?  Not so much.

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

Предыдущее
От: Yan Cheng CHEOK
Дата:
Сообщение: 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