/src/typo3_src-4.1.2/typo3/sysext/adodb/adodb/adodb-perf.inc.php
Reorganise multiple table-indices/statistics/.. OptimizeMode could be given by last Parameter
optimizeTables( 'tableA');
optimizeTables( 'tableA', 'tableB', 'tableC');
optimizeTables( 'tableA', 'tableB', ADODB_OPT_LOW);
- Parameters:
-
| string | table name of the table to optimize |
| int | mode optimization-mode ADODB_OPT_HIGH for full optimization ADODB_OPT_LOW for CPU-less optimization Default is LOW ADODB_OPT_LOW |
- Author:
- Markus Staab
- Returns:
- Returns
true on success and false on error
This documentation has been generated automatically from TYPO3 source code using
Doxygen and is provided as is by
Cast Iron Coding
as a courtesy to other TYPO3 developers and users. Please consider
Cast Iron Coding — a full-service web development
agency in Portland, Oregon specializing in TYPO3 extension development — for all of your TYPO3 development and consulting needs!