2008
Optimisation des performances de PHP sous Oracle et OCI8 : Ergonomie, Rails et Architecture de l'information web (2.0)
by nhoizeyexcellente présentation faite par Oracle traitant de l’optimisation des performances de PHP dans un environnement base de données Oracle avec le driver OCI8
2007
Database parallelism choices greatly impact scalability - The Database Column
by nhoizey & 1 otherLarge databases require the use of parallel computing resources to get good performance. There are several fundamentally different parallel architectures in use today
2006
Improve PHP Performance by Caching Database Results | Database Change Notification
by Xavier Lacot (via)As is well known, caching the results of database queries can dramatically improve script execution time and minimize the load on the database server. This technique can be especially effective if the data you are dealing with is quite static. This is because many data requests to a remote database may be eventually satisfied from the local cache, thus avoiding the need to make a connection to the database, execute the query, and fetch the results.
1
(3 marks)