docs(tvix/TODO): DirectoryService with bucketed directories is done

We have this (`ObjectStoreDirectoryService`), as well as some store
composition.

Change-Id: I876f85da1d5b183d80b148c378f825033ec080e4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12198
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2024-08-13 19:29:56 +03:00 committed by clbot
parent 3ca0b53840
commit 2f4185ff1a

View file

@ -220,12 +220,6 @@ logs etc, but this is something requiring a lot of designing.
(https://github.com/apache/arrow-rs/pull/5650), there's no support on the
local filesystem yet. We'd need to add support to this (through xattrs).
### DirectoryService
- Add an `object_store` variant, storing a Directory *closure* keyed by the
root `Directory` digest. This won't allow indexing intermediate Directory
nodes, but once we have `DirectoryService` composition, it shouldn't be an
issue.
### PathInfoService
- sqlite backend (different schema than the Nix one, we need the root nodes data!)