Tracking issues for DDLs support
Open
Nobody has claimed this yet.
help wanted
- Dominant language
- Go
- Stars
- 56
- Forks
- 63
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 34
Description
- ActionCreateSchema
- ActionDropSchema
- ActionCreateTable
- ActionDropTable
- ActionAddColumn
- ActionDropColumn
- ActionAddIndex
- ActionDropIndex
- ActionAddForeignKey
- ActionDropForeignKey
- ActionTruncateTable
- ActionModifyColumn
- ActionRebaseAutoID
- ActionRenameTable
- ActionSetDefaultValue
- ActionShardRowID
- ActionModifyTableComment
- ActionRenameIndex
- ActionAddTablePartition
- ActionDropTablePartition
- ActionCreateView
- ActionModifyTableCharsetAndCollate
- ActionTruncateTablePartition
- ActionDropView
- ActionRecoverTable
- ActionModifySchemaCharsetAndCollate
- ActionLockTable (Just ignore)
- ActionUnlockTable (Just ignore)
- ActionRepairTable (Just ignore)
- ActionSetTiFlashReplica
- ActionUpdateTiFlashReplicaStatus
- ActionAddPrimaryKey
- ActionDropPrimaryKey
- ActionCreateSequence (Just ignore)
- ActionAlterSequence (Just ignore)
- ActionDropSequence (Just ignore)
- ActionModifyTableAutoIDCache (Just ignore)
- ActionRebaseAutoRandomBase (Just ignore)
- ActionAlterIndexVisibility
- ActionExchangeTablePartition
- ActionAddCheckConstraint (Just ignore)
- ActionDropCheckConstraint (Just ignore)
- ActionAlterCheckConstraint (Just ignore)
- ActionRenameTables
- ActionAlterTableAttributes (Just ignore)
- ActionAlterTablePartitionAttributes (Just ignore)
- ActionCreatePlacementPolicy (Just ignore)
- ActionAlterPlacementPolicy (Just ignore)
- ActionDropPlacementPolicy (Just ignore)
- ActionAlterTablePartitionPlacement (Just ignore)
- ActionModifySchemaDefaultPlacement (Just ignore)
- ActionAlterTablePlacement (Just ignore)
- ActionAlterCacheTable (Just ignore)
- ActionAlterNoCacheTable (Just ignore)
- ActionCreateTables
- ActionMultiSchemaChange
- ActionFlashbackCluster (Just ignore)
- ActionRecoverSchema (Just ignore)
- ActionReorganizePartition
- ActionAlterTTLInfo
- ActionAlterTTLRemove
- ActionCreateResourceGroup (Just ignore)
- ActionAlterResourceGroup (Just ignore)
- ActionDropResourceGroup (Just ignore)
- ActionAlterTablePartitioning
- ActionRemovePartitioning
- ActionAddVectorIndex
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation and tests for the uncompleted ActionAddVectorIndex item in the DDL handling code. Determine the expected behavior from neighboring DDL actions and existing TiDB/TiCDC coverage. Done means vector-index DDLs are handled consistently and the relevant tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100