Allow user to cancel server query operation triggered by "open quickly" or search
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 485
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
When searching schemas/tables or in open quickly, postico seems to iterate over several server objects. That can take a long time with hundreds of schemas and thousands of tables, so we'd like to cancel that operation if it's taking too long.
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 tracing the search and “open quickly” entry points to see where iteration over server schemas and tables is initiated. Identify how the long-running operation reports progress and whether it has an existing cancellation path. Done means a user can cancel the operation and the server-object iteration stops cleanly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- databases, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100