-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-dev
-
Fix Version/s: 3.1.0-a1
-
Component/s: Database Abstraction Layer (DBAL), Notification System
-
Labels:None
-
GitHub Pull Request URL:
Currently my DB goes away when notifications for unread posts are added for 20k Users. The problem is they are all added in one query, using sql_multi_insert().
EXreaction said, the function itself could also split the sets up into batches. (Would avoid duplicated code everywhere)