MySQL 9.1.0
Source Code Documentation
|
Private interface for the server (implementation). More...
#include <assert.h>
#include <sys/types.h>
#include <algorithm>
#include "my_psi_config.h"
#include "my_thread.h"
#include "sql/sql_const.h"
#include "sql/sys_vars.h"
#include "storage/perfschema/pfs_server.h"
Classes | |
struct | PFS_sizing_data |
Performance schema sizing heuristics. More... | |
Functions | |
static PFS_sizing_data * | estimate_hints (const PFS_global_param *param) |
static void | apply_heuristic (PFS_global_param *p, const PFS_sizing_data *h) |
void | pfs_automated_sizing (PFS_global_param *param) |
Variables | |
PFS_sizing_data | small_data |
PFS_sizing_data | medium_data |
PFS_sizing_data | large_data |
Private interface for the server (implementation).
|
static |
|
static |
void pfs_automated_sizing | ( | PFS_global_param * | param | ) |
PFS_sizing_data large_data |
PFS_sizing_data medium_data |
PFS_sizing_data small_data |