Re: Recommended RAID for Postgres

Поиск
Список
Период
Сортировка
От Montaseri
Тема Re: Recommended RAID for Postgres
Дата
Msg-id 8078a1730807081112j6d49512kd1f738eb64ae20b0@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Recommended RAID for Postgres  ("Mikko Partio" <mpartio@gmail.com>)
Список pgsql-admin
I'd also vote for RAID-5, best disk utilization, good on read, bad on writes, performance is good due to stripping

If you can get some hardware raid to do the job (vs software raid) than performance gets better...an HBA board as low as $150 will (at least) double your speed

Medi

On Mon, Jul 7, 2008 at 1:28 AM, Mikko Partio <mpartio@gmail.com> wrote:


On Mon, Jun 30, 2008 at 3:30 PM, Thomas Bräutigam <thomas.braeutigam@nexustelecom.com> wrote:
Hello all,
 
I have a pretty huge Postgres DB, about 1,3 to 1,5 Terra. What do you guys recommend on RAID Levels for this Database. Which does Postgres recommend, and with which do Postgres run very good or in the best way?

We are running one ~2 TB database, mainly read-only stuff except for at batch import process every night. We are using RAID5 (RAID10 would require too many hard disk drives).
 
What Backup Strategy do you think would be the best. Dump the DB once a week or work with the WAL`s? For your info, the data which is feeded to the database is available and could be feeded again but it would maybe take a couple of days. So what would be a solution to bring up the huge DB in about one day after a crash. This would be the target.

I'd say that backup (using filesystem tools) the database once a week or fortnight and archive wals everyday. That's what we are doing and it's been working just fine.

Regards

Mikko


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

Предыдущее
От: "Igor Neyman"
Дата:
Сообщение: Re: dropping a user in 8.2.6
Следующее
От: "Eko Prasetiyo"
Дата:
Сообщение: Install another version on different directory and port (CentOS, Redhat)