Changes between Version 12 and Version 13 of SERVER_DATABASE_PERSISTENCE
- Timestamp:
- 02/22/10 14:29:37 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SERVER_DATABASE_PERSISTENCE
v12 v13 107 107 * The table can be represented as the T_KEY_VALUE_CHANGES table, but here we don't need links for the history, don't care of actual values, the meaning of the reads is simpler, so the structure of the table is simple. 108 108 * Reads are added rarely compared to writes, so the table is perfect for its purpose. 109 * Schema diagram: TODO!!!109 * Schema diagram: [[Image(DB graph.jpg, 100%)]] 110 110 === JDBC Template === 111 111 * For our purposes using JDBC is enough there is no need of ORM like Hibernate and bean model for it, because we will have small database.