At 11:50 PM 11/17/02, Shiva Haddad wrote:
I want to have client , server database in redhat for a IP Telephone system product,
it must be multi-user & ...
which one is better , Mysql or postgresql ?
From what I've read, it appears to depend on what you will do. If your system will be largely inquiry only, with very few updates (or perhaps reloaded from outside system), then mysql appears to do the job well (perhaps even better than postgresql). If you need a more dynamic system with many updates, then postgresql seems to be chosen more often.

Your best bet might be to install another layer between your application and your database, then it is quite easy to switch databases - as long as your SQL is standard and database support the version of standard you are using.

Frank


Reply via email to