SYMBOL INDEX (33 symbols across 5 files) FILE: docs/deprecated/practice/go_web_app/hellogo.go function getFrontpage (line 14) | func getFrontpage(w http.ResponseWriter, r *http.Request) { function health (line 19) | func health(w http.ResponseWriter, r *http.Request) { function getVersion (line 23) | func getVersion(w http.ResponseWriter, r *http.Request) { function main (line 27) | func main() { FILE: roles/cluster-addon/templates/kubeblocks/mysql/benchmark.py function create_mysql_user_and_db (line 37) | def create_mysql_user_and_db(host, port, root_user, root_password): function check_dependencies (line 73) | def check_dependencies(): function run_sysbench (line 82) | def run_sysbench(command, test_type): function main (line 100) | def main(): FILE: roles/cluster-addon/templates/kubeblocks/postgresql/benchmark.py function create_pg_user_and_db (line 37) | def create_pg_user_and_db(host, port, root_user, root_password): function check_dependencies (line 95) | def check_dependencies(): function run_sysbench (line 104) | def run_sysbench(command, test_type): function main (line 122) | def main(): FILE: roles/cluster-addon/templates/kubeblocks/redis/benchmark.py class RedisBenchmark (line 42) | class RedisBenchmark: method __init__ (line 43) | def __init__(self, host='localhost', port=6379, username=None, passwor... method flush_db (line 61) | def flush_db(self): method _record_latency (line 66) | def _record_latency(self, start): method _worker (line 71) | def _worker(self, op_type, key_size, value_size, num_ops): method run_test (line 88) | def run_test(self, op_type, num_clients=50, total_requests=100000, method _calculate_stats (line 119) | def _calculate_stats(self): method _print_results (line 131) | def _print_results(self): function main (line 145) | def main(): FILE: roles/cluster-addon/templates/nacos/mysql-schema.sql type `config_info` (line 23) | CREATE TABLE `config_info` ( type `config_info_aggr` (line 48) | CREATE TABLE `config_info_aggr` ( type `config_info_beta` (line 65) | CREATE TABLE `config_info_beta` ( type `config_info_tag` (line 86) | CREATE TABLE `config_info_tag` ( type `config_tags_relation` (line 106) | CREATE TABLE `config_tags_relation` ( type `group_capacity` (line 122) | CREATE TABLE `group_capacity` ( type `his_config_info` (line 140) | CREATE TABLE `his_config_info` ( type `tenant_capacity` (line 165) | CREATE TABLE `tenant_capacity` ( type `tenant_info` (line 181) | CREATE TABLE `tenant_info` ( type `users` (line 195) | CREATE TABLE `users` ( type `roles` (line 201) | CREATE TABLE `roles` ( type `permissions` (line 207) | CREATE TABLE `permissions` (