22 Jan
2001
22 Jan
'01
12:42 p.m.
ZODB with Data.fs is optimized to fetch data. Inserts or updates have a lot of overhead. It's the price we pay for the excellent versioning features. Therefore, when the are many we have been avoinding ZODB even when the problem domain calls for an OODB
Thanks for the link. However, the information in the database will not change much. Once the data is nin their, only sometimes data will be updated, inserted or deleted. So, the versioning system won't be a problem.