manticoresoftware / manticoresoftware/buddy-core

Refactor: the way of show meta

Open
#95 0 comments 0 reactions 0 assignees View on GitHub

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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.