Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-vector-store-load.html
If set to false, disables truncation and instead throw an error when a text segment that is too large for the embeeding model is found. embed_model_id: specifies the embedding model to use for encoding the text. For possible values, to view the list ... The VECTOR_STORE_LOAD routine generates vector embedding for the specified files or folders that are stored in the bucket, and loads the embeddings into a new vector store ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystem-details.html
Table 3-11 MySQL DB System Metrics Field Description CloudWatch metrics Whether CloudWatch Monitoring is enabled or disabled. If CloudWatch Monitoring is disabled, an Update Monitoring Configuration button is displayed for enabling CloudWatch ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-authentication.html
These plugins will be loaded at connection initialization and can be used together with their sever-side counterparts for authenticating users, unless they are disabled in the connection property 'disabledAuthenticationPlugins'. Since Version 5.1.19 ...If none is specified, it is authentication plugin dependent what user name is ...
https://dev.mysql.com/doc/refman/8.4/en/connection-compression-control.html
The MySQL Shell \status command displays a Compression: line that says Disabled or Enabled to indicate whether the connection is compressed. Connections to the server can use compression on the traffic between client and server to reduce the number ...
https://dev.mysql.com/doc/refman/8.4/en/external-locking.html
With external locking disabled, to use myisamchk, you must either stop the server while myisamchk executes or else lock and flush the tables before running myisamchk. When this variable is enabled, external locking is disabled, and vice versa.
https://dev.mysql.com/doc/refman/8.4/en/general-thread-states.html
manage keys The server is enabling or disabling a table index. If this state is being caused by requests for external locks and you are not using multiple mysqld servers that are accessing the same MyISAM tables, you can disable external system ...
https://dev.mysql.com/doc/refman/8.4/en/ibd2sdi.html
If disabled, SDI is not human readable but is smaller in size. ibd2sdi is a utility for extracting serialized dictionary information (SDI) from InnoDB tablespace files. ibd2sdi can be run on file-per-table tablespace files (*.ibd files), general ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-adaptive-hash.html
The adaptive hash index is disabled by the innodb_adaptive_hash_index variable, or turned on at server startup by --innodb-adaptive-hash-index. Because it is difficult to predict in advance whether the adaptive hash index is appropriate for a ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-deadlock-detection.html
Disabling Deadlock Detection On high concurrency systems, deadlock detection can cause a slowdown when numerous threads wait for the same lock. At times, it may be more efficient to disable deadlock detection and rely on the innodb_lock_wait_timeout ... When deadlock detection is enabled (the default), InnoDB automatically detects transaction deadlocks and rolls back a transaction or transactions to break the ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-optimize-tablespace-page-allocation.html
You can disable innodb_extend_and_initialize on Linux systems to avoid physically writing NULLs to newly allocated tablespace pages. When innodb_extend_and_initialize is disabled, space is allocated to tablespace files using posix_fallocate() calls, ... You can optimize how InnoDB allocates space to file-per-table and general tablespaces on ...