Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

comments in sql server, good or not good for performance?

Tags:

sql-server

Is it a good practice to add comments on tables and columns via sp_addextendedproperty ? Someone told me that it will slow the database and it is not worth it. What do you think ?

like image 693
Julien Avatar asked Dec 16 '22 14:12

Julien


1 Answers

Yes, I think it is good practice

No, it doesn't slow performance. Why would it? Does "someone" have empirical proof or an authoritative article?

like image 161
gbn Avatar answered Feb 13 '23 00:02

gbn