Skip to content

deterministic indexer backup so that all nodes produce the same bit-by-bit snapshot #1289

@altergui

Description

@altergui

right now the content of the indexer db is deterministic, but the backup is not since it's in binary format. to make it deterministic we should instead do something equivalent of a "sqlite3 .dump"
i.e. that the backup is a (compressed) bunch of SQL INSERT (etc) statements instead of native binary sqlite3 format

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions