Re: PostgreSQL versus MySQL for GPS Data

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: PostgreSQL versus MySQL for GPS Data
Дата
Msg-id 20090317155451.GI8123@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: PostgreSQL versus MySQL for GPS Data  (Juan Pereira <juankarlos.openggd@gmail.com>)
Список pgsql-general
Juan,

* Juan Pereira (juankarlos.openggd@gmail.com) wrote:
> The main reason why we thought using a table per truck was because
> concurrent load: if there are 100 trucks trying to write in the same table,
> maybe the performance is worse than having 100 tables, due to the fact that
> the table is blocked for other queries while the writing process is running,
> isn't it?

That assumption is incorrect with regard to PostgreSQL, as you'll find
if you go through the other links suggested.  Writing to a table does
not require a table-level write lock in PostgreSQL.

        Thanks,

            Stephen

Вложения

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Running Postgresl in a virual machine
Следующее
От: Erik Jones
Дата:
Сообщение: Re: PostgreSQL versus MySQL for GPS Data