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 9 forks source link

Pack / Unpack (Backup, Restore) #36

Open Konard opened 9 years ago

Konard commented 9 years ago

Pack, backup - create a compact copy of database, using only minimum required data - Source, Target and (Linker if present), each of these values should have fixed size required to store any Link index (id).

File Structure should be like this:

Later think about variable numbers for each Index (Id). And also compact store for point links.

Konard commented 8 years ago

Long sequences that use pairs but cannot be compacted anymore can be stored as continues sequences of sequences more like text file there lines saparated by new line character, and the whole file ends at end of file character. This can save additional space.

This form of storage can be actually used as data transfer protocol (https://github.com/Konard/LinksPlatform/issues/29)