標籤: "database" 相關文章

關於 PostgreSQL 的 4 個 Isolation Levels

本文將簡述 PostgreSQL 提供的 4 種 Isolation Levels,並了解各自的特性與使用情境。

Tags:
# database
# postgres
# backend
Date: 2024/09/16
在 Postgres 建立一個 Read Only Role(Create Read Only Role in Postgres)

資料庫的使用者眾多,權限控管是個難題,用 Role 來決定使用者權限是很常被使用的方法,本篇紀錄如何建立一個 Read Only 的 Role ,然後綁到 User 身上。

Date: 2024/04/21
Postgres Uncommitted Transactions 處理紀錄

某天要 drop table 的時候怎麼樣都無法成功,query 卡住沒辦法執行完成,用本篇記錄一下處理的過程。

Date: 2024/04/19