Skip to content

reclaim rnid from Lattice Generator #43

@oschulte

Description

@oschulte

LatticeGenerator should have been rewritten so that instead of messing up rnid in Rnodes, it works with a copy shortrnid of rnid. Here's a suggestion.

  1. in LatticeGenerator, replace start by copying Rnodes to a temporary table called LatticeRnodes. E.g.
    • create table LatticeRNodes as select * from RNodes .
  2. Replace all references to Rnodes table by LatticeRnodes. The lattice generator is free to mess up the LatticeRnodes.
  3. change the column name lattice_membership.name to lattice_membership.Rchain.
  4. Using the lattice-fix script, change the column names lattice_membership.orig_rnid to lattice_membership.member.rnid and lattice_rel.orig_rnid to lattice_rel.rnid_removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions