GeminiDB is a distributed, multi-model NoSQL database service with decoupled storage and compute. GeminiDB is well-suited for various applications, including IoT, meteorology, Internet, and gaming, due to its high-performance read/write capabilities and low costs. GeminiDB is compatible with Cassandra APIs and provides features like flexible scaling, high availability, and security, making it a good choice for applications that require fast data processing and storage.
It is particularly useful for write-intensive scenarios, such as manufacturing, logistics, healthcare, real estate, energy production, and agriculture, where it can process data from different types of sensors for further analysis.
In this release GeminiDB introduce following new feature:
- PITR (Point In Time Recovery)
With PITR feature, a GeminiDB instance can be restored to a specified point in time. The most recent full backup will be downloaded from OBS for restoration. After the full backup restoration is complete, incremental backups will be replayed to the specified point in time. The time required for PITR depends on the amount of data to be restored.
Further information can be found in the GeminiDB area of the Help Centers.