dezbyte / multiverse

Automatically exported from code.google.com/p/multiverse
Other
0 stars 0 forks source link

Optional deep attach to transaction #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment when a stmobject is attached to the transaction, it will be
done deep (so traverse down the complete graph of reachable objects). This
introduces an extra load on the transaction since all objects will be
registered. So an optimisation would be to not do a deep attach, this could
be done optionally.

Original issue reported on code.google.com by alarmnum...@gmail.com on 7 Feb 2009 at 7:13

GoogleCodeExporter commented 8 years ago
Not important for current implementation

Original comment by alarmnum...@gmail.com on 5 Sep 2009 at 8:31