In PostgreSQL, there isn't a native foreach loop construct in C, because C itself doesn't have a foreach loop as you might find in higher-level languages like
How can we use vscode debug PostgreSQL running process by source code?
Symbols count in article: 5.8k Reading time ≈ 5 mins.
Step-by-step guide to debug a running PostgreSQL process with VSCode on Linux — build from source with debug symbols and set breakpoints
Azure PostgreSQL Flexible long term backup with Managed Identity
Symbols count in article: 3.6k Reading time ≈ 3 mins.
Step-by-step guide to configure long-term backup (beyond 35 days) on Azure PostgreSQL Flexible Server using Managed Identity, pg_dump, and Azure Blob Storage
postgresql source code install
手把手教學如何從 PostgreSQL 原始碼編譯安裝,在 Ubuntu 環境下載指定版本 source code 並進行 build、install 與 debug,適合想深入了解 PostgreSQL 內部運作的開發者
AWS Certified Solutions Architect - Associate (SAA-C02) 考試重點與心得
AWS SAA-C02 認證考試完整指南:涵蓋 S3 儲存類型、EC2 執行個體、EBS、Route53、SnowBall 等核心服務重點整理,包含服務比較、最佳實踐案例與考試準備建議
Serverless + CloudFormation 撰寫 lambda
使用 Serverless Framework 搭配 AWS CloudFormation (IaC) 撰寫與部署 Lambda 函式,介紹 serverless.yml 設定與 .NET Core Lambda 部署流程
Postgresql AutoVacuum 介紹
Symbols count in article: 7.3k Reading time ≈ 7 mins.
深入介紹 PostgreSQL AutoVacuum 機制,解析 dead tuple 回收、MVCC 與 autovacuum worker 運作原理,了解為什麼 AutoVacuum 是 PostgreSQL 最重要的背景維護機制
Redis Cluster 介紹
Redis Cluster 介紹,了解分散式架構下的資料分片 (sharding) 機制、Hash Slot 分配原理,以及 Redis Cluster 如何實現高可用與水平擴展
Ndepend 靜態分析 .Net 專案好物
當一個專案越來越大,在開發新產品時同時要兼顧程式碼品質會越來越困難,今天要介紹的 Ndepend 是一個很優秀靜態分析 .Net 專案好物
AWS Postgres RDS Proxy
介紹 AWS RDS Proxy 如何解決 PostgreSQL 高連線數問題,透過 connection pooling 減少資源浪費,避免超過 max_connection 限制導致連線失敗