Steve Yegge
9c6b37500c
Fix N+1 query pattern in export operations (bd-rcmg)
...
**Problem**: Export operations called GetLabels() and GetIssueComments()
in a loop for each issue, creating N+1 query pattern. For 100 issues
this created 201 queries instead of 3-5.
**Solution**:
- Added GetCommentsForIssues() batch method to storage interface
- Implemented batch method in SQLite and memory storage backends
- Updated handleExport() and triggerExport() to use batch queries
- Added comprehensive tests for batch operations
**Impact**: Query count reduced from ~201 to ~3-5 for 100 issues.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-23 19:53:44 -08:00
..
2025-11-20 19:29:30 -05:00
2025-11-21 14:40:22 -05:00
2025-11-04 01:08:21 -08:00
2025-11-03 12:02:15 -08:00
2025-11-05 00:02:57 -08:00
2025-11-20 19:17:57 -05:00
2025-11-23 19:53:44 -08:00
2025-11-23 19:35:52 -08:00
2025-11-20 19:29:30 -05:00
2025-11-06 20:06:45 -08:00
2025-10-30 14:04:03 -07:00
2025-11-21 11:40:37 -05:00
2025-11-08 02:22:15 -08:00
2025-11-08 02:22:15 -08:00
2025-11-01 22:53:38 -07:00
2025-11-23 19:53:44 -08:00
2025-11-23 19:35:52 -08:00
2025-11-20 18:55:10 -05:00
2025-11-20 18:55:10 -05:00
2025-11-23 19:04:34 -08:00
2025-11-15 12:46:13 -08:00
2025-11-01 22:51:58 -07:00
2025-11-01 22:47:07 -07:00
2025-11-02 08:40:10 -08:00
2025-11-20 19:29:30 -05:00
2025-11-02 14:49:27 -08:00
2025-10-15 01:30:28 -07:00
2025-11-20 19:17:57 -05:00
2025-10-25 13:20:16 -07:00
2025-10-25 18:44:38 -07:00
2025-11-20 19:17:57 -05:00
2025-11-02 14:49:27 -08:00
2025-11-23 10:57:29 -08:00
2025-11-20 18:55:10 -05:00
2025-11-02 16:27:42 -08:00
2025-11-20 21:57:23 -05:00
2025-11-21 11:40:37 -05:00
2025-10-29 21:57:15 -07:00
2025-11-23 19:04:34 -08:00
2025-11-04 23:12:41 -08:00
2025-10-15 01:30:28 -07:00
2025-11-20 14:20:45 -05:00
2025-11-02 14:03:14 -08:00
2025-11-02 14:03:14 -08:00
2025-11-06 20:06:45 -08:00
2025-11-20 19:29:30 -05:00
2025-11-06 20:14:34 -08:00
2025-11-04 23:12:41 -08:00
2025-11-05 01:11:09 -08:00
2025-11-05 00:02:57 -08:00
2025-11-20 21:57:23 -05:00
2025-11-23 19:04:34 -08:00
2025-10-28 18:57:16 -07:00
2025-11-20 19:29:30 -05:00
2025-11-04 22:25:33 -08:00
2025-11-21 11:40:37 -05:00
2025-11-08 15:40:19 -08:00
2025-11-17 10:06:35 -07:00
2025-11-15 12:46:13 -08:00
2025-11-15 12:46:13 -08:00
2025-11-20 21:57:23 -05:00
2025-11-23 19:04:34 -08:00
2025-11-23 19:04:34 -08:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-01 11:35:31 -07:00
2025-11-20 19:17:57 -05:00
2025-11-01 19:55:48 -07:00
2025-11-01 19:55:48 -07:00