You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix implemented in #35 ruined the performance of the GetFrom and GetFromTo queries. It's still required to use CommitStamp, CheckpointNumber as ORDER BY clause in order that the corresponding index can be used.
Unfortunately I don't have the time for a pull request, but it should be a fairly minor change anyways, most effort will be to test that the index is now indeed used by the query.
Best regards,
D.R.
The text was updated successfully, but these errors were encountered:
The fix implemented in #35 ruined the performance of the GetFrom and GetFromTo queries. It's still required to use
CommitStamp, CheckpointNumber
as ORDER BY clause in order that the corresponding index can be used.Unfortunately I don't have the time for a pull request, but it should be a fairly minor change anyways, most effort will be to test that the index is now indeed used by the query.
Best regards,
D.R.
The text was updated successfully, but these errors were encountered: