Tom Deprez wrote:
[snip] However, it might be interesting to also actually store for instance the whole article... Then I think I better store everything inside Zope. But, I'm wondering if Zope can handle much data in a same folder. For instance, I would like to store all publications inside a folder named publication. But this would lead to a lot of publication objects in one folder... Can Zope handle this? Or are there better methods to achieve this (which I can wonder, since Zope was first build for newspapers which want to show there contents on-line). How do you do such a thing?
Tom, The approach I'm taking for two projects that involve storing large numbers of objects in a single location is to create a Specialist/Rack/DataSkin setup. In that way, I'll be able to switch to an RDBMS storage in the future if I want/need to, and in the meantime I can store everything in the ZODB. HTH, Michael Bernstein.