ORDBMs: Informix vs Postgres vs Oracle
This article is written in English and Portuguese
Este artigo está escrito em Inglês e Português
English version:
I just noticed on Twitter and other feeds that a recent article compares the object oriented features of three databases. And yes, one of them is Informix, which is not that bad for a database that many consider "old", "outdated", "gone" etc.The author picked up Informix, Postgres and Oracle and makes some comparison between the way object oriented features are implemented.
You should read it yourself (it's a short article), but my understanding is:
- Informix and Postgres are more mature and have more deeply embedded concepts than Oracle
- Informix inherits primary keys and indexes in sub-types which Postgres can't do
- Informix does not support multiple inheritance which Postgres does (and because of that can't really support primary key inheritance)
- Oracle syntax for method reference looks "cleaner" than Informix and Postgres (which are identical)
- Oracle uses the tables as mere object repositories, and doesn't implement the OO features at the table level
Versão Portuguesa:
Encontrei recentemente no Twitter e noutras fontes referências a um artigo que compara as funcionalidades de orientação a objetos de três bases de dados. E sim, uma delas é o Informix, o que não é mau de todo para uma base de dados que muitos consideram "antiga", "desatualizada", "extinta" etc.
O autor pegou no Informix, Postgres e Oracle e comparou a forma como foram implementas as funcionalidades de orientação a objetos.
Deverá ler por si (o artigo é pequeno), mas o meu entendimento foi o seguinte:
- O Informix e Postgres são mais maduros e embeberam os conceitos mas profundamente que o Oracle
- O Informix permite a herança das chaves primárias e índices, o que o Postgres não permite
- O Informix não suporta a herança múltipla o que o Postgres permite (e por causa disso não pode suportar a herança das chaves primárias)
- A sintaxe usada pelo Oracle parece mais "limpa" que a do Informix e Postgres (que são identicas)
- O Oracle utiliza as tabelas como mero repositório dos objetos não implementando as características OO ao nível das tabelas
1 comment:
This is a good article. I would add that Informix is quoted twice (as PostgreSQL which is also a good product), and the big one only once...
Too bad nothing is said about robustness, scalability and use of system resources :-(
And, for those who had a doubt: Informix is not a DBMS made by the Gaulish!
Post a Comment