PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] OldC and C after prunning
Date: Thursday, 12 Nov 2020, 08:13:35


    > Message Posted By: Unknown
    >
    > What happens to C in encode after pruning? Is it set to 0 since the code
    > it refers to may have changed position?
    >
    > Also does the same happen to oldC in decode?

Both depend on how you implement pruning (i.e.,
what happens to any pending inserts after the
table is pruned).

--Stan-
PREV INDEX NEXT