Commit graph

101 commits

Author SHA1 Message Date
d4ff1deadc feat: Add a display of how many rows are deleted per user, improve queries 2025-02-13 18:57:59 +00:00
63c76c137a feat: Add temporary index to make searches faster 2025-02-12 21:40:50 +00:00
b2427c2e75 feat: Detect MariaDB vs MySQL automatically; remove some optimizations causing locks; fix some checks 2025-02-12 21:33:02 +00:00
da644bf4c1 feat: Detect MariaDB vs MySQL automatically; add specific check for ActivityPub; fix some checks 2025-02-12 21:31:53 +00:00
337fb7c155 feat: Add the ability to remove spurious AddContact jobs; minor fixes 2025-02-12 21:29:26 +00:00
078dd7f335 feat: Detect MariaDB vs MySQL automatically 2025-02-12 21:27:45 +00:00
a23f37dbd4 feat: Add the ability to continue from a given ID 2025-02-11 22:44:23 +00:00
b6a26f8c14 fix: Add even more fixes to the lockfile system, document and add more command-line parameters, fix typos 2025-02-11 14:55:06 +00:00
4df778f481 fix: Add missing deletion of old table content 2025-02-11 14:36:51 +00:00
cd2f428d63 fix: Correct some size comparison fallbacks, use a unique file name for temporary files 2025-02-11 14:35:48 +00:00
77ee069d90 fix: Correct the final loop and other missing issues 2025-02-10 22:36:32 +00:00
f5e8ff1091 fix: Correct SQL syntax 2025-02-10 21:57:40 +00:00
faca580191 fix: Correct the loop, once again 2025-02-10 21:57:28 +00:00
49f72dc86b fix: Correct the typing of the comparison from integer to string 2025-02-10 21:26:31 +00:00
6de5f4674f feat: Speed things up a bit 2025-02-10 20:47:37 +00:00
c2f3ea7acf fix: Correct some typos and unneeded comparisons 2025-02-10 20:43:39 +00:00
bbc5bc6f33 fix: Correct the loop behavior yet again 2025-02-10 20:28:15 +00:00
5057478a6f fix: Correct the loop condition and the final clearance 2025-02-10 18:37:10 +00:00
28b706af4e fix: Correct the lockfiles, again 2025-02-10 18:04:00 +00:00
370305bf3b fix: Parameterize the database engine, remove more unneeded parallelism that could cause crashes on the database 2025-02-10 17:49:28 +00:00
aa9178c59a fix: Make the last pair of loops more efficient, add a cleaner for duplicate workerqueue jobs 2025-02-10 17:48:55 +00:00
b72f86f44f chore: Apply shfmt/shellcheck suggestions 2025-02-10 17:48:18 +00:00
d0cbbecff8 fix: Correct the query for dbcount to be the same as the runtime one 2025-02-10 15:55:29 +00:00
05c53d0a2a chore: Add the actual README 2025-02-10 15:44:23 +00:00
a031ea75b7 fix: Add missing deletion of AP and Diaspora contacts 2025-02-10 15:44:01 +00:00
64442a97b3 fix: Improve the parsing of animated WebP files in case they're erased before testing 2025-02-10 15:15:46 +00:00
4414225297 feat: Reset auto-increments 2025-02-10 04:51:29 +00:00
bd24d3c3a6 chore: Include shfmt/shellcheck suggestions 2025-02-10 04:37:25 +00:00
224c897b7d fix: Remove parallelism of some functions as they kept exceeding the number of threads available 2025-02-10 04:35:46 +00:00
8fb20a1d60 fix: Reset auto-increments after deleting fields 2025-02-10 04:35:10 +00:00
0ac788c882 feat: Add parameter to reserve intensive optimizations 2025-02-10 03:25:56 +00:00
d989d762f1 fix: Correct loop behavior, add parameter to reserve intensive optimizations 2025-02-10 03:25:14 +00:00
4924cd7933 fix: Correct issues with the loop 2025-02-10 00:32:13 +00:00
69d1f07f84 fix: Improve the lockfile 2025-02-10 00:07:25 +00:00
89d876a1fa fix: Add thread parallelism, optimize certain fetches even further 2025-02-09 23:29:49 +00:00
1ee6c0dfad feat: Greatly optimize loop, add benchmarks, correct printing 2025-02-09 02:31:07 +00:00
303ef0be9f feat: Optimize loop 2025-02-09 02:30:01 +00:00
7456eb97a1 fix: Correct permissions and frame amount counter 2025-02-09 02:29:19 +00:00
f6503dbe78 fix: Correct order of comparisons, simplify line clearance 2025-02-07 19:10:58 +00:00
f819f63559 chore: Apply shellcheck/shfmt suggestions 2025-02-07 19:00:48 +00:00
4095a83511 fix: Rewrite and reorder code to print output better 2025-02-07 18:59:53 +00:00
a42824cc06 fix: Correct some errors 2025-02-07 18:59:25 +00:00
43cb4e8810 fix: Correct name of database optimizer, prevent infinite loops 2025-02-07 18:58:48 +00:00
59be4584d5 chore: Apply shellcheck/shfmt suggestions 2025-02-07 16:22:53 +00:00
e3962133f0 fix: Make the shellcheck show most warnings more clearly 2025-02-07 16:20:39 +00:00
98c48e0440 fix: Add even further corrections to the code 2025-02-07 16:19:59 +00:00
e1d3c99744 feat: Add a script to directly compress the storage folder 2025-02-07 15:45:21 +00:00
8cb49b6260 fix: Use temporary tables to make the search slightly faster 2025-02-07 15:23:07 +00:00
801b38d493 fix: Fix yet more missing variables (again, no data loss yet) 2025-02-07 15:22:16 +00:00
5fbdce991c fix: Correct yet another typo (no data loss this time fortunately) 2025-02-07 15:03:10 +00:00