Search Results
https://dev.mysql.com/doc/internals/en/event-header-fields.html
Most events are less than 1000 bytes, except when using LOAD DATA INFILE (where events contain the loaded file, so they can be big). This extension mechanism is implemented via the format description event that appears as the first event in the file. It is represented as the number of seconds since 1970 (UTC), like the TIMESTAMP SQL data ...The value of ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-rag.html
The examples in this topic use the vector store table demo_embeddings created in the section Ingesting Files Using the URI with Asynchronous Load. It involves using algorithms and techniques to automatically identify the best model for a given ...It ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-config-editor.html
The login path file must be readable and writable to the current user, and inaccessible to other users. The file location is the %APPDATA%\MySQL directory on Windows and the current user's home directory on non-Windows systems. The ...Think of a ...
https://dev.mysql.com/doc/internals/en/optimizer-partition-pruning.html
Note This process works only if the WHERE clause is of the exact form given above — that is, each column in the table must be tested for equality with some arbitrary constant (not necessarily the same constant for each column). 7.3.2.1.5 Partition ...It is theoretically possible to use partition pruning to improve concurrency by placing locks only on partitions that are actually used, but this is currently not ...
https://dev.mysql.com/doc/workbench/en/dbdoc-templates-markers.html
If a variable type is a variable, then the table describes its data dictionary, and a parent dictionary if type is a section. Also remember that the data dictionaries used to perform variable lookups form a hierarchical tree, so it is possible to ...
https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
The password must be given interactively; it cannot be stored in a file. --ssl-session-data=file_name Command-Line Format --ssl-session-data=file_name Type File name The path name of the client SSL session data file in PEM format for session reuse.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/server-repository-options.html
This parameter, together with innodb_data_file_path=SIZE, determines where the InnoDB data files such as ibdata1, ibdata2, and so on, are situated within the MySQL server. For restores: The directory where InnoDB data files are to be restored. If ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-train.html
Values in this column must be in a STRING data type, otherwise an error will be generated during training. Values in this column must be in a STRING data type, otherwise an error will be generated during training. The table name must be valid and ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-train.html
Values in this column must be in a STRING data type, otherwise an error will be generated during training. Values in this column must be in a STRING data type, otherwise an error will be generated during training. The table name must be valid and ...
https://dev.mysql.com/doc/internals/en/full-text-search.html
For the theory and justification, see the paper "Pivoted Document Length Normalization" by Amit Singhal and Chris Buckley and Mandar Mitra ACM SIGIR'96, 21-29, 1996: http://ir.iit.edu/~dagr/cs529/files/handouts/singhal96pivoted.pdf. We chose 0.0115 ...The value of thinking of it this way is: once you realize that term occurrences are lines in a multi-dimensional space, you can apply basic trigonometry to calculate "distances", and those distances are equatable with similarity ...