Project

General

Profile

Actions

Feature proposal #8042

open

Implement support for running batch tools against all users

Added by krileon almost 4 years ago. Updated 6 months ago.

Status:
Assigned
Priority:
Normal
Assignee:
Target version:
Start date:
11 June 2020
Due date:
% Done:

0%

Estimated time:

Description

This will only work if it works against raw database entries as editing users 1 by 1 would just crash the server, but a mass UPDATE database query would work fine even with millions of rows. Note that even a simple query like the below takes a full 30 seconds against 1 million rows. So it either needs to be direct database query or we need to be able to perform this operation in batches.

UPDATE `jos_comprofiler` SET `acceptedterms` = 1


Related issues 1 (1 open0 closed)

Precedes CB - Feature proposal #8043: Implement means of mass resetting consentAssignedkrileon12 June 202012 June 2020

Actions
Actions

Also available in: Atom PDF