feat(tvix/store): Sled{PathInfo,Directory}Service -> Redb…
Use redb instead of sled for the default filesystem implementation of PathInfoService and DirectoryService. In the future we'll also drop sled support completely. Change-Id: I513ff0c2ff953d59714aa50b9aa1301b02f53d40 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12085 Autosubmit: Ilan Joselevich <personal@ilanjoselevich.com> Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
26129c1761
commit
480a8106cf
3 changed files with 4 additions and 5 deletions
|
|
@ -193,7 +193,6 @@ logs etc, but this is something requiring a lot of designing.
|
|||
root `Directory` digest. This won't allow indexing intermediate Directory
|
||||
nodes, but once we have `DirectoryService` composition, it shouldn't be an
|
||||
issue.
|
||||
- [redb](https://www.redb.org/) backend
|
||||
|
||||
### PathInfoService
|
||||
- sqlite backend (different schema than the Nix one, we need the root nodes data!)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue