]
Steven Hawkins resolved TEIID-4539.
-----------------------------------
Resolution: Out of Date
The older changes on which this issue was based were not yet brought forward.
Reduce memory footprint of DatabaseStore
----------------------------------------
Key: TEIID-4539
URL:
https://issues.jboss.org/browse/TEIID-4539
Project: Teiid
Issue Type: Sub-task
Components: Query Engine
Reporter: Steven Hawkins
The DatabaseStore holds an in-memory copy of Databases and there is the functional
VDBRepository copy as well. String canonicalization in the metadata objects should help
with reducing the memory footprint, but it may be good to go further and use clones of the
functional metadata on demand.