jordanbrown0 / reg3

REG.PRG version 3
Other
2 stars 0 forks source link

Zap is local only #160

Open jordanbrown0 opened 3 years ago

jordanbrown0 commented 3 years ago

Zap (both explicit and before import) wipes the table locally, so if it's been replicated elsewhere it will replicate back in on resync. That's probably fine for import development experimentation. The alternative is to make it delete the records with tombstones, but that will leave big piles of tombstones.

jordanbrown0 commented 3 years ago

Maybe have some kind of super tombstone, that kills all earlier (in some sense) records.