Search



Search Results
Displaying 401 to 410 of 884 total results
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-fips.html
FIPS mode imposes conditions on cryptographic operations such as restrictions on acceptable encryption algorithms or requirements for longer key lengths. MySQL 8.0 supports FIPS (Federal Information Processing Standards) mode, if compiled using ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-overview.html
Enabling FIPS (Federal Information Processing Standards) mode, which imposes conditions on cryptographic operations such as restrictions on acceptable encryption algorithms or requirements for longer key lengths, is not covered in this guide. The ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-about-heatwave.html
Hybrid columnar format enables the use of efficient query processing algorithms designed to operate on fixed-width data, and permits vectorized query processing. MySQL HeatWave is a fully-managed cloud service that enables organizations to ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-data-compression.html
If data storage size is not a concern, disable data compression by setting the rapid_compression session variable to OFF before loading data: mysql> SET SESSION rapid_compression=OFF; As of MySQL version 8.3.0, the default option is AUTO which ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-sql.html
Files in zip format must be compressed with the Deflate algorithm. As of MySQL 9.4.0, you can set external table options using SQL syntax. The following options apply to CREATE TABLE and ALTER TABLE statements. For ALTER TABLE statements, ADD ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-silos.html
Figure 1.3 MySQL HeatWave Features MySQL HeatWave MySQL HeatWave is ideal for data warehousing, real-time analytics, mixed workloads, transactional processing, and machine learning workloads when the main data source is the DB System without needing ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-window-functions.html
For optimal performance, window functions in MySQL HeatWave utilize a massively parallel, partitioning-based algorithm. For general information about window functions, see Window Functions, in the MySQL Reference Manual. MySQL HeatWave window ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ease-of-use.html
With MySQL HeatWave AutoML and a set of training data in a MySQL HeatWave DB system, you can train a predictive machine learning model with a single call to the ML_TRAIN SQL routine. For example: CALL sys.ML_TRAIN('heatwaveml_bench.census_train', ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-forecasting-model-types.html
If the model_list option is not set, then ML_TRAIN considers all supported models during the algorithm selection stage. This topic describes the types of forecasting models supported by AutoML. Univariate Models In a univariate model, you define ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-import.html
Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. To learn how to use ML_MODEL_IMPORT to share models, see Share a Model. ML_MODEL_IMPORT Overview ML_MODEL_IMPORT Syntax ML_MODEL_IMPORT Parameters Syntax ...
Displaying 401 to 410 of 884 total results