By spiros on March 13, 2007
Oracle has released the Toplink O/R mapping framework as open source. They proposed a new persistence project, named Eclipse Persistence Platform (or EclipseLink for short), at the Eclipse Foundation and they are donating the Toplink source code to start the project. The EclipseLink will be a runtime project offering only libraries and no IDE tooling. [...]
Posted in Databases, Java | Tagged eclipse, EclipseLink, jpa
By spiros on November 14, 2006
At the MySQL Performance Blog there is a very interesting article about PHP‘s persistent MySQL connections (connection pooling) and why they are not enabled by default in the mysqli extension.
Posted in Databases | Tagged mysql, php
By spiros on February 21, 2006
The federated storage engine in MySQL is a storage engine that allows you to link multiple database tables, that exists in different instances of the database server, into logical databases. The federated storage engine was added to MySQL at version 5.0 and allows us to do various cool things like synchronous replication (using federated tables [...]
Posted in Databases | Tagged distributed, mysql