- Mastering vRealize Operations Manager(Second Edition)
- Spas Kaloferov Scott Norris Christopher Slater
- 187字
- 2021-06-24 18:42:30
Persistence
The Persistence (the database) layer, as its name implies, is the layer where the data is persisted to disk. The layer primarily consists of a series of databases performing different functions, and having different roles.
vRealize Operations uses two data storage solutions:
- Postgres: This is a relational database that stores the configuration and state of the data
- FSDB: This is a proprietary high-performance filesystem-based repository that stores all the time series data
Understanding the Persistence layer is an important aspect of vRealize Operations, as this layer has a strong relationship with the data and service availability of the solution.
vRealize Operations has five primary database services, as follows:

Prior to 6.3, a common administrator task was to re-index the database. The 6.3 release, and later releases, contain a scheduled task to re-index the database. The script itself is available at the following location: /usr/lib/vmware-vcops/user/conf/persistence/vpostgres/vpostgres_sharded_db_index_rebuild.sh.
Sharding is the term that GemFire uses to describe the process of distributing data across multiple systems to ensure that compute, storage, and network load is evenly distributed across the cluster.
推薦閱讀
- 操作系統實用教程(Linux版)
- Linux網絡管理與配置(第2版)
- 嵌入式Linux系統開發:基于Yocto Project
- 混沌工程實戰:手把手教你實現系統穩定性
- NetDevOps入門與實踐
- Troubleshooting Docker
- Learn CUDA Programming
- 從零開始學安裝與重裝系統
- Web Penetration Testing with Kali Linux(Third Edition)
- Java EE 8 High Performance
- 程序員必讀經典(算法基礎+計算機系統)
- Instant Responsive Web Design
- Azure Serverless Computing Cookbook
- Drupal 7 Mobile Web Development Beginner’s Guide
- Windows 11使用方法與技巧從入門到精通