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
I've been working on integrating Ion with Trino (fwiw trinodb/trino#24511 ).
The Trino Decoding APIs want to know the total memory currently used by the underlying decoder. So I would like a method to get an estimate of used memory by an IonReader. That would include any data buffers and symbol table/encoding context memory usage.
I expect that this could be some sort of Facet, like MemoryUsageAware idk.
The text was updated successfully, but these errors were encountered:
I've been working on integrating Ion with Trino (fwiw trinodb/trino#24511 ).
The Trino Decoding APIs want to know the total memory currently used by the underlying decoder. So I would like a method to get an estimate of used memory by an IonReader. That would include any data buffers and symbol table/encoding context memory usage.
I expect that this could be some sort of
Facet
, likeMemoryUsageAware
idk.The text was updated successfully, but these errors were encountered: