Restructure Index
trait to allow for more extensive Index
struct implementation.
#757
Labels
Index
trait to allow for more extensive Index
struct implementation.
#757
This should not affect/or break anything. Trait change allows for the implemented
Index
struct can access bothold_data
anddata
and act accordingly.For the ideas, In some cases, we will not need to update the indexes every update, only handle the first save and remove. This can be called
ConstantMultiIndexes
.Or we can update the indexes whether the condition of the data updated is met. This can be called
ConditionalMultiIndexes
.The text was updated successfully, but these errors were encountered: