Do using system members for an entity impact on performance

0
What will be a good option to use if the application wants to save the created date and updated date for an object . Creating a specific attribute for an attribute or using a system member. While going through the documentation I found that these system members will be updated and set by the server itself. So my question do these server operations of setting system members is costly operations compared to the custom attributes of an entity.
asked
1 answers
0

Hi Rajnish,

I never noticed any performance impact from enabling these system members.

I did notice performance impact from event handlers, but that depends on what you do in the event handlers of course. In general, i would avoid creating event handlers if you can use the system members for your purpose.

I hope this helps.

 

answered