outbackcdx icon indicating copy to clipboard operation
outbackcdx copied to clipboard

API to scan all records

Open ato opened this issue 6 years ago • 3 comments

Should support efficient paging.

ato avatar Nov 21 '18 10:11 ato

I will be very interested in something like this as I am working on Archive Profiling to solve a related issue.

ibnesayeed avatar Nov 21 '18 15:11 ibnesayeed

Was this why you added the RANGE query mode @ato ?! :-)

anjackson avatar Nov 05 '19 15:11 anjackson

Possibly. I'm going to leave this open as the current matchType=range implementation isn't quite ideal for this use case. I think we'd also want to:

  • specify an end key for the range
  • specify the range with greater precision by including start and end times
  • document how to use it for paging (i.e. using the last url as a resumption token)

ato avatar Nov 06 '19 02:11 ato