![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hiya, I'm planning to build an enterprise-level php web app which will be used to manage a large amount of users and which will get a lot of hits. so, which database setup should i use? got 2 choices, PostgreSQL or MySQL have used MySQL before but heard good stuff about PostgreSQL. Really interested in your views, Sincerely, John. |
#3
| |||
| |||
|
|
On Apr 27, 12:16 pm, jag <indieh... (AT) gmail (DOT) com> wrote: Hiya, I'm planning to build an enterprise-level php web app which will be used to manage a large amount of users and which will get a lot of hits. so, which database setup should i use? got 2 choices, PostgreSQL or MySQL have used MySQL before but heard good stuff about PostgreSQL. Really interested in your views, Sincerely, John. Lots if users heavy hit rate use: ORACLE (well you did ask for opinions) |
#4
| |||
| |||
|
|
Hiya, I'm planning to build an enterprise-level php web app which will be used to manage a large amount of users and which will get a lot of hits. so, which database setup should i use? got 2 choices, PostgreSQL or MySQL have used MySQL before but heard good stuff about PostgreSQL. |
#5
| |||
| |||
|
|
jag wrote: Hiya, I'm planning to build an enterprise-level php web app which will be used to manage a large amount of users and which will get a lot of hits. so, which database setup should i use? got 2 choices, PostgreSQL or MySQL have used MySQL before but heard good stuff about PostgreSQL. I'm under the impression that MySQL have been improved in v5 (not sure though). Earlier version was a nightmare, no views, no subselects, no referential integrity, operators with a completely different meaning than in other dbms, ... PostgreSQL was (is ?) much more standard compliant. If you ever decide to change dbms, it will be easier with postgres (still a lot of work though) Here are two references: http://sql-info.de/postgresql/postgr...l/gotchas.html Finally, the major players in the field (DB2, Oracle, MsSQL) all have free to use versions (under som restrictions) these days. I'm only familiar with DB2: http://www-306.ibm.com/software/data/db2/express/ Eventhough you clearly stated mysql/postgres as your alternatives, it might be worthwhile to have at look at these 3 /Lennart |
#6
| |||
| |||
|
|
thanks, i'm pretty familiar with MSSql and Oracle, it's just that for this project the inital budget for buying software is $0, once i've got a workable solution i can start getting money to move hardware. it's just these two are free to start with on apache, and i'm wondering which one to build from. Almost all the heavy duty databases including those from PostgreSQL |
|
..although i'm biased for mysql This is the only one that may not be "free to start with". MySQL AB |
#7
| |||
| |||
|
|
On Apr 28, 8:08 am, Lennart <erik.lennart.jons... (AT) gmail (DOT) com> wrote: jag wrote: Hiya, I'm planning to build an enterprise-level php web app which will be used to manage a large amount of users and which will get a lot of hits. so, which database setup should i use? got 2 choices, PostgreSQL or MySQL have used MySQL before but heard good stuff about PostgreSQL. I'm under the impression that MySQL have been improved in v5 (not sure though). Earlier version was a nightmare, no views, no subselects, no referential integrity, operators with a completely different meaning than in other dbms, ... PostgreSQL was (is ?) much more standard compliant. If you ever decide to change dbms, it will be easier with postgres (still a lot of work though) Here are two references: http://sql-info.de/postgresql/postgr...://sql-info.de... Finally, the major players in the field (DB2, Oracle, MsSQL) all have free to use versions (under som restrictions) these days. I'm only familiar with DB2: http://www-306.ibm.com/software/data/db2/express/ Eventhough you clearly stated mysql/postgres as your alternatives, it might be worthwhile to have at look at these 3 /Lennart thanks, i'm pretty familiar with MSSql and Oracle, it's just that for this project the inital budget for buying software is $0, once i've got a workable solution i can start getting money to move hardware. it's just these two are free to start with on apache, and i'm wondering which one to build from. ..although i'm biased for mysql |
#8
| |||
| |||
|
|
On Apr 28, 8:08 am, Lennart <erik.lennart.jons... (AT) gmail (DOT) com> wrote: jag wrote: Hiya, I'm planning to build an enterprise-level php web app which will be used to manage a large amount of users and which will get a lot of hits. so, which database setup should i use? got 2 choices, PostgreSQL or MySQL have used MySQL before but heard good stuff about PostgreSQL. I'm under the impression that MySQL have been improved in v5 (not sure though). Earlier version was a nightmare, no views, no subselects, no referential integrity, operators with a completely different meaning than in other dbms, ... PostgreSQL was (is ?) much more standard compliant. If you ever decide to change dbms, it will be easier with postgres (still a lot of work though) Here are two references: http://sql-info.de/postgresql/postgr...://sql-info.de... Finally, the major players in the field (DB2, Oracle, MsSQL) all have free to use versions (under som restrictions) these days. I'm only familiar with DB2: http://www-306.ibm.com/software/data/db2/express/ Eventhough you clearly stated mysql/postgres as your alternatives, it might be worthwhile to have at look at these 3 /Lennart thanks, i'm pretty familiar with MSSql and Oracle, it's just that for this project the inital budget for buying software is $0, once i've got a workable solution i can start getting money to move hardware. it's just these two are free to start with on apache, and i'm wondering which one to build from. ..although i'm biased for mysql |
#9
| |||
| |||
|
|
for development/test purposes, you can get ORACLE for free. Here's part of the license agreement. quote Any use of the Oracle Database Express Edition is subject to the following limitations; 1. Express Edition is limited to a single instance on any server; 2. Express Edition may be installed on a multiple CPU server, but may only be executed on one processor in any server; 3. Express Edition may only be used to support up to 4GB of user data (not including Express Edition system data); 4. Express Edition may use up to 1 GB RAM of available memory. /quote The license agreement you have quoted above is for the free, freely |
#10
| |||
| |||
|
|
well, it's good enough for Google...- Dölj citerad text - |
![]() |
| Thread Tools | |
| Display Modes | |
| |