The following figure shows the physical restoration architecture of OceanBase Database.

Two steps in the restoration procedure are visible to users:
Use the CREATE RESOURCE POOL command to create the resource pool required by the tenant restoration in the target cluster.
Use the ALTER SYSTEM RESTORE TENANT command to schedule tenant restoration tasks.
The following procedure is the internal procedure of the RESTORE TENANT command for backup restoration:
Create the tenant for restoration
Restore the system table data of the tenant
Restore system table logs of the tenant
Restore the metadata of the tenant
Restore the user table data of the tenant
Restore user table logs of the tenant
Outstanding works of restoration
For a single partition group (PG), the metadata and macroblock data of the PG are replicated to the specified OBServer to build a PG with only baseline data. Then, the logs in the PG are replicated to the specified OBServer and put back to the MemTable in the PG. In this procedure, if the number of logs is large, you may need to dump these logs.