91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

PostgreSQL中怎么使用snapshot操作接口函數

發布時間:2021-11-10 16:32:07 來源:億速云 閱讀:265 作者:iii 欄目:關系型數據庫

本篇內容介紹了“PostgreSQL中怎么使用snapshot操作接口函數”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!

snapshot 操作接口函數

1、創建快照,當BLOCK發生變更時,變更之前的BLOCK(舊版本),寫入*.snapmap.SNAP_ID file文件中。直到snapshot被刪除。

/*  
 * Create new snapshot. Starting from this moment Postgres will store original copies of all updated pages.  
 * Them will be stored in shanpshot file (*.snap.SNAP_ID and addressed through *.snapmap.SNAP_ID file) until  
 * snapshot is deleted by sfs_remove_snapshot function or new snapshot is created.  
 */  
extern SnapshotId sfs_make_snapshot(void);

2、刪除snapshot.

/*  
 * Remove snapshot with all it's files  
 */  
extern void sfs_remove_snapshot(SnapshotId sid);

3、將數據庫恢復到指定snapshot.

/*  
 * Reset database state to the paritcular snapshot.   
 * It will be not possible any more to recover to any of more recent snashots or to the most recent database state.  
 */  
extern void sfs_recover_to_snapshot(SnapshotId sid);

4、查看數據庫過去的某個狀態。(并不是恢復到過去的狀態)

/*  
 * Temporary switch instance to the particular snashot. It will be possible to return back to the most recent database state or to switch to any other snapshot  
 */  
extern void sfs_switch_to_snapshot(SnapshotId sid);

5、僅僅將當前的BACKEND PID,切換到數據庫過去某個SNAPSHOT ID的狀態,而不是將所有BACKEND切換到過去的某個狀態。

/*  
 * Set snapshot for backend,  unlike sfs_switch_to_snapshot function, it switchces snapshot for the current backend and not for all server instance.  
 */  
extern void sfs_set_backend_snapshot(SnapshotId sid);

這些接口與ZFS的SNAPSHOT功能非常類似。

“PostgreSQL中怎么使用snapshot操作接口函數”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

陆川县| 湟中县| 上林县| 噶尔县| 新源县| 绥德县| 大余县| 隆林| 泸水县| 南江县| 安徽省| 伊宁县| 永泰县| 玉门市| 克什克腾旗| 时尚| 开封县| 宝兴县| 丰原市| 东丰县| 钟山县| 柳州市| 江津市| 甘肃省| 东安县| 松滋市| 垫江县| 平江县| 九江县| 灌南县| 玉田县| 台安县| 昂仁县| 电白县| 阳高县| 兴义市| 遂川县| 兴海县| 佛山市| 昌江| 讷河市|