I guess, it is required if we are creating data module from it.
Which leads me to another question.
When we load schema metadata, where is it stored? in the \data directory or content store?
Are there any limit on the number of schema metadata we can load?
Is there a memory issue if say we have hundreds of schema?
I noticed a spike in cpu memory when loading a metadata. I'm sure this is because, the actual loading are sql select statements on the selected tables and views. I am worried since we have lots of schema deployed.