Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-objects.html
Documents of the same type (for example users, products) are grouped together and stored in the database as collections.
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-single-document-operations.html
The CRUD commands described at Section 4.3, “Collection CRUD Function Overview” all act on a group of documents in a collection that match a filter. X DevAPI also provides the following operations, which work on single documents that are ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/preface.html
This is the X DevAPI User Guide for MySQL Shell in JavaScript mode. License Restrictions This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/transaction-handling.html
Transactions can be used to group operations into an atomic unit. Either all operations of a transaction succeed when they are committed, or none. It is possible to roll back a transaction as long as it has not been committed. Transactions can be ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-objects.html
Documents of the same type (for example users, products) are grouped together and stored in the database as collections.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-single-document-operations.html
The CRUD commands described at Section 4.3, “Collection CRUD Function Overview” all act on a group of documents in a collection that match a filter. X DevAPI also provides the following operations, which work on single documents that are ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/preface.html
This is the X DevAPI User Guide for MySQL Shell in Python mode. License Restrictions This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/transaction-handling.html
Transactions can be used to group operations into an atomic unit. Either all operations of a transaction succeed when they are committed, or none. It is possible to roll back a transaction as long as it has not been committed. Transactions can be ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-auto-query-plan-improvement.html
A query execution plan may have nodes for table scans, JOIN, GROUP BY and other operations. The Auto Query Plan Improvement feature collects and stores query plan statistics in a statistics cache when a query is executed in MySQL HeatWave. When a ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-dictionary-encoding.html
Dictionary encoding (SORTED) has the following characteristics: Best suited to string columns with a low number of distinct values relative to the cardinality of the table. Dictionary encoding reduces the space required for column values on the ...