Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL Linked List Solution #5

Open
jcuenod opened this issue Oct 5, 2018 · 0 comments
Open

SQL Linked List Solution #5

jcuenod opened this issue Oct 5, 2018 · 0 comments

Comments

@jcuenod
Copy link
Member

jcuenod commented Oct 5, 2018

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant