Configure SquidexContent DB to have Contents per Schema

Hi,

Currently all the contents for every schema goes in one collection State_Contents under SquidexContents DB.
Is there a way we can configure this to have separate collections per schema to only keep contents of that schema?

Regards,
Saurav

So far it is not possible. It would be problematic if you would have a lot of schemas, because some operations are independent from the schemas, so you have to query or update all collections then. But there are indices for schemas apps and so on, so it should be efficient to delete other data.