about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-08-13T16·29+0300
committerclbot <clbot@tvl.fyi>2024-08-13T17·50+0000
commit2f4185ff1a54e1bdbaa062a9e4e1c8137d141762 (patch)
tree430a62e013162a576305c0d1f89c7736d3bd8868
parent3ca0b53840b352b24f3a315404df11458b0bdbbb (diff)
docs(tvix/TODO): DirectoryService with bucketed directories is done r/8485
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
-rw-r--r--tvix/docs/src/TODO.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/tvix/docs/src/TODO.md b/tvix/docs/src/TODO.md
index debad55a4f7c..3efcb0606f71 100644
--- a/tvix/docs/src/TODO.md
+++ b/tvix/docs/src/TODO.md
@@ -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!)