Исходный код вики MVCC
Редактировал(а) Alexandr Fokin 2023/12/16 14:12
Скрыть последних авторов
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | MVCC |
| |
2.3 | 2 | Multi Version Concurrency Control |
| |
1.1 | 3 | |
| 4 | ---- | ||
| 5 | |||
| |
2.5 | 6 | (% style="width:1318px" %) |
| |
6.1 | 7 | |(% colspan="1" rowspan="9" style="width:113px" %)[[PostgreSQL>>doc:Разработка.Базы данных.SQL.PostgreSQL.WebHome]]|(% colspan="1" style="width:185px" %) |(% style="width:1017px" %)Принципы работы СУБД. MVCC |
| |
2.6 | 8 | https://habr.com/ru/post/208400/ |
| 9 | |(% colspan="1" style="width:185px" %) |(% style="width:1017px" %) | ||
| 10 | |(% colspan="1" rowspan="7" style="width:185px" %)Postgres Professional|(% style="width:1017px" %)MVCC-1. Изоляция | ||
| |
2.4 | 11 | [[https:~~/~~/habr.com/ru/company/postgrespro/blog/442804/>>https://habr.com/ru/company/postgrespro/blog/442804/]] |
| |
2.5 | 12 | |(% style="width:1017px" %)MVCC-2. Слои, файлы, страницы |
| 13 | [[https:~~/~~/habr.com/ru/company/postgrespro/blog/444536/>>https://habr.com/ru/company/postgrespro/blog/444536/]] | ||
| 14 | |(% style="width:1017px" %)MVCC-3. Версии строк | ||
| 15 | [[https:~~/~~/habr.com/ru/company/postgrespro/blog/445820/>>https://habr.com/ru/company/postgrespro/blog/445820/]] | ||
| 16 | |(% style="width:1017px" %)MVCC-4. Снимки данных | ||
| |
2.4 | 17 | [[https:~~/~~/habr.com/ru/company/postgrespro/blog/446652/>>https://habr.com/ru/company/postgrespro/blog/446652/]] |
| |
2.5 | 18 | |(% style="width:1017px" %)MVCC-5. Внутристраничная очистка и HOT |
| 19 | [[https:~~/~~/habr.com/ru/company/postgrespro/blog/449704/>>https://habr.com/ru/company/postgrespro/blog/449704/]] | ||
| 20 | |(% style="width:1017px" %)MVCC-6. Очистка | ||
| 21 | [[https:~~/~~/habr.com/ru/company/postgrespro/blog/452320/>>https://habr.com/ru/company/postgrespro/blog/452320/]] | ||
| |
2.6 | 22 | |(% style="width:1017px" %)MVCC в PostgreSQL-8. Заморозка |
| |
2.5 | 23 | [[https:~~/~~/habr.com/ru/company/postgrespro/blog/455590/>>https://habr.com/ru/company/postgrespro/blog/455590/]] |
| 24 | |(% style="width:113px" %) |(% style="width:185px" %) |(% style="width:1017px" %) | ||
| |
5.1 | 25 | |(% style="width:113px" %)[[MSSQL>>doc:Разработка.Базы данных.SQL.MSSQL.WebHome]]|(% style="width:185px" %) |(% style="width:1017px" %)Изоляция снимков в SQL Server |
| |
2.5 | 26 | https://docs.microsoft.com/ru-ru/dotnet/framework/data/adonet/sql/snapshot-isolation-in-sql-server |
| |
2.8 | 27 | |
| 28 | ---- | ||
| 29 | |||
| 30 | ==== Внутренние ссылки: ==== | ||
| 31 | |||
| 32 | ====== Дочерние страницы: ====== | ||
| 33 | |||
| 34 | {{children/}} | ||
| 35 | |||
| 36 | ====== Обратные ссылки: ====== | ||
| 37 | |||
| 38 | {{velocity}} | ||
| 39 | #set ($links = $doc.getBacklinks()) | ||
| 40 | #if ($links.size() > 0) | ||
| 41 | #foreach ($docname in $links) | ||
| 42 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
| 43 | * [[$escapetool.xml($rdoc.fullName)]] | ||
| 44 | #end | ||
| 45 | #else | ||
| 46 | No back links for this page! | ||
| 47 | #end | ||
| 48 | {{/velocity}} | ||
| 49 | |||
| 50 | ---- |