Исходный код вики MVCC
Версия 4.2 от Alexandr Fokin на 2023/12/16 14:01
Последние авторы
| author | version | line-number | content |
|---|---|---|---|
| 1 | MVCC | ||
| 2 | Multi Version Concurrency Control | ||
| 3 | |||
| 4 | ---- | ||
| 5 | |||
| 6 | (% style="width:1318px" %) | ||
| 7 | |(% colspan="1" rowspan="9" style="width:113px" %)[[PostgreSQL>>doc:Разработка.Базы данных 2.SQL.PostgreSQL.WebHome]]|(% colspan="1" style="width:185px" %) |(% style="width:1017px" %)Принципы работы СУБД. MVCC | ||
| 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. Изоляция | ||
| 11 | [[https:~~/~~/habr.com/ru/company/postgrespro/blog/442804/>>https://habr.com/ru/company/postgrespro/blog/442804/]] | ||
| 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. Снимки данных | ||
| 17 | [[https:~~/~~/habr.com/ru/company/postgrespro/blog/446652/>>https://habr.com/ru/company/postgrespro/blog/446652/]] | ||
| 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/]] | ||
| 22 | |(% style="width:1017px" %)MVCC в PostgreSQL-8. Заморозка | ||
| 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" %) | ||
| 25 | |(% style="width:113px" %)[[MSSQL>>doc:Разработка.Базы данных 2.SQL.MSSQL.WebHome]]|(% style="width:185px" %) |(% style="width:1017px" %)Изоляция снимков в SQL Server | ||
| 26 | https://docs.microsoft.com/ru-ru/dotnet/framework/data/adonet/sql/snapshot-isolation-in-sql-server | ||
| 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 | ---- |