Konard / LinksPlatform

Holistic system for storage and transformation of information based on associative model of data. Целостная система для хранения и обработки информации, основанная на ассоциативной модели данных.
https://linksplatform.github.io/Documentation/
GNU Lesser General Public License v3.0
57 stars 8 forks source link

Store mutable data in RAM, and immutable data on Disk #645

Open Konard opened 2 years ago

Konard commented 2 years ago

43FDF321-CC7D-4FFA-81AA-38D9A5AEE511

Figi is example of type. ArchivedFigi is an example of archived version of type.

S is state. S1 is first state. Sn is last state.

States S(1) … S(n - 1) can be used as an archive and can be stored on Disk. Last state S(n) can be stored in RAM.

X->Y are recorded atomic state transitions. These make up append only log file used as an archive.