Commit 4805001
authored
perf(users): further optimize
### 📣 Summary
Fix remaining performance issues on the `/api/v2/users` endpoint when
handling very large datasets not covered by #6447
### 📖 Description
Although PR #6447 significantly improved the /api/v2/users list
performance, slow responses were still observed with very large
datasets. This update introduces additional optimizations to handle
those edge cases efficiently./api/v2/users list endpoint for large datasets DEV-1236 (#6450)1 parent be3de51 commit 4805001
1 file changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
| |||
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
109 | 130 | | |
110 | 131 | | |
111 | 132 | | |
| |||
0 commit comments