We have two database out of While Database A is transactional and database B is consolidated view of Database A and other System Compiled Data(Existing in Database B).
Database B use daily ETL to Load data from A(Flush and Load) and other other System Compiled Data(Existing in Database B).
Can we club these two db in to one i.e. A Only?
To rephrase my question, Can we should the reports directly from A rather than doing ETL every early morning in consolidated database B.
If yes What factor should i focus while merging these two w.r.t performance.