|
Re: Automatic Object Storage To MySQL: msg#00224lang.smalltalk.squeak.seaside
On 25-Jan-06, at 4:23 PM, Lukas Renggli wrote:
On of the core ideas of the project is to limit the amount of work a developer has to do. The deveolper should only have to be minimally aware of how the object is being stored. Think of it this way. The developer has already defined the class why should she have to define the way the class is stored. The library should be able to figure out how to store the object with out any input from the developer other than the class definition. While the library code would benefit by offloading some work onto the developer it's my position that the developer would not. It might be nice if the developer could easily do either or. So either have the library determine how to store the i-var or allow the developer to direct the library. That might give us the best of both worlds (or the worst). I agree that the current method of determining the type and saving to the database is kludgey and should be improved. Suggestion?
Well it's early but so far the performance has been adequate and the one application I ported to this library performed much better than GOODS. I would think at this point large arrays particularly arrays of IOSPersistent objects do to the fact that they must all be resolved when the object is resolved. Large trees of object would also be a problem but this is on the top of my list to resolve. I would also add that I think it's ok to trade more than some computing performance for programmer performance. It's usualy cheeper to through hardware at the problem than it is to through programmers or programming time at the problem. You milage may vary. Thanks Will
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Automatic Object Storage To MySQL: 00224, Dane Jensen |
|---|---|
| Next by Date: | Re: Automatic Object Storage To MySQL: 00224, William Harford |
| Previous by Thread: | Re: Automatic Object Storage To MySQLi: 00224, Lukas Renggli |
| Next by Thread: | Re: Automatic Object Storage To MySQL: 00224, Yanni Chiu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |