microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

add logic support reverse query results #74

Closed kaibocai closed 2 years ago

kaibocai commented 2 years ago

This PR add logic to support reversing query results. https://github.com/microsoft/durabletask-java/issues/73

cgillum commented 2 years ago

After some discussion, we decided to abandon this work item. The primary issue is that Azure Storage (the most common storage backend) doesn't support ordering the results of a query, making it impossible to implement this feature efficiently.