PDA

View Full Version : PostgreSQL scalability


hp9000
12-21-01, 16:19
Hello,

I'd like to know how well can PostgreSQL scalate to accomodate growth, that is, how many cpus it can handle, if it can perform parallel queries/inserts/etc. the way Oracle/Sybase can.

Thanks!
Gabriel.

gLn23
01-31-02, 03:59
Originally posted by hp9000

I'd like to know how well can PostgreSQL scalate to accomodate growth, that is, how many cpus it can handle, if it can perform parallel queries/inserts/etc. the way Oracle/Sybase can.


so far our data are still ok with pgsql... weve got almost 50-70 users accessing the database...

eperich
01-31-02, 07:20
I don't think it's oin the new version
but when you look in the TODO list for the 7.3
then you see that there should be multiple backends

Maybe this is ine step towwards this parallel queries.

Eperich