Skip to content

Commit

Permalink
Добавлены ссылки и описание раздела по индексам
Browse files Browse the repository at this point in the history
  • Loading branch information
YPermitin committed May 1, 2023
1 parent 5d49685 commit a861de8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SQL-Server-Indexes/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Индексы

Раздел с информацией об индексах и полезными скриптами.

## Полезные ссылки

* [Официальная документация](https://learn.microsoft.com/ru-ru/sql/relational-databases/indexes/indexes?view=sql-server-ver16)
* Реорганизация индексов и параметр "Allow Page Locks":
* [Resolve SQL Server Database Index Reorganization Page Level Locking Problem](https://www.mssqltips.com/sqlservertip/4247/resolve-sql-server-database-index-reorganization-page-level-locking-problem/)
* [What is the impact of temporarily setting ALLOW_PAGE_LOCKS ON](https://dba.stackexchange.com/questions/135934/what-is-the-impact-of-temporarily-setting-allow-page-locks-on)
* [ALLOW_PAGE_LOCKS : to use or not to use](https://www.sqlservercentral.com/forums/topic/allow_page_locks-to-use-or-not-to-use)
* [What's BEST practice ? To have Page Level Locking Enabled or Disabled ?](https://social.msdn.microsoft.com/Forums/sqlserver/en-US/0031482c-5e48-4abc-87f9-d3991517cf5a/whats-best-practice-to-have-page-level-locking-enabled-or-disabled-?forum=sqldatabaseengine)

0 comments on commit a861de8

Please sign in to comment.