From 03ea382f816e9a2189c1e223fa01c7078e41e012 Mon Sep 17 00:00:00 2001 From: Yen-Ju Wu Date: Wed, 31 Jan 2024 00:08:15 -0500 Subject: [PATCH] update design_doc --- doc/design_doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design_doc.md b/doc/design_doc.md index 7424bb1..a2b58ea 100644 --- a/doc/design_doc.md +++ b/doc/design_doc.md @@ -39,7 +39,7 @@ To ensure the quality and the performance of the catalog implemented, a comprehe ## Trade-offs and Potential Problems * Balancing between metadata retrieval speed and storage efficiency. -* Striking a balance between query performance and resource utilization. +* Balancing between query performance and engineering complexity (such as adding bloom filters). ## Glossary (Optional) >If you are introducing new concepts or giving unintuitive names to components, write them down here.