Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI Community,
Application1
I have 10 tables, I have done all calculations and manipulations, i have made one datamodel (StarSchema).
and
Application2
same tables, i have one more datamodel, but i did ETL process here... just i have made one table..
Now My Question is............. Which datamodel is fast???
Application1 or Application2 ... (in both Applications same calculations)
Thanks in Advance........!!
In brief,
If data size is very big, the single table would perform a little better in the front-end (assuming set analysis would be used in the front-end expression). However, that would trade off in the back-end to take more time in reload and probably server RAM consumption would go high too during load. And this is assuming that, the single table conversion has been done in optimum way.