> 1. Storing Pages and Attachments in DB is possible option > 2. Caching may be diabled (need to check how it will affect perfomance in > case we are working with DB as PageProvider)
Shouldn't, assuming your pageExists() method is fairly quick. It mostly comes from memory anyway if you've got a good DB. > 3. ReferenceManager - do you think it make sense to make another > implementation, stored maps not in internal Maps, but in DB (as comments for > this class said - this maps used not very often - so, storing this > information should not be a problem) Yes, that should work. That's exactly what we're doing in 3.0 anyway ;-) /Janne
