facebook / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
28.73k stars 6.34k forks source link

Add public API definitions for surfacing data age #13138

Open jowlyzhang opened 2 weeks ago

jowlyzhang commented 2 weeks ago

This PR adds the definition for the public APIs for surfacing data write time info. It only contains minimum implementation. The implementations will be in follow ups. I need to sync with customers if these public APIs meet their requirements and are easy to use. And make modifications accordingly before proceeding with implementations.

Follow ups:

Test plan: No functional change, also follow ups should have tests covering the minimum implementation added in this PR.

facebook-github-bot commented 2 weeks ago

@jowlyzhang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 1 week ago

@jowlyzhang has updated the pull request. You must reimport the pull request before landing.

facebook-github-bot commented 1 week ago

@jowlyzhang has updated the pull request. You must reimport the pull request before landing.

facebook-github-bot commented 1 week ago

@jowlyzhang has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.