cdap icon indicating copy to clipboard operation
cdap copied to clipboard

Adding interface for scan by keyrange and index

Open sanjanasandeep opened this issue 2 years ago • 1 comments

Discarding #14541.

We need these functions in LCM for:

Scan the table based off primary key prefix (namespace id and app name) and index field (latest == true) -> to retrieve latest version of the app. Scan the table based off primary key prefix (namespace id and app name) and sort based on index field (created time DESC) -> to retrieve the versions of the app in the GET /apps endpoint.

sanjanasandeep avatar Sep 22 '22 15:09 sanjanasandeep

gitpod-io[bot] avatar Sep 22 '22 15:09 gitpod-io[bot]