Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions pages/clustering/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ A REPLICA stores the UUID of the MAIN instance it listens to.
The instance UUID of each Memgraph is persisted on disk across restarts, so this behaviour is enforced throughout the
cluster lifecycle.

#### Can a REPLICA create snapshots by itself?
No. REPLICA can only receive snapshots during the recovery phase. REPLICA instance is ensuring durability by
receiving replication data from MAIN, and writing to its own disk storage.

#### Can a REPLICA create WALs by itself?
Actually, this is being done in the system. When a MAIN is committing, it is sending the Delta objects to the REPLICA.
Here the replica is doing two things:
Expand Down