From bd9631e26fbaead76ebe8755dcc35d4de8edb321 Mon Sep 17 00:00:00 2001 From: <> Date: Sat, 16 Mar 2024 03:08:34 +0000 Subject: [PATCH] Deployed 4dd73a2a with MkDocs version: 1.5.3 --- .../index.html | 18 +- search/search_index.json | 2 +- sitemap.xml | 156 +++++++++--------- sitemap.xml.gz | Bin 1016 -> 1016 bytes 4 files changed, 91 insertions(+), 85 deletions(-) diff --git a/feedback/designing-data-intensive-applications/index.html b/feedback/designing-data-intensive-applications/index.html index 5f44d2ba..71d7eccb 100644 --- a/feedback/designing-data-intensive-applications/index.html +++ b/feedback/designing-data-intensive-applications/index.html @@ -1132,7 +1132,8 @@
身為一個應用程式開發者,我該如何看待本書
-如果你能夠了解資料庫的內部運作方式,你就能有一個較開闊和清楚的視野去看待哪種工具或是參數的調校是最適合你的應用程式。雖然本書不會有任何產品的細節介紹,卻會讓你在看資料庫文件時,暸解不同名詞其背後可能代表的優劣勢。
+如果你能夠了解資料庫的內部運作方式,你就能有一個較開闊的視野去看待哪種工具或是哪些設定是最適合你的應用程式。 +雖然本書不會有任何產品的細節介紹,卻會讓你在看資料庫文件時,暸解不同名詞其背後可能代表的優劣勢。
As an application developer you’re armed with this knowledge about the internals of storage engines, you are in a much better position to know which tool is best suited for your particular application. If you need to adjust a database’s tuning parameters, this understanding allows you to imagine what effect a higher or a lower value may have. Although this chapter couldn’t make you an expert in tuning any one particular storage engine, it has hopefully equipped you with enough vocabulary and ideas that you can make sense of the documentation for the database of your choice.
資料的重要性
2021 AWS Summit 提到:統一資料以發揮其價值,成為資料驅動型企業,其特色:
可以去HackMD 報告文本查看各章,裡面會整理成較適合報告的形式。
+分成三大塊:
+對應書中的 Data Models and Query Languages,展示各種資料模型2和比較。