SQL
Maximum SQL string length.
(max_sql_string_length
) For a string imported from the database with SQL, the
maximum number of characters that are guaranteed to be passed successfully. Depending on the
operating system, string values longer than this may be truncated on the right without warning. The
valid range is between 1 and 65,535 characters. This property also applies to the Database export
node.
Automatic SQL generation.
(sql_generation_enabled
) Allows automatic SQL generation for streams, which may
substantially improve performance. The default is enabled. Disabling this option is recommended only
if the database is not able to support queries submitted by SPSS Modeler Server. Note that this
setting overrides the corresponding client optimization setting; also note that for purposes of
scoring, SQL generation must be enabled separately for each modeling node regardless of this
setting. If this setting is disabled in the server, then the client cannot enable it. But if it is
enabled in the server, the client can choose to disable it.
Default SQL string length.
(default_sql_string_length
). Specifies the default width of string columns that
will be created within database cache tables. String fields in database cache tables will be created
with a default width of 255 if there is no upstream type information. If you have wider values than
this in your data, either instantiate an upstream Type node with those values, or set this parameter
to a value that is large enough to accommodate those string values.
Enable Database UDF. (db_udf_enabled
).
If set to Y
(default), causes the SQL generation option to generate user-defined
function (UDF) SQL instead of pure SPSS Modeler SQL. UDF SQL usually
outperforms pure SQL.