Changes between Version 1 and Version 2 of S2S_PERSIST_ARCHIVING_R0
- Timestamp:
- 01/26/09 17:10:14 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_PERSIST_ARCHIVING_R0
v1 v2 7 7 8 8 == Overview == 9 Different kind of resources are going to be persisted on th Sophie2 server - users, books, etc. The persisting model is not much clear yet, but it will be most probablya database. We should not allow this database to be bloated, so a way for cleaning it up must be defined.9 Different kind of resources are going to be persisted on th Sophie2 server - users, books, etc. For now, resources are stored in a database. We should not allow this database to be bloated, so a way for cleaning it up must be defined. 10 10 11 11 == Task requirements == 12 12 Design and implement a model for S2S database archiving. Think about the following aspects: 13 * Archiving old resource changes. 14 * Dealing with old comments. 15 * Archiving unused accounts. [[BR]] 16 Make decisions on these and apply them to the org.sophie2.server.persistence layer. 13 17 14 18 == Task result == 15 19 Source code - extra features in org.sophie2.server.persistence. 16 20 17 21 == Implementation idea == 18 22 1st: Implement this task after (or together with) [wiki:S2S_PERSIST_CHANGES_R0]. The problem here is that this task is in the next revision. [[BR]] 23 2nd: Think out just the mechanism for archiving, apply it to the currently persisted objects. Changes' shrinking can be implemented with the next (main) revision. 19 24 20 25 == Related ==