Changes between Version 13 and Version 14 of SERVER_DATABASE_PERSISTENCE
- Timestamp:
- 02/22/10 14:30:29 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SERVER_DATABASE_PERSISTENCE
v13 v14 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: [[Image(DB graph.jpg, 100%)]]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.