#
Git
Press
Login
Tag
#
postgresql
Tagged
Posts
Eric Chang
@ 2023/06/29
[筆記] 用pg_upgrade指令升級postgresql 15 -> 16 beta1
老闆在slack 上說,要試試看透過 pg_upgrade 的指令來升級現有的資料庫以前都是dump DB , remove packages , install new packages , restore DB我也不曉得為什麼這次突然又想要用 pg_upgrade
Eric Chang
@ 2019/09/05
[筆記] 用pbackrest 備份還原 postgresql / Backup Restore Postgresql With Pgbackrest
這兩天在測試pgbackrest ,簡單筆記一下測試狀況<!--more--> 在ubuntu 18.04 安裝pgbackrest 很簡單,內建在apt裡面,所以可以直接用
Eric Chang
@ 2019/09/10
[筆記] 測試 USB 3.1 Gen2 NVME SSD 外接盒 & 內建pci-e ssd & 外接SATA SSD / Bencmark With External Internal Nvme Ssd and External Sata Ssd
前幾天在淘寶上買了個 SSK 的USB 3.1 Gen2 (type-c) NVME SSD 外接盒手邊也剛好有一條多的intel 600p nvme ssd 就順手來做個比較目標是看看有沒有可能直接用外接的SSD來跑postgresql
Eric Chang
@ 2020/11/18
ubuntu 20.04 install nvidia driver / CUDA / postgresql / pg_strom
最近又開始在亂搞postgresql ,一直想要玩玩看GPU運算的威力,大概一年多前,有測試了 ubuntu 18.04 + postgresql + pg_strom ,可是當時因為pg_strom 不支援當時手邊的顯示卡,只好作罷。Breaks here<!--more-->
Eric Chang
@ 2019/09/20
[筆記] 在ubuntu 18.04安裝psql 11 以及 pg_auto_failover / install psql 11 and pg_auto_failover in ubuntu 18.04
最近都在弄postgresql備份、還原測試得差不多了,就等著看到時候要用什麼方式前幾天看到 pg_auto_failover 這個postgresql 的extension
Eric Chang
@ 2019/08/23
[筆記] 在Ubuntu 18.04 下 透過 pgbarman rsync/ssh backup 備份 postgresql 10 / backup postgresql 10 with pgbarman via ssh/rsync in ubuntu 18.04
這篇繼續講 pgbarman 透過 rsync/ssh 來備份 postgresql 資料庫的方式<!--more--> 其實呢,透過 ssh 的方式來做備份,雖然最後有弄出來,但是我不知道到底做了什麼事才搞定
Eric Chang
@ 2019/08/23
[筆記] 在Ubuntu 18.04 下 透過 pgbarman streaming backup 備份 postgresql 10/ backup postgresql 10 with pgbarman straming backup in ubuntu 18.04
很久以前就有看到這個用來備份postgresql 的 pgbarmanhttps://www.pgbarman.org/前幾天老闆在slack 上面又提到,所以這次就花了點時間來玩玩看
Eric Chang
@ 2019/09/06
[筆記] 用zfs的snapshot 快照功能來做 postgresql 的備份還原 / Postgresql Backup Restore Using Zfs Snapshot
前面測試了用pgbarman / pgbackrest 來備份 postgresql這次改從system file level 來下手採用zfs 的快照來備份、還原postgresql 資料庫
Eric Chang
@ 2020/01/07
[筆記] postgresql 效能測試 / postgresql benchmakr using pgbench
昨天老闆在slack 上面問說現在的幾台 DB Server 有沒有跑過 pgbench分數大概如何,想要跟他的筆電做個比較之前有跑過幾次,這次就順便測試一下不同的硬體配置、以及不同的軟體版本
Eric Chang
@ 2019/12/20
[筆記] 測試 postgresql 的pg_prewarm 對效能的影響 / test pg_prewarm in postgresql 11
老闆提到想要把新系統的 postgresql 資料庫都撈到記憶體裡面但是否決了我提出的ramdisk 作法(因為當機的話,資料就沒了)在找資料的時候,發現了這個postgresql 的 pg_prewarm extension