I'm trying to find the memory usage of an in-memory table in q
. How can I display this?
It is receiving live updates and I would like to keep track of the total used memory of such a table.
I can't seem to find any relevant functions/commands for this. I need something like hcount
for file locations, but an in-memory version.