23 May
2000
23 May
'00
8:41 a.m.
Hi, I read somewhere on www.zope.org that each time you update an object stored in ZODB3 a new record will be appended. Does this mean the entire object will be stored in a new location with the updated values? If so, isn`t that kinda dumb, at least if there`s no way to override this "feature"? Anyhow, I want to store several big custom objects in ZODB. These objects can be frequently updated, and I`d like to update the previously stored object, not store the entire thing again. Can anybody clarify or give me hints on how to do this? Thomas