Kinetica provides a SQL interface for managing system properties, which control everything from GPUs, hostnames, storage, graph server, and more.
The ability to manage system properties is available through SQL, using the following commands:
ALTER SYSTEM SET PROPERTIES
Only a small subset of the system properties can be altered at runtime. See the /alter/system/properties endpoint documentation for the full list. Only users with the system_admin permission can issue this command.
ALTER SYSTEM SET PROPERTIES Syntax
|
|
For example, to increase the request timeout and the maximum /get/records size:
ALTER SYSTEM SET PROPERTIES Example
|
|
SHOW SYSTEM PROPERTIES
All system properties can be shown by any user.
SHOW SYSTEM PROPERTIES Syntax
|
|