Skip to content

[IndexedCAS - PART3] Add least_recent_digests method and implementation

Rohit Kothur requested to merge rkothur/index-lru-impl into rkothur/index-baseline-impl

Description

Part 3 of the Indexed CAS changes. This adds the least_recent_digests method to the IndexABC, which allows a caller to iterate through all blobs in the index in timestamp order.

Old discussion here: !231 (closed)

Changes proposed in this merge request:

  • Add least_recent_digests to IndexABC.
  • Add implementation to SQL, using window functions (see comments for details)
  • Add tests

This merge request, when merged, will address issue/bug:

#181 (closed)

Edited by Rohit Kothur

Merge request reports