- Log in to post comments
User bio
404 bio not found
Member since Feb 4, 2016
Posts:
Replies:
I agree with Rich and see that it would be obtuse/challenging to create SQL Stored Procedures if we didnt have ClassMethods. Does this mean we simply cannot have SQL Stored Procedures?
- Log in to post comments
If you can provide the query plan it would help greatly. The query plan should help identify what is going on..
- Log in to post comments
Certifications & Credly badges:
Followers:
Following:
Stephen has not followed anybody yet.
sorry.. I was supporting your arguement not suggesting your position was incorrect. The original position is that class methods are not your friend and maybe shouldn't be used. I was suggesting without classmethods we wouldnt have SQLProcs that are functions.
When thinking about IRIS we have both Objects and SQL. I tend to lean towards the SQL world. Not because I dont use Object but I'm mostly focused on storage, performance of retrieve/reports/obtaining a list of records. I think of IRIS in terms of performance as
I may be miststating some things above but after 35 years working on InterSystems technologies this is how I think.
Strangley enough I often times see people fall into a trap where they think every method in a business host class(Service,Process,Operation) has to be an instance method but when you study the code there is nothing in the method that depends on an instance being defined. When this strategy is done it's basically reducing the amount of reusability so I actually look more towards ClassMethods unless they truly are instance methods.