You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Feature Request
Describe your feature request related problem:
When restoring many tables, it cost too many time for creating table, rebase auto ID or things likewise.
Describe the feature you'd like:
Use the
meta.Meta
API from TiDB directly to create tables.Describe alternatives you've considered:
The current version -- using DDL to create tables, or execute the DDLs over the owner node.
Teachability, Documentation, Adoption, Migration Strategy:
There are about three steps when we want to creating a table from a
model.TableInfo
:Meta.CreateTableOrView
.(TODO: consistency, performance testing, etc..)
The text was updated successfully, but these errors were encountered: