Feature proposal #8042
open
Implement support for running batch tools against all users
Added by krileon over 4 years ago.
Updated 3 months ago.
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 open — 0 closed)
- Target version changed from CB 2.4.6 to CB 2.4.7
- Target version changed from CB 2.4.7 to CB 2.5.0
- Target version changed from CB 2.5.0 to CB 2.6
- Target version changed from CB 2.6 to CB 2.6.1
- Target version changed from CB 2.6.1 to CB 2.7
- Target version changed from CB 2.7 to CB 2.7.2
- Target version changed from CB 2.7.2 to CB 2.7.3
- Target version changed from CB 2.7.3 to CB 2.7.4
- Target version changed from CB 2.7.4 to CB 2.8
- Target version changed from CB 2.8 to CB 2.8.1
- Target version changed from CB 2.8.1 to CB 2.8.2
- Target version changed from CB 2.8.2 to CB 2.9.0
- Target version changed from CB 2.9.0 to CB 2.9.2
- Target version changed from CB 2.9.2 to CB 2.9.3
- Target version changed from CB 2.9.3 to CB 2.9.4
Also available in: Atom
PDF