From 09a4578b1a7c0dff532dd89a198921054b4d2720 Mon Sep 17 00:00:00 2001 From: DarkGopher Date: Thu, 26 Jun 2025 12:21:10 +0200 Subject: [PATCH] ign --- storage/hybrid/PML.txt | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 storage/hybrid/PML.txt diff --git a/storage/hybrid/PML.txt b/storage/hybrid/PML.txt deleted file mode 100644 index 1568404..0000000 --- a/storage/hybrid/PML.txt +++ /dev/null @@ -1,28 +0,0 @@ -This is PML format: - -[OP] -0: create new session -1: destroy session -2: change session ID (sid) -3: modify (create key, update key: val, delete key) session DATA - -[SID] is session ID - -[DATA] -0: - no data -1: - no data -2: new session ID -3: (key)|(val) - create and update DATA or (key) only for delete key - -PML log file: -______________________________________________________ LOG stream... -OP | SID | DATA | LENGTH | | | ------------------------------------------------------- | ------ // -- // -- // -- | | | ------------------------------------------------------- | - ... .... ..... | | | -______________________________________________________ | -OP | SID | DATA | LENGTH | | | -______________________________________________________ V - -... LENGTH is uint64 size of record \ No newline at end of file