> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# gpudb::AlterSystemPropertiesRequest

> gpudb::AlterSystemPropertiesRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a9e3cf621f47f06fb5211ae54f1e46f93">GPUdb::alterSystemProperties</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/alter__system__properties_8h_source">gpudb/protocol/alter\_system\_properties.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:adc4041725a097260f1a3028bd1e4dd31" id="r_adc4041725a097260f1a3028bd1e4dd31">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#adc4041725a097260f1a3028bd1e4dd31">AlterSystemPropertiesRequest</a> ()</td>
      </tr>

      <tr className="memdesc:adc4041725a097260f1a3028bd1e4dd31">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesRequest" title="A set of parameters for GPUdb::alterSystemProperties.">AlterSystemPropertiesRequest</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:adc4041725a097260f1a3028bd1e4dd31">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a685d5aa9cbbe01640730300383561592" id="r_a685d5aa9cbbe01640730300383561592">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a685d5aa9cbbe01640730300383561592">AlterSystemPropertiesRequest</a> (const std::map\< std::string, std::string > \&propertyUpdatesMap\_, const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:a685d5aa9cbbe01640730300383561592">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesRequest" title="A set of parameters for GPUdb::alterSystemProperties.">AlterSystemPropertiesRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:a685d5aa9cbbe01640730300383561592">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a37127a187e0bd2aa16c0777e98560e69" id="r_a37127a187e0bd2aa16c0777e98560e69">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a37127a187e0bd2aa16c0777e98560e69">propertyUpdatesMap</a></td>
      </tr>

      <tr className="memdesc:a37127a187e0bd2aa16c0777e98560e69">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Map containing the properties of the system to be updated. <br /></td>
      </tr>

      <tr className="separator:a37127a187e0bd2aa16c0777e98560e69">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:af94f0a8259c3fd17c6ccf5c30e1cf4a4" id="r_af94f0a8259c3fd17c6ccf5c30e1cf4a4">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af94f0a8259c3fd17c6ccf5c30e1cf4a4">options</a></td>
      </tr>

      <tr className="memdesc:af94f0a8259c3fd17c6ccf5c30e1cf4a4">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

      <tr className="separator:af94f0a8259c3fd17c6ccf5c30e1cf4a4">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a9e3cf621f47f06fb5211ae54f1e46f93">GPUdb::alterSystemProperties</a>. </p>
      <p>The <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a9e3cf621f47f06fb5211ae54f1e46f93">GPUdb::alterSystemProperties</a> endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. Commands are given through the <a className="el" href="#a37127a187e0bd2aa16c0777e98560e69">propertyUpdatesMap</a> whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false'). </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/alter__system__properties_8h_source#l00024">24</a> of file <a className="el" href="/content/api/cpp/alter__system__properties_8h_source">alter\_system\_properties.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#adc4041725a097260f1a3028bd1e4dd31">◆ </a></span>AlterSystemPropertiesRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::AlterSystemPropertiesRequest::AlterSystemPropertiesRequest </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesRequest" title="A set of parameters for GPUdb::alterSystemProperties.">AlterSystemPropertiesRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/alter__system__properties_8h_source#l00030">30</a> of file <a className="el" href="/content/api/cpp/alter__system__properties_8h_source">alter\_system\_properties.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a685d5aa9cbbe01640730300383561592">◆ </a></span>AlterSystemPropertiesRequest() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::AlterSystemPropertiesRequest::AlterSystemPropertiesRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">propertyUpdatesMap\_</span></span>, </td>
                </tr>

                <tr>
                  <td className="paramkey" />

                  <td />

                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span> )</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs an <a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesRequest" title="A set of parameters for GPUdb::alterSystemProperties.">AlterSystemPropertiesRequest</a> object with the specified parameters. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">propertyUpdatesMap\_</td>

                <td>
                  Map containing the properties of the system to be updated. Error if empty.

                  <ul>
                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#a22850a051b782f78fb8b3e2eeff44295">alter\_system\_properties\_concurrent\_kernel\_execution</a>: Enables concurrent kernel execution if the value is <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">true</a> and disables it if the value is <a className="el" href="/content/api/cpp/namespacegpudb#ad3d908e9e936e52db5736fe08079c472">false</a>. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">alter\_system\_properties\_true</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad3d908e9e936e52db5736fe08079c472">alter\_system\_properties\_false</a> </li>
                      </ul>
                    </li>

                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a5f0d2c881c38007d414e286edeea27a8">alter\_system\_properties\_subtask\_concurrency\_limit</a>: Sets the maximum number of simultaneous threads allocated to a given request, on each rank. Note that thread allocation may also be limited by resource group limits and/or system load. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0bbda36574dbd742118d883e67f40173">alter\_system\_properties\_chunk\_size</a>: Sets the number of records per chunk to be used for all new tables. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#af1f417b747c72687bb4a49e6d2d7747b">alter\_system\_properties\_chunk\_column\_max\_memory</a>: Sets the target maximum data size for each column in a chunk to be used for all new tables. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a2a918290a2696c92cf6260ae5a003397">alter\_system\_properties\_chunk\_max\_memory</a>: Indicates the target maximum data size for all columns in a chunk to be used for all new tables. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1667a688917436da05bdf49bd23aa0eb">alter\_system\_properties\_execution\_mode</a>: Sets the execution\_mode for kernel executions to the specified string value. Possible values are host, device, default (engine decides) or an integer value that indicates max chunk size to exec on host. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae11ec4253fa290777d9fd2837967d72b">alter\_system\_properties\_external\_files\_directory</a>: Sets the root directory path where external table data files are accessed from. Path must exist on the head node. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ace6ae643f8e0ca48bec6bf1453987439">alter\_system\_properties\_request\_timeout</a>: Number of minutes after which filtering (e.g., <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ad975f31cd9d87d805ebb0513f652eca6">GPUdb::filter</a>) and aggregating (e.g., <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a76d7b0a4e087f94ccd17f65a38f3fc8e">GPUdb::aggregateGroupBy</a>) queries will timeout. The default value is '20'. The minimum allowed value is '0'. The maximum allowed value is '1440'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a9d19bc5aa29d4682fb8210265a60dd3b">alter\_system\_properties\_max\_get\_records\_size</a>: The maximum number of records the database will serve for a given data retrieval call. The default value is '20000'. The minimum allowed value is '0'. The maximum allowed value is '1000000'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad1ec975031a69ed06235e7fb5fbafe7c">alter\_system\_properties\_enable\_audit</a>: Enable or disable auditing. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a18fff2ce51b68a792cb8bea59a6555f6">alter\_system\_properties\_audit\_headers</a>: Enable or disable auditing of request headers. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a862b7d472d415962e441b4fc4450c257">alter\_system\_properties\_audit\_body</a>: Enable or disable auditing of request bodies. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a60d78ff1762a9f4fcc5c4dd68626c8df">alter\_system\_properties\_audit\_data</a>: Enable or disable auditing of request data. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a2311d85c0ac58442245b61e3761a232b">alter\_system\_properties\_audit\_response</a>: Enable or disable auditing of response information. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ac7e6701f944d6f0d8bbba79b47f13273">alter\_system\_properties\_shadow\_agg\_size</a>: Size of the shadow aggregate chunk cache in bytes. The default value is '10000000'. The minimum allowed value is '0'. The maximum allowed value is '2147483647'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a4a095115f9775eaac8fe8ff985c53a01">alter\_system\_properties\_shadow\_filter\_size</a>: Size of the shadow filter chunk cache in bytes. The default value is '10000000'. The minimum allowed value is '0'. The maximum allowed value is '2147483647'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ac828935a7629f2ca598294dc19f1148b">alter\_system\_properties\_enable\_overlapped\_equi\_join</a>: Enable overlapped-equi-join filter. The default value is 'true'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a386a4759aebd93ff665db6891935c2c1">alter\_system\_properties\_enable\_one\_step\_compound\_equi\_join</a>: Enable the one\_step compound-equi-join algorithm. The default value is 'true'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0774082ecd58b64e9c7713309acdfae1">alter\_system\_properties\_kafka\_batch\_size</a>: Maximum number of records to be ingested in a single batch. The default value is '1000'. The minimum allowed value is '1'. The maximum allowed value is '10000000'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae72a30f76a129dda553966b2b8cf2057">alter\_system\_properties\_kafka\_poll\_timeout</a>: Maximum time (milliseconds) for each poll to get records from Kafka. The default value is '0'. The minimum allowed value is '0'. The maximum allowed value is '1000'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae17254a139c63273c2d7f2af2ea74d2e">alter\_system\_properties\_kafka\_wait\_time</a>: Maximum time (seconds) to buffer records received from Kafka before ingestion. The default value is '30'. The minimum allowed value is '1'. The maximum allowed value is '120'. </li>

                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#a8c3480527c4de651c93e694e4cb81b91">alter\_system\_properties\_egress\_parquet\_compression</a>: Parquet file compression type. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab5703cbdaeb566b9fe6a3aecd54d7049">alter\_system\_properties\_uncompressed</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#aba3f53f48f98ea6358be653e82703456">alter\_system\_properties\_snappy</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a6c48fa5a6d5562c1d2a9c4d3cd9522d8">alter\_system\_properties\_gzip</a> </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#aba3f53f48f98ea6358be653e82703456">alter\_system\_properties\_snappy</a>.
                    </li>

                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a9d662bb0a8b616ead8e3baf55e0a3580">alter\_system\_properties\_egress\_single\_file\_max\_size</a>: Max file size (in MB) to allow saving to a single file. May be overridden by target limitations. The default value is '10000'. The minimum allowed value is '1'. The maximum allowed value is '200000'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#aadb28310a3215b948fb0940a3a5a5f7f">alter\_system\_properties\_max\_concurrent\_kernels</a>: Sets the max\_concurrent\_kernels value of the conf. The minimum allowed value is '0'. The maximum allowed value is '256'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1741aff06a18466c951582bff4eaf382">alter\_system\_properties\_system\_metadata\_retention\_period</a>: Sets the system\_metadata.retention\_period value of the conf. The minimum allowed value is '1'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad351579fddd53208f6f7dddefad0a0a8">alter\_system\_properties\_tcs\_per\_tom</a>: Size of the worker rank data calculation thread pool. This is primarily used for computation-based operations such as aggregates and record retrieval. The minimum allowed value is '2'. The maximum allowed value is '8192'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a649f9cb1527592e2a3db237cbdfe3525">alter\_system\_properties\_tps\_per\_tom</a>: Size of the worker rank data processing thread pool. This includes operations such as inserts, updates, and deletes on table data. Multi-head inserts are not affected by this limit. The minimum allowed value is '2'. The maximum allowed value is '8192'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a34ecd6bdf51217b2b3adaefed2964fe6">alter\_system\_properties\_background\_worker\_threads</a>: Size of the worker rank background thread pool. This includes background operations such as watermark evictions catalog table updates. The minimum allowed value is '1'. The maximum allowed value is '8192'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a9a4db71e34c6ad80a4b9588bf26625fe">alter\_system\_properties\_log\_debug\_job\_info</a>: Outputs various job-related information to the rank logs. Used for troubleshooting. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a6f4e03f352f107842f06e5f240a17cf7">alter\_system\_properties\_enable\_thread\_hang\_logging</a>: Log a stack trace for any thread that runs longer than a defined threshold. Used for troubleshooting. The default value is 'true'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a609ed0fa0949d51d085c8a01b34e95aa">alter\_system\_properties\_ai\_enable\_rag</a>: Enable RAG. The default value is 'false'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#aab7d775fc6d131009bcb30471b575359">alter\_system\_properties\_ai\_api\_provider</a>: AI API provider type. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0bd5c9c6ed35803da5dee2a0b06d09be">alter\_system\_properties\_ai\_api\_url</a>: AI API URL. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a81868a961c879e6cd9438944145fa5cd">alter\_system\_properties\_ai\_api\_key</a>: AI API key. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#ace0f3e6c175fd132fe1c9a33c2bc7717">alter\_system\_properties\_ai\_api\_connection\_timeout</a>: AI API connection timeout in seconds. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#abac5f9f26776e4f4ee4658aedd1b03d5">alter\_system\_properties\_ai\_api\_embeddings\_model</a>: AI API model name. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a14b8d0203e2e39f2d6be95af5ef35e88">alter\_system\_properties\_telm\_persist\_query\_metrics</a>: Enable or disable persisting of query metrics. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3a500d46bff89bddb9f584533e553063">alter\_system\_properties\_telm\_force\_metrics\_duration</a>: Capture metrics for any query exceeding this duration in seconds. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7995b35a8289b987c262f94d57a41bb1">alter\_system\_properties\_postgres\_proxy\_idle\_connection\_timeout</a>: Idle connection timeout in seconds. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a743d04922fbb1816913aca06a6a95680">alter\_system\_properties\_postgres\_proxy\_keep\_alive</a>: Enable postgres proxy keep alive. The default value is 'false'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7c3c1033aebede98d42fc6a526472e62">alter\_system\_properties\_kifs\_directory\_data\_limit</a>: The default maximum capacity to apply when creating a KiFS directory (bytes). The minimum allowed value is '-1'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a066c28103dafad970fd31f5a4877a11e">alter\_system\_properties\_compression\_codec</a>: The default <a href="/content/concepts/column_compression/" target="_top">compression algorithm</a> applied to any column without a column-level or table-level default compression specified at the time it was created. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0f5098870fe6aa5227c9d460e07c610f">alter\_system\_properties\_disk\_auto\_optimize\_timeout</a>: Time interval in seconds after which the database will apply optimizations/transformations to persisted data, such as compression. The minimum allowed value is '0'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a9afc6469497c3fd3a22d2077ee43f496">alter\_system\_properties\_ha\_consumer\_replay\_offset</a>: Initializes HA replay from the given timestamp (as milliseconds since unix epoch). The minimum allowed value is '-1'. </li>
                    <li> <a className="el" href="/content/api/cpp/namespacegpudb#a5453715e68f2cd12c9159e87cae830a0">alter\_system\_properties\_admin\_access\_only</a>: Restricts access to system admin users only. The default value is 'false'. </li>
                  </ul>
                </td>
              </tr>

              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>

                <td>
                  Optional parameters.

                  <ul>
                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#ae3c5f4d2c3729918d15cc0c75e117005">alter\_system\_properties\_evict\_to\_cold</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">true</a> and evict\_columns is specified, the given objects will be evicted to cold storage (if such a tier exists). Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">alter\_system\_properties\_true</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad3d908e9e936e52db5736fe08079c472">alter\_system\_properties\_false</a> </li>
                      </ul>
                    </li>

                    <li>
                      <a className="el" href="/content/api/cpp/namespacegpudb#a9644f40aabe27fa1fab75860aceebded">alter\_system\_properties\_persist</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">true</a> the system configuration will be written to disk upon successful application of this request. This will commit the changes from this request and any additional in-memory modifications. Supported values:

                      <ul>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">alter\_system\_properties\_true</a> </li>
                        <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad3d908e9e936e52db5736fe08079c472">alter\_system\_properties\_false</a> </li>
                      </ul>

                      The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">alter\_system\_properties\_true</a>.
                    </li>
                  </ul>

                  The default value is an empty map.
                </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/alter__system__properties_8h_source#l00461">461</a> of file <a className="el" href="/content/api/cpp/alter__system__properties_8h_source">alter\_system\_properties.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#af94f0a8259c3fd17c6ccf5c30e1cf4a4">◆ </a></span>options</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::AlterSystemPropertiesRequest::options</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Optional parameters. </p>

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#ae3c5f4d2c3729918d15cc0c75e117005">alter\_system\_properties\_evict\_to\_cold</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">true</a> and evict\_columns is specified, the given objects will be evicted to cold storage (if such a tier exists). Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">alter\_system\_properties\_true</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad3d908e9e936e52db5736fe08079c472">alter\_system\_properties\_false</a> </li>
            </ul>
          </li>

          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a9644f40aabe27fa1fab75860aceebded">alter\_system\_properties\_persist</a>: If <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">true</a> the system configuration will be written to disk upon successful application of this request. This will commit the changes from this request and any additional in-memory modifications. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">alter\_system\_properties\_true</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad3d908e9e936e52db5736fe08079c472">alter\_system\_properties\_false</a> </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">alter\_system\_properties\_true</a>.
          </li>
        </ul>

        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/alter__system__properties_8h_source#l00739">739</a> of file <a className="el" href="/content/api/cpp/alter__system__properties_8h_source">alter\_system\_properties.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a37127a187e0bd2aa16c0777e98560e69">◆ </a></span>propertyUpdatesMap</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::AlterSystemPropertiesRequest::propertyUpdatesMap</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Map containing the properties of the system to be updated. </p>
        <p>Error if empty. </p>

        <ul>
          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a22850a051b782f78fb8b3e2eeff44295">alter\_system\_properties\_concurrent\_kernel\_execution</a>: Enables concurrent kernel execution if the value is <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">true</a> and disables it if the value is <a className="el" href="/content/api/cpp/namespacegpudb#ad3d908e9e936e52db5736fe08079c472">false</a>. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0e9062d07411faa828964cf824ee42aa">alter\_system\_properties\_true</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad3d908e9e936e52db5736fe08079c472">alter\_system\_properties\_false</a> </li>
            </ul>
          </li>

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a5f0d2c881c38007d414e286edeea27a8">alter\_system\_properties\_subtask\_concurrency\_limit</a>: Sets the maximum number of simultaneous threads allocated to a given request, on each rank. Note that thread allocation may also be limited by resource group limits and/or system load. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0bbda36574dbd742118d883e67f40173">alter\_system\_properties\_chunk\_size</a>: Sets the number of records per chunk to be used for all new tables. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#af1f417b747c72687bb4a49e6d2d7747b">alter\_system\_properties\_chunk\_column\_max\_memory</a>: Sets the target maximum data size for each column in a chunk to be used for all new tables. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a2a918290a2696c92cf6260ae5a003397">alter\_system\_properties\_chunk\_max\_memory</a>: Indicates the target maximum data size for all columns in a chunk to be used for all new tables. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1667a688917436da05bdf49bd23aa0eb">alter\_system\_properties\_execution\_mode</a>: Sets the execution\_mode for kernel executions to the specified string value. Possible values are host, device, default (engine decides) or an integer value that indicates max chunk size to exec on host. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae11ec4253fa290777d9fd2837967d72b">alter\_system\_properties\_external\_files\_directory</a>: Sets the root directory path where external table data files are accessed from. Path must exist on the head node. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ace6ae643f8e0ca48bec6bf1453987439">alter\_system\_properties\_request\_timeout</a>: Number of minutes after which filtering (e.g., <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ad975f31cd9d87d805ebb0513f652eca6">GPUdb::filter</a>) and aggregating (e.g., <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a76d7b0a4e087f94ccd17f65a38f3fc8e">GPUdb::aggregateGroupBy</a>) queries will timeout. The default value is '20'. The minimum allowed value is '0'. The maximum allowed value is '1440'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a9d19bc5aa29d4682fb8210265a60dd3b">alter\_system\_properties\_max\_get\_records\_size</a>: The maximum number of records the database will serve for a given data retrieval call. The default value is '20000'. The minimum allowed value is '0'. The maximum allowed value is '1000000'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad1ec975031a69ed06235e7fb5fbafe7c">alter\_system\_properties\_enable\_audit</a>: Enable or disable auditing. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a18fff2ce51b68a792cb8bea59a6555f6">alter\_system\_properties\_audit\_headers</a>: Enable or disable auditing of request headers. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a862b7d472d415962e441b4fc4450c257">alter\_system\_properties\_audit\_body</a>: Enable or disable auditing of request bodies. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a60d78ff1762a9f4fcc5c4dd68626c8df">alter\_system\_properties\_audit\_data</a>: Enable or disable auditing of request data. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a2311d85c0ac58442245b61e3761a232b">alter\_system\_properties\_audit\_response</a>: Enable or disable auditing of response information. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ac7e6701f944d6f0d8bbba79b47f13273">alter\_system\_properties\_shadow\_agg\_size</a>: Size of the shadow aggregate chunk cache in bytes. The default value is '10000000'. The minimum allowed value is '0'. The maximum allowed value is '2147483647'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a4a095115f9775eaac8fe8ff985c53a01">alter\_system\_properties\_shadow\_filter\_size</a>: Size of the shadow filter chunk cache in bytes. The default value is '10000000'. The minimum allowed value is '0'. The maximum allowed value is '2147483647'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ac828935a7629f2ca598294dc19f1148b">alter\_system\_properties\_enable\_overlapped\_equi\_join</a>: Enable overlapped-equi-join filter. The default value is 'true'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a386a4759aebd93ff665db6891935c2c1">alter\_system\_properties\_enable\_one\_step\_compound\_equi\_join</a>: Enable the one\_step compound-equi-join algorithm. The default value is 'true'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0774082ecd58b64e9c7713309acdfae1">alter\_system\_properties\_kafka\_batch\_size</a>: Maximum number of records to be ingested in a single batch. The default value is '1000'. The minimum allowed value is '1'. The maximum allowed value is '10000000'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae72a30f76a129dda553966b2b8cf2057">alter\_system\_properties\_kafka\_poll\_timeout</a>: Maximum time (milliseconds) for each poll to get records from Kafka. The default value is '0'. The minimum allowed value is '0'. The maximum allowed value is '1000'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ae17254a139c63273c2d7f2af2ea74d2e">alter\_system\_properties\_kafka\_wait\_time</a>: Maximum time (seconds) to buffer records received from Kafka before ingestion. The default value is '30'. The minimum allowed value is '1'. The maximum allowed value is '120'. </li>

          <li>
            <a className="el" href="/content/api/cpp/namespacegpudb#a8c3480527c4de651c93e694e4cb81b91">alter\_system\_properties\_egress\_parquet\_compression</a>: Parquet file compression type. Supported values:

            <ul>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab5703cbdaeb566b9fe6a3aecd54d7049">alter\_system\_properties\_uncompressed</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#aba3f53f48f98ea6358be653e82703456">alter\_system\_properties\_snappy</a> </li>
              <li> <a className="el" href="/content/api/cpp/namespacegpudb#a6c48fa5a6d5562c1d2a9c4d3cd9522d8">alter\_system\_properties\_gzip</a> </li>
            </ul>

            The default value is <a className="el" href="/content/api/cpp/namespacegpudb#aba3f53f48f98ea6358be653e82703456">alter\_system\_properties\_snappy</a>.
          </li>

          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a9d662bb0a8b616ead8e3baf55e0a3580">alter\_system\_properties\_egress\_single\_file\_max\_size</a>: Max file size (in MB) to allow saving to a single file. May be overridden by target limitations. The default value is '10000'. The minimum allowed value is '1'. The maximum allowed value is '200000'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#aadb28310a3215b948fb0940a3a5a5f7f">alter\_system\_properties\_max\_concurrent\_kernels</a>: Sets the max\_concurrent\_kernels value of the conf. The minimum allowed value is '0'. The maximum allowed value is '256'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a1741aff06a18466c951582bff4eaf382">alter\_system\_properties\_system\_metadata\_retention\_period</a>: Sets the system\_metadata.retention\_period value of the conf. The minimum allowed value is '1'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ad351579fddd53208f6f7dddefad0a0a8">alter\_system\_properties\_tcs\_per\_tom</a>: Size of the worker rank data calculation thread pool. This is primarily used for computation-based operations such as aggregates and record retrieval. The minimum allowed value is '2'. The maximum allowed value is '8192'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a649f9cb1527592e2a3db237cbdfe3525">alter\_system\_properties\_tps\_per\_tom</a>: Size of the worker rank data processing thread pool. This includes operations such as inserts, updates, and deletes on table data. Multi-head inserts are not affected by this limit. The minimum allowed value is '2'. The maximum allowed value is '8192'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a34ecd6bdf51217b2b3adaefed2964fe6">alter\_system\_properties\_background\_worker\_threads</a>: Size of the worker rank background thread pool. This includes background operations such as watermark evictions catalog table updates. The minimum allowed value is '1'. The maximum allowed value is '8192'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a9a4db71e34c6ad80a4b9588bf26625fe">alter\_system\_properties\_log\_debug\_job\_info</a>: Outputs various job-related information to the rank logs. Used for troubleshooting. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a6f4e03f352f107842f06e5f240a17cf7">alter\_system\_properties\_enable\_thread\_hang\_logging</a>: Log a stack trace for any thread that runs longer than a defined threshold. Used for troubleshooting. The default value is 'true'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a609ed0fa0949d51d085c8a01b34e95aa">alter\_system\_properties\_ai\_enable\_rag</a>: Enable RAG. The default value is 'false'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#aab7d775fc6d131009bcb30471b575359">alter\_system\_properties\_ai\_api\_provider</a>: AI API provider type. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0bd5c9c6ed35803da5dee2a0b06d09be">alter\_system\_properties\_ai\_api\_url</a>: AI API URL. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a81868a961c879e6cd9438944145fa5cd">alter\_system\_properties\_ai\_api\_key</a>: AI API key. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#ace0f3e6c175fd132fe1c9a33c2bc7717">alter\_system\_properties\_ai\_api\_connection\_timeout</a>: AI API connection timeout in seconds. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#abac5f9f26776e4f4ee4658aedd1b03d5">alter\_system\_properties\_ai\_api\_embeddings\_model</a>: AI API model name. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a14b8d0203e2e39f2d6be95af5ef35e88">alter\_system\_properties\_telm\_persist\_query\_metrics</a>: Enable or disable persisting of query metrics. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a3a500d46bff89bddb9f584533e553063">alter\_system\_properties\_telm\_force\_metrics\_duration</a>: Capture metrics for any query exceeding this duration in seconds. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7995b35a8289b987c262f94d57a41bb1">alter\_system\_properties\_postgres\_proxy\_idle\_connection\_timeout</a>: Idle connection timeout in seconds. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a743d04922fbb1816913aca06a6a95680">alter\_system\_properties\_postgres\_proxy\_keep\_alive</a>: Enable postgres proxy keep alive. The default value is 'false'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a7c3c1033aebede98d42fc6a526472e62">alter\_system\_properties\_kifs\_directory\_data\_limit</a>: The default maximum capacity to apply when creating a KiFS directory (bytes). The minimum allowed value is '-1'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a066c28103dafad970fd31f5a4877a11e">alter\_system\_properties\_compression\_codec</a>: The default <a href="/content/concepts/column_compression/" target="_top">compression algorithm</a> applied to any column without a column-level or table-level default compression specified at the time it was created. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a0f5098870fe6aa5227c9d460e07c610f">alter\_system\_properties\_disk\_auto\_optimize\_timeout</a>: Time interval in seconds after which the database will apply optimizations/transformations to persisted data, such as compression. The minimum allowed value is '0'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a9afc6469497c3fd3a22d2077ee43f496">alter\_system\_properties\_ha\_consumer\_replay\_offset</a>: Initializes HA replay from the given timestamp (as milliseconds since unix epoch). The minimum allowed value is '-1'. </li>
          <li> <a className="el" href="/content/api/cpp/namespacegpudb#a5453715e68f2cd12c9159e87cae830a0">alter\_system\_properties\_admin\_access\_only</a>: Restricts access to system admin users only. The default value is 'false'. </li>
        </ul>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/alter__system__properties_8h_source#l00702">702</a> of file <a className="el" href="/content/api/cpp/alter__system__properties_8h_source">alter\_system\_properties.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/alter__system__properties_8h_source">alter\_system\_properties.h</a></li>
    </ul>
  </div>
</div>
