From 7c9861b52067e279428e575f2618a66f83085bb2 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Thu, 25 May 2023 11:48:46 +0800 Subject: [PATCH] fixed 95dc3ff from https://gitee.com/Annie_wang/docs/pulls/18645 update docs Signed-off-by: Annie_wang --- en/application-dev/database/share-data-by-silent-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/database/share-data-by-silent-access.md b/en/application-dev/database/share-data-by-silent-access.md index 142642f986..50ff03f084 100644 --- a/en/application-dev/database/share-data-by-silent-access.md +++ b/en/application-dev/database/share-data-by-silent-access.md @@ -3,7 +3,7 @@ ## When to Use -According to big data statistics, in a typical cross-application data access scenario, applications are started nearly 83 times on average in a day. +In a typical cross-application data access scenario, an application may be started multiple times. To reduce the number of application startup times and improve the access speed, OpenHarmony provides the silent access feature, which allows direct access to the database without starting the data provider. -- GitLab