Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
I am starting development of a new Web 2.0 site, and I need to decide on a database backend. I am strongly considering MySQL because it seems to have the most active community and documentation. However, I also am drawn to PostgreSQL because it seems more powerful for future growth. Does anyone have any opinions on one vs. the other?
Name: David Perry Date: June 5, 2009 at 12:11:55 Pacific
Reply:
Postgres is a more full featured rdbms although the feature war goes on with mysql5 addressing some of the shortcomings. If there are features found in Postgres that are not yet in mysql that will affect your project, go with Postgres. Otherise mysql ( => Sun => Oracle ) will be faster for as long as Oracle lets it stay in the market.
Summary: Situation: I am trying to delete records that are in three separate tables simultaneously. The database belong to a Veterinary Clinic. I have three tables: tableA, tableB and tableC. tableA contains ...
Summary: hey all, i need to know how to transfer a MySQL database from one domain to another ... i understand that i can use phpmyadmin to do this using the export and import functions however, when i tried to...
Summary: Hello, I'm wondering if we can do math fraction operations and also store in columns, by keeping it always in fractions format (dividend/divisor) including if there's an integer before the fraction li...