Re: SQL performance issue with PostgreSQL compared to MySQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL performance issue with PostgreSQL compared to MySQL
Дата
Msg-id 4193.1024496331@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SQL performance issue with PostgreSQL compared to MySQL  (Jeff Self <jself@nngov.com>)
Ответы Re: SQL performance issue with PostgreSQL compared to MySQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-sql
Jeff Self <jself@nngov.com> writes:
> if it's too OT, let me know, and I'll stop. The query "SELECT authuser,
> SUM(bytes) AS traffic FROM logfile GROUP BY authuser ORDER BY traffic"
> [is slow]

What datatype are the columns used in the query?  And what PG version
are we talking about?
        regards, tom lane


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

Предыдущее
От: Masaru Sugawara
Дата:
Сообщение: Re: Joining three data sources.
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: SQL performance issue with PostgreSQL compared to