<@U8Z3X1Q8J> the data isn’t held in memory, it’s c...
# general
t
@Kemal the data isn’t held in memory, it’s computed at query time unless it’s an event based table. If you run “select * from process;” that data is computed as soon as you run the query, it’s not cached. The results for differential purposes are stored, but that’s different