MySQL
MySQL is a managed database service for deploying cloud-native applications, and this topic describes how to configure a MySQL database as a Dremio Sonar source.
Prerequisites
Ensure that you have the following details before configuring MySQL as a source:
- Hostname or IP address
- Port
Dremio MySQL Configuration
Perform these steps to configure MySQL as a source:
In the Datasets UI, you can see a truncated list of Sources at the bottom-left of the page. Click + Add Source.
Alternatively, click Databases. The page displays all database sources. Click the Add database button at the top-right of that page.
In the Add Data Source dialog, click MySQL.
The following section describes the source configuration tabs.
General
The General tab contains the required fields to create a MySQL source.
Perform these steps in the General tab:
- In the General tab, for Name, enter a name.
- For Host, enter the MySQL host name.
- For Port, enter the MySQL port number. The default port is 3306.
- For Authentication, Master Authentication is the default and the only option. Provide the username and password of a master database user with permissions to read required objects:
- For Username, enter your MySQL database username.
- For Password, enter your MySQL database password.
Advanced Options
Click Advanced Options in the sidebar.
note:
All advanced options are optional.
Advanced Option | Description |
---|---|
Net write timeout (in seconds) | Seconds to wait for data from the server before aborting the connection. The default timeout is 60 seconds. |
Record fetch size | Number of records to fetch at once. Set to 0 (zero) to have Sonar automatically decide. The default record fetch size is 200. |
Maximum Idle Connections | The total number of connections allowed to be idle at a given time. The default maximum idle connections is 8. |
Connection Idle Time | The amount of time (in seconds) allowed for a connection to remain idle before the connection is terminated. The default connection idle time is 60 seconds. |
Connection Properties | Custom key value pairs for the connection relevant to the source. To add a connection property, click Add property and add the property name and value. |
Reflection Refresh
The Reflection Refresh tab in the sidebar allows you to set time intervals for reflections to refresh or expire.
Metadata
You can configure settings to refresh metadata and handle datasets. Click Metadata in the sidebar.
You can configure Dataset Handling and Metadata Refresh parameters.
Dataset Handling
These are the Dataset Handling parameters.
note:
All Dataset Handling parameters are optional.
Parameter | Description |
---|---|
Remove dataset definitions if underlying data is unavailable | By default, Sonar removes dataset definitions if underlying data is unavailable. Useful when files are temporarily deleted and added back in the same location with new sets of files. |
Metadata Refresh
These are the Metadata Refresh parameters:
Dataset Discovery: The refresh interval for fetching top-level source object names such as databases and tables. Set the time interval using this parameter.
Parameter Description (Optional) Fetch every You can choose to set the frequency to fetch object names in minutes, hours, days, or weeks. The default frequency to fetch object names is 1 hour. Dataset Details: The metadata that Sonar needs for query planning such as information required for fields, types, shards, statistics, and locality. These are the parameters to fetch the dataset information.
note:
All Dataset Details parameters are optional.
Parameter | Description |
---|---|
Fetch mode | You can choose to fetch only from queried datasets that are set by default. Sonar updates details for previously queried objects in a source. Fetching from all datasets is deprecated. |
Fetch every | You can choose to set the frequency to fetch dataset details in minutes, hours, days, or weeks. The default frequency to fetch dataset details is 1 hour. |
Expire after | You can choose to set the expiry time of dataset details in minutes, hours, days, or weeks. The default expiry time of dataset details is 3 hours. |
Privileges
You can grant privileges to specific users or roles.
- (Optional) For Privileges, enter the user name or role name that you want to grant access to and click the Add to Privileges button. The added user or role is displayed in the Users table.
- (Optional) For the users or roles in the Users table, toggle the green checkmark for each privilege you want to grant to the MySQL source that is being created.
Click Save after setting the configuration.
Editing a MySQL Source
To edit a MySQL source:
- In the Datasets UI, click Databases. A list of databases is displayed.
- Under the Actions column, click the Settings (gear) icon for the source you want to edit. From the list of actions, click Edit Details.
- In the Edit Source dialog, you cannot edit the name. Editing other parameters is optional.
- Click Save.
Removing a MySQL Source
To remove a MySQL source, perform these steps:
- In the Datasets UI, click Databases. A list of sources is displayed.
- Under the Actions column, click the Settings (gear) icon for the source that you want to remove.
- From the list of actions, click Remove Source. Confirm that you want to remove the source.
warning:
Removing a source causes all downstream views dependent on objects in this source to break.
Predicate Pushdowns
Dremio offloads these operations to MySQL.
Operators | Operators | Operators | Operators |
---|---|---|---|
*, +, -, /, % | DATE_TRUNC_SECOND | LOG | SUBSTRING |
<, <=, <>, =, >, >=, != | DATE_TRUNC_WEEK | LOG10 | SUM |
AND, NOT, NOT LIKE, OR, || | DATE_TRUNC_YEAR | LOWER | TAN |
ABS | DEGREES | LPAD | TIMESTAMPADD_DAY |
ACOS | E | LTRIM | TIMESTAMPADD_HOUR |
ASIN | EXP | MAX | TIMESTAMPADD_MINUTE |
ATAN | EXTRACT_DAY | MIN | TIMESTAMPADD_MONTH |
ATAN2 | EXTRACT_DOW | MOD | TIMESTAMPADD_QUARTER |
AVG | EXTRACT_DOY | PI | TIMESTAMPADD_SECOND |
CAST | EXTRACT_HOUR | POSITION | TIMESTAMPADD_YEAR |
CEIL | EXTRACT_MINUTE | POW | TIMESTAMPDIFF_DAY |
CEILING | EXTRACT_MONTH | POWER | TIMESTAMPDIFF_HOUR |
CHAR_LENGTH | EXTRACT_QUARTER | RADIANS | TIMESTAMPDIFF_MINUTE |
CHARACTER_LENGTH | EXTRACT_SECOND | RAND | TIMESTAMPDIFF_MONTH |
CONCAT | EXTRACT_WEEK | REPLACE | TIMESTAMPDIFF_QUARTER |
COS | EXTRACT_YEAR | REVERSE | TIMESTAMPDIFF_SECOND |
COT | FLOOR | RIGHT | TIMESTAMPDIFF_WEEK |
CURRENT_DATE | IS DISTINCT FROM | ROUND | TIMESTAMPDIFF_YEAR |
CURRENT_TIME | IS NOT DISTINCT FROM | RPAD | TO_DATE |
CURRENT_TIMESTAMP | IS NOT NULL | RTRIM | TRIM |
DATE_ADD | IS NULL | SIGN | TRUNC |
DATE_SUB | LCASE | SIN | TRUNCATE |
DATE_TRUNC_DAY | LEFT | SQRT | UCASE |
DATE_TRUNC_DECADE | LENGTH | STDDEV | UPPER |
DATE_TRUNC_HOUR | LIKE | STDDEV_POP | VAR_POP |
DATE_TRUNC_MINUTE | LN | STDDEV_SAMP | VAR_SAMP |
DATE_TRUNC_MONTH | LOCATE | SUBSTR |