Ticket #15 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

API to get data from multiple versions in one call.

Reported by: bruno Owned by: evert
Priority: minor Milestone: 0.2
Component: Repository Version:
Keywords: Cc: lily-developers@…

Description

For the purpose of displaying e.g. a screen with the list of versions of a record, it would be useful if there was an API call which is able to return the data from multiple versions.

e.g.

List<Record> readVersion(RecordId, int from, int to, fields...);

Since all this data is stored in one HBase row, it does not make sense to do this using some concurrent-get technique.

Change History

comment:1 Changed 3 years ago by bruno

  • Cc lily-developers@… added

comment:2 Changed 3 years ago by bruno

  • Milestone set to 0.2

comment:3 Changed 3 years ago by evert

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.