Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-19502

Separate component to keep database schema and manage changes in it

    XMLWordPrintableJSON

Details

    • Epic
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0
    • persistence, sql
    • Catalog Service

    Description

      Right now database schema information in Ignite 3.0 is stored and treated as regular configuration. All business processes related to schema changes are distributed via  internal mechanisms of configuration engine and orchestrated ad-hoc by consumer components like TableManager or IndexManager.

      But there is a strong evidence that API and guarantees of configuration engine don't satisfy important requirements that emerge in the field of db schema management.

      So we need to stop treating schema as any other configuration and move it to a separate component called Catalog Service.
      This component will provide high-level API to modify the schema and will take responsibility for all other necessary processes like synchronizing schema changes between nodes, managing schema change events, notifying all necessary components and providing orchestration between them.

      Attachments

        Issue Links

          Activity

            People

              ktkalenko@gridgain.com Kirill Tkalenko
              sergeychugunov Sergey Chugunov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: