Skip to content

Commit bc031c7

Browse files
committed
add shard and metadata functionality in pg
1 parent 728c6a0 commit bc031c7

File tree

4 files changed

+1623
-482
lines changed

4 files changed

+1623
-482
lines changed

lib/kernel/doc/src/kernel_app.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,18 @@ MaxT = NetTickTime + NetTickTime / NetTickIntensity</code>
427427
<p>Normally, a terminating node is detected immediately by the transport
428428
protocol (like TCP/IP).</p>
429429
</item>
430+
<tag><marker id="pg_shards_and_metadata"/><c>pg_shards_and_metadata = true | false</c></tag>
431+
<item>
432+
<marker id="pg_shards_and_metadata"></marker>
433+
<p>Enable shards_and_metadata feature for <c>pg</c> server (see
434+
<seeerl marker="pg"><c>pg(3)</c></seeerl>) if the parameter is
435+
<c>true</c>.</p>
436+
<warning><p>Do not enable this feature if any node in the cluster
437+
is from an OTP release prior to OTP 26. <c>pg</c> servers on
438+
such old nodes will crash upon reception of messages in the
439+
extended protocol needed for this feature.</p></warning>
440+
<p>Defaults to <c>false</c>.</p>
441+
</item>
430442
<tag><marker id="prevent_overlapping_partitions"/>
431443
<c>prevent_overlapping_partitions = true | false</c></tag>
432444
<item>

0 commit comments

Comments
 (0)