> Our developers are lobbying to move from Java/Informix platform to PHP/MySQL
> platform. I am advocating PHP/Informix combination because of my firm belief
> in the superiority of Informix over MySQL, both from feature and stability
> standpoint. The developers believe that PHP/MySQL will deliver a much
> superior performance on Linux compared to PHP/IDS 9.30 combination. Can
> someone please share your experience in this arena? Thanks.
--
Paul Watson #
Oninit Ltd # Growing old is mandatory
Tel: +44 1436 672201 # Growing up is optional
Fax: +44 1436 678693 #
Mob: +44 7818 003457 #
www.oninit.com #
I have IDS 9.30 in a linux and another linux box with Apache/Php/CSDK.
PHP/Informix is pretty good combination. I'm switching all my previous ifx_*
code to use AdoDB to make the code database independent.
Maybe your app is so basic that you can use MySQL, but you should use Adodb
(or another DB abstraction layer) to be prepared to switch to a real
database just in case MySQL is not what you need, or to be ready to switch
to DB2 in a future.
HTH
> Our developers are lobbying to move from Java/Informix platform to
PHP/MySQL
> platform. I am advocating PHP/Informix combination because of my firm
belief
> in the superiority of Informix over MySQL, both from feature and stability
> standpoint. The developers believe that PHP/MySQL will deliver a much
> superior performance on Linux compared to PHP/IDS 9.30 combination. Can
> someone please share your experience in this arena? Thanks.
I can tell you that Mysql is very limited :
No Triggers, No Foreign Keys (you can define them but doesn't really work),
No stored procedures ...
The performance in huge transactional systems
Is very limited.
The only advantage of MySql is the cost, it is Free.
The best choice is IDS.
regards
-----Mensaje original-----
Enviado el: Jueves, 06 de Febrero de 2003 10:07 a.m.
Asunto: Re: PHP/MySQL vs PHP/Informix performance
I have IDS 9.30 in a linux and another linux box with Apache/Php/CSDK.
PHP/Informix is pretty good combination. I'm switching all my previous ifx_*
code to use AdoDB to make the code database independent.
Maybe your app is so basic that you can use MySQL, but you should use Adodb
(or another DB abstraction layer) to be prepared to switch to a real
database just in case MySQL is not what you need, or to be ready to switch
to DB2 in a future.
HTH
> Our developers are lobbying to move from Java/Informix platform to
PHP/MySQL
> platform. I am advocating PHP/Informix combination because of my firm
belief
> in the superiority of Informix over MySQL, both from feature and stability
> standpoint. The developers believe that PHP/MySQL will deliver a much
> superior performance on Linux compared to PHP/IDS 9.30 combination. Can
> someone please share your experience in this arena? Thanks.
please note ...
> I can tell you that Mysql is very limited :
> No Triggers, No Foreign Keys (you can define them but doesn't really
MySQL can handle foreign keys (and transactions) only if you install innodb
or another extension and the table you create with the syntax 'create table
... type=innodb'.
Please note, I really dislike MySQL as much as MS Access but for some really
small applications it may work.
> The only advantage of MySql is the cost, it is Free.
> The best choice is IDS.
> regards
> -----Mensaje original-----
> Enviado el: Jueves, 06 de Febrero de 2003 10:07 a.m.
> Asunto: Re: PHP/MySQL vs PHP/Informix performance
> I have IDS 9.30 in a linux and another linux box with Apache/Php/CSDK.
> PHP/Informix is pretty good combination. I'm switching all my previous
ifx_*
> code to use AdoDB to make the code database independent.
> Maybe your app is so basic that you can use MySQL, but you should use
Adodb
> (or another DB abstraction layer) to be prepared to switch to a real
> database just in case MySQL is not what you need, or to be ready to switch
> to DB2 in a future.
> HTH
> ----- Original Message -----
> Sent: Wednesday, February 05, 2003 11:52 AM
> Subject: PHP/MySQL vs PHP/Informix performance
> > Our developers are lobbying to move from Java/Informix platform to
> PHP/MySQL
> > platform. I am advocating PHP/Informix combination because of my firm
> belief
> > in the superiority of Informix over MySQL, both from feature and
stability
> > standpoint. The developers believe that PHP/MySQL will deliver a much
> > superior performance on Linux compared to PHP/IDS 9.30 combination. Can
> > someone please share your experience in this arena? Thanks.
1. PHP+MySQL vs. PHP+PostgreSQL
It's very dated; Postgresql doesn't have an 8k row limit:
Maximum size for a database: unlimited (60GB databases exist)
Maximum size for a table: 64 TB on all operating systems
Maximum size for a row: unlimited
Maximum size for a field: 1GB
Maximum number of rows in a table: unlimited
Maximum number of columns in a table: 1600
Maximum number of indexes on a table: unlimited
--
http://www.spinics.net/linux/
2. HELP: Informix Performance on Tandem Non-Stop
3. Php vs. Informix: error 952
5. [PHP] Re: psql with PHP question
6. Subscribe
7. [PHP] RPMs for PHP accessing PostgreSQL via ODBC over RedHat
8. Please comment - Delphi vs Access
9. [PHP] PostgreSQL + PHP + SQL warning messages
10. RV: [PHP-DEV] PHP 4.0 Bug #5656 Updated: ifx_pconnect : E [SQLSTA
11. PHP and DB2 - anyone done anything with PHP?
12. Php question Php Questions !!
13. Apache/PHP/Informix and Apache/Perl/Informix