Search Postgresql Archives

Re: Ask about large database?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2007-01-18 at 02:03, Thuy Nguyen wrote:
> Hi Sir/Madam!
> I am look for RDBMS solution for my web application, size of my
> database may be about 10GB-->500GB. How PostgreSQL work well or how
> must I config it? 
> My application process data locally; one database has only one
> connection (not a server-client model).
> Please tell me your suggestions!

Not being flippant here, honest, but you haven't told us enough to
really know.  I've seen terabyte sized datasets that postgresql was very
fast on (relatively speaking) and gigabyte sized datasets that were a
horrible choice for.

Most of the time it's the processing methodology that determines if
pgsql is a good fit, not the size of the dataset.

Batch processing is generally not pgsql's strong suit.  It can do it,
and I've used it for it many a time, but often sed / awk / mysql / grep
/ php / perl are better tools for batch processing than pgsql.

So, tell us what you're gonna do.  Plus, it might be that with some
tweaks to your methods, pgsql can go from being a poor choice to being a
good one.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux