vol7ron
New Member
- Messages
- 434
- Reaction score
- 0
- Points
- 0
I think a lot of users aren't familiar with Postgres, which is why I see a lack of use. -- That and turnkey web solutions seem to default to the PHP/MySQL combination, which users don't know or want to modify.
While I can't do anything about #2 for those that don't know much about editing their applications, I can address the unfamiliarity.
There are three good sites I think people might be interested in:
» Pro PostgreSQL over MySQL
» Wiki - MySQL vs PostgreSQL
» Benchmark comparison of MySQL vs PostgreSQL
Obviously, because the first link is a site that is for PostgreSQL, you may think that it'd be a little bias about PostgreSQL's capabilities over MySQL's; however, after reading the article, I can't say that for sure. It addresses both MySQL's and PostgreSQL's benefits over one another. The truest statement was probably in saying: "Benchmarks are very difficult to do well; creating truly comparable benchmarks is a complex art." They also address that the only true benchmarks is to have both databases optimized and tuned. Regardless, the better the hardware you throw at the matter, the better PostgreSQL results, unlike MySQL which doesn't scale nicely.
The Wiki is a little less biased and even still, seems to proclaim Postgres as being the better option. The third link was actually taken from the Wiki page, I just wanted to make sure people saw this. One thing to pay attention to is the numbers on the graph, even though MySQL seems to degrade over connections, it seems like the numbers are still higher than Postgres's -- I didn't read the 3rd article fully for lack of time.
Final thought: Old tests showed that MySQL was the faster database, but since then users noticed that Postgres had pessimistic configurations and when optimized it performed better (the latest versions of PgSQL is a little more optimistic). Additionally, the data integrity of Postgres is much better due to the preprocessing, unlike MySQL where data problems do exist.
Hope this helps,
vol7ron :Þ
Ü
Edit:
I suppose either no one cares, or no one is reading or thinks anything about the links.
What it comes down to is Pg is faster, more reliable, more feature rich, and open sourced with regular updates and new features.
All-in-all, even if you use MySQL predominantly, I'm hoping to spark some interest for users to start playing around with Postgres and stored procedures. If x10 installs the newest version, 8.3, then you will be happy to see Full Text Search capabilities installed with it.
While I can't do anything about #2 for those that don't know much about editing their applications, I can address the unfamiliarity.
There are three good sites I think people might be interested in:
» Pro PostgreSQL over MySQL
» Wiki - MySQL vs PostgreSQL
» Benchmark comparison of MySQL vs PostgreSQL
Obviously, because the first link is a site that is for PostgreSQL, you may think that it'd be a little bias about PostgreSQL's capabilities over MySQL's; however, after reading the article, I can't say that for sure. It addresses both MySQL's and PostgreSQL's benefits over one another. The truest statement was probably in saying: "Benchmarks are very difficult to do well; creating truly comparable benchmarks is a complex art." They also address that the only true benchmarks is to have both databases optimized and tuned. Regardless, the better the hardware you throw at the matter, the better PostgreSQL results, unlike MySQL which doesn't scale nicely.
The Wiki is a little less biased and even still, seems to proclaim Postgres as being the better option. The third link was actually taken from the Wiki page, I just wanted to make sure people saw this. One thing to pay attention to is the numbers on the graph, even though MySQL seems to degrade over connections, it seems like the numbers are still higher than Postgres's -- I didn't read the 3rd article fully for lack of time.
Final thought: Old tests showed that MySQL was the faster database, but since then users noticed that Postgres had pessimistic configurations and when optimized it performed better (the latest versions of PgSQL is a little more optimistic). Additionally, the data integrity of Postgres is much better due to the preprocessing, unlike MySQL where data problems do exist.
Hope this helps,
vol7ron :Þ
Ü
Edit:
I suppose either no one cares, or no one is reading or thinks anything about the links.
What it comes down to is Pg is faster, more reliable, more feature rich, and open sourced with regular updates and new features.
All-in-all, even if you use MySQL predominantly, I'm hoping to spark some interest for users to start playing around with Postgres and stored procedures. If x10 installs the newest version, 8.3, then you will be happy to see Full Text Search capabilities installed with it.
Last edited: