オンプレミス構成のデータベース(SQLServer)に存在する、各種インデックスについて、
再構成や再構築を実施しても問題無いでしょうか。
********************************** Translated text*********************************
For various indexes that exist in the database (SQLServer) in the on-premises configuration,
Is it okay to reconfigure or rebuild?
@keiichis16843169
yes you can re configure and re run all the indexes when ever needed in db to increase the application performance.
you can add some personalised indexes too on your database tables based on the amount of data stored and the number of times that it is used
@BhanuPrasanthT
ご回答ありがとうございました。
早速インデックスの再構成、再構築を実施してみます。
Thank you for your answer. Let’s try reconfiguring and rebuilding the index immediately.