Оптимизирована схема БД

This commit is contained in:
Alexander Zhirov 2025-09-11 13:13:10 +03:00
parent 541d09b8f4
commit 194ca8e5a2
Signed by: alexander
GPG key ID: C8D8BE544A27C511
5 changed files with 59 additions and 113 deletions

View file

@ -7,6 +7,6 @@ import std.file : read;
void main()
{
auto cas = new CAS("/tmp/base.db", true);
// cas.saveSnapshot("/tmp/text", cast(ubyte[]) read("/tmp/text"));
cas.restoreSnapshot();
cas.saveSnapshot("/tmp/text", cast(ubyte[]) read("/tmp/text"));
// cas.restoreSnapshot();
}