You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2006/06/02 22:33:45 UTC

[Db-derby Wiki] Update of "DerbyLruCacheManager" by GokulSoundararajan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The following page has been changed by GokulSoundararajan:
http://wiki.apache.org/db-derby/DerbyLruCacheManager

------------------------------------------------------------------------------
  
  == Design and Implementation Plan/Thoughts ==
  
- == Status ==
+ == Status/Updates ==
  
+ === June 02, 2006 ===
+ 
+ Created prototypes for different cache algorithms:
+  1. FIFO Cache
+  1. LRU Cache
+  1. Clock Cache
+  1. Two Queue Cache
+  1. CAR Cache
+  1. CART Cache
+ 
+ Running basic experiments to measure performance for a Zipf Workload
+ 
+ === May, 2006 ===
  Gokul is setting up a Derby build of the trunk and reading up on the CacheManager and Clock implementation.
+ Talked with Oystein Grovlen and discussed plans.
+ Immediate plan to create prototype caches to test different algorithms