Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-08-28 17:36:06 +03:00
parent 18141b0751
commit 3f1afe8294

View File

@ -1,11 +1,9 @@
/********************************************************************** /**********************************************************************
* *
* *
* XXX Q: substore shadowing vs. mixing??? * XXX revise/update sort...
* should a substore completely shadow a .next stuff or should the * XXX sub/nested store mixing...
* layers mix??? * need to cortectly integrate the following store methods:
* ...currently it's a bit of both, listing gets both but opening
* does not see the shadowed pages...
* .get(..) -- DONE * .get(..) -- DONE
* .metadata(..) -- * .metadata(..) --
* .delete(..) * .delete(..)