paginate select when initializing search index #1153

Merged
trinity-1686a merged 4 commits from paginate-search-init into main 2025-01-25 09:35:59 +00:00

old instances can accumulate a large number of posts, causing memory issues when initializing search. This attempts to mitigate this by paginating the SELECT, instead of loading every post to memory at once.

old instances can accumulate a large number of posts, causing memory issues when initializing search. This attempts to mitigate this by paginating the `SELECT`, instead of loading every post to memory at once.
trinity-1686a added 1 commit 2024-01-31 21:11:11 +00:00
trinity-1686a added 1 commit 2025-01-25 09:28:04 +00:00
trinity-1686a added 1 commit 2025-01-25 09:28:35 +00:00
trinity-1686a added 1 commit 2025-01-25 09:34:51 +00:00
trinity-1686a merged commit ae6a83795b into main 2025-01-25 09:35:59 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#1153
No description provided.