Duplicates in B+tree
Allow duplicate indexes in B+ tree.
Special care for updates and deletes.
All searches potentially return multiple records.
Possible, allow lambda for updates (eq. tree.Update(where: (rec) => rec.otherAttribute == smth);
).
Allow duplicate indexes in B+ tree.
Special care for updates and deletes.
All searches potentially return multiple records.
Possible, allow lambda for updates (eq. tree.Update(where: (rec) => rec.otherAttribute == smth);
).