A lot of state (memory wise) held in the persisters is related to the legacy approach of building SQL strings via concatenation (aka, not SQL AST). Most of those usages have been converted to using SQL AST instead so the state is unnecessary. Go back and look for any such state that we can prune. |