My warehouse datamart data is divided into 3 databases on the same server. This proof has three conclusions with the concept project that were loaded in the personal database.
While dragging into a cube, I am essentially doing this:
SELECT * FROM DB1.dbo.Fact_Pres select Union * DB2.dbo.Fact_Pres union Selection * from DB3.dbo.Fact_Pres
Should I really strengthen the data in a table? Will this make my processing faster?
I have no problem with disk space - I want to apply the best solution.
In either case, can you help me understand why, why do you suggest that it will be optimal? Cross-Database Query (to a lesser extent) is slower than the database, if you click
No comments:
Post a Comment