AllenCellModeling / datasetdatabase

Modeling DB Schema, Creation, and IO
Other
1 stars 0 forks source link

Debate the benefits of general object deconstruct reconstruct #14

Closed evamaxfield closed 6 years ago

evamaxfield commented 6 years ago

Currently I blob then entire object but there is some benefit to binary each attribute.

evamaxfield commented 6 years ago

Determined: not worth it to tear down each attribute. This could cause some odd behavior that is likely undesirable. Largely relating to passing an object with functions defined as part of the object definition. Someone ingests an object of v1.0, makes some changes to functions on their side, then wants to rehydrate their previously ingested object, these are now two unique objects, but the Iota could be malformed with the same names. Could potentially reopen at a later time however.