manticoresoftware / manticoresoftware/buddy-core
Refactor: the way of show meta
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 3
- Forks
- 0
- Avg merge
- 18h 6m
- Merged PRs (30d)
- 1
Description
We implemented a fix for the issue related to using different connections under heavy load for select queries here: https://github.com/manticoresoftware/buddy-core/pull/94
The current implementation is not clean enough and uses a "hack." We should introduce the possibility to send multiple queries through a SINGLE connection and receive separate responses. This would make the code cleaner. However, we need to think of a better approach before implementing this solution.
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 reviewing pull request #94 and the current implementation that handles different connections for select queries under load. Clarify the proposed single-connection approach and how separate responses should be represented; the refactor is done when multiple queries can use one connection without the current hack.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100