AllegroCache Changelog

What's new in AllegroCache 3.0.1

Dec 27, 2014
  • fix node compression bug in btrees

New in AllegroCache 3.0.0 (Oct 2, 2014)

  • Add compressed indexes to reduce disk footprint for read only databases.
  • Add regular expression to expression cursors.
  • More fixes for SMP safety, this time to the underlying btrees.

New in AllegroCache 2.2.2 (Mar 11, 2014)

  • Improvements for SMP safety.

New in AllegroCache 2.1.21 (Jul 4, 2013)

  • Change the logmaster structure and logic to take into account the presence of the :read-only flag for open-file-database. Now, logmaster opens log files with :direction :input in read-only databases.
  • create-expression-cursor has been documented to return nil if there are no values to return. However there was a problem where an error was signalled inside the server instead. This problem has been corrected.
  • Improve the performance of client/server operations by retrieving the approprite instance vector in one round trip rather than two.
  • If the database is opened read-only then ensure that the index btrees are also opened read-only as well. Previously we would avoid writing to the indexes in read-only mode but we did open the files in read/write mode.

New in AllegroCache 2.1.13 (Apr 1, 2010)

  • Fix problem with :use :memory when there are no class definitions loaded in memory yet.

New in AllegroCache 2.1.12 (Mar 3, 2010)

  • Handle OIDs larger than 29 bits.