improve efficiency for copying mutliple table schemas
Open
Nobody has claimed this yet.
enhancement
Severity: 2
web-console
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 39
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 4
Description
Currently, one request is sent per selected table, due to API limitations from the server.
Once the SHOW CREATE TABLE SQL is updated and supports multiple tables, we should update the web console to send a single request for multiple tables at once.
Contributor guide
No contributing guide indexed for this repository
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 checking the prerequisite issue 5458 and the web console path that requests schemas for selected tables. Confirm that SHOW CREATE TABLE supports multiple tables, then update the console to issue one request for the selection and verify that all selected schemas are returned correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100