Changes between Version 13 and Version 14 of SERVER_DATABASE_PERSISTENCE


Ignore:
Timestamp:
02/22/10 14:30:29 (15 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SERVER_DATABASE_PERSISTENCE

    v13 v14  
    107107     * 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. 
    108108     * 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%)]] 
    110110  === JDBC Template === 
    111111   * 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.