You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: