Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 592 Bytes

File metadata and controls

14 lines (11 loc) · 592 Bytes

SYNOPSIS

./pgedge ace mtree COMMAND

DESCRIPTION

Use pre-computed table hashes, maintained as Merkle Trees, to achieve a significant speed up over normal-mode table-diff.

COMMANDS

COMMAND is one of the following:
 build               # Builds a new Merkle tree for a table.
 init                # Initialises the database with necessary objects for Merkle trees.
 table-diff          # Compares Merkle trees of a table across cluster nodes.
 teardown            # Removes Merkle tree objects.
 update              # Updates an existing Merkle tree.