php-mpos/public/include/classes
Sebastian Grewe ab2326a557 [IMPROVED] Use limits for DELETE statements
This will address #886. Long rounds can cause a system to become
very unresponsive due to high SQL/IO load when doing cleanups of
shares and archived tables.

* Run DELETE from shares with LIMIT
* Run DELETE from shares_archive with LIMIT
* Configure DELETE behaviour via config file
* Only archive shares that are really required (PROP, PPS)

Should greatly improve round ends on PROP and PPS after large rounds,
also improves PPLNS though archving will still take some time unless
we limit the share amount artificially. Shares could be needed though,
so we don't.
2013-12-10 16:59:52 +01:00
..
api.class.php Revert "[FEATURE] Added Ajax JSON Memcache" 2013-09-18 13:16:25 +02:00
base.class.php [REFACTOR] Refactored classes for error handling 2013-11-05 14:34:31 +01:00
bitcoin.class.php Fixing issues with application using BASEPATH 2013-06-19 14:50:13 +02:00
bitcoinwrapper.class.php [UPDATE] Cache RPC getinfo calls 2013-12-07 13:32:57 +01:00
block.class.php [FEATURE] blockfinder statistics 2013-11-18 12:43:17 +01:00
debug.class.php allow caching to be more transparent and configurable 2013-05-17 16:25:45 +02:00
invitation.class.php [REFACTOR] Refactored classes for error handling 2013-11-05 14:34:31 +01:00
mail.class.php [SECURITY] Clear cache before sending a mail 2013-12-04 19:15:51 +01:00
monitoring.class.php [FIX] Skip uptime robot with defaults set 2013-11-11 10:01:52 +01:00
news.class.php [REFACTOR] Refactored classes for error handling 2013-11-05 14:34:31 +01:00
notification.class.php [FIX] Idle Worker Notifiaction reset 2013-11-23 20:37:19 +01:00
payout.class.php [REFACTOR] Refactored classes for error handling 2013-11-05 14:34:31 +01:00
roundstats.class.php [REFACTOR] Refactored classes for error handling 2013-11-05 14:34:31 +01:00
setting.class.php [FIX] Defaults via Smarty for empty settings 2013-11-11 09:43:48 +01:00
share.class.php [IMPROVED] Use limits for DELETE statements 2013-12-10 16:59:52 +01:00
statistics.class.php [FIX] Hourly Hashrate Graphs 2013-11-29 16:25:37 +01:00
statscache.class.php [IMPROVEMENT] Adding incremental round/user shares 2013-09-18 09:45:52 +02:00
token.class.php [REFACTOR] Refactored classes for error handling 2013-11-05 14:34:31 +01:00
tokentype.class.php [REFACTOR] Refactored classes for error handling 2013-11-05 14:34:31 +01:00
tools.class.php [IMPROVED] Error Handling, logging 2013-11-02 10:56:46 +01:00
transaction.class.php Merge pull request #893 from TheSerapher/issue-872 2013-12-03 01:10:35 -08:00
user.class.php [FIX] Validate coin_address on account updates 2013-12-10 16:53:56 +01:00
worker.class.php [FIX] Admin Panel worker hashrates on SHA coins 2013-11-19 12:05:50 +01:00