Skip to content

ddl.sgml の 18.4 対応です#3688

Open
higuchi-daisuke wants to merge 2 commits into
pgsql-jp:doc_ja_18from
higuchi-daisuke:doc_ja_184_ddl
Open

ddl.sgml の 18.4 対応です#3688
higuchi-daisuke wants to merge 2 commits into
pgsql-jp:doc_ja_18from
higuchi-daisuke:doc_ja_184_ddl

Conversation

@higuchi-daisuke

Copy link
Copy Markdown
Contributor

No description provided.

@KenichiroTanaka KenichiroTanaka left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

対応ありがとうございます。
以前からの箇所を含めて2点気づいたところがありますので見ていただいてもいいでしょうか。

Comment thread doc/src/sgml/ddl.sgml Outdated
問い合わせ計画の初期化時。
パーティション除去は、パラメータの値が分かる実行の初期化段階時に可能です。
この段階で除去されたパーティションは、問い合わせの<command>EXPLAIN</command>や<command>EXPLAIN ANALYZE</command>中に姿を見せることはないでしょう。
<command>EXPLAIN</command>出力中に<quote>Subplans removed</quote>プロパティを観察することによってこの段階で除去されるパーティションの数を特定することが可能です。

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

とても細かいのですが、
Subplans removed
は原文はSubplans Removed (※Rが大文字)になってますので大文字のままでお願いします。実際に↓のように出力も大文字ですので。

postgres=# SET plan_cache_mode = force_generic_plan;
EXPLAIN EXECUTE q1('2006-02-01');
SET
                                        QUERY PLAN
------------------------------------------------------------------------------------------
 Append  (cost=0.00..254.52 rows=54 width=16)
   Subplans Removed: 5
   ->  Seq Scan on measurement_y2006m02 measurement_1  (cost=0.00..42.38 rows=9 width=16)
         Filter: ((logdate >= $1) AND (logdate < ($1 + '1 mon'::interval)))
(4 rows)

Comment thread doc/src/sgml/ddl.sgml Outdated
ノートにとって、このステージで実行されたパーティションプルーニングによって削除されたパーティションが実行の開始時にロックされたままであることは重要です。
問い合わせ計画の初期化時。
パーティション除去は、パラメータの値が分かる実行の初期化段階時に可能です。
この段階で除去されたパーティションは、問い合わせの<command>EXPLAIN</command>や<command>EXPLAIN ANALYZE</command>中に姿を見せることはないでしょう。

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

前からの表現ですが、
「姿を見せることはないでしょう。」
という表現はマニュアルっぽくないのでこの機会に修正いただいてもいいでしょうか。
show up
なのですが、
「表示されません」
くらいの表現でどうでしょうか。

@higuchi-daisuke

Copy link
Copy Markdown
Contributor Author

レビューいただきありがとうございます。
いずれのご指摘事項もその通りと考えましたので、以前からの翻訳内容を修正しました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants