OceanBase logo

OceanBase

A unified distributed database ready for your transactional, analytical, and AI workloads.

Product Overview
DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Resources

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS

OceanBase Cloud

OceanBase Database

Tools

Connectors and Middleware

QUICK START

OceanBase Cloud

OceanBase Database

BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Company

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

International - English
中国站 - 简体中文
日本 - 日本語
Sign In
Start on Cloud

OceanBase

A unified distributed database ready for your transactional, analytical, and AI workloads.

Product Overview
DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS
OceanBase CloudOceanBase Database
ToolsConnectors and Middleware
QUICK START
OceanBase CloudOceanBase Database
BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

Start on Cloud
编组
All Products
    • Databases
    • iconOceanBase Database
    • iconOceanBase Cloud
    • iconOceanBase Tugraph
    • iconInteractive Tutorials
    • iconOceanBase Best Practices
    • Tools
    • iconOceanBase Cloud Platform
    • iconOceanBase Migration Service
    • iconOceanBase Developer Center
    • iconOceanBase Migration Assessment
    • iconOceanBase Admin Tool
    • iconOceanBase Loader and Dumper
    • iconOceanBase Deployer
    • iconKubernetes operator for OceanBase
    • iconOceanBase Diagnostic Tool
    • iconOceanBase Binlog Service
    • Connectors and Middleware
    • iconOceanBase Database Proxy
    • iconEmbedded SQL in C for OceanBase
    • iconOceanBase Call Interface
    • iconOceanBase Connector/C
    • iconOceanBase Connector/J
    • iconOceanBase Connector/ODBC
    • iconOceanBase Connector/NET
icon

OceanBase Migration Service

V4.2.11Community Edition

    Download PDF

    OceanBase logo

    The Unified Distributed Database for the AI Era.

    Follow Us
    Products
    OceanBase CloudOceanBase EnterpriseOceanBase Community EditionOceanBase seekdb
    Resources
    DocsBlogLive DemosTraining & CertificationTicket
    Company
    About OceanBaseTrust CenterLegalPartnerContact Us
    Follow Us

    © OceanBase 2026. All rights reserved

    Cloud Service AgreementPrivacy PolicySecurity
    Contact Us
    Document Feedback
    1. Documentation Center
    2. OceanBase Migration Service
    3. V4.2.11
    iconOceanBase Migration Service
    V 4.2.11Community Edition
    Enterprise Edition
    • V 4.3.2
    • V 4.3.1
    • V 4.3.0
    • V 4.2.5
    • V 4.2.4
    • V 4.2.3
    • V 4.0.2
    • V 3.4.0
    Community Edition
    • V 4.2.13
    • V 4.2.12
    • V 4.2.11
    • V 4.2.10
    • V 4.2.9
    • V 4.2.8
    • V 4.2.7
    • V 4.2.6
    • V 4.2.5
    • V 4.2.4
    • V 4.2.3
    • V 4.2.1
    • V 4.2.0
    • V 4.0.0
    • V 3.3.1

    Create a Store component

    Last Updated:2026-04-14 07:36:10  Updated
    Share
    What is on this page
    Background
    Procedure

    folded

    Share

    The OPS & Monitoring module of OceanBase Migration Service (OMS) Community Edition allows you to create a Store on the Store page.

    Background

    The Store component reads raw data from the source instance, then parses, filters, and formats the data, and finally persists the data on the local server. We recommend that you create a Store in load balancing or other scenarios where data needs to be pulled. We recommend that you create a Store in load balancing or other scenarios where data needs to be pulled.

    • When the database logs still exist, the data generated a few days ago needs to be pulled.

      In this case, the current Store for the data has expired, and restarting the current Store may delay all downstream nodes. You need to create a Store starting from a timestamp.

    • Load balancing is required for a subtopic. The subtopic can be a cluster-, tenant-, or database-level data source.

      This aims to prevent excessive downstream nodes from consuming the Store resources, thus ensuring stability and reducing latency.

    Procedure

    1. Log in to the OMS Community Edition console.

    2. In the left-side navigation pane, choose OPS & Monitoring > Component. The Store tab automatically appears.

    3. On the Store tab, click Add in the upper-right corner.

    4. In the Add dialog box, configure the parameters.

      Parameter
      Required
      Description
      Subtopic Yes A cluster- or tenant-level data source. Select a subtopic based on the specific task.
      The subtopic is displayed between the two colons in the store component ID on the View Component Monitoring dialog box of the task details page.
      Node No The server on which the Store is started. In standalone mode, only one server is deployed, and the Store is created on that server by default. When no node is specified in high availability scenarios, the system automatically schedules the Store to a server that has not experienced any performance bottleneck.
      Timestamp Yes The point in time from which the Store is started. Make sure that the database logs exist. Otherwise, the Store may fail to start.

      Here is an example of how to check whether database logs exist:

      • For a MySQL database, you can use the mysqlbinlog tool to view the binlog files on the source server.

      • For a PostgreSQL database, OMS Community Edition saves logs from the current time for 48 hours by default after the store is started for the first time. If the store fails to start for the first time, you cannot specify a timestamp earlier than the current time for log pulling.

        Note

        • If the store was started for the first time within 48 hours, you can specify any time after the first start time for log pulling.

        • If the store was started for the first time more than 48 hours ago, you can specify any time within the last 48 hours for log pulling.

    5. Click Add.

    Previous topic

    View server logs
    Last

    Next topic

    View details of a Store component
    Next
    What is on this page
    Background
    Procedure