Posted on March 13, 2007, 5:50 am, by spiros, under
Databases,
Java.
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 on November 14, 2006, 7:59 pm, by spiros, under
Databases.
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 on February 21, 2006, 4:47 pm, by spiros, under
Databases.
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 [...]