From 88051a1188bc1c8d11d7e31f22f702371c6cd4b2 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Tue, 20 Mar 2018 22:37:45 -0700 Subject: [PATCH] adjust startup timings again I forgot to drop the cache before grabbing the numbers earlier today. --- design/schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/design/schema.md b/design/schema.md index 84fbf39..cee6321 100644 --- a/design/schema.md +++ b/design/schema.md @@ -335,8 +335,8 @@ The times are roughly: | level | operation | time | | :------- | :---------- | -------: | -| presence | `readdir()` | ~1.6 sec | -| size | `fstat()` | ~100 sec | +| presence | `readdir()` | ~19 sec | +| size | `fstat()` | ~120 sec | | hash | `read()` | ~8 hours | The `readdir()` and `fstat()` times can be tested simply: