> ## 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.

# alterSystemProperties

<div className="kinetica-doxygen">
  <div id="a9e3cf621f47f06fb5211ae54f1e46f93" />

  <h2 className="memtitle"><span className="permalink"><a href="#a9e3cf621f47f06fb5211ae54f1e46f93">◆ </a></span>alterSystemProperties() <span className="overload">\[1/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesResponse">AlterSystemPropertiesResponse</a> gpudb::GPUdb::alterSystemProperties </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesRequest">AlterSystemPropertiesRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span></td>
          <td>)</td>
          <td> const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>The <a className="el" href="#a9e3cf621f47f06fb5211ae54f1e46f93">alterSystemProperties</a> endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. </p>
      <p>Commands are given through the <a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesRequest#a37127a187e0bd2aa16c0777e98560e69">propertyUpdatesMap</a> whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').</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">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesRequest">Request</a> object containing the parameters for the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a725871fdb042d46d3ba27650b0cbd6d4" />

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

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesResponse">AlterSystemPropertiesResponse</a> & gpudb::GPUdb::alterSystemProperties </td>
          <td>(</td>
          <td className="paramtype">const <a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesRequest">AlterSystemPropertiesRequest</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">request\_</span></span>, </td>
        </tr>

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

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesResponse">AlterSystemPropertiesResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>The <a className="el" href="#a9e3cf621f47f06fb5211ae54f1e46f93">alterSystemProperties</a> endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. </p>
      <p>Commands are given through the <a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesRequest#a37127a187e0bd2aa16c0777e98560e69">propertyUpdatesMap</a> whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').</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">request\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesRequest">Request</a> object containing the parameters for the operation. </td>
            </tr>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>

  <div id="a3c2c2636d3219216039c6ea52176acfd" />

  <h2 className="memtitle"><span className="permalink"><a href="#a3c2c2636d3219216039c6ea52176acfd">◆ </a></span>alterSystemProperties() <span className="overload">\[3/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesResponse">AlterSystemPropertiesResponse</a> gpudb::GPUdb::alterSystemProperties </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> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>The <a className="el" href="#a3c2c2636d3219216039c6ea52176acfd">alterSystemProperties</a> endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. </p>
      <p>Commands are given through the <span className="em arg">propertyUpdatesMap</span> whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').</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="#ac5b65e73c01c331f1fcfb21b0e8d67ce">filter</a>) and aggregating (e.g., <a className="el" href="#a30cac962c6aedc8efc312e2b4217ff31">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#a85d404d7a18381ef9afbd83097ccc215">alter\_system\_properties\_datalake\_table\_metadata\_cache\_enabled</a>: Enable caching of datalake table metadata. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#af0177491dd15d97dc84545eef27f96e5">alter\_system\_properties\_datalake\_table\_metadata\_cache\_size</a>: Maximum number of datalake table metadata entries to cache. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa3716051baf36cd7fab9aaa61b9f9f6b">alter\_system\_properties\_datalake\_table\_metadata\_cache\_ttl</a>: Time-to-live (seconds) for cached datalake table metadata entries. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a4f7d879804559b8251b8035ac2422a44">alter\_system\_properties\_datalake\_table\_metadata\_cache\_snapshot\_check</a>: When enabled, check the current datalake snapshot on cache hits and invalidate entries that have changed. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab6d5302e1c2206ee7852c353ac19d8f2">alter\_system\_properties\_datalake\_catalog\_connection\_cache\_size</a>: Maximum number of cached datalake REST catalog connections. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a452bf7919583a09d4b5ae4aee1fdd22b">alter\_system\_properties\_iceberg\_manifest\_cache\_enabled</a>: Enable caching of parsed Iceberg manifest and manifest-list files. </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#a85622441fec9b9790ef72e17db99f1c5">alter\_system\_properties\_remote\_io\_threads</a>: Size of the worker rank IO thread pool. This is used for blocking IO operations such as reads from object storage or external file systems. </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>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesResponse">Response</a> object containing the result of the operation. </div>
      </div>
    </div>
  </div>

  <div id="a4bdc47a1dd96b3a0af606a967eb8b00a" />

  <h2 className="memtitle"><span className="permalink"><a href="#a4bdc47a1dd96b3a0af606a967eb8b00a">◆ </a></span>alterSystemProperties() <span className="overload">\[4/4]</span></h2>

  <div className="memitem">
    <div className="memproto">
      <table className="memname">
        <tr>
          <td className="memname"><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesResponse">AlterSystemPropertiesResponse</a> & gpudb::GPUdb::alterSystemProperties </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>

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

          <td />

          <td className="paramtype"><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesResponse">AlterSystemPropertiesResponse</a> &</td>
          <td className="paramname"><span className="paramname"><span className="em">response\_</span></span> ) const</td>
        </tr>
      </table>
    </div>

    <div className="memdoc">
      <p>The <a className="el" href="#a3c2c2636d3219216039c6ea52176acfd">alterSystemProperties</a> endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. </p>
      <p>Commands are given through the <span className="em arg">propertyUpdatesMap</span> whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').</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="#ac5b65e73c01c331f1fcfb21b0e8d67ce">filter</a>) and aggregating (e.g., <a className="el" href="#a30cac962c6aedc8efc312e2b4217ff31">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#a85d404d7a18381ef9afbd83097ccc215">alter\_system\_properties\_datalake\_table\_metadata\_cache\_enabled</a>: Enable caching of datalake table metadata. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#af0177491dd15d97dc84545eef27f96e5">alter\_system\_properties\_datalake\_table\_metadata\_cache\_size</a>: Maximum number of datalake table metadata entries to cache. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#aa3716051baf36cd7fab9aaa61b9f9f6b">alter\_system\_properties\_datalake\_table\_metadata\_cache\_ttl</a>: Time-to-live (seconds) for cached datalake table metadata entries. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a4f7d879804559b8251b8035ac2422a44">alter\_system\_properties\_datalake\_table\_metadata\_cache\_snapshot\_check</a>: When enabled, check the current datalake snapshot on cache hits and invalidate entries that have changed. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#ab6d5302e1c2206ee7852c353ac19d8f2">alter\_system\_properties\_datalake\_catalog\_connection\_cache\_size</a>: Maximum number of cached datalake REST catalog connections. </li>
                  <li> <a className="el" href="/content/api/cpp/namespacegpudb#a452bf7919583a09d4b5ae4aee1fdd22b">alter\_system\_properties\_iceberg\_manifest\_cache\_enabled</a>: Enable caching of parsed Iceberg manifest and manifest-list files. </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#a85622441fec9b9790ef72e17db99f1c5">alter\_system\_properties\_remote\_io\_threads</a>: Size of the worker rank IO thread pool. This is used for blocking IO operations such as reads from object storage or external file systems. </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>

            <tr>
              <td className="paramdir">\[out]</td>
              <td className="paramname">response\_</td>
              <td><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesResponse">Response</a> object containing the results of the operation.</td>
            </tr>
          </table>
        </div>
      </div>

      <div className="dl section return">
        <div className="dt">Returns</div>
        <div className="dd"><a className="el" href="/content/api/cpp/structgpudb_1_1AlterSystemPropertiesResponse">Response</a> object containing the result of the operation (initially passed in by reference). </div>
      </div>
    </div>
  </div>
</div>
