High Disk write and space taken by PostgreSQL

Поиск
Список
Период
Сортировка
От J Ramesh Kumar
Тема High Disk write and space taken by PostgreSQL
Дата
Msg-id CA+-36iFtmVsuvrXbahBX=29Sn-9XsaZpWHQfg9dmOf3SEkJcug@mail.gmail.com
обсуждение исходный текст
Ответы Re: High Disk write and space taken by PostgreSQL  (David Barton <dave@oneit.com.au>)
Список pgsql-performance

Hi,

My application has high data intensive operations (high number of inserts 1500 per sec.). I switched my application from MySQL to PostgreSQL. When I take performance comparison report between mysql and pgsql, I found that, there are huge difference in disk writes and disk space taken. Below stats shows the difference between MySQL and PostgreSQL.


MySQLPostgreSQL
Inserts Per Second*15001500
Updates Per Second*6.56.5
Disk Write Per Second*0.9 MB6.2 MB
Database Size Increased Per day* 13 GB36 GB

* approx values

Why this huge difference in disk writes and disk space utilization? How can I reduce the disk write and space ? Kindly help me. Please let me know, if you require any other information(such as postgres.conf).

Thanks,
Ramesh

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: 7k records into Sort node, 4.5m out?
Следующее
От: David Barton
Дата:
Сообщение: Re: High Disk write and space taken by PostgreSQL