IBM Db2
You can connect to IBM Db2 databases. IBM Db2 for Linux, UNIX, and Windows are supported.
Connect to IBM Db2
- In the Dremio console, click Add Data on the Home page.
- In the Add Data dialog, select IBM Db2.
- Configure the connection using the sections below, then click Save.
General Options
- In the Name field, specify the name of the connection. The name cannot include the following special characters:
/,:,[, or]. - Under Connection, follow these steps:
- In the Host field, specify the hostname or IP address of the database to connect to.
- In the Port field, specify the port to use when connecting. The default is 50000.
- In the Database field, specify the name of the database.
- Under Authentication, follow these steps:
- For Username, enter your database username.
- For Password, enter your database password.
Advanced Options
On the Advanced Options page, you can set values for these optional settings:
| Option | Description |
|---|---|
| Record fetch size | Number of records to fetch at once. Set to 0 (zero) to have Dremio decide automatically. By default, this is set to 200. |
| Maximum idle connections | The total number of connections allowed to be idle at a given time. The default number of 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. |
| Query timeout | The amount of time (in seconds) allowed to wait for the results of a query. If this time expires, the connection being used is returned to an idle state. |
| Enable external authorization plugin | When enabled, authorizes an external plugin. |
| Connection properties | Connection properties and values. |
Reflection Refresh Options
On the Reflection Refresh page, set the policy that controls how often Reflections are scheduled to be refreshed automatically, as well as the time limit after which Reflections expire and are removed.
| Option | Description |
|---|---|
| Never refresh | Select to prevent automatic Reflection refresh, default is to automatically refresh. |
| Refresh every | How often to refresh Reflections, specified in hours, days or weeks. This option is ignored if Never refresh is selected. |
| Never expire | Select to prevent Reflections from expiring, default is to automatically expire after the time limit below. |
| Expire after | The time limit after which Reflections expire and are removed from Dremio, specified in hours, days or weeks. This option is ignored if Never expire is selected. |
Metadata Options
On the Metadata page, you can configure settings to refresh metadata and handle datasets.
Dataset Handling
These are the optional Dataset Handling parameters:
| Parameter | Description |
|---|---|
| Remove dataset definitions if underlying data is unavailable | By default, Dremio 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 optional Metadata Refresh parameters:
-
Dataset Discovery: The refresh interval for fetching top-level 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 Dremio needs for query planning, such as information required for fields, types, shards, statistics, and locality. These are the parameters to fetch the dataset information.
Parameter Description Fetch mode You can choose to fetch only from queried datasets, which is set by default. Dremio updates details for previously queried objects. 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
This connection inherits privileges from Project settings. To grant specific users or roles additional privileges in this connection:
- Enter the username 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/ROLES table.
- For the users or roles in the USERS/ROLES table, toggle the checkmark for each privilege you want to grant on the Dremio source that is being created.
- Click Save after setting the configuration.
See Privileges for additional information about privileges.
Edit an IBM Db2 Connection
- On the Open Catalog page, under Connections, right-click the connection and select Settings.
- Update the connection configuration as needed.
- Click Save.
Delete an IBM Db2 Connection
If the source is in a bad state (for example, Dremio cannot authenticate to the source or the source is otherwise unavailable), only users who belong to the ADMIN role can delete the source.
- On the Open Catalog page, under Connections, right-click the connection and select Delete.
- Click Delete to confirm.
Predicate Pushdowns
Dremio delegates the execution of these expressions and functions to the database being queried, often dramatically improving query performance. It can also offload entire SQL queries that include one or more of these expressions and functions.
||, AND, OR
=, +, -, /, *
<=, <, >, >=, =, <>, !=
ABS
ADD_MONTHS
AVG
BETWEEN
CASE
CAST
CEIL
CEILING
CHAR_LENGTH
CHARACTER_LENGTH
COALESCE
CONCAT
DATE_ADD
DATE_DIFF
DATE_TRUNC
DATE_TRUNC_CENTURY
DATE_TRUNC_DAY
DATE_TRUNC_DECADE
DATE_TRUNC_HOUR
DATE_TRUNC_MICROSECOND
DATE_TRUNC_MILLENNIUM
DATE_TRUNC_MILLISECOND
DATE_TRUNC_MINUTE
DATE_TRUNC_MONTH
DATE_TRUNC_QUARTER
DATE_TRUNC_SECOND
DATE_TRUNC_WEEK
DATE_TRUNC_YEAR
DAYOFMONTH
DAYOFWEEK
DAYOFYEAR
EXTRACT
FLOOR
ILIKE
IN
IS DISTINCT FROM
IS NOT DISTINCT FROM
IS NOT NULL
IS NULL
LAST_DAY
LEFT
LENGTH
LIKE
LOCATE
LOWER
LPAD
LTRIM
MAX
MIN
MOD
NOT
OR
PERCENT_RANK
POSITION
REPLACE
RIGHT
ROUND
RPAD
RTRIM
SIGN
SQRT
STDDEV
STDDEV_POP
STDDEV_SAMP
SUBSTR
SUBSTRING
SUM
TO_CHAR
TO_DATE
TRIM
TRUNC
TRUNCATE
UPPER
Data Type Map
The following table shows the mappings from Db2 to Dremio data types.
If a type is not present in the table, it is not currently supported.
| Db2 Database Type | Dremio Type |
|---|---|
| BIGINT | BIGINT |
| BLOB | VARCHAR |
| BOOLEAN | BOOLEAN |
| CHAR | VARCHAR |
| CHAR () FOR BIT DATA | VARCHAR |
| CLOB | VARCHAR |
| DATE | DATE |
| DBCLOB | VARCHAR |
| DECFLOAT | DECIMAL |
| DECIMAL | DECIMAL |
| DOUBLE | DOUBLE |
| GRAPHIC | VARCHAR |
| INTEGER | INTEGER |
| LONG VARCHAR | VARCHAR |
| LONG VARCHAR FOR BIT DATA | VARCHAR |
| LONG VARGRAPHIC | VARCHAR |
| REAL | DOUBLE |
| SMALLINT | INTEGER |
| TIME | TIME |
| TIMESTAMP | TIMESTAMP |
| VARCHAR | VARCHAR |
| VARCHAR () FOR BIT DATA | VARCHAR |
| VARGRAPHIC | VARCHAR |