![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Guys, My boss has been keeping himself busy reading MySQL marketing pubs, and came at me with a few questions this morning regarding PostgreSQL features (we're currently moving to PostgreSQL). |
|
While I don't think either are really that important for our situation, he wanted to know specifically whether PostgreSQL supported SQL:2003, |
|
multiple CPUs and hosts (multithreading, load balancing, etc). |
#3
| |||
| |||
|
|
slony to set up load balancing depending on your needs... though I should say that PostgreSQL has tremendous ability to scale up even without getting into all the buzzword friendly schemes. |
#4
| |||
| |||
|
|
and what sort of capabilities PostgreSQL has to scale across multiple CPUs and hosts (multithreading, load balancing, etc). Well, PostgreSQL can certainly take advantage of multiple CPU's, although there are some cases where we could do more (use multiple CPU on one query). You can also use a combination of tools like pgpool and slony to set up load balancing depending on your needs... though I should say that PostgreSQL has tremendous ability to scale up even without getting into all the buzzword friendly schemes. |
#5
| |||
| |||
|
|
Guys, My boss has been keeping himself busy reading MySQL marketing pubs, and came at me with a few questions this morning regarding PostgreSQL features (we're currently moving to PostgreSQL). |
|
While I don't think either are really that important for our situation, he wanted to know specifically whether PostgreSQL supported SQL:2003, |
|
multiple CPUs and hosts (multithreading, load balancing, etc). |
#6
| |||
| |||
|
|
Guys, My boss has been keeping himself busy reading MySQL marketing pubs, and came at me with a few questions this morning regarding PostgreSQL features (we're currently moving to PostgreSQL). |
|
situation, he wanted to know specifically whether PostgreSQL supported SQL:2003, |
|
and what sort of capabilities PostgreSQL has to scale across multiple CPUs and hosts (multithreading, load balancing, etc). |
#7
| |||
| |||
|
|
Guys, My boss has been keeping himself busy reading MySQL marketing pubs, and came at me with a few questions this morning regarding PostgreSQL features (we're currently moving to PostgreSQL). While I don't think either are really that important for our situation, he wanted to know specifically whether PostgreSQL supported SQL:2003, and what sort of capabilities PostgreSQL has to scale across multiple CPUs and hosts (multithreading, load balancing, etc). |
|
I appreciate any input you can provide. Thanks, JB ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo (AT) postgresql (DOT) org |
#8
| |||
| |||
|
| That "multiple hosts" sounds that he came across the NDB cluster stuff that will become available in MySQL someday. Be aware that this new table handler will to my knowledge NOT support foreign keys. So the enforcement of referential integrity is back to the application, now in a multimaster cluster. I don't think that's a good idea, nor do I think it will be easier to add this later instead of doing it right in the initial design phase, but my way of solving problems is not the way MySQL plans their features. |
![]() |
| Thread Tools | |
| Display Modes | |
| |