albertlast
albertlast
This issue is copy of smf, so i only looked in the possible critical part of elkarte to check if ther the same logic exists, so i don't test this...
Maybe another pr which could be interessting for you: https://github.com/SimpleMachines/SMF2.1/pull/3636 Try to make this function more less db depended.
I would like to notice that your pg table optimize( https://github.com/elkarte/Elkarte/blob/development/sources/database/DbTable-postgresql.php#L786 ) only refresh the planer stats but doesn't shrink the database/tables. For such like this you should look in...
Because of https://www.simplemachines.org/community/index.php?topic=581859.0 and https://www.simplemachines.org/community/index.php?topic=581859.0 i notice that the text of error loop got not enough information for support. So i extend the error message, to provide admin/support more information...
extraced the group by logic in a own var, with the hope that it better is to read, instead of compress more logic into this inline. fixes: #7508 tested in...
i notice a thread about redis cache, so i implement this version, need to do some kind of test (i'm not able to test all the things like socket or...
PG got different syntax for deleting index. Atm we can't delete the ftx.
When the cache fail, smf is still using the cache, lead into a lock out from smf. Change to: Cache connection failed, cache is not used. Signed-off-by: albertlast [email protected]