石頭的coding之路

Hello World


  • Home

  • About

  • Course

  • Tags116

  • Categories46

  • Archives114

  • Search

Azure PostgreSQL Flexible long term backup with Managed Identity

Posted on 2022-12-25 | Edited on 2022-12-26 | In Azure , flexibleServer , Managed Identity | Comments:
Symbols count in article: 3.4k | Reading time ≈ 6 mins.

IntroductionThis ariticle will guide us how to do long-term backup (more than 35 days) on Azure PostgreSQL Flexible. Prerequisites: A Postgres flexibl ...

Read more »

postgresql source code install

Posted on 2022-09-03 | Edited on 2022-12-26 | In postgresql | Comments:
Symbols count in article: 5.2k | Reading time ≈ 9 mins.

前言因為工作需要最近在研究 postgresql DB,postgresql DB 是一個 Open Source RDBMS,所以有任何問題疑問都可以把 source code 下載並 debug 了解原因,本篇希望可以快速幫助想要透過 source code 安裝 postgresql DB 的 ...

Read more »

AWS Certified Solutions Architect - Associate (SAA-C02) 考試重點與心得

Posted on 2022-06-26 | Edited on 2022-12-26 | In AWS , Certified | Comments:
Symbols count in article: 4.8k | Reading time ≈ 9 mins.

前言我算是一個雲端小白,自從進入目前公司後才開始接觸雲端相關概念並感受到雲端服務威力 我會想參加 SSA 考試主要有下面幾個原因 主要是想趕在 SAA-C02 (2022-08) 換考試範圍前來測驗 感覺放在履歷上,增加職場競爭力 驗收自己目前對於雲端相關知識 目前在架構 Team 擔任工程師,希 ...

Read more »

Serverless + CloudFormation 撰寫 lambda

Posted on 2022-05-16 | Edited on 2022-12-26 | In AWS , Lambda | Comments:
Symbols count in article: 2.1k | Reading time ≈ 4 mins.

前言AWS lambda 作為 serverless 服務,之前有介紹過 AWS Lambda 初體驗 by .net core,本次要介紹 serverless 框架搭配 AWS CloudFormation (IaC) Serverless 預設使用 provider 是 AWS AWS is ...

Read more »

Postgresql AutoVacuum 介紹

Posted on 2022-01-21 | Edited on 2022-12-26 | In Postgresql , Vacuum | Comments:
Symbols count in article: 7k | Reading time ≈ 13 mins.

前言AutoVacuum 在 Postgresql 是一個很重要的機制(甚至可以說最重要也不為過),但裡面有些地方需要了解今天就帶大家初探 資料 & 測試資料資訊本次執行 Sample Data CREATE TABLE T1 ( ID INT NOT NULL PRIMARY KEY ...

Read more »

Redis Cluster 介紹

Posted on 2022-01-12 | Edited on 2022-12-26 | In Redis , Cluster | Comments:
Symbols count in article: 17k | Reading time ≈ 32 mins.

前言在巨量資料下,資料庫合理的分片(DB sharding)可以幫助我們承受更高量的資料量(前提Index還有設定都調教到很好在考慮 sharding) 而在 Redis 世界裡也有 redis cluster 來做 sharding 事情,今天就來跟大家分享介紹 我使用是 bitnami redi ...

Read more »

Ndepend 靜態分析 .Net 專案好物

Posted on 2021-12-04 | Edited on 2022-12-26 | In C# , Ndepend | Comments:
Symbols count in article: 2.9k | Reading time ≈ 5 mins.

前言當一個專案越來越大,在開發新產品時同時要兼顧程式碼品質會越來越困難,今天要介紹的 Ndepend 是一個很優秀靜態分析 .Net 專案好物 會幫我們產生一個 DashBoard 來了解目前專案大致上分析後的問題,並提供建議解法和處理方向,讓我們提前更快速抓出未來或目前存在 bug,減少發生需要晚 ...

Read more »

AWS Postgres RDS Proxy

Posted on 2021-11-22 | Edited on 2022-12-26 | In AWS , RDS | Comments:
Symbols count in article: 9.3k | Reading time ≈ 17 mins.

前言在 Postgresql 世界裡每建立一個 Connection,都會有一個 process 來服務該請求,Postgresql 沒有 ThreadPool 概念所以在 Connection 使用量大時會發生一些問題 資源浪費 超過同時間超過 max_connection 後面連接會無法連接 ...

Read more »

LRU 演算法解說

Posted on 2021-11-11 | Edited on 2022-12-26 | In Algorithm , DataStructure | Comments:
Symbols count in article: 3.9k | Reading time ≈ 7 mins.

前言資料結構跟演算法是程式設計師的內功,在中小型系統懂這兩樣東西效用可能有限,但在大型系統中熟不熟用資料結構跟演算法做出來的效益會天差地遠 對於常使用的物件和變數我們會放置在 Redis 上( cache server ),但記憶體有限,我們想放的東西無限,造就無法將所有物件都存放在 Redis 或 ...

Read more »

資料庫查詢核心概念-地圖理論

Posted on 2021-11-02 | Edited on 2022-12-26 | In DataBase , Turning | Comments:
Symbols count in article: 1.3k | Reading time ≈ 2 mins.

前文我認為 DB query optimizer (QO) 產生執行計畫並執行查詢和 使用地圖找尋最佳路徑很類似 下面會跟大家分享我心中 地圖理論 希望可以對於想了解 DB 運作的人更快上手 看見全貌在了解一個事情跟技術,我們需要先用宏觀的角度來看待事情 下圖是 postgresql DB 運作核心 ...

Read more »
12…12
Daniel Shih

Daniel Shih

好點子沒價值,有價值的是把好點子實現
114 posts
46 categories
116 tags
GitHub Email FaceBook StackOverflow

profile for D-Shih at Stack Overflow, Q&A for professional and enthusiast programmers

Flag Counter
Certifications:
© 2022 Daniel Shih | 533k | 16:10
Powered by Hexo v3.9.0
|
Theme – NexT.Gemini v7.1.1
|