questdb / questdb/ui

improve efficiency for copying mutliple table schemas

Open
#404 3 comments 0 reactions 0 assignees View on GitHub

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.

Depends on https://github.com/questdb/questdb/issues/5458

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.