Welcome to mirror list, hosted at ThFree Co, Russian Federation.

N+1_Query.md « issue_templates « .gitlab - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: faa63faf508a24ce2bbf665ed2c910ab604bfcd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Corresponding gitlab-rails issue: LINK

------------------------------------------------------------

**Stages**:

- [ ] Investigate

- [ ] Assess priority

- [ ] Server-side fixed LINK

- [ ] Client-side fixed LINK

**Affected RPC's**:
  - `Endpoint::Name`
  
------------------------------------------------------------

Process explanation:

### Investigate

If it's not clear what RPC's add up to the N+1 violation, do a new CI run on gitlab-ce/ee to find out.

### Assess priority

- Does this N+1 degrade the user experience?
- Does it cause more than 100 (extra) requests per second on gitlab.com?

If the answer to both questions is 'no' then downgrade the priority of this issue to `v1.1`.

------------------------------------------------------------

/label ~"v1.0" 
/label ~Gitaly