diff --git a/docs/performance/tuning-search-performance.md b/docs/performance/tuning-search-performance.md index bc7f7d58b6..b0cb6586df 100644 --- a/docs/performance/tuning-search-performance.md +++ b/docs/performance/tuning-search-performance.md @@ -9,7 +9,7 @@ When the search results do NOT satisfy the expected result, it can be improved b First of all, we recommend tuning by following the steps below without doing it blindly. -
+```mermaid flowchart TD A[Perform Linear Search API] B{Is satisfies?} @@ -24,7 +24,7 @@ flowchart TD E--> C E--> F F--> E -
+``` The best practice is: