C++ plug-ins vs. SSAS
Hello friends,
I am currently trying to determine what limitations SSAS has that the C++ plug-in architecture can rectify.
Currently I have determined that C++ plug-ins can provide the following benefits:
-Quality of service increase/decrease based on client info via reserving a set of core processes for premium clients, then have a set of core processes for everyone else.
-Additional layer of security in the Authorization plug-in
I have not been able to find very many features that the C++ plug-in can provide that you can not provide with some code in the SSAS.
So I guess I am just looking for a comparison table of advantages/disadvantages between the C++ and SSAS. How can I exploit the C++ plug-in architecture to do amazing things that the SSAS can not?
Regards,
Lucas
