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
VG was intended to mimic couchdb's behavior of keeping old revisions of nodes around until manually garbage collected, or perhaps until some condition is triggered. It would be a simple matter to add an PREVIOUS-REVISION-POINTER field to the NODE base class and write the address of the old node to the heap with the new revision.
The text was updated successfully, but these errors were encountered:
kraison
changed the title
Instead of gc-ing previous revisions of nodes, instead record their address in the heap with a new slot in the base NODE class.
Instead of gc-ing previous revisions of nodes, record their address in the heap with a new slot in the base NODE class.
Dec 14, 2016
VG was intended to mimic couchdb's behavior of keeping old revisions of nodes around until manually garbage collected, or perhaps until some condition is triggered. It would be a simple matter to add an PREVIOUS-REVISION-POINTER field to the NODE base class and write the address of the old node to the heap with the new revision.
The text was updated successfully, but these errors were encountered: