News Feed
Jobs Feed
Sections




News Archive
Chris Jones' Blog:
More on PHP and Oracle 11gR2 Improvements to Client Result Caching
March 04, 2011 @ 09:56:33

Chris Jones has posted more information to his Oracle blog about the caching and other improvements that come along with the Oracle 11gR2 release that can be used in PHP applications.

Oracle 11.2 brought several improvements to Client Result Caching. CRC is way for the results of queries to be cached in the database client process for reuse. [...] PHP OCI8 as a "client" of the database can use CRC. The cache is per-process, so plan carefully before caching large data sets. Tables that are candidates for caching are look-up tables where the network transfer cost dominates.

Like many of the other server-side tools Oracle has to offer, it's pretty simple to enable this caching. Before you had to add a custom bit to your query to tell it to enable the caching. Now it's as simple as setting it up on the CREATE or ALTER for the table - nothing extra for the developer to do.

0 comments voice your opinion now!
oracle caching client result create alter


blog comments powered by Disqus

Similar Posts

Steven Choy's Blog: PHP Scripts for creating and managing FAQ systems

Cyberlot's Blog: PHP Extension creating, the quick and dirty.

Phish Tank: Install & Configure Apache+PHP+ZendFramework+OracleDbXe On Windows In Minutes

International PHP Magazine: April 2007 Issue Released

Tilllate Blog: Caching of Dynamic Data Sets


Community Events











Don't see your event here?
Let us know!


database rest opinion symfony2 conference example language series podcast interview functional release framework phpunit development zendframework2 usergroup testing community introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework