Search Results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-vector-store-overview.html
The large language models (LLMs) available in GenAI are trained on publicly available data. This section describes the Vector Store functionality available with GenAI. About Vector Store A vector store is a relational database that lets you load ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-ssh.html
SSH Maximum File Size: [104857600] The maximum file size that is allowed to be transferred by SSH. SSH Command Execution log: [104857600] The maximum file size that is allowed to be transferred by SSH. Use the following options to set SSH file ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
To correctly size a connection pool for your application, create load test scripts with tools such as Apache JMeter or The Grinder, and load test your application. The optimal size for the connection pool depends on anticipated load and average ...
https://dev.mysql.com/doc/internals/en/creating-handlerton.html
Here's an example from the EXAMPLE storage engine: handlerton example_hton= { "EXAMPLE", SHOW_OPTION_YES, "Example storage engine", DB_TYPE_EXAMPLE_DB, NULL, /* Initialize */ 0, /* slot */ 0, /* savepoint size. To store per-savepoint data the ...
https://dev.mysql.com/doc/internals/en/guided-tour-majordir-sql.html
The "parser" programs on mysql-5.0/sql: size name comment ---- ---- ------- 51326 sql_lex.cc lexer 230026 sql_yacc.yy parser + many more *.cc programs This is where we keep the parser. The "handler" programs on mysql-5.0/sql: size name comment ---- ...If you remember your manual, you know that you must pronounce this: ess queue ...
https://dev.mysql.com/doc/internals/en/mysys-functions.html
int my_getwd _A((string buf, uint size, myf MyFlags)); , int my_setwd _A((const char *dir, myf MyFlags)); Get and set working directory. int my_chsize _A((File fd, ulong newlength, myf MyFlags)); Change size of file fd to newlength. Functions in ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-cluster-log.html
Signature int ndb_mgm_get_clusterlog_severity_filter ( NdbMgmHandle handle, struct ndb_mgm_severity* severity, unsigned int size ) Parameters An NdbMgmHandle. Signature int ndb_mgm_get_clusterlog_loglevel ( NdbMgmHandle handle, struct ... This ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-auditlog-category.html
Table 7.1 Audit Log Configuration Metrics NameDescriptionBuffer Size When the audit log plugin writes events to the log asynchronously, it uses a buffer to store event contents prior to writing them. Lists the Audit Log configuration metrics and ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-hostcache-category.html
Table 7.12 Host Cache Configuration Metrics NameDescriptionHost Cache Size The size of the internal host cache. Changing the cache size at runtime implicitly causes a FLUSH HOSTS operation to clear the host cache and truncate the host_cache table.
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-onnx-import-overview.html
The first dimension of the input to the ONNX model provided by the ONNX model get_inputs() API should be the batch size. None or string indicate a variable batch size, and an integer indicates a fixed batch size. Examples of input shapes: [None, 2] ... You cannot directly load models in ONNX format (.onnx) into a MySQL ...