-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Добавлены ссылки и описание раздела по индексам
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |