Re: postgresql with storage

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql with storage
Date: 2009-02-26 17:18:28
Message-ID: 49A6CEE4.9020605@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Nagalingam, Karthikeyan wrote:
> Thanks for your information Serge Fonville, My answers are below
>
> 1.Use a hight performance storage device (as applies with all databases)
>
> The stroages are in cluster

that could mean almost anything.

>
> 2. everything that uis located in the PostgreSQL datadirectory can be
> located on any device you prefer as long as the availability is
> guaranteed from the perspective of the PostgreSQL processes.
> Availability no issue, Is there any benchmark tool is there to check
> the performance of Postgres in Storage environment.
>

the only meaningful benchmark is your application, all other benchmarks
only measure the performance of the benchmark.

> What environment do you have.
> I would like to keep the database in storage controller, which is
> accessible through NFS.

NFS is generally not recommended for relational databases, file locking
and random access on NFS can be somewhat sketchy. Most high
performance database servers use either SAN (FC, iSCSI) or direct
attached storage.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message justin 2009-02-26 17:23:50 Re: foxpro, odbc, data types and unnecessary convertions
Previous Message Tom Lane 2009-02-26 16:33:58 Re: Postgresql selecting strange index for simple query