outbackcdx
outbackcdx copied to clipboard
API to scan all records
Should support efficient paging.
I will be very interested in something like this as I am working on Archive Profiling to solve a related issue.
Was this why you added the RANGE query mode @ato ?! :-)
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)