You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 6 Next »
On the low-level, SimpleOne is a big relational database that has an interface to manage this database.
The database consists of the tables and columns interconnected in many ways.
Tables are divided into two sets: system tables and functional tables.
The system tables are used for business logic implementation. They store the inner mechanisms placed there by administrators of the system.
Most of them are write-protected to prevent system disruption.
The purpose of functional tables is to store the data models used in the business logic implementation.
System tables, in turn, are divided into several groups, called "layers". In these layers, tables are grouped functionally.
On this layer, the tables keep information about the system structure (table relationship and dependencies)