I’m trying something where I need to be able to track the byte size of results of several queries but I can’t seem to find it in the docs.
the size of the result set on the wire from your database? or the size in memory as elixir terms? or the size when serialized to send to a client?
Size in memory in Elixir terms, if an agent were to hold it.
:erts_debug.size(value)






















