-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackup-manifest-toplevel.html
More file actions
49 lines (49 loc) · 7.25 KB
/
Copy pathbackup-manifest-toplevel.html
File metadata and controls
49 lines (49 loc) · 7.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>77.1. バックアップマニフェストの最上位レベルオブジェクト</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="backup-manifest-format.html" title="第77章 バックアップマニフェスト書式" /><link rel="next" href="backup-manifest-files.html" title="77.2. バックアップマニフェストのファイルオブジェクト" /><meta name="viewport" content="width=device-width,initial-scale=1.0" /></head><body id="docContent" class="container-fluid col-10"><div class="other_version"><a href="https://www.postgresql.jp/document/">バージョンごとのドキュメント一覧</a></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="4" align="center"><a accesskey="h" href="index.html">PostgreSQL 16.0文書</a></th></tr><tr><td width="10%" align="left"></td><td width="10%" align="left"></td><td width="60%" align="center"><a href="backup-manifest-format.html" title="第77章 バックアップマニフェスト書式">第77章 バックアップマニフェスト書式</a></td><td width="20%" align="right"><div class="actions"><a class="issue" title="github" href="https://github.com/pgsql-jp/jpug-doc/issues/new?template=bug_report.yml&what-happened=version 16.0 : backup-manifest-toplevel.html">誤訳等の報告
</a></div></td></tr><tr><td width="10%" align="left"><a accesskey="p" href="backup-manifest-format.html" title="第77章 バックアップマニフェスト書式">前へ</a> </td><td width="10%" align="left"><a accesskey="u" href="backup-manifest-format.html" title="第77章 バックアップマニフェスト書式">上へ</a></td><td width="60%" align="center">77.1. バックアップマニフェストの最上位レベルオブジェクト</td><td width="20%" align="right"> <a accesskey="n" href="backup-manifest-files.html" title="77.2. バックアップマニフェストのファイルオブジェクト">次へ</a></td></tr></table><hr /></div><div class="sect1" id="BACKUP-MANIFEST-TOPLEVEL"><div class="titlepage"><div><div><h2 class="title" style="clear: both">77.1. バックアップマニフェストの最上位レベルオブジェクト <a href="#BACKUP-MANIFEST-TOPLEVEL" class="id_link">#</a></h2></div></div></div><span class="original">
<title>Backup Manifest Top-level Object</title>
</span><p>
<span class="original">
The backup manifest JSON document contains the following keys.
</span>
バックアップマニフェストのJSONドキュメントには以下のキーがあります。
</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">PostgreSQL-Backup-Manifest-Version</code></span></dt><dd><p>
<span class="original">
The associated value is always the integer 1.
</span>
関連付けられた値は常に整数の1です。
</p></dd><dt><span class="term"><code class="literal">Files</code></span></dt><dd><p>
<span class="original">
The associated value is always a list of objects, each describing one
file that is present in the backup. No entries are present in this
list for the WAL files that are needed in order to use the backup,
or for the backup manifest itself. The structure of each object in the
list is described in <xref linkend="backup-manifest-files" />.
</span>
関連付けられた値は常にオブジェクトのリストで、それぞれがバックアップ中にある一つのファイルを記述しています。
このリストにはバックアップを使うために必要なWALファイルやバックアップマニフェスト自体に対するエントリは含まれません。
リスト内の各オブジェクトの構造は<a class="xref" href="backup-manifest-files.html" title="77.2. バックアップマニフェストのファイルオブジェクト">77.2</a>で説明します。
</p></dd><dt><span class="term"><code class="literal">WAL-Ranges</code></span></dt><dd><p>
<span class="original">
The associated value is always a list of objects, each describing a
range of WAL records that must be readable from a particular timeline
in order to make use of the backup. The structure of these objects is
further described in <xref linkend="backup-manifest-wal-ranges" />.
</span>
関連付けられた値は常にオブジェクトのリストで、それぞれがバックアップを使用するために特定タイムラインから読み込み可能でなければならないWALレコードの範囲を記述しています。
これらオブジェクトの構造は後段の<a class="xref" href="backup-manifest-wal-ranges.html" title="77.3. バックアップマニフェストのWAL範囲オブジェクト">77.3</a>で説明します。
</p></dd><dt><span class="term"><code class="literal">Manifest-Checksum</code></span></dt><dd><p>
<span class="original">
This key is always present on the last line of the backup manifest file.
The associated value is a SHA256 checksum of all the preceding lines.
We use a fixed checksum method here to make it possible for clients
to do incremental parsing of the manifest. While a SHA256 checksum
is significantly more expensive than a CRC32C checksum, the manifest
should normally be small enough that the extra computation won't matter
very much.
</span>
このキーは常にバックアップマニフェストファイルの最後の行にあります。
関連付けられた値はこれ以前の全行のSHA256チェックサムです。
クライアントでマニフェストの逐次的な解析を可能とするため、ここでは固定のチェックサム方式を使います。
SHA256チェックサムはCRC32Cチェックサムよりもかなり高コストですが、マニフェストは通常、追加の計算が大きな問題とならない程度に小さいはずです。
</p></dd></dl></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="backup-manifest-format.html" title="第77章 バックアップマニフェスト書式">前へ</a> </td><td width="20%" align="center"><a accesskey="u" href="backup-manifest-format.html" title="第77章 バックアップマニフェスト書式">上へ</a></td><td width="40%" align="right"> <a accesskey="n" href="backup-manifest-files.html" title="77.2. バックアップマニフェストのファイルオブジェクト">次へ</a></td></tr><tr><td width="40%" align="left" valign="top">第77章 バックアップマニフェスト書式 </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 16.0文書">ホーム</a></td><td width="40%" align="right" valign="top"> 77.2. バックアップマニフェストのファイルオブジェクト</td></tr></table></div></body></html>