Re: MySQL and PostgreSQL speed compare

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: MySQL and PostgreSQL speed compare
Дата
Msg-id Pine.LNX.4.30.0012291753540.822-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: MySQL and PostgreSQL speed compare  ("Gordan Bobic" <gordan@freeuk.com>)
Список pgsql-general
Gordan Bobic writes:

> > Actually, if he ran Postgresql with WAL enabled, fsync shouldn't
> > make much of a difference.
>
> What's WAL?

Write Ahead Logging

It's a system that writes anything that it wants to do to the database to
a log file first and if the system crashes before the data is in the
database proper then it will replay the log on restart.  (I guess you
could think of it as similar to a journalling file system.)  That means
that fsync is never necessary on actual data files, only on the log files,
which are much smaller.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Changes for Foreign Keys from 7.0.3 to 7.1beta?
Следующее
От: "Thomas T. Thai"
Дата:
Сообщение: can't post