PostgreSQL WAL日志解析与应用
中国用户大会 PostgreSQL WAL日志解析与应用 王硕 山东瀚高基础软件股份有限公司 2016Postgres中国用户大会 Postgres Conference China 2016 中国用户大会 CONTENTS Part 01 Part 02 Part 03 WAL 日志简介 WAL 日志工作原理 利用 WAL 日志我们可以做什么? 2016Postgres中国用户大会 Postgres Conference China 2016 中国用户大会 Part 01 WAL 日志简介 2016Postgres中国用户大会 Postgres Conference China 2016 中国用户大会 Write Ahead Log Files • WAL 日志一般存储在$PGDATA/pg_xlog内,他们一般以类似于 00000001 LogId LogSeg • WAL 日志文件XLOG 文件是一个逻辑概念,每一个XLOG文件, 大小为4G(16*256) ,由256个segment组成; • Segment由2048个Block组成,其大小为16M ; • Block为WAL日志的最小单位, 其大小8k,由PageHeaderData 、 XlogRecord、 XLogRecData组成。0 码力 | 16 页 | 705.31 KB | 1 年前3PostgreSQL 17beta1 US Documentation
.................................................................. 927 28.3. Write-Ahead Logging (WAL) .................................................................... 927 28.4. Asynchronous Commit ................................ 928 28.5. WAL Configuration ................................................................................. 929 28.6. WAL Internals ................................. ......................... 2659 63.1. Generic WAL Records ............................................................................ 2659 63.2. Custom WAL Resource Managers ..........................0 码力 | 3188 页 | 14.32 MB | 1 年前3PostgreSQL 17beta1 A4 Documentation
Logging (WAL) ............................................................... 880 28.4. Asynchronous Commit ........................................................................ 881 28.5. WAL Configuration Configuration ............................................................................ 882 28.6. WAL Internals ................................................................................... 885 29. Logical ............................ 2512 63.1. Generic WAL Records ...................................................................... 2512 63.2. Custom WAL Resource Managers .............................0 码力 | 3017 页 | 14.45 MB | 1 年前3PostgreSQL 16.1 Documentation
.................................................................. 900 30.3. Write-Ahead Logging (WAL) .................................................................... 900 30.4. Asynchronous Commit ................................ 901 30.5. WAL Configuration ................................................................................. 902 30.6. WAL Internals ................................. ....................... 2582 65. Generic WAL Records ...................................................................................... 2585 66. Custom WAL Resource Managers ......................0 码力 | 3133 页 | 14.10 MB | 1 年前3PostgreSQL 16.1 Documentation
Logging (WAL) ............................................................... 856 30.4. Asynchronous Commit ........................................................................ 857 30.5. WAL Configuration Configuration ............................................................................ 858 30.6. WAL Internals ................................................................................... 861 31. Logical ......................... 2447 65. Generic WAL Records ................................................................................. 2451 66. Custom WAL Resource Managers .........................0 码力 | 2974 页 | 14.22 MB | 1 年前3PostgreSQL 14.10 Documentation
.................................................................. 858 30.3. Write-Ahead Logging (WAL) .................................................................... 858 30.4. Asynchronous Commit ................................ 859 30.5. WAL Configuration ................................................................................. 860 30.6. WAL Internals ................................. Estimation Functions ............................................................... 2484 63. Generic WAL Records ...................................................................................... 24870 码力 | 3032 页 | 13.27 MB | 1 年前3PostgreSQL 14.10 Documentation
Logging (WAL) ............................................................... 817 30.4. Asynchronous Commit ........................................................................ 818 30.5. WAL Configuration Configuration ............................................................................ 819 30.6. WAL Internals ................................................................................... 822 31. Logical Cost Estimation Functions ......................................................... 2350 63. Generic WAL Records ................................................................................. 2353 64.0 码力 | 2871 页 | 13.38 MB | 1 年前3PostgreSQL 13.14 Documentation
.................................................................. 831 29.2. Write-Ahead Logging (WAL) .................................................................... 833 29.3. Asynchronous Commit ................................ 833 29.4. WAL Configuration ................................................................................. 835 29.5. WAL Internals ................................. Estimation Functions ............................................................... 2399 62. Generic WAL Records ...................................................................................... 24030 码力 | 2940 页 | 12.89 MB | 1 年前3PostgreSQL 13.13 Documentation
Logging (WAL) ............................................................... 790 29.3. Asynchronous Commit ........................................................................ 790 29.4. WAL Configuration Configuration ............................................................................ 791 29.5. WAL Internals ................................................................................... 794 30. Logical Cost Estimation Functions ......................................................... 2265 62. Generic WAL Records ................................................................................. 2269 63.0 码力 | 2782 页 | 13.00 MB | 1 年前3PostgreSQL 15.5 Documentation
.................................................................. 869 30.3. Write-Ahead Logging (WAL) .................................................................... 869 30.4. Asynchronous Commit ................................ 870 30.5. WAL Configuration ................................................................................. 871 30.6. WAL Internals ................................. ....................... 2541 65. Generic WAL Records ...................................................................................... 2544 66. Custom WAL Resource Managers ......................0 码力 | 3073 页 | 13.49 MB | 1 年前3
共 193 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20