mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-09-18 18:10:39 +03:00
Correct mistranslations
- "使用状況" ("usage") is mistranslation for "use case". - "特定の仕様" ("specific specifications") is mistranslation for "specific usage". - The translation of "some level of" is missing. - Make the translation more fluent.
This commit is contained in:
@@ -1106,7 +1106,7 @@ NoSQLに適するサンプルデータ:
|
||||
|
||||
### データベースキャッシング
|
||||
|
||||
データベースは普通、一般的な使用状況に適するようなキャッシングの設定を初期状態で持っています。この設定を特定の仕様に合わせて調整することでパフォーマンスを向上させることができます。
|
||||
データベースには普通、ある程度のキャッシュがデフォルトで設定されています。この設定は一般的なユースケースに最適化されています。そのため、この設定を特定の用途に合わせて調整することでパフォーマンスを向上できます。
|
||||
|
||||
### アプリケーションキャッシング
|
||||
|
||||
|
Reference in New Issue
Block a user