Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-find.html
A path leg leads from one level of the JSON tree down to the next, and consecutive paths are separated by a period (.). The find(SearchConditionStr) function is for searching documents in a collection, similar to the SELECT statement for an SQL ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-locking.html
This could lead you to conclude that the locks were not acquired, but that is not the case. X DevAPI supports MySQL locking through the lockShared() and lockExclusive() methods for the Collection.find() and Table.select() methods. This enables you ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-find.html
A path leg leads from one level of the JSON tree down to the next, and consecutive paths are separated by a period (.). The find(SearchConditionStr) function is for searching documents in a collection, similar to the SELECT statement for an SQL ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-locking.html
This could lead you to conclude that the locks were not acquired, but that is not the case. X DevAPI supports MySQL locking through the lockShared() and lockExclusive() methods for the Collection.find() and Table.select() methods. This enables you ...
https://dev.mysql.com/doc/heatwave/en/heatwave-system-variables.html
By injecting actual statistics from previous query executions into subsequent optimizations, MySQL HeatWave can produce more accurate and efficient plans, leading to significant performance improvements. Most MySQL HeatWave variable settings are ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-summarize-content.html
The following sections in this topic describe how to summarize exiting content using MySQL HeatWave GenAI: Before You Begin Summarize Text Run Batch Queries What's Next Before You Begin Review the MySQL HeatWave GenAI requirements and privileges.
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-load-event-based.html
As of MySQL 9.4.1, you can load data from Object Storage by using event-based incremental load. Once an event for an external file location is emitted due to a change to an object, Lakehouse automatically refreshes the data into the external table.
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-json.html
mysql> CREATE EXTERNAL TABLE table_1( col_1 date, col_2 time, col_3 timestamp, col_4 int) ENGINE_ATTRIBUTE='{"dialect": {"format": "csv", "date_format": "%W %M %Y", "time_format": "hh:mm:ss", "timestamp_format": "%Y-%m-%d %H:%i:%s"}, "file": ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-metrics.html
precision_k: An Oracle implementation of a common metric for fraud detection and lead scoring. The ML_TRAIN routine includes the optimization_metric option, and the ML_SCORE routine includes the metric option. Both of these options define a metric ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-using-an-anomaly-detection-model.html
Note Enabling the summary_threshold option and setting a very low threshold value can potentially lead to a high number of summaries being generated, which may substantially increase the time required to generate output tables. To generate ...