Skip to content

SQL Linked List Solution #5

@jcuenod

Description

@jcuenod

Just a reminder:

Linked lists are not the right way to go for storing parallel data (even though they're kind of appealing).

The best approach is going to be mass updating absolute ordering references across the whole table when verses belong between other verses (dbs are optimised for updating lots of rows so this is fine).

The problem remains though: how to represent parallel rules for automatic insertion into the db...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions