During testing we discovered that a lot of memory is used by full snapshots and there are a lot of duplicate strings which should be the case for things like role names, group names and object names (dbs, tables, etc).
We should be able to save a bunch of memory there by interning these.
- links to