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
NOTE This does not apply to the present 2.x release series
The Microsoft.Azure.Cosmos APIset introduces IDisposable on queries and responses - the current master/main branch uses this 'V3' API and hence should be updated to ensure memory usage is correct and/or optimal.
I believe the Azure.Cosmos (aka V4) SDK makes this moot by exposing the features as IAsyncEnumerable. Thus, assuming we don't release an impl targeting V3 and instead leapfrog from SDK v2 to V4 via #197 we can avoid needing any code changes.
The text was updated successfully, but these errors were encountered:
The Equinox impl against V4 [preview3] in #197 already uses the higher level IAsyncEnumerable interface. Assuming the next V4 preview (with RU consumption fixes in 3.9.0 included too), this issue will thus become moot (i.e. there wont be a non-alpha release of Equinox.Cosmos targeting Microsoft.Azure.Cosmos and/or working with the lower level APIs).
NOTE This does not apply to the present 2.x release series
The
Microsoft.Azure.Cosmos
APIset introducesIDisposable
on queries and responses - the currentmaster
/main
branch uses this 'V3' API and hence should be updated to ensure memory usage is correct and/or optimal.I believe the
Azure.Cosmos
(aka V4) SDK makes this moot by exposing the features asIAsyncEnumerable
. Thus, assuming we don't release an impl targeting V3 and instead leapfrog from SDK v2 to V4 via #197 we can avoid needing any code changes.The text was updated successfully, but these errors were encountered: