From 2f4185ff1a54e1bdbaa062a9e4e1c8137d141762 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 13 Aug 2024 19:29:56 +0300 Subject: [PATCH] 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 Reviewed-by: Ilan Joselevich Tested-by: BuildkiteCI --- tvix/docs/src/TODO.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tvix/docs/src/TODO.md b/tvix/docs/src/TODO.md index debad55a4..3efcb0606 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!)