General Configuration Parameters
Specifies basic configuration settings for the Hyper-Q deployment.
"general_setting".memory_limit = 2GB "general_setting".clustered = false "general_setting".log_dir = /opt/datometry/logs
Parameter | Type | Description |
---|---|---|
| Integer | Specifies an amount of memory such that if a process consumes too much memory, Hyper-Q will throw an error to prevent a system crash. |
| Boolean | Set to |
| String | (Optional) Specifies a directory other than the default that log files are written to. Note that the CLI option |
| Boolean | (Optional) Specifies if Hyper-Q returns a DTM8540 error for queries containing Teradata numeric formatting strings that it cannot correctly emulate. Certain types of queries cause formatting to be applied in client-side applications such as Basic Teradata Query (BTEQ). In such cases Hyper-Q does not emulate the numeric format, as it can pass the format string as-is to the client and let BTEQ apply the necessary formatting. However, in certain circumstances, such as CASTing a formatted number to a text data type, or passing it to other SQL functions, the formatting must be emulated by the database. For queries such as this which require server-side formatting, Hyper-Q emulates all Teradata formatting features in order to provide correct results. Setting If To enable
|