Redrock Postgres Documentation
Redrock is an object-relational database management system (ORDBMS) based on PostgreSQL, developed by the PostgreSQL Global Development Group. It is intentionally designed as an enterprise grade and cloud native database.
Feature overview
Log record for roll back modified data and transactions.
Single database instance runs on a server and serves multiple tenants.
Devide computing and storage functions in database through network attached tablespace.
Single process with multiple worker threads, less overhead per context switch.
Provide recycle bin to reserve dropped objects to prevent mistake.
Tracking, auditing, publishing and subscribing DDL operations.