<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – V_MONITOR schema</title>
    <link>/en/sql-reference/system-tables/v-monitor-schema/</link>
    <description>Recent content in V_MONITOR schema on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/sql-reference/system-tables/v-monitor-schema/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Sql-Reference: ACTIVE_EVENTS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/active-events/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/active-events/</guid>
      <description>
        
        
        &lt;p&gt;Returns all active events in the cluster. See &lt;a href=&#34;../../../../en/admin/monitoring/monitoring-events/#&#34;&gt;Monitoring events&lt;/a&gt;.&lt;/p&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The node name where the event occurred.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_CODE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


A numeric ID that indicates the type of event. See &lt;a href=&#34;../../../../en/admin/monitoring/monitoring-events/&#34;&gt;Event Types&lt;/a&gt; for a list of event type codes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


A unique numeric ID assigned by the OpenText™ Analytics Database catalog, which identifies the specific event.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_SEVERITY&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


















&lt;p&gt;The severity of the event from highest to lowest. These events are based on standard syslog severity types.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;0—Emergency&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;1—Alert&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2—Critical&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;3—Error&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;4—Warning&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;5—Notice&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;6—Informational&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;7—Debug&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_POSTED_TIMESTAMP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


TIMESTAMP&lt;/td&gt; 

&lt;td &gt;


The year, month, day, and time the event was reported. The time is posted in military time.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_EXPIRATION&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The year, month, day, and time the event expire. The time is posted in military time. If the cause of the event is still active, the event is posted again.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_CODE_DESCRIPTION&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


A brief description of the event and details pertinent to the specific situation.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_PROBLEM_DESCRIPTION&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


A generic description of the event.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;REPORTING_NODE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the node within the cluster that reported the event.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_SENT_TO_CHANNELS&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;



The event logging mechanisms that are configured for the database. These can include
&lt;code&gt;vertica.log&lt;/code&gt;, (configured by default) syslog, and SNMP.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_POSTED_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Tracks the number of times an event occurs. Rather than posting the same event multiple times, the database posts the event once and then counts the number of additional instances in which the event occurs.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;


      </description>
    </item>
    
    <item>
      <title>Sql-Reference: ALLOCATOR_USAGE</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/allocator-usage/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/allocator-usage/</guid>
      <description>
        
        
        &lt;p&gt;Provides real-time information on the allocation and reuse of memory pools for a OpenText™ Analytics Database node.&lt;/p&gt;
&lt;p&gt;There are two memory pools in the database, global and SAL. The global memory pool is related to the database catalog objects. The SAL memory pool is related to the system storage layer. These memory pools are physical structures from which the database allocates and reuses portions of memory.&lt;/p&gt;
&lt;p&gt;Within the memory pools, there are two allocation types. Both global and SAL memory pools include chunk and object memory allocation types.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;Chunk&lt;/em&gt; allocations are from tiered storage, and are grouped into sizes, in bytes, that are powers of 2.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;Object&lt;/em&gt; allocations are object types, for example, a table or projection. Each object assumes a set size.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The table provides detailed information on these memory pool allocations.&lt;/p&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
The name of the node from which the database has collected this allocator information.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;POOL_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;One of two memory pools:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;global: Memory pool is related to the database catalog objects.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;SAL: Memory pool is related to the system storage layer.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;ALLOCATION_TYPE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;One of two memory allocation types:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;chunk: Chunk allocations are grouped into sizes that are powers of 2.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;object: Object allocations assume a set amount of memory based upon the specific object.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;UNIT_SIZE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;The size, in bytes, of the memory allocation.&lt;/p&gt;
&lt;p&gt;For example, if the allocation type is a table (an object type), the database allots 8 bytes.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;FREE_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Indicates the count of blocks of freed memory that the database has reserved for future memory needs.&lt;/p&gt;
&lt;p&gt;For example, if you delete a table, the database reserves the 8 bytes originally allotted for the table. The 8 bytes freed become 1 unit of memory that the database adds to this column.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;FREE_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;











&lt;p&gt;Indicates the number of freed memory bytes.&lt;/p&gt;
&lt;p&gt;For example, with a table deletion, the database adds 8 bytes to this column.&lt;/p&gt;
&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;
&lt;p&gt;The database does not release memory after originally allocating it, unless the node or database is restarted.&lt;/p&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;USED_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Indicates the count of in-use blocks for this allocation.&lt;/p&gt;
&lt;p&gt;For example, if your database includes two table objects, the database adds 2 to this column.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;USED_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;The number of bytes of in-use blocks of memory.&lt;/p&gt;
&lt;p&gt;For example, if your database includes two table objects, each of which assume 8 bytes, the database adds 16 to this column.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TOTAL_SIZE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Indicates the number of bytes that is the sum of all free and used memory.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;CAPTURE_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
TIMESTAMPTZ&lt;/td&gt; 

&lt;td &gt;
Indicates the current timestamp for when the database collected the data for this table.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;ALLOCATION_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;








&lt;p&gt;Provides the name of the allocation type.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;If the allocation is an object type, provides the name of the object. For example, &lt;code&gt;CAT::Schema&lt;/code&gt;. Object types can also have the name &lt;code&gt;internal&lt;/code&gt;, meaning that the object is an internal data structure.&lt;/p&gt;
&lt;p&gt;Those object types that are not internal are prefaced with either &lt;code&gt;CAT&lt;/code&gt; or &lt;code&gt;SAL&lt;/code&gt;. Those prefaced with &lt;code&gt;CAT&lt;/code&gt; indicate memory from the global memory pool. &lt;code&gt;SAL&lt;/code&gt; indicates memory from the system storage memory pool.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If the allocation type is chunk, indicates a power of 2 in this field to represent the number of bytes assumed by the chunk. For example, &lt;code&gt;2^5&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;h2 id=&#34;sample-how-memory-pool-memory-is-allotted-retained-and-freed&#34;&gt;Sample: how memory pool memory is allotted, retained, and freed&lt;/h2&gt;
&lt;p&gt;The following table shows sample column values based upon a hypothetical example. The sample illustrates how column values change based upon addition or deletion of a table object.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;When you add a table object (&lt;code&gt;t1&lt;/code&gt;), the database assumes a &lt;code&gt;UNIT_SIZE&lt;/code&gt; of 8 bytes, with a &lt;code&gt;USED_COUNT&lt;/code&gt; of 1.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When you add a second table object (&lt;code&gt;t2&lt;/code&gt;), the &lt;code&gt;USED_COUNT&lt;/code&gt; increases to 2. Since each object assumes 8 bytes, &lt;code&gt;USED_BYTES&lt;/code&gt; increases to 16.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When you delete one of the two table objects, the database &lt;code&gt;USED_COUNT&lt;/code&gt; decreases to 1, and &lt;code&gt;USED_BYTES&lt;/code&gt; decreases to 8. Since the database retains the memory for future use, &lt;code&gt;FREE_BYTES&lt;/code&gt; increases to 8, and &lt;code&gt;FREE_COUNT&lt;/code&gt; increases to 1.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Finally, when you create a new table object (t3), the database frees the memory for reuse. &lt;code&gt;FREE_COUNT&lt;/code&gt; and &lt;code&gt;FREE_BYTES&lt;/code&gt; return to 0.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;


Column Names&lt;/th&gt; 

&lt;th &gt;
Add One Table Object (t1)&lt;/th&gt; 

&lt;th &gt;
Add a Second Table Object (t2)&lt;/th&gt; 

&lt;th &gt;
Delete a Table Object (t2)&lt;/th&gt; 

&lt;th &gt;
Create a New Table Object (t3)&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;v_vmart_node0001&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;v_vmart_node0001&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;v_vmart_node0001&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;v_vmart_node0001&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;POOL_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;global&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;global&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;global&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;global&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;ALLOCATION_TYPE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;object&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;object&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;object&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;object&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;UNIT_SIZE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
8&lt;/td&gt; 

&lt;td &gt;
8&lt;/td&gt; 

&lt;td &gt;
8&lt;/td&gt; 

&lt;td &gt;
8&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;FREE_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
0&lt;/td&gt; 

&lt;td &gt;
0&lt;/td&gt; 

&lt;td &gt;
1&lt;/td&gt; 

&lt;td &gt;
0&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;FREE_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
0&lt;/td&gt; 

&lt;td &gt;
0&lt;/td&gt; 

&lt;td &gt;
8&lt;/td&gt; 

&lt;td &gt;
0&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;USED_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
1&lt;/td&gt; 

&lt;td &gt;
2&lt;/td&gt; 

&lt;td &gt;
1&lt;/td&gt; 

&lt;td &gt;
2&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;USED_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
8&lt;/td&gt; 

&lt;td &gt;
16&lt;/td&gt; 

&lt;td &gt;
8&lt;/td&gt; 

&lt;td &gt;
16&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TOTAL_SIZE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
8&lt;/td&gt; 

&lt;td &gt;
16&lt;/td&gt; 

&lt;td &gt;
16&lt;/td&gt; 

&lt;td &gt;
16&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;CAPTURE_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;2017-05-24 13:28:07.83855-04&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;2017-05-24 14:16:04.480953-04&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;2017-05-24 14:16:32.077322-04&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;2017-05-24 14:17:07.320745-04&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;ALLOCATION_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;CAT::Table&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;CAT::Table&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;CAT::Table&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;CAT::Table&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;The following example shows one sample record for a chunk allocation type, and one for an object type.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; \x
Expanded display is on.


=&amp;gt; select * from allocator_usage;
-[ RECORD 1 ]---+-----------------------------
node_name       | v_vmart_node0004
pool_name       | global
allocation_type | chunk
unit_size       | 8
free_count      | 1069
free_bytes      | 8552
used_count      | 7327
used_bytes      | 58616
total_size      | 67168
capture_time    | 2017-05-24 13:28:07.83855-04
allocation_name | 2^3
.
.
.
-[ RECORD 105 ]-+------------------------------
node_name       | v_vmart_node0004
pool_name       | SAL
allocation_type | object
unit_size       | 128
free_count      | 0
free_bytes      | 0
used_count      | 2
used_bytes      | 256
total_size      | 256
capture_time    | 2017-05-24 14:44:30.153892-04
allocation_name | SAL::WOSAlloc
.
.
.
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: ARCHIVE_RESTORE_POINTS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/archive-restore-points/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/archive-restore-points/</guid>
      <description>
        
        
        &lt;p&gt;&lt;strong&gt;Eon Mode only&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Lists information about &lt;a href=&#34;../../../../en/eon/revive-eon-db/in-db-restore-points/#&#34;&gt;In-DB restore points&lt;/a&gt;.&lt;/p&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Column Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INT&lt;/td&gt; 

&lt;td &gt;
Unique object ID of the restore point.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;SAVE_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
DATETIME&lt;/td&gt; 

&lt;td &gt;
Time at which the restore point was saved.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;INDEX&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INT&lt;/td&gt; 

&lt;td &gt;
Index of the restore point in the archive, where 1 specifies the most recent restore point.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;ARCHIVE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of the archive that contains the restore point.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;STATE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;



&lt;p&gt;Status of the restore points, one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;SAVING&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;COMPLETE&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;REMOVING&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;List details for all restore points in your database:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sql&#34; data-lang=&#34;sql&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;=&amp;gt;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;SELECT&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;FROM&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ARCHIVE_RESTORE_POINTS&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;                  &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;id&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                  &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;         &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;save_time&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;          &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;index&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;     &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;archive&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;     &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;  &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;state&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;--------------------------------------+----------------------------+-------+-----------------+----------
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;2616&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f6cd&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;e98c&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;472&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;c&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;8&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;d5c&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a7f459dff82b&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;2023&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;11&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;30&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;19&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;58&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;565311&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;     &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;vertica&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;restore&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;COMPLETE&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;116066&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;cc&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;29&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;cb&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;4&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ce5&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;9&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;a27&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;170538&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;ba95cf&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;2023&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;11&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;11&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;02&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;48&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;059941&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;     &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;vertica&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;restore&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;COMPLETE&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;rows&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: ARCHIVES</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/archives/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/archives/</guid>
      <description>
        
        
        &lt;p&gt;&lt;strong&gt;Eon Mode only&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Lists information about &lt;a href=&#34;../../../../en/eon/revive-eon-db/in-db-restore-points/#&#34;&gt;In-DB restore points&lt;/a&gt; archives.&lt;/p&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Column Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Archive name.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;LIMIT_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INT&lt;/td&gt; 

&lt;td &gt;
Maximum number of restore points stored in the archive.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;OWNER&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Owner of the archive.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;OBJECT_INCLUSION_RULES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Currently, only database-level restore points are supported, so this column is always empty.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DATA_INCLUSION RULES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Currently, only database-level restore points are supported, so this column is always empty.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;List all archives and their attributes:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sql&#34; data-lang=&#34;sql&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;=&amp;gt;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;select&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;from&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;archives&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;name&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;limit_count&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;owner&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;object_inclusion_rules&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;data_inclusion_rules&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;------+-------------+-------+------------------------+----------------------
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;eon&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;  &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;10&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;          &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;luis&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;  &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                        &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;row&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: COLUMN_STORAGE</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/column-storage/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/column-storage/</guid>
      <description>
        
        
        &lt;p&gt;Returns the amount of disk storage used by each column of each projection on each node.&lt;/p&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NODE_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The node name for which information is listed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
COLUMN_ID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Catalog-assigned integer value that uniquely identifies thecolumn.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
COLUMN_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The column name for which information is listed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ROW_COUNT&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The number of rows in the column.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
USED_BYTES&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The disk storage allocation of the column in bytes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ENCODINGS&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The encoding type for the column.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
COMPRESSION&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The compression type for the column. You can compare &lt;code&gt;ENCODINGS&lt;/code&gt; and &lt;code&gt;COMPRESSION&lt;/code&gt; columns to see how different encoding types affect column storage when optimizing for compression.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ROS_COUNT&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The number of ROS containers.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
PROJECTION_ID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;



Catalog-assigned numeric value that uniquely identifies the projection.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
PROJECTION_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The associated projection name for the column.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
PROJECTION_SCHEMA&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the schema associated with the projection.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ANCHOR_TABLE_ID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Catalog-assigned integer value that uniquely identifies theanchor table.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ANCHOR_TABLE_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The associated table name.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ANCHOR_TABLE_SCHEMA&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;





&lt;p&gt;The associated table&#39;s schema name.&lt;/p&gt;
&lt;p&gt;If the schema belongs to a non-default namespace in an Eon Mode database, the schema name is front-qualified with the name of the schema&#39;s namespace. For example, &lt;code&gt;n1.s&lt;/code&gt; refers to schema &lt;code&gt;s&lt;/code&gt; in namespace &lt;code&gt;n1&lt;/code&gt;.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ANCHOR_TABLE_NAMESPACE&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;



For Eon Mode databases, name of the &lt;a href=&#34;../../../../en/architecture/eon-concepts/shards-and-subscriptions/&#34;&gt;namespace&lt;/a&gt; that contains the table.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ANCHOR_TABLE_COLUMN_ID&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;



Catalog-assigned VARCHAR value that uniquely identifies a table column.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ANCHOR_TABLE_COLUMN_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the anchor table.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;


      </description>
    </item>
    
    <item>
      <title>Sql-Reference: COMMUNAL_CLEANUP_RECORDS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/communal-cleanup-records/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/communal-cleanup-records/</guid>
      <description>
        
        
        &lt;p&gt;Eon Mode only&lt;/p&gt;

&lt;p&gt;This system table lists files that OpenText™ Analytics Database considers leaked on an Eon Mode communal storage. Leaked files are files that are detected as needing deletion but were missed by the normal cleanup mechanisms. This information helps you determine how much space on the communal storage you can reclaim or have reclaimed by cleaning up the leaked files.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
detection_timestamp&lt;/td&gt; 

&lt;td &gt;


TIMESTAMPTZ&lt;/td&gt; 

&lt;td &gt;
Timestamp at which the file was detected as leaked.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
location_path&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
The path of communal storage location.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
file_name&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the leaked file.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
size_in_bytes&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The size of the leaked file in bytes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
queued_for_delete&lt;/td&gt; 

&lt;td &gt;


BOOLEAN&lt;/td&gt; 

&lt;td &gt;
Specifies whether the file was queued for deletion. Files queued for deletion might not be deleted right away. Also, a subsequent call to clean_communal_storage reports these files as leaked if the files hadn&#39;t already been deleted.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT clean_communal_storage(&amp;#39;true&amp;#39;);
                                                                     clean_communal_storage
----------------------------------------------------------------------------------------------------------------------------------------------
 CLEAN COMMUNAL STORAGE
Total leaked files: 10
Total size: 217088
Files have been queued for deletion.
Check communal_cleanup_records for more information.
(1 row)

=&amp;gt; SELECT * FROM communal_cleanup_records;
      detection_timestamp      | location_path     |                       file_name                       | size_in_bytes | queued_for_delete
-------------------------------+-------------------+-------------------------------------------------------+---------------+-------------------
 2018-05-01 17:01:34.045955-04 | s3://chumbucket/  | 020000000000000000000000000000000000000000000003_0.gt |         28672 | t
 2018-05-01 17:01:34.045966-04 | s3://chumbucket/  | 020000000000000000000000000000000000000000000006_0.gt |         28672 | t
 2018-05-01 17:01:34.045952-04 | s3://chumbucket/  | 020000000000000000000000000000000000000000000001_0.gt |         36864 | t
 2018-05-01 17:01:34.045974-04 | s3://chumbucket/  | 020000000000000000000000000000000000000000000008_0.gt |         36864 | t
 2018-05-01 17:01:34.045981-04 | s3://chumbucket/  | 020000000000000000000000000000000000000000000002_0.gt |         12288 | t
 2018-05-01 17:01:34.045986-04 | s3://chumbucket/  | 020000000000000000000000000000000000000000000007_0.gt |          8192 | t
 2018-05-01 17:01:34.045991-04 | s3://chumbucket/  | 020000000000000000000000000000000000000000000010_0.gt |         16384 | t
 2018-05-01 17:01:34.046001-04 | s3://chumbucket/  | 020000000000000000000000000000000000000000000005_0.gt |         24576 | t
 2018-05-01 17:01:34.046026-04 | s3://chumbucket/  | 020000000000000000000000000000000000000000000009_0.gt |          4096 | t
 2018-05-01 17:01:34.046033-04 | s3://chumbucket/  | 020000000000000000000000000000000000000000000004_0.gt |         20480 | t
(10 rows)
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;see-also&#34;&gt;See also&lt;/h2&gt;
&lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/eon-functions/clean-communal-storage/#&#34;&gt;CLEAN_COMMUNAL_STORAGE&lt;/a&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: COMMUNAL_TRUNCATION_STATUS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/communal-truncation-status/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/communal-truncation-status/</guid>
      <description>
        
        
        &lt;p&gt;Eon Mode only&lt;/p&gt;

&lt;p&gt;Stores information on the state of the cluster in the case of a catalog truncation event.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;CURRENT_CATALOG_VERSION&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Current value of the catalog truncation version (CTV).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;CLUSTER_TRUNCATION_VERSION&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
The value of the CTV from the &lt;code&gt;cluster_config.json&lt;/code&gt; file.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT * FROM COMMUNAL_TRUNCATION_STATUS;
current_catalog_version  | cluster_truncation_version
-------------------------+----------------------------
                    35   |                        35
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: CONFIGURATION_CHANGES</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/config-changes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/config-changes/</guid>
      <description>
        
        
        &lt;p&gt;Records the change history of system &lt;a href=&#34;../../../../en/sql-reference/system-tables/v-monitor-schema/config-parameters/&#34;&gt;configuration parameters&lt;/a&gt;. This information is useful for identifying:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Who changed the configuration parameter value&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When the configuration parameter was changed&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Whether nonstandard settings were in effect in the past&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_TIMESTAMP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


TIMESTAMPTZ&lt;/td&gt; 

&lt;td &gt;


Time when the row was recorded.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the node that is reporting the requested information.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;USER_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Identifier of the user who changed configuration parameters.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;USER_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the user who changed configuration parameters at the time OpenText™ Analytics Database recorded the session.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;SESSION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Identifier for this session. This identifier is unique within the cluster at any point in time but can be reused when the session closes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;PARAMETER&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the changed parameter. See &lt;a href=&#34;../../../../en/admin/configuring-db/config-parameter-management/#&#34;&gt;Configuration parameter management&lt;/a&gt; for a detailed list of supported parameters.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;VALUE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


New value of the configuration parameter.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;h2 id=&#34;privileges&#34;&gt;Privileges&lt;/h2&gt;
&lt;p&gt;Superuser&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: CONFIGURATION_PARAMETERS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/config-parameters/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/config-parameters/</guid>
      <description>
        
        
        &lt;p&gt;Provides information about all configuration parameters that are currently in use by the system.&lt;/p&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NODE_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Node names of the database cluster.&lt;/p&gt;
&lt;p&gt;ALL indicates that all nodes have the same value.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
PARAMETER_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The parameter name.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
CURRENT_VALUE&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The parameter&#39;s current setting.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
RESTART_VALUE&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The parameter&#39;s value after the next restart.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DATABASE_VALUE&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The value that is set at the database level. If no database-level value is set, the value reflects the default value.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DEFAULT_VALUE&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The parameter&#39;s default value.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
CURRENT_LEVEL&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;










&lt;p&gt;Level at which CURRENT_VALUE is set, one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;NODE&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DATABASE&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;SESSION&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DEFAULT&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
RESTART_LEVEL&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;








&lt;p&gt;Level at which the parameter will be set after the next restart, one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;NODE&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DATABASE&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DEFAULT&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
IS_MISMATCH&lt;/td&gt; 

&lt;td &gt;


BOOLEAN&lt;/td&gt; 

&lt;td &gt;


Whether CURRENT_VALUE and RESTART_VALUE match.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
GROUPS&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;









&lt;p&gt;A group to which the parameter belongs—for example, OptVOptions.&lt;/p&gt;
&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;
&lt;p&gt;Most configuration parameters do not belong to any group.&lt;/p&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ALLOWED_LEVELS&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;










&lt;p&gt;Levels at which the specified parameter can be set, a comma-delimited list of any of the following values:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;DATABASE&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;NODE&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;SESSION&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;USER&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SUPERUSER_VISIBLE_ONLY&lt;/td&gt; 

&lt;td &gt;


BOOLEAN&lt;/td&gt; 

&lt;td &gt;










&lt;p&gt;Whether non-superusers can view all parameter settings. If true, the following columns are masked to non-superusers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;CURRENT_VALUE&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;RESTART_VALUE&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DATABASE_VALUE&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DEFAULT_VALUE&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
CHANGE_UNDER_SUPPORT_GUIDANCE&lt;/td&gt; 

&lt;td &gt;


BOOLEAN&lt;/td&gt; 

&lt;td &gt;


Whether the parameter is intended for use only under guidance from customer support.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
CHANGE_REQUIRES_RESTART&lt;/td&gt; 

&lt;td &gt;


BOOLEAN&lt;/td&gt; 

&lt;td &gt;


Whether the configuration change requires a restart.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DESCRIPTION&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Describes the parameter&#39;s usage.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;The following example shows a case where the parameter requires a restart for the new setting to take effect:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sql&#34; data-lang=&#34;sql&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;=&amp;gt;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;SELECT&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;FROM&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;CONFIGURATION_PARAMETERS&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;WHERE&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;parameter_name&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;RequireFIPS&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;RECORD&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;-----------------+----------------------
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;node_name&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                     &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;ALL&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;parameter_name&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;RequireFIPS&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;current_value&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                 &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;restart_value&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                 &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;database_value&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;default_value&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                 &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;current_level&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                 &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;DEFAULT&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;restart_level&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                 &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;DEFAULT&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;is_mismatch&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                   &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;groups&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                        &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;allowed_levels&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;DATABASE&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;superuser_visible_only&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;        &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;change_under_support_guidance&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;change_requires_restart&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;       &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;t&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;description&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                   &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;Execute&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;in&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;FIPS&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;mode&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The following example shows a case where a non-superuser is viewing a parameter with restricted visibility:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sql&#34; data-lang=&#34;sql&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;o&#34;&gt;=&amp;gt;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;err&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;c&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;VMart&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;nonSuperuser&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;You&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;are&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;now&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;connected&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;to&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;database&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;VMart&amp;#34;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;as&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;user&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;nonSuperuser&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&amp;gt;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;SELECT&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;FROM&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;CONFIGURATION_PARAMETERS&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;WHERE&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;superuser_visible_only&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;t&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;RECORD&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;-----------------+-------------------------------------------------------
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;node_name&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                     &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;ALL&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;parameter_name&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;S3BucketCredentials&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;current_value&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                 &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;********&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;restart_value&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                 &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;********&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;database_value&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;********&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;default_value&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                 &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;********&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;current_level&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                 &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;DEFAULT&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;restart_level&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                 &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;DEFAULT&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;is_mismatch&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                   &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;groups&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                        &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;allowed_levels&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;SESSION&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;DATABASE&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;superuser_visible_only&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;        &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;t&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;change_under_support_guidance&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;change_requires_restart&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;       &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;f&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;w&#34;&gt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;description&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;                   &lt;/span&gt;&lt;span class=&#34;o&#34;&gt;|&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;JSON&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;list&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;mapping&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;S3&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;buckets&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;to&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;k&#34;&gt;specific&lt;/span&gt;&lt;span class=&#34;w&#34;&gt; &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;credentials&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;w&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;see-also&#34;&gt;See also&lt;/h2&gt;
&lt;a href=&#34;../../../../en/admin/configuring-db/config-parameter-management/#&#34;&gt;Configuration parameter management&lt;/a&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: CPU_USAGE</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/cpu-usage/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/cpu-usage/</guid>
      <description>
        
        
        &lt;p&gt;Records CPU usage history on the system.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of the node that is reporting the requested information.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;START_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
TIMESTAMP&lt;/td&gt; 

&lt;td &gt;
Beginning of history interval.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;END_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
TIMESTAMP&lt;/td&gt; 

&lt;td &gt;
End of history interval.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;AVERAGE_CPU_USAGE_PERCENT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
FLOAT&lt;/td&gt; 

&lt;td &gt;
Average CPU usage in percent of total CPU time (0-100) during history interval.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;PHYSICAL_CORES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Number of physical cores used by the node.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;privileges&#34;&gt;Privileges&lt;/h2&gt;
&lt;p&gt;Superuser&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: CRITICAL_HOSTS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/critical-hosts/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/critical-hosts/</guid>
      <description>
        
        
        &lt;p&gt;Lists the critical hosts whose failure would cause the database to become unsafe and force a shutdown.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;HOST_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of a critical host&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;privileges&#34;&gt;Privileges&lt;/h2&gt;
&lt;p&gt;None&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: CRITICAL_NODES</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/critical-nodes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/critical-nodes/</guid>
      <description>
        
        
        &lt;p&gt;Lists the &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/critical-node/&#34; title=&#34;A critical node is a node whose failure would cause the database to become unsafe and force a shutdown.&#34;&gt;critical nodes&lt;/a&gt; whose failure would cause the database to become unsafe and force a shutdown.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;NODE_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Catalog-assigned integer value that uniquely identifies thenode.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of a critical node.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: CRITICAL_SUBCLUSTERS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/critical-subclusters/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/critical-subclusters/</guid>
      <description>
        
        
        &lt;p&gt;Lists the primary subclusters whose loss would cause the database to become unsafe and force it to shutdown. OpenText™ Analytics Database checks this table before stopping a subcluster to ensure it will not trigger a database shutdown. If you attempt to stop or remove a subcluster in this table, the database returns an error message. See &lt;a href=&#34;../../../../en/eon/managing-subclusters/starting-and-stopping-subclusters/#&#34;&gt;Starting and stopping subclusters&lt;/a&gt; for more information.&lt;/p&gt;
&lt;p&gt;This table only has contents when the database is in Eon Mode and when one or more subclusters are critical.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SUBCLUSTER_OID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;
Unique identifier for the subcluster.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SUBCLUSTER_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The name of the subcluster in a critical state.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT * FROM critical_subclusters;
  subcluster_oid   |  subcluster_name
-------------------+--------------------
 45035996273704996 | default_subcluster
(1 row)
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;see-also&#34;&gt;See also&lt;/h2&gt;



&lt;ul&gt;
	
	&lt;li&gt;&lt;a href=&#34;../../../../en/sql-reference/system-tables/v-catalog-schema/subclusters/&#34;&gt;SUBCLUSTERS&lt;/a&gt;&lt;/li&gt;
	
	&lt;li&gt;&lt;a href=&#34;../../../../en/sql-reference/statements/alter-statements/alter-subcluster/&#34;&gt;ALTER SUBCLUSTER&lt;/a&gt;&lt;/li&gt;
	
	&lt;li&gt;&lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/eon-functions/demote-subcluster-to-secondary/&#34;&gt;DEMOTE_SUBCLUSTER_TO_SECONDARY&lt;/a&gt;&lt;/li&gt;
	
	&lt;li&gt;&lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/eon-functions/promote-subcluster-to-primary/&#34;&gt;PROMOTE_SUBCLUSTER_TO_PRIMARY&lt;/a&gt;&lt;/li&gt;
	
	&lt;li&gt;&lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/eon-functions/shutdown-subcluster/&#34;&gt;SHUTDOWN_SUBCLUSTER&lt;/a&gt;&lt;/li&gt;
	
&lt;/ul&gt;



      </description>
    </item>
    
    <item>
      <title>Sql-Reference: CURRENT_SESSION</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/current-session/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/current-session/</guid>
      <description>
        
        
        &lt;p&gt;Returns information about the current active session. Use this table to find out the current session&#39;s &lt;code&gt;sessionID&lt;/code&gt; and get the duration of the previously-run query.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Name of the node for which information is listed&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;USER_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Name used to log into the database, NULL if the session is internal&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;CLIENT_OS_HOSTNAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


The hostname of the client as reported by their operating system.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;CLIENT_HOSTNAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;The IP address and port of the TCP socket from which the client connection was made; NULL if the session is internal.&lt;/p&gt;
&lt;p&gt;OpenText™ Analytics Database accepts either IPv4 or IPv6 connections from a client machine. If the client machine contains mappings for both IPv4 and IPv6, the server randomly chooses one IP address family to make a connection. This can cause the CLIENT_HOSTNAME column to display either IPv4 or IPv6 values, based on which address family the server chooses.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;TYPE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;INTEGER&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;






























&lt;p&gt;Identifies the session type, one of the following integer values:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;1: Client&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2: DBD&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;3: Merge out&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;4: Move out&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;5: Rebalance cluster&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;6: Recovery&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;7: Refresh&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;8: Shutdown&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;9: License audit&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;10: Timer service&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;11: Connection&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;12: VSpread&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;13: Sub-session&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;14: Repartition table&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;CLIENT_PID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;INTEGER&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Process identifier of the client process that issued this connection. This process might be on a different machine than the server.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;LOGIN_TIMESTAMP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;TIMESTAMP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


When the user logged into the database or the internal session was created. This column can help identify open sessions that are idle.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;SESSION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Identifier required to close or interrupt a session. This identifier is unique within the cluster at any point in time, but can be reused when the session closes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;CLIENT_LABEL&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


User-specified label for the client connection that can be set when using ODBC. See &lt;code&gt;Label&lt;/code&gt; in &lt;a href=&#34;../../../../en/connecting-to/client-libraries/client-drivers/install-config/odbc/creating-an-odbc-data-source-name-dsn/odbc-dsn-connection-properties/#&#34;&gt;ODBC DSN connection properties&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;TRANSACTION_START&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;TIMESTAMP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


When the current transaction started, NULL if no transaction is running&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;TRANSACTION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Hexadecimal identifier of the current transaction, NULL if no transaction is in progress&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;TRANSACTION_DESCRIPTION&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Description of the current transaction&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;STATEMENT_START&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;TIMESTAMP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


When the current statement started execution, NULL if no statement is running&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;STATEMENT_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Unique numeric ID for the currently-running statement, NULL if no statement is being processed. Combined, &lt;code&gt;TRANSACTION_ID&lt;/code&gt; and &lt;code&gt;STATEMENT_ID&lt;/code&gt; uniquely identify a statement within a session.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;LAST_STATEMENT_DURATION_US&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;INTEGER&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Duration in microseconds of the last completed statement&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;CURRENT_STATEMENT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


The currently-running statement, if any. NULL indicates that no statement is currently being processed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;LAST_STATEMENT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


NULL if the user has just logged in, otherwise the currently running statement or most recently completed statement.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;EXECUTION_ENGINE_PROFILING_CONFIGURATION&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


See &lt;a href=&#34;#ProfilingSettings&#34;&gt;Profiling Settings&lt;/a&gt; below.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;QUERY_PROFILING_CONFIGURATION&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


See &lt;a href=&#34;#ProfilingSettings&#34;&gt;Profiling Settings&lt;/a&gt; below.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;SESSION_PROFILING_CONFIGURATION&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


See &lt;a href=&#34;#ProfilingSettings&#34;&gt;Profiling Settings&lt;/a&gt; below.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;CLIENT_TYPE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;










&lt;p&gt;Type of client from which the connection was made, one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;ADO.NET Driver&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;ODBC Driver&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;JDBC Driver&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;vsql&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;CLIENT_VERSION&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Client version&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;CLIENT_OS&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Client operating system&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;CLIENT_OS_USER_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
Identifies the user that logged into the database, also set for unsuccessful login attempts.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;REQUESTED_PROTOCOL&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
Communication protocol version that the ODBC client driver sends to the database server, used to support backward compatibility with earlier server versions.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;EFFECTIVE_PROTOCOL&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;VARCHAR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
Minimum protocol version supported by client and driver.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a name=&#34;ProfilingSettings&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;profiling-settings&#34;&gt;Profiling settings&lt;/h2&gt;
&lt;p&gt;The following columns show settings for different profiling categories:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;EXECUTION_ENGINE_PROFILING_CONFIGURATION&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;QUERY_PROFILING_CONFIGURATION&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;SESSION_PROFILING_CONFIGURATION&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These can have the following values:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Empty: No profiling is set&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;Session&lt;/code&gt;: On for current session.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;Global&lt;/code&gt;: On by default for all sessions.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;gt;&lt;code&gt;Session&lt;/code&gt;, &lt;code&gt;Global&lt;/code&gt;: On by default for all sessions, including current session.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For information about controlling profiling settings, see &lt;a href=&#34;../../../../en/admin/profiling-db-performance/enabling-profiling/#&#34;&gt;Enabling profiling&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DATA_COLLECTOR</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/data-collector/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/data-collector/</guid>
      <description>
        
        
        &lt;p&gt;Shows settings for all &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/data-collector/&#34; title=&#34;A utility that collects and retains database monitoring information.&#34;&gt;Data collector&lt;/a&gt; components: their current &lt;a href=&#34;../../../../en/admin/monitoring/data-collector-utility/configuring-data-retention-policies/&#34;&gt;retention policy properties&lt;/a&gt; and other data collection statistics.&lt;/p&gt;
&lt;p&gt;Data Collector is on by default. To turn it off, set configuration parameter EnableDataCollector to 0.&lt;/p&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NODE_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Node name on which data is stored.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
COMPONENT&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the component.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
TABLE_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


The data collector table name for which information is listed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DESCRIPTION&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Short description about the component.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ACCESS_RESTRICTED&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;
Indicates whether access to the table is restricted to the DBADMIN, PSEUDOSUPERUSER, or SYSMONITOR roles.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
MEMORY_BUFFER_SIZE_KB&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Specifies in kilobytes the maximum amount of data that is buffered in memory before moving it to disk. You can modify this value with &lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/data-collector-functions/set-data-collector-policy/#&#34;&gt;SET_DATA_COLLECTOR_POLICY&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DISK_SIZE_KB&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Specifies in kilobytes the maximum disk space allocated for this component&#39;s Data Collector table. If set to 0, the Data Collector retains only as much component data as it can buffer in memory, as specified by MEMORY_BUFFER_SIZE_KB. You can modify this value with &lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/data-collector-functions/set-data-collector-policy/#&#34;&gt;SET_DATA_COLLECTOR_POLICY&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
INTERVAL_SET&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;


Boolean, specifies whether time-based retention is enabled (INTERVAL_TIME is ≥ 0).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
INTERVAL_TIME&lt;/td&gt; 

&lt;td &gt;
INTERVAL&lt;/td&gt; 

&lt;td &gt;











&lt;p&gt;&lt;a href=&#34;../../../../en/sql-reference/data-types/datetime-data-types/interval/#&#34;&gt;INTERVAL&lt;/a&gt; data type that specifies how long data of a given component is retained in that component&#39;s Data Collector table. You can modify this value with &lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/data-collector-functions/set-data-collector-policy/#&#34;&gt;SET_DATA_COLLECTOR_POLICY&lt;/a&gt; or &lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/data-collector-functions/set-data-collector-time-policy/#&#34;&gt;SET_DATA_COLLECTOR_TIME_POLICY&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For example, if you specify component TupleMoverEvents and set interval-time to an interval of two days (&lt;code&gt;&#39;2 days&#39;::interval&lt;/code&gt;), the Data Collector table &lt;code&gt;dc_tuple_mover_events&lt;/code&gt; retains records of Tuple Mover activity over the last 48 hours. Older Tuple Mover data are automatically dropped from this table.&lt;/p&gt;
&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;
&lt;p&gt;Setting a component&#39;s policy&#39;s interval_time property has no effect on how much data storage the Data Collector retains on disk for that component. Maximum disk storage capacity is determined by the disk_size_kb property. Setting the interval_time property only affects how long data is retained by the component&#39;s Data Collector table. For details, see &lt;a href=&#34;../../../../en/admin/monitoring/data-collector-utility/configuring-data-retention-policies/#&#34;&gt;Configuring data retention policies&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
RECORD_TOO_BIG_ERRORS&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Integer that increments by one each time an error is thrown because data did not fit in memory (based on the data collector retention policy).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
LOST_BUFFERS&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Number of buffers lost.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
LOST_RECORDS&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Number of records lost.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
RETIRED_FILES&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Number of retired files.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
RETIRED_RECORDS&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Number of retired records.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
CURRENT_MEMORY_RECORDS&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


The current number of rows in memory.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
CURRENT_DISK_RECORDS&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


The current number of rows stored on disk.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
CURRENT_MEMORY_BYTES&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Total current memory used in kilobytes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
CURRENT_DISK_BYTES&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Total current disk space used in kilobytes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
FIRST_TIME&lt;/td&gt; 

&lt;td &gt;
TIMESTAMP&lt;/td&gt; 

&lt;td &gt;


Timestamp of the first record.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
LAST_TIME&lt;/td&gt; 

&lt;td &gt;
TIMESTAMP&lt;/td&gt; 

&lt;td &gt;


Timestamp of the last record&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
KB_PER_DAY&lt;/td&gt; 

&lt;td &gt;
FLOAT&lt;/td&gt; 

&lt;td &gt;


Total kilobytes used per day.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;Get the current status of resource pools:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT * FROM data_collector WHERE component = &amp;#39;ResourcePoolStatus&amp;#39; ORDER BY node_name;
-[ RECORD 1 ]----------+---------------------------------
node_name              | v_vmart_node0001
component              | ResourcePoolStatus
table_name             | dc_resource_pool_status
description            | Resource Pool status information
access_restricted      | t
memory_buffer_size_kb  | 64
disk_size_kb           | 25600
interval_set           | f
interval_time          | 0
record_too_big_errors  | 0
lost_buffers           | 0
lost_records           | 0
retired_files          | 385
retired_records        | 3492335
current_memory_records | 0
current_disk_records   | 30365
current_memory_bytes   | 0
current_disk_bytes     | 21936993
first_time             | 2020-08-14 11:03:28.007894-04
last_time              | 2020-08-14 11:59:41.005675-04
kb_per_day             | 548726.098227313
-[ RECORD 2 ]----------+---------------------------------
node_name              | v_vmart_node0002
component              | ResourcePoolStatus
table_name             | dc_resource_pool_status
description            | Resource Pool status information
access_restricted      | t
memory_buffer_size_kb  | 64
disk_size_kb           | 25600
interval_set           | f
interval_time          | 0
record_too_big_errors  | 0
lost_buffers           | 0
lost_records           | 0
retired_files          | 385
retired_records        | 3492335
current_memory_records | 0
current_disk_records   | 28346
current_memory_bytes   | 0
current_disk_bytes     | 20478345
first_time             | 2020-08-14 11:07:12.006484-04
last_time              | 2020-08-14 11:59:41.004825-04
kb_per_day             | 548675.811828872
-[ RECORD 3 ]----------+---------------------------------
node_name              | v_vmart_node0003
component              | ResourcePoolStatus
table_name             | dc_resource_pool_status
description            | Resource Pool status information
access_restricted      | t
memory_buffer_size_kb  | 64
disk_size_kb           | 25600
interval_set           | f
interval_time          | 0
record_too_big_errors  | 0
lost_buffers           | 0
lost_records           | 0
retired_files          | 385
retired_records        | 3492335
current_memory_records | 0
current_disk_records   | 28337
current_memory_bytes   | 0
current_disk_bytes     | 20471843
first_time             | 2020-08-14 11:07:13.008246-04
last_time              | 2020-08-14 11:59:41.006729-04
kb_per_day             | 548675.63541403
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;see-also&#34;&gt;See also&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/admin/monitoring/data-collector-utility/configuring-data-retention-policies/#&#34;&gt;Configuring data retention policies&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/admin/monitoring/data-collector-utility/#&#34;&gt;Data Collector utility&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DATA_LOADER_EVENTS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/data-loader-events/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/data-loader-events/</guid>
      <description>
        
        
        &lt;p&gt;Lists load events from all &lt;a href=&#34;../../../../en/sql-reference/system-tables/v-catalog-schema/data-loaders/&#34;&gt;data loaders&lt;/a&gt;, including the file path, whether the load succeeded, and how many times it has been retried. You must own or have any privilege (EXECUTE, ALTER, or DROP) on a data loader to see its events in this table.&lt;/p&gt;
&lt;p&gt;To prevent unbounded growth, records in this table are purged periodically.  You can set the purge frequency for individual data loaders when creating or altering the loader.  See &lt;a href=&#34;../../../../en/sql-reference/statements/create-statements/create-data-loader/#&#34;&gt;CREATE DATA LOADER&lt;/a&gt; and &lt;a href=&#34;../../../../en/sql-reference/statements/alter-statements/alter-data-loader/#&#34;&gt;ALTER DATA LOADER&lt;/a&gt;. The default is 14 days.&lt;/p&gt;
&lt;p&gt;For SQS errors that precede data load, such as authorization errors or malformed SQS events, see &lt;a href=&#34;../../../../en/sql-reference/system-tables/v-monitor-schema/sqs-listener-error-history/#&#34;&gt;SQS_LISTENER_ERROR_HISTORY&lt;/a&gt;.&lt;/p&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Column Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DATA_LOADER_NAMESPACE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
For Eon Mode databases, &lt;a href=&#34;../../../../en/architecture/eon-concepts/shards-and-subscriptions/&#34;&gt;namespace&lt;/a&gt; of the data loader that performed this load.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DATA_LOADER_SCHEMA&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;



&lt;p&gt;Schema for the data loader that performed this load.&lt;/p&gt;
&lt;p&gt;If the schema belongs to a non-default namespace in an Eon Mode database, the schema name is front-qualified with the name of the schema&#39;s namespace. For example, &lt;code&gt;n1.s&lt;/code&gt; refers to schema &lt;code&gt;s&lt;/code&gt; in namespace &lt;code&gt;n1&lt;/code&gt;.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DATA_LOADER_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of the data loader that performed this load.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;TIME_STAMP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
TIMESTAMPTZ&lt;/td&gt; 

&lt;td &gt;
Time when OpenText™ Analytics Database recorded the event.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;FILE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Path that was loaded (or attempted).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;TRANSACTION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Unique identifier for the transaction in which the load occurred.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;LOAD_STATUS&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;OK&lt;/code&gt; if the load succeeded or &lt;code&gt;FAIL&lt;/code&gt; if it did not.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;ROWS_LOADED&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
If a single file was loaded, the number of rows. If more than one file was loaded in a single batch, this value is null. For batch loads, &lt;code&gt;FILE_SIZE_BYTES&lt;/code&gt; can be helpful in place of row counts.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;FAILURE_REASON&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
If the load failed, an explanatory message.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;RETRY_ATTEMPT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
0 if this was the first attempt to load the file, otherwise the number of retries including this one.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;FILE_SIZE_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
File size in bytes when the data loader was executed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;BATCH_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Identifier, unique within the transaction, for the batch this file was part of. If a file was loaded individually, this value is null.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;KAFKA_TOPIC_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The name of the Kafka topic from wich the data is loaded.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;KAFKA_PARTITION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
The partition in the Kafka topic.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;KAFKA_LATEST_OFFSET&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
The offset where the load ends the last.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;KAFKA_LOADER_TARGET&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The target table to which the Kafka data is loaded.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;


      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DATA_READS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/data-reads/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/data-reads/</guid>
      <description>
        
        
        &lt;p&gt;Eon Mode only&lt;/p&gt;

&lt;p&gt;Lists each storage location that a query reads in Eon Mode. If the query fetches data from multiple locations, this table provides a row for each location per node that read data. For example, a query might run on three nodes and fetch data from the depot and communal storage. In this case, the table displays six rows for the query: three rows for each node&#39;s depot read, and three for each node&#39;s communal storage read.

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

This table is only populated in Eon Mode.

&lt;/div&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Column Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;START_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
TIMESTAMP&lt;/td&gt; 

&lt;td &gt;
When OpenText™ Analytics Database started reading data from the location.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of the node that fetched the data&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;SESSION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;



Unique numeric ID assigned by the Vertica catalog, which identifies the session for which profiling information is captured. This identifier is unique within the cluster at any point in time but can be reused when the session closes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;USER_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INT&lt;/td&gt; 

&lt;td &gt;



Unique numeric ID assigned by the Vertica catalog, which identifies the user.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;USER_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of the user running the query.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;TRANSACTION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INT&lt;/td&gt; 

&lt;td &gt;



Identifier for the transaction within the session, if any. If a session is active but no transaction has begun, TRANSACTION_ID returns NULL.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;STATEMENT_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INT&lt;/td&gt; 

&lt;td &gt;



Unique numeric ID for the statement that read the data. NULL indicates that no statement is currently being processed. The combination of TRANSACTION_ID and STATEMENT_ID uniquely identifies a statement within a session; these columns are useful for creating joins with other system tables.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;REQUEST_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INT&lt;/td&gt; 

&lt;td &gt;
ID of the data request.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;LOCATION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INT&lt;/td&gt; 

&lt;td &gt;
ID of the storage location read.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;LOCATION_PATH&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Path of the storage container read by the query.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;BYTES_READ&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INT&lt;/td&gt; 

&lt;td &gt;
Number of bytes read by the query from this location.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT * FROM V_MONITOR.DATA_READS WHERE TRANSACTION_ID = 45035996273707457;
-[ RECORD 1 ]--+---------------------------------------------------
start_time     | 2019-02-13 19:43:43.840836+00
node_name      | v_verticadb_node0001
session_id     | v_verticadb_node0001-11828:0x6f3
user_id        | 45035996273704962
user_name      | dbadmin
transaction_id | 45035996273707457
statement_id   | 1
request_id     | 230
location_id    | 45035996273835000
location_path  | /vertica/data/verticadb/v_verticadb_node0001_depot
bytes_read     | 329460142
-[ RECORD 2 ]--+---------------------------------------------------
start_time     | 2019-02-13 19:43:43.8421+00
node_name      | v_verticadb_node0002
session_id     | v_verticadb_node0001-11828:0x6f3
user_id        | 45035996273704962
user_name      | dbadmin
transaction_id | 45035996273707457
statement_id   | 1
request_id     | 0
location_id    | 45035996273835002
location_path  | /vertica/data/verticadb/v_verticadb_node0002_depot
bytes_read     | 329473033
-[ RECORD 3 ]--+---------------------------------------------------
start_time     | 2019-02-13 19:43:43.841845+00
node_name      | v_verticadb_node0003
session_id     | v_verticadb_node0001-11828:0x6f3
user_id        | 45035996273704962
user_name      | dbadmin
transaction_id | 45035996273707457
statement_id   | 1
request_id     | 0
location_id    | 45035996273835004
location_path  | /vertica/data/verticadb/v_verticadb_node0003_depot
bytes_read     | 329677294
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DATABASE_BACKUPS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/db-backups/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/db-backups/</guid>
      <description>
        
        
        &lt;p&gt;Lists historical information for each backup that successfully completed after running the &lt;code&gt;vbr&lt;/code&gt; utility. This information is useful for determining whether to create a new backup before you advance the &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/ancient-history-mark-ahm/&#34; title=&#34;Also known as AHM, the ancient history mark is the oldest epoch whose data is accessible to historical queries.&#34;&gt;AHM&lt;/a&gt;. Because this system table displays historical information, its contents do not always reflect the current state of a backup repository. For example, if you delete a backup from a repository, the DATABASE_BACKUPS system table continues to display information about it.&lt;/p&gt;
&lt;p&gt;To list existing backups, run &lt;code&gt;vbr&lt;/code&gt; as described in &lt;a href=&#34;../../../../en/admin/backup-and-restore/managing-backups/viewing-backups/#&#34;&gt;Viewing backups&lt;/a&gt;.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;BACKUP_TIMESTAMP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


TIMESTAMP&lt;/td&gt; 

&lt;td &gt;


The timestamp of the backup.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the initiator node that performed the backup.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;SNAPSHOT_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the backup, as specified in the &lt;code&gt;snapshotName&lt;/code&gt; parameter of the &lt;code&gt;vbr&lt;/code&gt; configuration file.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;BACKUP_EPOCH&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The database epoch at which the backup was saved.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;NODE_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The number of nodes backed up in the completed backup, and as listed in the &lt;code&gt;[Mapping&lt;/code&gt;&lt;em&gt;n&lt;/em&gt;&lt;code&gt;]&lt;/code&gt; sections of the configuration file.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;OBJECTS&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the object(s) contained in an object-level backup. This column is empty if the record is for a full cluster backup.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;FILE_SYSTEM_TYPE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The type of file system, such as Linux.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;privileges&#34;&gt;Privileges&lt;/h2&gt;
&lt;p&gt;Superuser&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DATABASE_CONNECTIONS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/db-connections/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/db-connections/</guid>
      <description>
        
        
        &lt;p&gt;Lists the connections to other databases for importing and exporting data. See &lt;a href=&#34;../../../../en/data-export/db-export-and-import/&#34;&gt;Moving Data Between Databases&lt;/a&gt;.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DATABASE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the connected database&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;USERNAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The username used to create the connection&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;HOST&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The host name used to create the connection&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;PORT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The port number used to create the connection&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;ISVALID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


BOOLEAN&lt;/td&gt; 

&lt;td &gt;


Whether the connection is still open and usable or not&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; CONNECT TO VERTICA vmart USER dbadmin PASSWORD &amp;#39;&amp;#39; ON &amp;#39;10.10.20.150&amp;#39;,5433;
CONNECT
=&amp;gt; SELECT * FROM DATABASE_CONNECTIONS;
 database | username |     host     | port | isvalid
----------+----------+--------------+------+---------
 vmart    | dbadmin  | 10.10.20.150 | 5433 | t
(1 row)
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DATABASE_MIGRATION_STATUS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/db-migration-status/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/db-migration-status/</guid>
      <description>
        
        
        &lt;p&gt;Provides real-time and historical data on &lt;a href=&#34;../../../../en/eon/migrating-an-enterprise-db-to-eon/&#34;&gt;Enterprise-to-Eon database migration&lt;/a&gt; attempts.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NODE_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of a node in the source Enterprise database.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
TRANSACTION_ID&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Hexadecimal identifier of the migration process transaction.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
PHASE&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
















&lt;p&gt;A stage of database migration on a given node, one of the following, listed in order of execution:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Catalog Conversion: Conversion of enterprise-mode catalog to Eon-compatible catalog.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;
&lt;p&gt;No data is transferred during this phase, so BYTES_TO_TRANSFER and BYTES_TRANSFERED are always set to 0.&lt;/p&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Data Transfer: Transfer of data files and library files to communal storage&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Catalog Transfer: Includes transfer of checkpoint and transaction log files.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
STATUS&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;










&lt;p&gt;Specifies status of a given phase, one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;RUNNING&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;COMPLETED&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;ABORT&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;ABORT indicates a given migration phase was unable to complete—for example, the client disconnected, or a network outage occurred—and the migration returned with an error. In this case, call &lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/eon-functions/migrate-enterprise-to-eon/#&#34;&gt;MIGRATE_ENTERPRISE_TO_EON&lt;/a&gt; again to restart migration. For details, see &lt;a href=&#34;../../../../en/eon/migrating-an-enterprise-db-to-eon/#Handling&#34;&gt;Handling Interrupted Migration&lt;/a&gt;.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
BYTES_TO_TRANSFER&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;For each migration phase, the size of data to transfer to communal storage, set when phase status is RUNNING:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Catalog Conversion: 0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Data Transfer: Size of data files and library files&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Catalog Transfer: Size of transaction logs&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
BYTES_TRANSFERRED&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;








&lt;p&gt;For each migration phase, the size of data transfered to communal storage. This value is updated while phase status is RUNNING, and set to the total number of bytes transferred when status is COMPLETED:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Catalog Conversion: 0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Data Transfer: Size of data files and library files&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Catalog Transfer: Size of transaction logs&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
COMMUNAL_STORAGE_LOCATION&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
URL of targeted communal storage location&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
START_TIME&lt;br /&gt;&lt;/td&gt; 

&lt;td  rowspan=&#34;2&#34; &gt;
TIMESTAMP&lt;/td&gt; 

&lt;td  rowspan=&#34;2&#34; &gt;
Demarcate the start and end of each PHASE-specified migration operation.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
END_TIME&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;privileges&#34;&gt;Privileges&lt;/h2&gt;
&lt;p&gt;Superuser&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;The following example shows data of a migration that is in progress:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT node_name, phase, status, bytes_to_transfer, bytes_transferred, communal_storage_location FROM database_migration_status ORDER BY node_name, start_time;
     node_name    |       phase        |  status   | bytes_to_transfer | bytes_transferred | communal_storage_location
------------------+--------------------+-----------+-------------------+------------------+---------------------------
 v_vmart_node0001 | Catalog Conversion | COMPLETED |                 0 |                0 | s3://verticadbbucket/
 v_vmart_node0001 | Data Transfer      | COMPLETED |              1134 |             1134 | s3://verticadbbucket/
 v_vmart_node0001 | Catalog Transfer   | COMPLETED |              3765 |             3765 | s3://verticadbbucket/
 v_vmart_node0002 | Catalog Conversion | COMPLETED |                 0 |                0 | s3://verticadbbucket/
 v_vmart_node0002 | Data Transfer      | COMPLETED |              1140 |             1140 | s3://verticadbbucket/
 v_vmart_node0002 | Catalog Transfer   | COMPLETED |              3766 |             3766 | s3://verticadbbucket/
 v_vmart_node0003 | Catalog Conversion | COMPLETED |                 0 |                0 | s3://verticadbbucket/
 v_vmart_node0003 | Data Transfer      | RUNNING   |           5272616 |           183955 | s3://verticadbbucket/
&lt;/code&gt;&lt;/pre&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DELETE_VECTORS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/delete-vectors/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/delete-vectors/</guid>
      <description>
        
        
        &lt;p&gt;Holds information on deleted rows to speed up the delete process.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NODE_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the node storing the deleted rows.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NAMESPACE_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


For Eon Mode databases, &lt;a href=&#34;../../../../en/architecture/eon-concepts/shards-and-subscriptions/&#34;&gt;namespace&lt;/a&gt; where the deleted rows are located.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SCHEMA_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;The name of the schema where the deleted rows are located.&lt;/p&gt;
&lt;p&gt;If the schema belongs to a non-default namespace in an Eon Mode database, the schema name is front-qualified with the name of the schema&#39;s namespace. For example, &lt;code&gt;n1.s&lt;/code&gt; refers to schema &lt;code&gt;s&lt;/code&gt; in namespace &lt;code&gt;n1&lt;/code&gt;.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
PROJECTION_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the projection where the deleted rows are located.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DV_OID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The unique numeric ID (OID) that identifies this delete vector.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
STORAGE_OID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The unique numeric ID (OID) that identifies the storage container that holds the delete vector.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SAL_STORAGE_ID&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;



Unique hexadecimal numeric ID assigned by the Vertica catalog, which identifies the storage.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DELETED_ROW_COUNT&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The number of rows deleted.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
USED_BYTES&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The number of bytes used to store the deletion.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
START_EPOCH&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The start epoch of the data in the delete vector.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
END_EPOCH&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The end epoch of the data in the delete vector.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;After you delete data from a OpenText™ Analytics Database table, that data is marked for deletion. To see the data that is marked for deletion, query the DELETE_VECTORS system table.&lt;/p&gt;
&lt;p&gt;Run PURGE to remove the delete vectors from ROS containers.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT * FROM test1;
 number
--------
      3
     12
     33
     87
     43
     99
(6 rows)
=&amp;gt; DELETE FROM test1 WHERE number &amp;gt; 50;
 OUTPUT
--------
      2
(1 row)
=&amp;gt; SELECT * FROM test1;
 number
--------
     43
      3
     12
     33
(4 rows)
=&amp;gt; SELECT node_name, projection_name, deleted_row_count FROM DELETE_VECTORS;
    node_name     | projection_name | deleted_row_count
------------------+-----------------+-------------------
 v_vmart_node0002 | test1_b1        |                 1
 v_vmart_node0001 | test1_b1        |                 1
 v_vmart_node0001 | test1_b0        |                 1
 v_vmart_node0003 | test1_b0        |                 1
(4 rows)
=&amp;gt; SELECT PURGE();
...
(Table: public.test1) (Projection: public.test1_b0)
(Table: public.test1) (Projection: public.test1_b1)
...
(4 rows)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;After the ancient history mark (AHM) advances:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT * FROM DELETE_VECTORS;
 (No rows)
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;see-also&#34;&gt;See also&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/partition-functions/purge-partition/#&#34;&gt;PURGE_PARTITION&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/projection-functions/purge-projection/#&#34;&gt;PURGE_PROJECTION&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/table-functions/purge-table/#&#34;&gt;PURGE_TABLE&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/admin/working-with-native-tables/removing-table-data/purging-deleted-data/#&#34;&gt;Purging deleted data&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DEPLOY_STATUS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/deploy-status/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/deploy-status/</guid>
      <description>
        
        
        &lt;p&gt;Records the history of deployed Database Designer designs and their deployment steps.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


TIMESTAMP&lt;/td&gt; 

&lt;td &gt;


Time when the row recorded the event.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;USER_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the user who deployed a design at the time OpenText™ Analytics Database recorded the session.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;DEPLOY_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name the deployment, same as the user-specified design name.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;DEPLOY_STEP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Steps in the design deployment.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;DEPLOY_STEP_STATUS&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Textual status description of the current step in the deploy process.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;DEPLOY_STEP_COMPLETE_PERCENT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


FLOAT&lt;/td&gt; 

&lt;td &gt;


Progress of current step in percentage (0–100).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;DEPLOY_COMPLETE_PERCENT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


FLOAT&lt;/td&gt; 

&lt;td &gt;


Progress of overall deployment in percentage (0–100).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;ERROR_MESSAGE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Error or warning message during deployment.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;privileges&#34;&gt;Privileges&lt;/h2&gt;
&lt;p&gt;Non-superuser: No explicit privileges required. You only see records for tables that you have privileges to view.&lt;/p&gt;


      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DEPLOYMENT_PROJECTION_STATEMENTS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/deployment-projection-statements/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/deployment-projection-statements/</guid>
      <description>
        
        
        &lt;p&gt;Contains information about 
&lt;code&gt;&lt;a href=&#34;../../../../en/sql-reference/statements/create-statements/create-projection/#&#34;&gt;CREATE PROJECTION&lt;/a&gt;&lt;/code&gt; statements used to deploy a database design. Each row contains information about a different &lt;code&gt;CREATE PROJECTION&lt;/code&gt; statement. The function 
&lt;code&gt;&lt;a href=&#34;../../../../en/sql-reference/functions/db-designer-functions/designer-run-populate-design-and-deploy/#&#34;&gt;DESIGNER_RUN_POPULATE_DESIGN_AND_DEPLOY&lt;/a&gt;&lt;/code&gt; populates this table.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Column Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DEPLOYMENT_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Unique ID that Database Designer assigned to the deployment.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Unique name that the user assigned to the design.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DEPLOYMENT_PROJECTION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Unique ID assigned to the output projection by Database Designer.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;STATEMENT_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Unique ID assigned to the statement type that creates the projection.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;STATEMENT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Text for the statement that creates the projection.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DEPLOYMENT_PROJECTIONS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/deployment-projections/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/deployment-projections/</guid>
      <description>
        
        
        &lt;p&gt;Contains information about projections created and dropped during the design. Each row contains information about a different projection. Database Designer populates this table after the design is deployed.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Column Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;deployment_id&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Unique ID that Database Designer assigned to the deployment.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;deployment_projection_id&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Unique ID that Database Designer assigned to the output projection.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;design_name&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of the design being deployed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;deployment_projection_name&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name that Database Designer assigned to the projection.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;anchor_table_schema&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Name of the schema that contains the table the projection is based on.&lt;/p&gt;
&lt;p&gt;If the schema belongs to a non-default namespace in an Eon Mode database, the schema name is front-qualified with the name of the schema&#39;s namespace. For example, &lt;code&gt;n1.s&lt;/code&gt; refers to schema &lt;code&gt;s&lt;/code&gt; in namespace &lt;code&gt;n1&lt;/code&gt;.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;anchor_table_name&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the table the projection is based on.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;deployment_operation&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Action being taken on the projection, for example, add or drop.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;deployment_projection_type&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;










&lt;p&gt;Indicates whether Database Designer has proposed new projections for this design (DBD) or is using the existing catalog design (CATALOG). The REENCODED suffix indicates that the projection sort order and segmentation are the same, but the projection columns have new encodings:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;DBD&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;CATALOG&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DBD_REENCODED&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;CATALOG_REENCODED&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;deploy_weight&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Weight of this projection in creating the design. This field is always 0 for projections that have been dropped.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;estimated_size_on_disk&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Approximate size of the projection on disk, in MB.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DEPOT_EVICTIONS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/depot-evictions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/depot-evictions/</guid>
      <description>
        
        
        &lt;p&gt;Eon Mode only&lt;/p&gt;

&lt;p&gt;Records data on &lt;a href=&#34;../../../../en/eon/depot-management/managing-depot-caching/#Evicting&#34;&gt;eviction&lt;/a&gt; of objects from the depot.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
START_TIME&lt;/td&gt; 

&lt;td  rowspan=&#34;2&#34; &gt;


TIMESTAMP&lt;/td&gt; 

&lt;td  rowspan=&#34;2&#34; &gt;


Demarcate the start and end of each depot eviction operation.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
END_TIME&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NODE_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of a node where the eviction occurred.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SESSION_ID&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;



Unique numeric ID assigned by the Vertica catalog, which identifies the session for which profiling information is captured. This identifier is unique within the cluster at any point in time but can be reused when the session closes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
USER_ID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;



Unique numeric ID assigned by the Vertica catalog, which identifies the user.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
USER_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The user who made changes to the depot.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
TRANSACTION_ID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;



Identifier for the transaction within the session, if any. If a session is active but no transaction has begun, TRANSACTION_ID returns NULL.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
STATEMENT_ID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Unique numeric ID for the statement that caused the eviction. NULL indicates that no statement is currently being processed. The combination of TRANSACTION_ID and STATEMENT_ID uniquely identifies a statement within a session; these columns are useful for creating joins with other system tables.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
REQUEST_ID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Unique identifier of the query request in the user session.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
STORAGE_ID&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;



Unique hexadecimal numeric ID assigned by the Vertica catalog, which identifies the storage.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
STORAGE_OID&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;



Numeric ID assigned by the Vertica catalog, which identifies the storage.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
FILE_SIZE_BYTES&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;
The size of the file in bytes that was evicted.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NUMBER_HITS&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;
The number of times the file was accessed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
LAST_ACCESS_TIME&lt;/td&gt; 

&lt;td &gt;


TIMESTAMP&lt;/td&gt; 

&lt;td &gt;
The last time the file was read.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
REASON&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;




















&lt;p&gt;The reason the file was evicted, one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;CLEAR DEPOT&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DEPOT FILL AT STARTUP&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DEPOT SIZE CHANGE&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DROP OBJECT&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DROP SUBSCRIPTION&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;EVICTION DUE TO NEW&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;LOAD&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;PEER TO PEER FILL&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;QUERY&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
IS_PINNED&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;
Whether the object has a &lt;a href=&#34;../../../../en/eon/depot-management/managing-depot-caching/#Pinning&#34;&gt;pinning policy&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
IS_ANTI_PINNED&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;
Whether the object has an &lt;a href=&#34;../../../../en/eon/depot-management/managing-depot-caching/#AntiPinning&#34;&gt;anti-pinning policy&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT * FROM V_MONITOR.DEPOT_EVICTIONS LIMIT 2;
-[ RECORD 1 ]----+-------------------------------------------------
start_time       | 2019-02-20 15:32:26.765937+00
end_time         | 2019-02-20 15:32:26.766019+00
node_name        | v_verticadb_node0001
session_id       | v_verticadb_node0001-8997:0x3e
user_id          | 45035996273704962
user_name        | dbadmin
transaction_id   | 45035996273705450
statement_id     | 1
request_id       | 406
storage_id       | 0000000000000000000000000000000000a000000001fbf6
storage_oid      | 45035996273842065
file_size_bytes  | 61
number_hits      | 1
last_access_time | 2019-02-20 15:32:26.668094+00
reason           | DROP OBJECT
is_pinned        | f
-[ RECORD 2 ]----+-------------------------------------------------
start_time       | 2019-02-20 15:32:26.812803+00
end_time         | 2019-02-20 15:32:26.812866+00
node_name        | v_verticadb_node0001
session_id       | v_verticadb_node0001-8997:0x3e
user_id          | 45035996273704962
user_name        | dbadmin
transaction_id   | 45035996273705453
statement_id     | 1
request_id       | 409
storage_id       | 0000000000000000000000000000000000a000000001fbf6
storage_oid      | 45035996273842079
file_size_bytes  | 91
number_hits      | 1
last_access_time | 2019-02-20 15:32:26.770807+00
reason           | DROP OBJECT
is_pinned        | f
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DEPOT_FETCH_QUEUE</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/depot-fetch-queue/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/depot-fetch-queue/</guid>
      <description>
        
        
        &lt;p&gt;Eon Mode only&lt;/p&gt;

&lt;p&gt;Lists all pending depot requests for queried file data to fetch from communal storage.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NODE_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of the node that requested the fetch.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SAL_STORAGE_ID&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;



Unique hexadecimal numeric ID assigned by the Vertica catalog, which identifies the storage.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
TRANSACTION_ID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Identifies the transaction that contains the fetch-triggering query.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SOURCE_FILE_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
Full path in communal storage of the file to fetch.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DESTINATION_FILE_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
Destination path of the file to fetch.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; \x
Expanded display is on.
=&amp;gt; SELECT * FROM depot_fetch_queue;
-[ RECORD 1 ]----------+-------------------------------------------------------------
node_name              | v_example_db_node0002
sal_storage_id         | 029b6fac864e1982531dcde47d00edc500d000000001d5e7
transaction_id         | 45035996273705983
source_file_name       | s3://mydata/mydb/14a/029b6fac864e1982531dcde47d00edc500d000
                              000001d5e7_0.gt
destination_file_name  | /vertica/example_db/v_example_db_node0002_depot/747/029b6fac
                              864e1982531dcde47d00edc500d000000001d5eb_0.gt
-[ RECORD 2 ]----------+-------------------------------------------------------------
node_name              | v_example_db_node0003
sal_storage_id         | 026635d69719c45e8d2d86f5a4d62c7b00b000000001d5e7
transaction_id         | 45035996273705983
source_file_name       | s3://mydata/mydb/4a5/029b6fac864e1982531dcde47d00edc500d0000
                              00001d5eb_0.gt
destination_file_name  | /vertica/example_db/v_example_db_node0002_depot/751/026635d6
                              9719c45e8d2d86f5a4d62c7b00b000000001d5e7_0.gt
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DEPOT_FETCHES</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/depot-fetches/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/depot-fetches/</guid>
      <description>
        
        
        &lt;p&gt;Eon Mode only&lt;/p&gt;

&lt;p&gt;Records data of depot fetch requests.

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

OpenText™ Analytics Database reports all fetches to this table, including failed fetch attempts and their causes.

&lt;/div&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
START_TIME&lt;/td&gt; 

&lt;td  rowspan=&#34;2&#34; &gt;


TIMESTAMP&lt;/td&gt; 

&lt;td  rowspan=&#34;2&#34; &gt;


Demarcate the start and end of each depot fetch operation.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
END_TIME&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NODE_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Identifies the node that initiated fetch request.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
TRANSACTION_ID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Uniquely identifies the transaction of the query that required the fetched file.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
STORAGE_ID&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
Unique hexadecimal numeric ID assigned by the database catalog to identify the storage.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
STORAGE_OID&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;



Numeric ID assigned by the Vertica catalog, which identifies the storage.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
FILE_SIZE_BYTES&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;
Fetch size in bytes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SOURCE_FILE&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
Source file path used, set to null if the file was fetched from a peer.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DESTINATION_FILE&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
Destination file path&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SOURCE_NODE&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;Source node from which the file was fetched, set to one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Name of the source node if file was fetched from a peer&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Null if file was fetched from communal storage&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
IS_SUCCESSFUL&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;
Boolean, specifies whether this fetch succeeded.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
REASON&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Reason why the fetch failed, null if IS_SUCCESSFUL is true.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; \x
Expanded display is on.

=&amp;gt; SELECT * FROM DEPOT_FETCHES LIMIT 2;
-[ RECORD 1 ]----+-------------------------------------------------------------
start_time       | 2019-08-30 15:16:15.125962+00
end_time         | 2019-08-30 15:16:15.126791+00
node_name        | v_verticadb_node0001
transaction_id   | 45035996273706225
storage_id       | 0239ef74126e70db410b301610f1e5b500b0000000020d65
storage_oid      | 45035996273842065
file_size_bytes  | 53033
source_file      |
destination_file | /vertica/data/verticadb/v_verticadb_node0001_depot/957/0239e
                     f74126e70db410b301610f1e5b500b0000000020d65_0.gt
source_node      | v_verticadb_node0002
is_successful    | t
reason           |
-[ RECORD 2 ]----+-------------------------------------------------------------
start_time       | 2019-08-30 15:16:15.285208+00
end_time         | 2019-08-30 15:16:15.285949+00
node_name        | v_verticadb_node0001
transaction_id   | 45035996273706234
storage_id       | 0239ef74126e70db410b301610f1e5b500b0000000020dc7
storage_oid      | 45035996273842075
file_size_bytes  | 69640
source_file      |
destination_file | /vertica/data/verticadb/v_verticadb_node0001_depot/055/0239e
                     f74126e70db410b301610f1e5b500b0000000020dc7_0.gt
source_node      | v_verticadb_node0002
is_successful    | t
reason           |

=&amp;gt; select node_name,transaction_id,storage_id,is_successful,reason FROM
   depot_fetches WHERE is_successful = &amp;#39;f&amp;#39; LIMIT 3;
-[ RECORD 1 ]--+-------------------------------------------------
node_name      | v_verticadb_node0001
transaction_id | 45035996273721070
storage_id     | 0289281ac4c1f6580b95096fab25290800b0000000027d09
is_successful  | f
reason         | Could not create space in the depot
-[ RECORD 2 ]--+-------------------------------------------------
node_name      | v_verticadb_node0001
transaction_id | 45035996273721070
storage_id     | 0289281ac4c1f6580b95096fab25290800b0000000027d15
is_successful  | f
reason         | Could not create space in the depot
-[ RECORD 3 ]--+-------------------------------------------------
node_name      | v_verticadb_node0002
transaction_id | 45035996273721070
storage_id     | 02693f1c68266e38461084a840ee42aa00c0000000027d09
is_successful  | f
reason         | Could not create space in the depot
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DEPOT_FILES</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/depot-files/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/depot-files/</guid>
      <description>
        
        
        &lt;p&gt;Eon Mode only&lt;/p&gt;

&lt;p&gt;Lists objects that are currently cached in the database depots.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NODE_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of the depot node.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SAL_STORAGE_ID&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;



Unique hexadecimal numeric ID assigned by the Vertica catalog, which identifies the storage.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
STORAGE_OID&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;



Numeric ID assigned by the Vertica catalog, which identifies the storage.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
COMMUNAL_FILE_PATH&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Communal storage path to the file. On AWS, this is an S3 URI.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DEPOT_FILE_PATH&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Depot path to the file.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SHARD_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of the shard this file is a part of.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
STORAGE_TYPE&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Type of system storing this file.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NUMBER_OF_ACCESSES&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Number of times this file has been accessed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
FILE_SIZE_BYTES&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
How large the file is in bytes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
LAST_ACCESS_TIME&lt;/td&gt; 

&lt;td &gt;
TIMESTAMPTZ&lt;/td&gt; 

&lt;td &gt;
When the file was last accessed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ARRIVAL_TIME&lt;/td&gt; 

&lt;td &gt;
TIMESTAMPTZ&lt;/td&gt; 

&lt;td &gt;
When OpenText™ Analytics Database loaded the file into the depot.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SOURCE&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;










&lt;p&gt;How the data came to be cached, one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;LOAD&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;QUERY&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;PEER TO PEER FILL&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;DEPOT FILL AT STARTUP&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
IS_PINNED&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;
Whether &lt;a href=&#34;../../../../en/eon/depot-management/managing-depot-caching/#Pinning&#34;&gt;a pinning policy &lt;/a&gt;is set on the cached data.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
IS_ANTI_PINNED&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;
Whether &lt;a href=&#34;../../../../en/eon/depot-management/managing-depot-caching/#AntiPinning&#34;&gt;an anti-pinning policy &lt;/a&gt;is set on the cached data.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; \x
Expanded display is on.
=&amp;gt; SELECT * FROM depot_files LIMIT 2;

-[ RECORD 1 ]------+---------------------------------------------------------------
node_name          | v_verticadb_node0001
sal_storage_id     | 0275d4a7c99795d22948605e5940758900a000000001d1b1
storage_oid        | 45035996273842075
communal_file_path | s3://mybucket/myfolder/mydb/475/0275d4a7c99795d22948605e5940758900a000000001d1
b1/0275d4a7c99795d22948605e5940758900a000000001d1b1_
depot_file_path    | /vertica/data/verticadb/v_verticadb_node0001_depot/177/0275d4a7c99795d229486
05e5940758900a000000001d1b1/0275d4a7c99795d22948605e
shard_name         | replica
storage_type       | DFS
number_of_accesses | 0
file_size_bytes    | 456465645
last_access_time   | 2018-09-05 17:34:30.417274+00
arrival_time       | 2018-09-05 17:34:30.417274+00
source             | DEPOT FILL AT STARTUP
is_pinned          | f
-[ RECORD 2 ]------+---------------------------------------------------------------
node_name          | v_verticadb_node0001
sal_storage_id     | 0275d4a7c99795d22948605e5940758900a000000001d187
storage_oid        | 45035996273842079
communal_file_path | s3://mybucket/myfolder/mydb/664/0275d4a7c99795d22948605e5940758900a000000001d1
87/0275d4a7c99795d22948605e5940758900a000000001d187_
depot_file_path    | /vertica/data/verticadb/v_verticadb_node0001_depot/135/0275d4a7c99795d229486
05e5940758900a000000001d187/0275d4a7c99795d22948605e
shard_name         | replica
storage_type       | DFS
number_of_accesses | 0
file_size_bytes    | 40
last_access_time   | 2018-09-05 17:34:30.417244+00
arrival_time       | 2018-09-05 17:34:30.417244+00
source             | DEPOT FILL AT STARTUP
is_pinned          | f
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DEPOT_PIN_POLICIES</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/depot-pin-policies/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/depot-pin-policies/</guid>
      <description>
        
        
        &lt;p&gt;Eon Mode only&lt;/p&gt;

&lt;p&gt;Lists all objects —tables, projections, and table partitions—with &lt;a href=&#34;../../../../en/eon/depot-management/managing-depot-caching/#Depot_Eviction_Policies&#34;&gt;depot eviction policies&lt;/a&gt;.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NAMPESPACE_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
For Eon Mode databases, object &lt;a href=&#34;../../../../en/architecture/eon-concepts/shards-and-subscriptions/&#34;&gt;namespace&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SCHEMA_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;



&lt;p&gt;Object schema.&lt;/p&gt;
&lt;p&gt;If the schema belongs to a non-default namespace in an Eon Mode database, the schema name is front-qualified with the name of the schema&#39;s namespace. For example, &lt;code&gt;n1.s&lt;/code&gt; refers to schema &lt;code&gt;s&lt;/code&gt; in namespace &lt;code&gt;n1&lt;/code&gt;.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
OBJECT_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Object name.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SUBCLUSTER_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of the subcluster where the pinning policy is set, null if the policy is set on all database depots.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
POLICY_DETAILS&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;








&lt;p&gt;Object type, one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Table&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Projection&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Partition&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
MIN_VAL&lt;/td&gt; 

&lt;td  rowspan=&#34;2&#34; &gt;
VARCHAR&lt;/td&gt; 

&lt;td  rowspan=&#34;2&#34; &gt;
If POLICY_DETAILS is set to Partition, the range of contiguous partition keys specified by this policy.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
MAX_VAL&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
LOCATION_LABEL&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Depot&#39;s &lt;a href=&#34;../../../../en/sql-reference/statements/create-statements/create-location/&#34;&gt;storage location&lt;/a&gt; label.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
POLICY_TYPE&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Policy type set on this object (PIN or ANTI-PIN), if any.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DEPOT_SIZES</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/depot-sizes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/depot-sizes/</guid>
      <description>
        
        
        &lt;p&gt;Eon Mode only&lt;/p&gt;

&lt;p&gt;Reports depot caching capacity on OpenText™ Analytics Database nodes.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The name of the node containing the depot.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;LOCATION_OID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Catalog-assigned integer value that uniquely identifies the storage location storing the depot.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;LOCATION_PATH&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The path where the depot is stored.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;LOCATION_LABEL&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The label associated with the depot&#39;s storage location.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;MAX_SIZE_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
The maximum size the depot can contain, in bytes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;CURRENT_USAGE_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
The current size of the depot, in bytes.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; \x
Expanded display is on.
=&amp;gt; SELECT * FROM Depot_Sizes;

-[ RECORD 1 ]-------+---------------------------------------------------

node_name           | v_verticadb_node0003
location_oid        | 45035996273823200
location_path       | /vertica/data/verticadb/v_verticadb_node0003_depot
location_label      | auto-data-depot
max_size_bytes      | 0
current_usage_bytes | 0

-[ RECORD 2 ]-------+---------------------------------------------------
node_name           | v_verticadb_node0001
location_oid        | 45035996273823196
location_path       | /vertica/data/verticadb/v_verticadb_node0001_depot
location_label      | auto-data-depot
max_size_bytes      | 33686316032
current_usage_bytes | 206801871

-[ RECORD 3 ]-------+---------------------------------------------------
node_name           | v_verticadb_node0002
location_oid        | 45035996273823198
location_path       | /vertica/data/verticadb/v_verticadb_node0002_depot
location_label      | auto-data-depot
max_size_bytes      | 0
current_usage_bytes | 0
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DEPOT_UPLOADS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/depot-uploads/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/depot-uploads/</guid>
      <description>
        
        
        &lt;p&gt;Eon Mode only&lt;/p&gt;

&lt;p&gt;Lists details about depot uploads to communal storage.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The name of the node on which the depot resides.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;PLAN_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
A unique node-specific numeric ID for each plan run by the Optimizer.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;SUBMIT_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
TIMESTAMP&lt;/td&gt; 

&lt;td &gt;
The time the task was submitted to the uploader.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;START_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


TIMESTAMP&lt;/td&gt; 

&lt;td &gt;
The time the upload started.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;END_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


TIMESTAMP&lt;/td&gt; 

&lt;td &gt;
The time the upload ended.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;SOURCE_FILE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
The source file path used.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;DESTINATION_FILE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The destination file path.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;FILE_SIZE_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The size of the uploaded file, in bytes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;MEMORY_USED_KB&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;The size of the uploader file buffer for the task.&lt;/p&gt;
&lt;p&gt;Valid for a task with a RUNNING or COMPLETED status. For a RUNNING status, this shows the current file buffer size, (whatever the uploader is using, which may grow over time for large uploads).&lt;/p&gt;
&lt;p&gt;For a COMPLETED status, this shows the largest size used in case the buffer grew during the upload.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;STATUS&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;








&lt;p&gt;The status of the task, valid values are:&lt;/p&gt;
&lt;p&gt;COMPLETED - the task has completed&lt;/p&gt;
&lt;p&gt;QUEUED - the task is still in the queue, but haven&#39;t been picked up by the uploader.&lt;/p&gt;
&lt;p&gt;RUNNING - the task is currently running and the corresponding file is uploading.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DESIGN_QUERIES</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/design-queries/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/design-queries/</guid>
      <description>
        
        
        &lt;p&gt;Contains info about design queries for a given design. The following functions populate this table:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;

&lt;code&gt;&lt;a href=&#34;../../../../en/sql-reference/functions/db-designer-functions/designer-add-design-queries/#&#34;&gt;DESIGNER_ADD_DESIGN_QUERIES&lt;/a&gt;&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;

&lt;code&gt;&lt;a href=&#34;../../../../en/sql-reference/functions/db-designer-functions/designer-add-design-queries-from-results/#&#34;&gt;DESIGNER_ADD_DESIGN_QUERIES_FROM_RESULTS&lt;/a&gt;&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;

&lt;code&gt;&lt;a href=&#34;../../../../en/sql-reference/functions/db-designer-functions/designer-add-design-query/#&#34;&gt;DESIGNER_ADD_DESIGN_QUERY&lt;/a&gt;&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Column Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;DESIGN_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Unique id that Database Designer assigned to the design.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name that you specified for the design.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_QUERY_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Unique id that Database Designer assigned to the design query.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_QUERY_ID_INDEX&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Database Designer chunks the query text if it exceeds the maximum attribute size before storing it in this table. Database Designer stored all chunks stored under the same value of DESIGN_QUERY_ID. DESIGN_QUERY_ID_INDEX keeps track of the order of the chunks, starting with 0 and ending in n, the index of the final chunk.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;QUERY_TEXT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Text of the query chunk, or the entire query text if it does not exceed the maximum attribute size.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;WEIGHT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
FLOAT&lt;/td&gt; 

&lt;td &gt;


A value from 0 to 1 that indicates the importance of that query in creating the design. Assign a higher weight to queries that you run frequently so that Database Designer prioritizes those queries in creating the design. Default: 1.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_QUERY_SEARCH_PATH&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The search path with which the query is to be parsed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_QUERY_SIGNATURE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Categorizes queries that affect the design that Database Designer creates in the same way. Database Designer assigns a signature to each query, weights one query for each signature group, depending on how many queries there are with that signature, and Database Designer considers that query when creating the design.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;
&lt;p&gt;Add queries to VMART_DESIGN and query the DESIGN_QUERIES table:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;
=&amp;gt; SELECT DESIGNER_ADD_DESIGN_QUERIES(&amp;#39;VMART_DESIGN&amp;#39;, &amp;#39;/tmp/examples/vmart_queries.sql&amp;#39;,&amp;#39;true&amp;#39;);
 DESIGNER_ADD_DESIGN_QUERIES
-----------------------------
Number of accepted queries                      =9
Number of queries referencing non-design tables =0
Number of unsupported queries                   =0
Number of illegal queries                       =0
=&amp;gt; \x
Expanded display is on.
=&amp;gt; SELECT * FROM V_MONITOR.DESIGN.QUERIES
-[ RECORD 1 ]------------+-------------------
design_id                | 45035996273705090
design_name              | vmart_design
design_query_id          | 1
design_query_id_index    | 0
query_text               | SELECT fat_content
FROM (
SELECT DISTINCT fat_content
  FROM product_dimension
  WHERE department_description
  IN (&amp;#39;Dairy&amp;#39;) ) AS food
  ORDER BY fat_content
  LIMIT 5;
weight                   | 1
design_query_search_path | v_dbd_vmart_design_vmart_design_ltt, &amp;#34;$user&amp;#34;, public, v_catalog, v_monitor, v_internal
design_query_signature   | 45035996273724651

-[ RECORD 2]-------------+-------------------
design_query_id          | 2
design_query_id_index    | 0
query_text               | SELECT order_number, date_ordered
        FROM store.store_orders_fact orders
        WHERE orders.store_key IN (
        SELECT store_key
        FROM store.store_dimension
        WHERE store_state = &amp;#39;MA&amp;#39;)
        AND orders.vendor_key NOT IN (
        SELECT vendor_key
        FROM public.vendor_dimension
        WHERE vendor_state = &amp;#39;MA&amp;#39;)
        AND date_ordered &amp;lt; &amp;#39;2012-03-01&amp;#39;;

weight                   | 1
design_query_search_path | v_dbd_vmart_design_vmart_design_ltt, &amp;#34;$user&amp;#34;, public, v_catalog, v_monitor, v_internal
design_query_signature   | 45035996273724508
-[ RECORD 3]-------------+-------------------
...
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DESIGN_STATUS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/design-status/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/design-status/</guid>
      <description>
        
        
        &lt;p&gt;Records the progress of a running Database Designer design or history of the last Database Designer design executed by the current user.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;EVENT_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


TIMESTAMP&lt;/td&gt; 

&lt;td &gt;


Time when the row recorded the event.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;USER_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the user who ran a design at the time OpenText™ Analytics Database recorded the session.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the user-specified design.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_PHASE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Phase of the design.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;PHASE_STEP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Substep in each design phase&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;PHASE_STEP_COMPLETE_PERCENT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


FLOAT&lt;/td&gt; 

&lt;td &gt;


Progress of current substep in percentage (0–100).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;PHASE_COMPLETE_PERCENT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


FLOAT&lt;/td&gt; 

&lt;td &gt;


Progress of current design phase in percentage (0–100).&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;privileges&#34;&gt;Privileges&lt;/h2&gt;
&lt;p&gt;Non-superuser: No explicit privileges required. You only see records for tables that you have privileges to view.&lt;/p&gt;

&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;The following example shows the content of the &lt;code&gt;DESIGN_STATUS&lt;/code&gt; table of a complete Database Designer run:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT event_time, design_name, design_phase, phase_complete_percent
   FROM v_monitor.design_status;
event_time          | design_name | design_phase                                   | phase_complete_percent
--------------------+-------------+------------------------------------------------+------------------------
2012-02-14 10:31:20 | design1     | Design started                                 |
2012-02-14 10:31:21 | design1     | Design in progress: Analyze statistics phase   |
2012-02-14 10:31:21 | design1     | Analyzing data statistics                      | 33.33
2012-02-14 10:31:22 | design1     | Analyzing data statistics                      | 66.67
2012-02-14 10:31:24 | design1     | Analyzing data statistics                      | 100
2012-02-14 10:31:25 | design1     | Design in progress: Query optimization phase   |
2012-02-14 10:31:25 | design1     | Optimizing query performance                   | 37.5
2012-02-14 10:31:31 | design1     | Optimizing query performance                   | 62.5
2012-02-14 10:31:36 | design1     | Optimizing query performance                   | 75
2012-02-14 10:31:39 | design1     | Optimizing query performance                   | 87.5
2012-02-14 10:31:41 | design1     | Optimizing query performance                   | 87.5
2012-02-14 10:31:42 | design1     | Design in progress: Storage optimization phase |
2012-02-14 10:31:44 | design1     | Optimizing storage footprint                   | 4.17
2012-02-14 10:31:44 | design1     | Optimizing storage footprint                   | 16.67
2012-02-14 10:32:04 | design1     | Optimizing storage footprint                   | 29.17
2012-02-14 10:32:04 | design1     | Optimizing storage footprint                   | 31.25
2012-02-14 10:32:05 | design1     | Optimizing storage footprint                   | 33.33
2012-02-14 10:32:05 | design1     | Optimizing storage footprint                   | 35.42
2012-02-14 10:32:05 | design1     | Optimizing storage footprint                   | 37.5
2012-02-14 10:32:05 | design1     | Optimizing storage footprint                   | 62.5
2012-02-14 10:32:39 | design1     | Optimizing storage footprint                   | 87.5
2012-02-14 10:32:39 | design1     | Optimizing storage footprint                   | 87.5
2012-02-14 10:32:41 | design1     | Optimizing storage footprint                   | 100
2012-02-14 10:33:12 | design1     | Design completed successfully                  |
(24 rows)
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DESIGN_TABLES</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/design-tables/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/design-tables/</guid>
      <description>
        
        
        &lt;p&gt;Contains information about all the design tables for all the designs for which you are the owner. Each row contains information about a different design table. OpenText™ Analytics Database creates this table when you run 
&lt;code&gt;&lt;a href=&#34;../../../../en/sql-reference/functions/db-designer-functions/designer-create-design/#&#34;&gt;DESIGNER_CREATE_DESIGN&lt;/a&gt;&lt;/code&gt;.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Column Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Unique name that the user specified for the design.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_TABLE_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Unique ID that Database Designer assigned to the design table.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;TABLE_SCHEMA&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;



&lt;p&gt;Name of the schema that contains the design table.&lt;/p&gt;
&lt;p&gt;If the schema belongs to a non-default namespace in an Eon Mode database, the schema name is front-qualified with the name of the schema&#39;s namespace. For example, &lt;code&gt;n1.s&lt;/code&gt; refers to schema &lt;code&gt;s&lt;/code&gt; in namespace &lt;code&gt;n1&lt;/code&gt;.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;TABLE_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
System object identifier (OID) assigned to the design table.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;TABLE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of the design table.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;
&lt;p&gt;Add all the tables from the VMart database to the design VMART_DESIGN. This operation populates the &lt;code&gt;DESIGN_TABLES&lt;/code&gt; table:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;
=&amp;gt; SELECT DESIGNER_ADD_DESIGN_TABLES(&amp;#39;VMART_DESIGN&amp;#39;,&amp;#39;online_sales.*&amp;#39;);
DESIGNER_ADD_DESIGN_TABLES
----------------------------
 3
(1 row)
=&amp;gt; SELECT DESIGNER_ADD_DESIGN_TABLES(&amp;#39;VMART_DESIGN&amp;#39;,&amp;#39;public.*&amp;#39;);
DESIGNER_ADD_DESIGN_TABLES
----------------------------
 9
(1 row)
=&amp;gt; SELECT DESIGNER_ADD_DESIGN_TABLES(&amp;#39;VMART_DESIGN&amp;#39;,&amp;#39;store.*&amp;#39;);
DESIGNER_ADD_DESIGN_TABLES
----------------------------
 3
(1 row)
=&amp;gt; SELECT * FROM DESIGN_TABLES;
design_name  | design_table_id | table_schema |     table_id      |      table_name
-------------+-----------------+--------------+-------------------+-----------------------
VMART_DESIGN |               1 | online_sales | 45035996373718754 | online_page_dimension
VMART_DESIGN |               2 | online_sales | 45035996373718758 | call_center_dimension
VMART_DESIGN |               3 | online_sales | 45035996373718762 | online_sales_fact
VMART_DESIGN |               4 | public       | 45035996373718766 | customer_dimension
VMART_DESIGN |               5 | public       | 45035996373718770 | product_dimension
VMART_DESIGN |               6 | public       | 45035996373718774 | promotion_dimension
VMART_DESIGN |               7 | public       | 45035996373718778 | date_dimension
VMART_DESIGN |               8 | public       | 45035996373718782 | vendor_dimension
VMART_DESIGN |               9 | public       | 45035996373718786 | employee_dimension
VMART_DESIGN |              10 | public       | 45035996373718822 | shipping_dimension
VMART_DESIGN |              11 | public       | 45035996373718826 | warehouse_dimension
VMART_DESIGN |              12 | public       | 45035996373718830 | inventory_face
VMART_DESIGN |              13 | store        | 45035996373718794 | store_dimension
VMART_DESIGN |              14 | store        | 45035996373718798 | store_sales_fact
VMART_DESIGN |              15 | store        | 45035996373718812 | store_orders_fact
        (15 rows)
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DESIGNS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/designs/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/designs/</guid>
      <description>
        
        
        &lt;p&gt;Contains information about a Database Designer design. After you create a design and specify certain parameters for Database Designer, 
&lt;code&gt;&lt;a href=&#34;../../../../en/sql-reference/functions/db-designer-functions/designer-create-design/#&#34;&gt;DESIGNER_CREATE_DESIGN&lt;/a&gt;&lt;/code&gt; creates this table in the &lt;code&gt;V_MONITOR&lt;/code&gt; schema.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Column Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Unique ID that Database Designer assigns to this design.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name that the user specifies for the design.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;KSAFETY_LEVEL&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
K-safety level for the design. Database Designer assigns a K-safety value of 0 for clusters with 1 or 2 nodes, and assigns a value of 1 for clusters with 3 or more nodes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;OPTIMIZATION_OBJECTIVE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;








&lt;p&gt;Name of the optimization objective for the design. Valid values are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;QUERY&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;LOAD&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;BALANCED&lt;/code&gt; (default)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_TYPE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;Name of the design type. Valid values are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;COMPREHENSIVE&lt;/code&gt; (default)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;INCREMENTAL&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;PROPOSE_SUPER_FIRST&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;
Specifies to propose superprojections before projections, by default &lt;code&gt;f&lt;/code&gt;. If &lt;code&gt;DESIGN_MODE&lt;/code&gt; is &lt;code&gt;COMPREHENSIVE&lt;/code&gt;, this field has no impact.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DESIGN_AVAILABLE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;t&lt;/code&gt; if the design is currently available, otherwise, &lt;code&gt;f&lt;/code&gt; (default).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;COLLECTED_STATISTICS&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;t&lt;/code&gt; if statistics are to be collected when creating the design, otherwise, &lt;code&gt;f&lt;/code&gt; (default).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;POPULATE_DESIGN_TABLES_FROM_QUERIES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;t&lt;/code&gt; if you want to populate the design tables from the design queries, otherwise, &lt;code&gt;f&lt;/code&gt; (default).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;ENCODING_DESIGN&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;t&lt;/code&gt; if the design is an encoding optimization design on pre-existing projections, otherwise, &lt;code&gt;f&lt;/code&gt; (default).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;DEPLOYMENT_PARALLELISM&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Number of tables to be deployed in parallel when the design is complete. Default: 0&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;UNSEGMENTED_PROJECTIONS&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;
&lt;code&gt;t&lt;/code&gt; if you specify unsegmented projections, otherwise, &lt;code&gt;f&lt;/code&gt; (default).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;ANALYZE_CORRELATIONS_MODE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;










&lt;p&gt;Specifies how Database Designer should handle existing column correlations in a design and whether or not Database Designer should reanalyze existing column correlations.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;0: (default) Ignore column correlations when creating the design.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;1: Consider the existing correlations in the tables when creating the design.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2: Analyze column correlations if not previously performed, and consider the column correlations when creating the design.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;3: Analyze all column correlations in the tables and consider them when creating the design, even if they have been analyzed previously.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DIRECTED_QUERY_STATUS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/directed-query-status/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/directed-query-status/</guid>
      <description>
        
        
        &lt;p&gt;Returns information about executions of directed queries.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NODE_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Node on which the directed query ran.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
OID&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Unique numeric ID assigned by the OpenText™ Analytics Database catalog, which identifies the specific directed query.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
QUERY_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Directed query&#39;s unique identifier, used by statements such as &lt;a href=&#34;../../../../en/sql-reference/statements/activate-directed-query/#&#34;&gt;ACTIVATE DIRECTED QUERY&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DIGEST&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Hash of the saved query plan data, used by the optimizer to map identical input queries to the same active directed query.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
HITS&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;

Number of times this query has been executed since the last reset. Use &lt;a href=&#34;../../../../en/sql-reference/functions/directed-queries-functions/clear-directed-query-usage/#&#34;&gt;CLEAR_DIRECTED_QUERY_USAGE&lt;/a&gt; to reset this counter to 0.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;privileges&#34;&gt;Privileges&lt;/h2&gt;
&lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/db-superuser/&#34; title=&#34;&#34;&gt;Superuser&lt;/a&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DISK_QUOTA_USAGES</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/disk-quota-usages/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/disk-quota-usages/</guid>
      <description>
        
        
        &lt;p&gt;Provides information about schemas and tables that have disk quotas. Schemas and tables without quotas are not included.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
OBJECT_OID&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Unique identifier for a schema or table.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
OBJECT_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of the schema or table. Table names include the schema prefix.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
IS_SCHEMA&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;
Whether the object is a schema. If false, the object is a table.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
TOTAL_DISK_USAGE_IN_BYTES&lt;br /&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Current usage of the object. For information about what is counted, see &lt;a href=&#34;../../../../en/admin/working-with-native-tables/disk-quotas/#&#34;&gt;Disk quotas&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DISK_QUOTA_IN_BYTES&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Current quota for the object.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT * FROM DISK_QUOTA_USAGES;
    object_oid     | object_name | is_schema | total_disk_usage_in_bytes | disk_quota_in_bytes
-------------------+-------------+-----------+---------------------+---------------------
 45035996273705100 | s           | t         |                 307 |               10240
 45035996273705104 | public.t    | f         |                 614 |                1024
 45035996273705108 | s.t         | f         |                 307 |                2048
(3 rows)
&lt;/code&gt;&lt;/pre&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DISK_RESOURCE_REJECTIONS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/disk-resource-rejections/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/disk-resource-rejections/</guid>
      <description>
        
        
        &lt;p&gt;Returns requests for resources that are rejected due to disk space shortages. Output is aggregated by both &lt;code&gt;RESOURCE_TYPE&lt;/code&gt; and &lt;code&gt;REJECTED_REASON&lt;/code&gt; to provide more comprehensive information.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The node name for which information is listed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;RESOURCE_TYPE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The resource request requester (example: Temp files).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;REJECTED_REASON&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;One of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;Insufficient disk space&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;Failed volume&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;REJECTED_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Number of times this &lt;code&gt;REJECTED_REASON&lt;/code&gt; has been given for this &lt;code&gt;RESOURCE_TYPE&lt;/code&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;FIRST_REJECTED_TIMESTAMP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


TIMESTAMP&lt;/td&gt; 

&lt;td &gt;


The time of the first rejection for this &lt;code&gt;REJECTED_REASON&lt;/code&gt; and RESOURCE_TYPE.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;LAST_REJECTED_TIMESTAMP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


TIMESTAMP&lt;/td&gt; 

&lt;td &gt;


The time of the most recent rejection for this &lt;code&gt;REJECTED_REASON&lt;/code&gt; and &lt;code&gt;RESOURCE_TYPE&lt;/code&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;LAST_REJECTED_VALUE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The value of the most recent rejection for this &lt;code&gt;REJECTED_REASON&lt;/code&gt; and &lt;code&gt;RESOURCE_TYPE&lt;/code&gt;.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;see-also&#34;&gt;See also&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/sql-reference/system-tables/v-monitor-schema/resource-rejections/#&#34;&gt;RESOURCE_REJECTIONS&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/db-functions/clear-resource-rejections/#&#34;&gt;CLEAR_RESOURCE_REJECTIONS&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DISK_STORAGE</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/disk-storage/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/disk-storage/</guid>
      <description>
        
        
        &lt;p&gt;Returns the amount of disk storage used by the database on each node. Each node can have one or more storage locations, and the locations can be on different disks with separate properties, such as free space, used space, and block size. The information in this system table is useful in determining where data files reside.&lt;/p&gt;
&lt;p&gt;All returned values for this system table are in the context of the file system of the host operating system, and are not specific to OpenText™ Analytics Database-specific space.&lt;/p&gt;
&lt;p&gt;The storage usage annotation called CATALOG indicates that the location is used to store the catalog. Each CATALOG location is specified only when creating a new database. You cannot add a CATALOG location annotation using &lt;a href=&#34;../../../../en/sql-reference/statements/create-statements/create-location/#&#34;&gt;CREATE LOCATION&lt;/a&gt;, nor remove an existing CATALOG annotation.&lt;/p&gt;
&lt;h2 id=&#34;storage-location-performance&#34;&gt;Storage location performance&lt;/h2&gt;
&lt;p&gt;The performance of a storage location is measured with two values:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Throughput in MB/sec&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Latency in seeks/sec&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These two values are converted to a single number (Speed) with the following formula:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&lt;span class=&#34;code-variable&#34;&gt;read-time&lt;/span&gt; = (1/&lt;span class=&#34;code-variable&#34;&gt;throughput&lt;/span&gt;) + (1/&lt;span class=&#34;code-variable&#34;&gt;latency&lt;/span&gt;)
&lt;/code&gt;&lt;/pre&gt;&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;&lt;code&gt;read-time&lt;/code&gt;&lt;/em&gt;: Time to read 1MB of data&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;1/&lt;/code&gt;&lt;em&gt;&lt;code&gt;throughput&lt;/code&gt;&lt;/em&gt;: Time to read 1MB of data&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;1/&lt;/code&gt;&lt;em&gt;&lt;code&gt;latency&lt;/code&gt;&lt;/em&gt;: Time to seek to the data.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A disk is faster than another disk if its &lt;em&gt;&lt;code&gt;read-time&lt;/code&gt;&lt;/em&gt; is less.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NODE_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Node name for which information is listed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
STORAGE_PATH&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Path where the storage location is mounted.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
STORAGE_USAGE&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;












&lt;p&gt;Type of information stored in the location, one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;DATA&lt;/code&gt;: Only data is stored in the location.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;TEMP&lt;/code&gt;: Only temporary files that are created during loads or queries are stored in the location.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;DATA,TEMP&lt;/code&gt;: Both types of files are stored in the location.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;USER&lt;/code&gt;: The storage location can be used by non-dbadmin users, who are granted access to the storage location&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;CATALOG&lt;/code&gt;: The area is used for the database catalog. This usage is set internally and cannot be removed or changed.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
RANK&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;
Integer rank assigned to the storage location based on its performance. Ranks are used to create a storage locations on which projections, columns, and partitions are stored on different disks based on predicted or measured access patterns. See &lt;a href=&#34;../../../../en/admin/managing-storage-locations/#&#34;&gt;Managing storage locations&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
THROUGHPUT&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Integer that measures a storage location&#39;s performance in MB/sec. &lt;code&gt;1/&lt;/code&gt;&lt;em&gt;&lt;code&gt;throughput&lt;/code&gt;&lt;/em&gt; is the time taken to read 1MB of data.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
LATENCY&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Integer that measures a storage location&#39;s performance in seeks/sec. &lt;code&gt;1/&lt;/code&gt;&lt;em&gt;&lt;code&gt;latency&lt;/code&gt;&lt;/em&gt; is the time taken to seek to the data.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
STORAGE_STATUS&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;Status of the storage location, one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;active&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;retired&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DISK_BLOCK_SIZE_BYTES&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Block size of the disk in bytes&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DISK_SPACE_USED_BLOCKS&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Number of disk blocks in use&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DISK_SPACE_USED_MB&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Number of megabytes of disk storage in use&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DISK_SPACE_FREE_BLOCKS&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Number of free disk blocks available&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DISK_SPACE_FREE_MB&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Number of megabytes of free storage available&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
DISK_SPACE_FREE_PERCENT&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Percentage of free disk space remaining&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: DRAINING_STATUS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/draining-status/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/draining-status/</guid>
      <description>
        
        
        &lt;p&gt;Returns the draining status of each node in a database. The table also provides aggregate user session counts and information about the oldest user session connected to each node. For more information about the user sessions connected to a database, see &lt;a href=&#34;../../../../en/sql-reference/system-tables/v-monitor-schema/sessions/#&#34;&gt;SESSIONS&lt;/a&gt;.

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

If you aren&#39;t a superuser, the OLDEST_SESSION columns contain only information about sessions for which you have privileges. Unprivileged users do not see session details, but they do see the node draining status and the user session aggregate count.

&lt;/div&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the node for which information is listed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;SUBCLUSTER_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the subcluster that contains the node.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;IS_DRAINING&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


BOOLEAN&lt;/td&gt; 

&lt;td &gt;


True if the node is draining; otherwise, false.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;COUNT_CLIENT_USER_SESSIONS&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Number of user client sessions connected to the node.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;OLDEST_SESSION_USER&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the user with the oldest live session connected to the node. NULL if no users are connected.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;OLDEST_SESSION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Identifier associated with &lt;code&gt;OLDEST_SESSION_USER&lt;/code&gt;. This is required to close or interrupt a session. NULL if no users are connected.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;OLDEST_SESSION_LOGIN_TIMESTAMP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
TIMESTAMP&lt;/td&gt; 

&lt;td &gt;
Date and time the &lt;code&gt;OLDEST_SESSION_USER&lt;/code&gt; logged into the database. NULL if no users are connected.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: ERROR_MESSAGES</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/error-messages/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/error-messages/</guid>
      <description>
        
        
        &lt;p&gt;Lists system error messages and warnings OpenText™ Analytics Database encounters while processing queries. Some errors occur when no transaction is in progress, so the transaction identifier or statement identifier columns might return NULL.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_TIMESTAMP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


TIMESTAMPTZ&lt;/td&gt; 

&lt;td &gt;


Time when the row recorded the event&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the node that is reporting the requested information&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;USER_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Identifier of the user who received the error message&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;USER_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the user who received the error message when the database recorded the session&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;SESSION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Identifier for this session. This identifier is unique within the cluster at any point in time but can be reused when the session closes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;REQUEST_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Unique identifier of the query request in the user session&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TRANSACTION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Identifier for the transaction within the session, if any; otherwise &lt;code&gt;NULL&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;STATEMENT_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Unique numeric ID for the currently-running statement. NULL indicates that no statement is currently being processed. The combination of TRANSACTION_ID, STATEMENT_ID, and REQUEST_ID uniquely identifies a statement within a session.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;ERROR_LEVEL&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;




















&lt;p&gt;Severity of the error, one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;LOG&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;INFO&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;NOTICE&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;WARNING&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;ERROR&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;ROLLBACK&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;INTERNAL&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;FATAL&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;PANIC&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;ERROR_CODE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


Error code that the database reports&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;MESSAGE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Textual output of the error message&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;DETAIL&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Additional information about the error message, in greater detail&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;HINT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Actionable hint about the error. For example:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;HINT: Set the locale in this session to en_US@collation=binary using the command &amp;quot;\locale en_US@collation=binary&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;privileges&#34;&gt;Privileges&lt;/h2&gt;
&lt;p&gt;Non-superuser: No explicit privileges required. You only see records for tables that you have privileges to view.&lt;/p&gt;


      </description>
    </item>
    
    <item>
      <title>Sql-Reference: EVENT_CONFIGURATIONS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/event-configs/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/event-configs/</guid>
      <description>
        
        
        &lt;p&gt;Monitors the configuration of events.&lt;/p&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;EVENT_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the event.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;EVENT_DELIVERY_CHANNELS&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The delivery channel on which the event occurred.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;


      </description>
    </item>
    
    <item>
      <title>Sql-Reference: EXECUTION_ENGINE_PROFILES</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/execution-engine-profiles/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/execution-engine-profiles/</guid>
      <description>
        
        
        &lt;p&gt;Provides profiling information about runtime query execution. The hierarchy of IDs, from highest level to actual execution, is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;PATH_ID&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;BASEPLAN_ID&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;LOCALPLAN_ID&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;OPERATOR_ID&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Counters (output from the &lt;code&gt;COUNTER_NAME&lt;/code&gt; column) are collected for each actual Execution Engine (EE) operator instance.&lt;/p&gt;
&lt;p&gt;The following columns combine to form a unique key:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;TRANSACTION_ID&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;STATEMENT_ID&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;OPERATOR_ID&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;COUNTER_NAME&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;COUNTER_TAG&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Node name for which information is listed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;USER_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Unique numeric ID assigned by the OpenText™ Analytics Database catalog, which identifies the user.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;USER_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


User name for which query profile information is listed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;SESSION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Identifier of the session for which profiling information is captured. This identifier is unique within the cluster at any point in time but can be reused when the session closes.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;TRANSACTION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Identifier for the transaction within the session if any; otherwise &lt;code&gt;NULL&lt;/code&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;STATEMENT_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Unique numeric ID for the currently-running statement. &lt;code&gt;NULL&lt;/code&gt; indicates that no statement is currently being processed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;OPERATOR_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the Execution Engine (EE) component; for example, &lt;code&gt;NetworkSend&lt;/code&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;OPERATOR_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Identifier assigned by the EE operator instance that performs the work. &lt;code&gt;OPERATOR_ID&lt;/code&gt; is different from &lt;code&gt;LOCALPLAN_ID&lt;/code&gt; because each logical operator, such as &lt;code&gt;Scan&lt;/code&gt;, may be executed by multiple threads concurrently. Each thread operates on a different operator instance, which has its own ID.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;BASEPLAN_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Assigned by the optimizer on the initiator to EE operators in the original base (EXPLAIN) plan. Each EE operator in the base plan gets a unique ID.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;PATH_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Identifier that the database assigns to a query operation or &lt;em&gt;path&lt;/em&gt;; for example to a logical grouping operation that might be performed by multiple execution engine operators.&lt;/p&gt;
&lt;p&gt;For each path, the same PATH ID is shared between the query plan (using EXPLAIN output) and in error messages that refer to joins.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;LOCALPLAN_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Identifier assigned by each local executor while preparing for plan execution (local planning). Some operators in the base plan, such as the &lt;code&gt;Root&lt;/code&gt; operator, which is connected to the client, do not run on all nodes. Similarly, certain operators, such as &lt;code&gt;ExprEval&lt;/code&gt;, are added and removed during local planning due to implementation details.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;ACTIVITY_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Identifier of the plan activity.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;RESOURCE_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Identifier of the plan resource.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;COUNTER_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the counter (see &lt;a href=&#34;#Counter&#34;&gt;Counter Names&lt;/a&gt; below). The counter counts events for one statement.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;COUNTER_TAG&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;


String that uniquely identifies the counter for operators that might need to distinguish between different instances. For example, &lt;code&gt;COUNTER_TAG&lt;/code&gt; is used to identify to which of the node bytes are being sent to or received from the &lt;code&gt;NetworkSend&lt;/code&gt; operator.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;COUNTER_VALUE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;


Value of the counter.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;IS_EXECUTING&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
BOOLEAN&lt;/td&gt; 

&lt;td &gt;


Indicates whether the profile is active or completed.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;h2 id=&#34;privileges&#34;&gt;Privileges&lt;/h2&gt;
&lt;p&gt;Non-superuser: No explicit privileges required. You only see records for tables that you have privileges to view.&lt;/p&gt;

&lt;p&gt;&lt;a name=&#34;Counter&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;counter-names&#34;&gt;Counter names&lt;/h2&gt;
&lt;p&gt;The value of &lt;code&gt;COUNTER_NAME&lt;/code&gt; can be any of the following:&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;active threads&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;A counter of the LoadUnion operator, indicates the number of input threads (Load operators) that are currently processing input.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;blocks analyzed by SIPs expression&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of data blocks (for scan operations) or files (for load operations) analyzed by SIPS expression.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;blocks filtered by SIPs expression&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of data blocks (for scan operations) or files (for load operations) filtered by SIPS expression.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;blocks filtered by SIPs value lists&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of data blocks (for scan operations) or files (for load operations) filtered by SIPS sorted value lists.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;buffers spilled&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[NetworkSend]&lt;/code&gt; Buffers spilled to disk by &lt;code&gt;NetworkSend&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;bytes read from disk&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[Scan]&lt;/code&gt; Amount of data read (locally or remotely) from ROS containers on disk.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;bytes read from disk cache&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[Scan]&lt;/code&gt; Amount of data &lt;a href=&#34;../../../../en/eon/local-caching-of-storage-containers/&#34;&gt;read from cache&lt;/a&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;bytes received&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of bytes received over the network for query execution.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;bytes sent&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[NetworkSend]&lt;/code&gt; Size of data after encoding and compression sent over the network (actual network bytes).&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;bytes spilled&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[NetworkSend]&lt;/code&gt; Bytes spilled to disk by &lt;code&gt;NetworkSend.&lt;/code&gt;&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;bytes total&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[SendFiles]&lt;/code&gt; (recover-by-container plan): Total number of bytes to send/receive.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;cached storages cumulative size (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[StorageMerge]&lt;/code&gt; Total amount of temp space used by operator for &lt;a href=&#34;../../../../en/eon/local-caching-of-storage-containers/#&#34;&gt;caching&lt;/a&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;cached storages current size (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[StorageMerge]&lt;/code&gt; Current amount of temp space used for &lt;a href=&#34;../../../../en/eon/local-caching-of-storage-containers/#&#34;&gt;caching&lt;/a&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;cached storages peak size (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[StorageMerge]&lt;/code&gt; Peak amount of temp space an operator used for &lt;a href=&#34;../../../../en/eon/local-caching-of-storage-containers/#&#34;&gt;caching&lt;/a&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;clock time (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Real-time clock time spent processing the query, in microseconds.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;clock time (µs) of UDChunker&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Real-time clock time spent in the UDChunker phase of a load operation, in microseconds. Use the COUNTER_TAG column to distinguish among load sources.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;clock time (µs) of UDFilter(s)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Real-time clock time spent in all UDFilter phases of a load operation, in microseconds. Use the COUNTER_TAG column to distinguish among load sources.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;clock time (µs) of UDParser&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Real-time clock time spent in the UDParser phase of a load operation, in microseconds. Use the COUNTER_TAG column to distinguish among load sources.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;clock time (µs) of UDSource&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Real-time clock time spent in the UDSource phase of a load operation, in microseconds. Use the COUNTER_TAG column to distinguish among load sources.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;completed merge phases&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of merge phases already completed by an &lt;code&gt;LSort&lt;/code&gt; or &lt;code&gt;DataTarget&lt;/code&gt; operator. Compare to the &lt;code&gt;total merge phases&lt;/code&gt;. Variants on this value include &lt;code&gt;join inner completed merge phases&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;cumulative size of raw temp data (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Total amount of temporary data the operator has written to files. Compare to &lt;code&gt;cumulative size of temp files (bytes)&lt;/code&gt; to understand impact of encoding and compression in an externalizing operator. Variants on this value include &lt;code&gt;join inner cumulative size of raw temp files (bytes)&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;cumulative size of temp files (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;For externalizing operators only, the total number of encoded and compressed temp data the operator has written to files. A sort operator might go through multiple merge phases, where at each pass sorted chunks of data are merged into fewer chunks. This counter remembers the cumulative size of all temp files past and present. Variants on this value include &lt;code&gt;join inner cumulative size of temp files (bytes)&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;current allocated rid memory (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Per-rid memory tracking: current allocation amount under this rid.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;current file handles&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of files open.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;current memory allocations (count)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of actual allocator calls made.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;current memory capacity (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Amount of system memory held, which includes chunks that are only partially consumed.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;current memory overhead (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Memory consumed, for example, by debug headers. (Normally no overhead.)&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;current memory padding (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Memory padding for free list tiers (2^n bytes).&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;current memory requested (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Memory actually requested by the caller.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;current size of temp files (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;For externalizing operators only, the current size of the encoded and compressed temp data that the operator has written to files. Variants on this value &lt;code&gt;include join inner current size of temp files (bytes)&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;current threads&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Unused.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;current unbalanced memory allocations (count)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;current unbalanced memory capacity (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;current unbalanced memory overhead (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;current unbalanced memory requested (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Pooled version of &amp;quot;current memory XXX&amp;quot; counters.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;distinct value estimation time (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[Analyze Statistics]&lt;/code&gt; Time (in microcseconds) spent to estimate number of distinct values from the sample after data is read off disk and into the statistical sample.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;encoded bytes received&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[NetworkRecv]&lt;/code&gt; Size of received data after decompressed (but still encoded) received over the network.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;encoded bytes sent&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[NetworkSend]&lt;/code&gt; Size of data sent over the network after encoding.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;end time&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Time (timestamp) when the database stopped processing the operation&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;estimated rows produced&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of rows that the optimizer estimated would be produced. See &lt;code&gt;rows produced&lt;/code&gt; for the actual number of rows that are produced.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;exceptions cumulative size of raw temp data (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;exceptions rows cumulative size of temp files (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;exceptions rows current size of temp files (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Counters that store the total or current size of exception data.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;execution time (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;CPU clock time spent processing the query, in microseconds.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;fast aggregated rows&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of rows being processed by fast aggregations in the hash groupby operator (no group/aggregation).&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;files completed&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Relevant only to &lt;code&gt;SendFiles/RecvFiles&lt;/code&gt; operators (that is, recover-by-container plan) number of files sent/received.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;files total&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Relevant only to &lt;code&gt;SendFiles/RecvFiles&lt;/code&gt; operators (that is, recover-by-container plan) total number of files to send/receive.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;Hadoop FS bytes read through webhdfs&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[Scan, Load]&lt;/code&gt; Number of bytes read from a &lt;code&gt;webhdfs&lt;/code&gt; source.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;Hadoop FS bytes written through webhdfs&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[DataTarget]&lt;/code&gt; Number of bytes written to &lt;code&gt;webhdfs&lt;/code&gt; storage.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;Hadoop FS hdfs:// operations that used webhdfs calls&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[Scan, Load, DataTarget]&lt;/code&gt; Number of times the database opened a file with an hdfs:// URL and used the webhdfs protocol&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;Hadoop FS read operations  through webhdfs failure count&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[Scan, Load]&lt;/code&gt; Number of times a webhdfs source encountered an error and gave up&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;Hadoop FS read operations through webhdfs retry count&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[Scan, Load]&lt;/code&gt; Number of times a webhdfs source encountered an error and retried&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;Hadoop FS write operations through webhdfs failure count&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[DataTarget]&lt;/code&gt; Number of times a webhdfs write encountered an error and gave up&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;Hadoop FS write operations through webhdfs retry count&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[DataTarget]&lt;/code&gt; Number of times a webhdfs write encountered an error and retried&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;histogram creation time(µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[Analyze Statistics]&lt;/code&gt; Time spent estimating the number of distinct values from the sample after data is read off disk and into the statistical sample.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;initialization time (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Time in microseconds spent initializing an operator during the CompilePlan step of query processing. For example, initialization time could include the time spent compiling expressions and gathering resources.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;input queue wait (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Time in microseconds that an operator spends waiting for upstream operators.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;input rows&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Actual number of rows that were read into the operator.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;input size (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Total number of bytes of the &lt;code&gt;Load&lt;/code&gt; operator&#39;s input source, where NULL is unknown (read from FIFO).&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;inputs processed&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of sources processed by a Load operator.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;intermediate rows to process&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of rows to process in a phase as determined by a sort or &lt;code&gt;GROUP BY (HASH)&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;join inner clock time (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Real clock time spent on processing the inner input of the join operator.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;join inner completed mergephases&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;join inner cumulative size of raw temp data (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;join inner cumulative size of temp files (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;join inner current size of temp files (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;See the &lt;code&gt;completed merge phases&lt;/code&gt; counter.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;join inner execution time (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;The CPU clock time spent on processing the inner input of the join operator.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;join inner hash table building time (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Time spent for building the hash table for the inner input of the join operator.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;join inner hash table collisions&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of hash table collisions that occurred when building the hash table for the inner input of the join operator.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;join inner hash table entries&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of hash table entries for the inner input of the join operator.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;join inner total merge phases&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;See the &lt;code&gt;completed merge phases&lt;/code&gt; counter.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;join outer clock time (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Real clock time spent on processing the outer input of the join operator (including doing the join).&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;join outer execution time (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;CPU clock time spent on processing the outer input of the join operator (including doing the join).&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;max sample size (rows)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[Analyze Statistics]&lt;/code&gt; Maximum number of rows that will be stored in the statistical sample.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;memory reserved (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Memory reserved by this operator. Deprecated.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;network wait (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[NetworkSend, NetworkRecv]&lt;/code&gt; Time in microseconds spent waiting on the network.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;number of bytes read from persistent storage&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Estimated number of bytes read from persistent storage to process this query.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;number of bytes read from depot storage&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Estimated number of bytes read from the depot to process this query.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;number of cancel requests received&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of cancel requests received (per operator) when cancelling a call to the execution engine.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;number of invocations&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of times a UDSF function was invoked.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;number of storage containers opened&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[Scan]&lt;/code&gt; Number of containers opened by the operator, at least 1. If the scan operator switches containers, this counter increases accordingly. See &lt;a href=&#34;../../../../en/eon/local-caching-of-storage-containers/#&#34;&gt;Local caching of storage containers&lt;/a&gt; for details.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;output queue wait (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Time in microseconds that an operator spends waiting for the output buffer to be consumed by a downstream operator.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;peak allocated rid memory (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Per-rid memory tracking: peak allocation amount under this rid.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;peak cooperating threads&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Peak number of threads which parsed (in parallel) a single load source, using &amp;quot;cooperative parse.&amp;quot; &lt;code&gt;counter_tag&lt;/code&gt; indicates the source when joining with &lt;code&gt;dc_load_events&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;peak file handles&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;peak memory allocations (count)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;peak memory capacity (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;peak memory overhead (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;peak memory padding (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;peak memory requested (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;peak temp space&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;peak threads&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;peak unbalanced memory allocations (count)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;peak unbalanced memory capacity (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;peak unbalanced memory overhead (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;peak unbalanced memory padding (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;peak unbalanced memory requested (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Peak value of the corresponding &amp;quot;current XXX&amp;quot; counters.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;portion offset&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Offset value of a portion descriptor in an apportioned load. &lt;code&gt;counter_tag&lt;/code&gt; indicates the source when joining with &lt;code&gt;dc_load_events&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;portion size&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Size value of a portion descriptor in an apportioned load.  &lt;code&gt;counter_tag&lt;/code&gt; indicates the source when joining with &lt;code&gt;dc_load_events&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;producer stall (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[NetworkSend]&lt;/code&gt; Time in microseconds spent by &lt;code&gt;NetworkSend&lt;/code&gt; when stalled waiting for network buffers to clear.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;producer wait (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[NetworkSend]&lt;/code&gt; Time in microseconds spent by the input operator making rows to send.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;read (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of bytes read from the input source by the &lt;code&gt;Load&lt;/code&gt; operator.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;receive time (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Time in microseconds that a &lt;code&gt;Recv&lt;/code&gt; operator spends reading data from its socket.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rejected data cumulative size of raw temp data (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;rejected data cumulative size of temp files (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;rejected data current sizeof temp files (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;rejected rows cumulative size of raw temp data (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;rejected rows cumulative size of temp files (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dt&gt;&lt;code&gt;rejected rows current size of temp files (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Counters that store total or current size of rejected row numbers. Are variants of:&lt;/dd&gt;
&lt;dd&gt;&lt;ul&gt;
&lt;li&gt;&lt;code&gt;cumulative size of raw temp data (bytes)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;dd&gt;&lt;ul&gt;
&lt;li&gt;&lt;code&gt;cumulative size of temp files (bytes)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;dd&gt;&lt;ul&gt;
&lt;li&gt;&lt;code&gt;current size of temp files (bytes)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;reserved rid memory (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Per-rid memory tracking: total memory reservation under this rid.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rle rows produced&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of physical tuples produced by an operator. Complements the &lt;code&gt;rows produced&lt;/code&gt; counter, which shows the number of logical rows produced by an operator. For example, if a value occurs 1000 rows consecutively and is RLE encoded, it counts as 1000 &lt;code&gt;rows produced&lt;/code&gt; not only 1 &lt;code&gt;rle rows produced&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;ROS blocks bounded&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[DataTarget]&lt;/code&gt; Number of ROS blocks created, due to boundary alignment with RLE prefix columns, when an EE DataTarget operator is writing to ROS containers.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;ROS blocks encoded&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[DataTarget]&lt;/code&gt; Number of ROS blocks created when an EE DataTarget operator is writing to ROS containers.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;ROS bytes written&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[DataTarget]&lt;/code&gt; Number of bytes written to disk when an EE DataTarget operator is writing to ROS containers.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows added by predicate analysis&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of rows in the query results that were added without individual evaluation, based on the predicate and range of possible results in a block.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows filtered by SIPs expression&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of rows filtered by the SIPS expression from the Scan operator.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows filtered by query predicate&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of rows excluded from query results because they failed a condition (predicate), for example in a WHERE clause.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows in sample&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[Analyze Statistics]&lt;/code&gt; Actual number of rows that will be stored in the statistical sample.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows output by sort&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[DataTarget]&lt;/code&gt; Number of rows sorted when an EE DataTarget operator is writing to ROS containers.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows processed&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[DataSource]&lt;/code&gt; Number of rows processed when an EE DataSource operator is reading from ROS containers.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows processed by SIPs expression&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of rows processed by the SIPS expression in the Scan operator.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows produced&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of logical rows produced by an operator. See also the &lt;code&gt;rle rows produced&lt;/code&gt; counter.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows pruned by query predicates&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of rows discarded from query results because, based on predicates and value ranges, no row in the block could satisfy the predicate.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows pruned by valindex&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[DataSource]&lt;/code&gt; Number of rows it skips direct scanning with help of valindex when an EE DataSource operator is writing to ROS containers. This counter&#39;s value is not greater than &amp;quot;rows processed&amp;quot; counter.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows read in sort&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;See the counter &lt;code&gt;total rows read in sort&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows received&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[NetworkRecv]&lt;/code&gt; Number of received sent over the network.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows rejected&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of rows rejected by the &lt;code&gt;Load&lt;/code&gt; operator.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows sent&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[NetworkSend]&lt;/code&gt; Number of rows sent over the network.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows to process&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Total number of rows to be processed in a phase, based upon the number of table accesses. Compare to the counter, &lt;code&gt;rows processed&lt;/code&gt;. Divide the rows processed value by the rows to process value for percent completion.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows written in join sort&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Total number of rows being read out of the sort facility in Join.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;rows written in sort&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of rows read out of the sort by the SortManager. This counter and the counter total rows read from sort are typically equal.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;send time (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Time in microseconds that a &lt;code&gt;Send&lt;/code&gt; operator spends writing data to its socket.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;start time&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Time (timestamp) when the database started to process the operation.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;total merge phases&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of merge phases an &lt;code&gt;LSort&lt;/code&gt; or &lt;code&gt;DataTarget&lt;/code&gt; operator must complete to finish sorting its data. NULL until the operator can compute this value (all data must first be ingested by the operator). Variants on this value include &lt;code&gt;join inner total merge phases&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;total rows read in join sort&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Total number of rows being put into the sort facility in Join.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;total rows read in sort total&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Total number of rows ingested into the sort by the SortManager. This counter and the counter rows written in sort are typically equal.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;total rows written in sort&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;See the counter, &lt;code&gt;rows written in sort&lt;/code&gt;.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;total sources&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Total number of distinct input sources processed in a load.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;unpacked (bytes)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Number of bytes produced by a compressed source in a load (for example, for a gzip file, the size of the file when decompressed).&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;wait clock time (µs)&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;StorageUnion wait time in microseconds.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;written rows&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;code&gt;[DataTarget]&lt;/code&gt; Number of rows written when an EE DataTarget operator writes to ROS containers&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;p&gt;The two queries below show the contents of the EXECUTION_ENGINE_PROFILES table:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT operator_name, operator_id, counter_name, counter_value
    FROM EXECUTION_ENGINE_PROFILES WHERE operator_name = &amp;#39;Scan&amp;#39;
    ORDER BY counter_value DESC;
 operator_name | operator_id | counter_name |  counter_value
---------------+-------------+--------------+------------------
 Scan          |          20 | end time     | 1559929719983785
 Scan          |          20 | start time   | 1559929719983737
 Scan          |          18 | end time     | 1559929719983358
 Scan          |          18 | start time   | 1559929718069860
 Scan          |          16 | end time     | 1559929718069319
 Scan          |          16 | start time   | 1559929718069188
 Scan          |          14 | end time     | 1559929718068611
 Scan          |          18 | end time     | 1559929717579145
 Scan          |          18 | start time   | 1559929717579083
 Scan          |          16 | end time     | 1559929717578509
 Scan          |          18 | end time     | 1559929717379346
 Scan          |          18 | start time   | 1559929717379307
 Scan          |          16 | end time     | 1559929717378879
 Scan          |          16 | start time   | 1559929716894312
 Scan          |          14 | end time     | 1559929716893599
 Scan          |          14 | start time   | 1559929716893501
 Scan          |          12 | end time     | 1559929716892721
 Scan          |          16 | start time   | 1559929716666110
...

=&amp;gt; SELECT DISTINCT counter_name FROM execution_engine_profiles;
                    counter_name
-----------------------------------------------------
 reserved rid memory (bytes)
 rows filtered by SIPs expression
 rows output by sort
 chunk rows scanned squared
 join inner execution time (us)
 current unbalanced memory requested (bytes)
 clock time (us)
 join outer clock time (us)
 exception handling execution time (us)
 peak memory capacity (bytes)
 bytes received
 peak memory requested (bytes)
 send time (us)
 ROS blocks encoded
 current size of temp files (bytes)
 peak memory allocations (count)
 current unbalanced memory overhead (bytes)
 rows segmented
...
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The following query includes the &lt;code&gt;path_id&lt;/code&gt; column, which links the path that the query optimizer takes (via the EXPLAIN command&#39;s textual output) with join error messages.
&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT operator_name, path_id, counter_name, counter_value FROM execution_engine_profiles where operator_name = &amp;#39;Join&amp;#39;;
 operator_name | path_id |                    counter_name                     |  counter_value
---------------+---------+-----------------------------------------------------+------------------
 Join          |      64 | current memory allocations (count)                  |                0
 Join          |      64 | peak memory allocations (count)                     |               57
 Join          |      64 | current memory requested (bytes)                    |                0
 Join          |      64 | peak memory requested (bytes)                       |          1698240
 Join          |      64 | current memory overhead (bytes)                     |                0
 Join          |      64 | peak memory overhead (bytes)                        |                0
 Join          |      64 | current memory padding (bytes)                      |                0
 Join          |      64 | peak memory padding (bytes)                         |           249840
 Join          |      64 | current memory capacity (bytes)                     |                0
 Join          |      64 | peak memory capacity (bytes)                        |           294912
 Join          |      64 | current unbalanced memory allocations (count)       |              145
 Join          |      64 | peak unbalanced memory allocations (count)          |              146
 Join          |      64 | current unbalanced memory requested (bytes)         |           116506
 Join          |      64 | peak unbalanced memory requested (bytes)            |          1059111
 Join          |      64 | current unbalanced memory overhead (bytes)          |             3120
 Join          |      64 | peak unbalanced memory overhead (bytes)             |             3120
...
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;see-also&#34;&gt;See also&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/admin/profiling-db-performance/#&#34;&gt;Profiling database performance&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/sql-reference/system-tables/v-monitor-schema/query-consumption/#&#34;&gt;QUERY_CONSUMPTION&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: EXTERNAL_TABLE_DETAILS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/external-table-details/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/external-table-details/</guid>
      <description>
        
        
        &lt;p&gt;Returns the amount of disk storage used by the source files backing external tables in the database. The information in this system table is useful in determining Hadoop license compliance.&lt;/p&gt;
&lt;p&gt;When computing the size of an external table, OpenText™ Analytics Database counts all data found in the location specified by the COPY FROM clause. If you have a directory that contains ORC and delimited files, for example, and you define your external table with &amp;quot;COPY FROM *&amp;quot; instead of &amp;quot;COPY FROM *.orc&amp;quot;, this table includes the size of the delimited files. (You would probably also encounter errors when querying that external table.) When you query this system table, the database does not validate your table definition; it just uses the path to find files to report.&lt;/p&gt;
&lt;p&gt;Restrict your queries to filter by schema, table, or format to avoid expensive queries. the database calculates the values in this table at query time, so &amp;quot;SELECT *&amp;quot; accesses every input file contributing to every external table.&lt;/p&gt;
&lt;p&gt;Predicates in queries may use only the TABLE_SCHEMA, TABLE_NAME, and SOURCE_FORMAT columns. Values are case-sensitive.&lt;/p&gt;
&lt;p&gt;This table includes TEMP external tables.&lt;/p&gt;
&lt;p&gt;This table reports only data that the current user can read. To include all the data backing external tables, either query this table as a user that has access to all HDFS data or use a session delegation token that grants this access. For more information about using delegation tokens, see &lt;a href=&#34;../../../../en/hadoop-integration/accessing-kerberized-hdfs-data/#&#34;&gt;Accessing kerberized HDFS data&lt;/a&gt;.&lt;/p&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;SCHEMA_OID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;
The unique identification number of the schema in which the external table resides.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TABLE_NAMESPACE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
For Eon Mode databases, &lt;a href=&#34;../../../../en/architecture/eon-concepts/shards-and-subscriptions/&#34;&gt;namespace&lt;/a&gt; that contains the external table.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TABLE_SCHEMA&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;



&lt;p&gt;The name of the schema in which the external table resides.&lt;/p&gt;
&lt;p&gt;If the schema belongs to a non-default namespace in an Eon Mode database, the schema name is front-qualified with the name of the schema&#39;s namespace. For example, &lt;code&gt;n1.s&lt;/code&gt; refers to schema &lt;code&gt;s&lt;/code&gt; in namespace &lt;code&gt;n1&lt;/code&gt;.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TABLE_OID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;
A unique numeric ID assigned by the database catalog that identifies the table.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TABLE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
The table name.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;SOURCE_FORMAT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
The data format the source file used, one of ORC, PARQUET, DELIMITED, USER DEFINED, or NULL if another format.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TOTAL_FILE_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;
The number of files used to store this table&#39;s data, expanding globs and partitions.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TOTAL_FILE_SIZE_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;
Total number of bytes used by all of this table&#39;s data files.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;SOURCE_STATEMENT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
The load statement used to copy data from the source files.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;FILE_ACCESS_ERROR&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;
The access error returned during the source statement. NULL, if there was no access error during the source statement.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;


      </description>
    </item>
    
    <item>
      <title>Sql-Reference: HEALTH_WATCHDOG_BLOCKED_TRANSACTIONS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/health-watchdog-blocked-transactions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/health-watchdog-blocked-transactions/</guid>
      <description>
        
        
        &lt;p&gt;Provides detailed information about transactions blocked by the Heath Watchdog.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Name of the node.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;BLOCK_START_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
TIMESTAMP&lt;/td&gt; 

&lt;td &gt;
Time when the transaction was blocked.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;TRANSACTION_DESCRIPTION&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The description of the transaction that was blocked.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;BLOCK_TYPE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Lists the health metric that initiated the block.&lt;/td&gt;&lt;/tr&gt;

&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;privileges&#34;&gt;Privileges&lt;/h2&gt;
&lt;p&gt;None&lt;/p&gt;
&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;verticadb21249=&amp;gt; select * from health_watchdog_blocked_transactions;
 node_name |       block_start_time        |                          transaction_description                          |    block_type   
-----------+-------------------+-------------------------------+---------------------------------------------------------------------------+------------------
 initiator | 2024-06-17 22:24:08.636447-04 | Txn: a00000000000de &amp;#39;create table table_t2(b int, c varchar(10), a int);&amp;#39; | GCLX QUEUE BLOAT
 initiator | 2024-06-17 22:28:43.340537-04 | Txn: a00000000000e9 &amp;#39;create table table_t3(b int, c varchar(10), a int);&amp;#39; | GCLX QUEUE BLOAT
(2 rows)
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;see-also&#34;&gt;See also&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../../../en/admin/monitoring/health-watchdog/&#34;&gt;Health Watchdog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/cluster-functions/check-cluster-health/#&#34;&gt;CHECK_CLUSTER_HEALTH&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: HIVE_CUSTOM_PARTITIONS_ACCESSED</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/hive-custom-partitions-accessed/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/hive-custom-partitions-accessed/</guid>
      <description>
        
        
        &lt;p&gt;This table provides information about all custom locations for Hive partition data that OpenText™ Analytics Database has accessed. It applies when Hive uses a non-default location for partition data, the HCatalog Connector is used to access that data, and the &lt;a href=&#34;../../../../en/sql-reference/statements/create-statements/create-hcatalog-schema/#&#34;&gt;CREATE HCATALOG SCHEMA&lt;/a&gt; statement for the schema sets the CUSTOM_PARTITIONS parameter.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;ACCESS_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


TIMESTAMPTZ&lt;/td&gt; 

&lt;td &gt;


Time when the database accessed the partition data.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;ACCESS_NODE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR(128)&lt;/td&gt; 

&lt;td &gt;


Name of the node that performed the access.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;TRANSACTION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
INTEGER&lt;/td&gt; 

&lt;td &gt;
Identifier for the query that produced the access.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;FILESYSTEM&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR(128)&lt;/td&gt; 

&lt;td &gt;
File system of the partition data. This value is the scheme portion of the URL.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;AUTHORITY&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR(128)&lt;/td&gt; 

&lt;td &gt;
If the file system is HDFS, this value is the nameservice. If the file system is S3, it is the name of the bucket.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;URL&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
VARCHAR(6400)&lt;/td&gt; 

&lt;td &gt;
Full path to the partition.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;privileges&#34;&gt;Privileges&lt;/h2&gt;
&lt;p&gt;No explicit permissions are required; however, users see only the records that correspond to schemas they have permissions to access.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: HOST_RESOURCES</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/host-resources/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/host-resources/</guid>
      <description>
        
        
        &lt;p&gt;Provides a snapshot of the node. This is useful for regularly polling the node with automated tools or scripts.&lt;/p&gt;
&lt;p&gt;
&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;HOST_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The host name for which information is listed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;OPEN_FILES_LIMIT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The maximum number of files that can be open at one time on the node.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;THREADS_LIMIT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The maximum number of threads that can coexist on the node.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;CORE_FILE_LIMIT_MAX_SIZE_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The maximum core file size allowed on the node.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;PROCESSOR_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The number of system processors.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;PROCESSOR_CORE_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The number of processor cores in the system.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;PROCESSOR_DESCRIPTION&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


A description of the processor. For example: Inter(R) Core(TM)2 Duo CPU T8100 @2.10GHz (1 row)&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;OPENED_FILE_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The total number of open files on the node.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;OPENED_SOCKET_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The total number of open sockets on the node.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;OPENED_NONFILE_NONSOCKET_COUNT&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The total number of &lt;em&gt;other&lt;/em&gt; file descriptions open in which &#39;other&#39; could be a directory or FIFO. It is not an open file or socket.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TOTAL_MEMORY_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The total amount of physical RAM, in bytes, available on the system.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TOTAL_MEMORY_FREE_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The amount of physical RAM, in bytes, left unused by the system.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TOTAL_BUFFER_MEMORY_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The amount of physical RAM, in bytes, used for file buffers on the system&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TOTAL_MEMORY_CACHE_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The amount of physical RAM, in bytes, used as cache memory on the system.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TOTAL_SWAP_MEMORY_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The total amount of swap memory available, in bytes, on the system.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TOTAL_SWAP_MEMORY_FREE_BYTES&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The total amount of swap memory free, in bytes, on the system.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;DISK_SPACE_FREE_MB&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The free disk space available, in megabytes, for all storage location file systems (data directories).&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;DISK_SPACE_USED_MB&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The disk space used, in megabytes, for all storage location file systems.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;DISK_SPACE_TOTAL_MB&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The total free disk space available, in megabytes, for all storage location file systems.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;/p&gt;
&lt;h2 id=&#34;examples&#34;&gt;Examples&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT * FROM HOST_RESOURCES;
-[ RECORD 1 ]------------------+------------------------------------------
host_name                      | 10.20.100.247
open_files_limit               | 65536
threads_limit                  | 3833
core_file_limit_max_size_bytes | 0
processor_count                | 2
processor_core_count           | 2
processor_description          | Intel(R) Xeon(R) CPU E5-2695 v2 @ 2.40GHz
opened_file_count              | 8
opened_socket_count            | 15
opened_nonfile_nonsocket_count | 7
total_memory_bytes             | 4018823168
total_memory_free_bytes        | 126550016
total_buffer_memory_bytes      | 191803392
total_memory_cache_bytes       | 2418753536
total_swap_memory_bytes        | 2147479552
total_swap_memory_free_bytes   | 2145771520
disk_space_free_mb             | 18238
disk_space_used_mb             | 30013
disk_space_total_mb            | 48251
-[ RECORD 2 ]------------------+------------------------------------------
host_name                      | 10.20.100.248
open_files_limit               | 65536
threads_limit                  | 3833
core_file_limit_max_size_bytes | 0
processor_count                | 2
processor_core_count           | 2
processor_description          | Intel(R) Xeon(R) CPU E5-2695 v2 @ 2.40GHz
opened_file_count              | 8
opened_socket_count            | 9
opened_nonfile_nonsocket_count | 7
total_memory_bytes             | 4018823168
total_memory_free_bytes        | 356466688
total_buffer_memory_bytes      | 327278592
total_memory_cache_bytes       | 2744279040
total_swap_memory_bytes        | 2147479552
total_swap_memory_free_bytes   | 2147479552
disk_space_free_mb             | 37102
disk_space_used_mb             | 11149
disk_space_total_mb            | 48251
-[ RECORD 3 ]------------------+------------------------------------------
host_name                      | 10.20.100.249
open_files_limit               | 65536
threads_limit                  | 3833
core_file_limit_max_size_bytes | 0
processor_count                | 2
processor_core_count           | 2
processor_description          | Intel(R) Xeon(R) CPU E5-2695 v2 @ 2.40GHz
opened_file_count              | 8
opened_socket_count            | 9
opened_nonfile_nonsocket_count | 7
total_memory_bytes             | 4018823168
total_memory_free_bytes        | 241610752
total_buffer_memory_bytes      | 309395456
total_memory_cache_bytes       | 2881675264
total_swap_memory_bytes        | 2147479552
total_swap_memory_free_bytes   | 2147479552
disk_space_free_mb             | 37430
disk_space_used_mb             | 10821
disk_space_total_mb            | 48251
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Sql-Reference: IO_USAGE</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/io-usage/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/io-usage/</guid>
      <description>
        
        
        &lt;p&gt;Provides disk I/O bandwidth usage history for the system.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


Name of the node that is reporting the requested information.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;START_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


TIMESTAMP&lt;/td&gt; 

&lt;td &gt;


Beginning of history interval.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;END_TIME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


TIMESTAMP&lt;/td&gt; 

&lt;td &gt;


End of history interval.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;READ_KBYTES_PER_SEC&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


FLOAT&lt;/td&gt; 

&lt;td &gt;


Counter history of the number of bytes read measured in kilobytes per second.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
&lt;code&gt;WRITTEN_KBYTES_PER_SEC&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


FLOAT&lt;/td&gt; 

&lt;td &gt;


Counter history of the number of bytes written measured in kilobytes per second.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;privileges&#34;&gt;Privileges&lt;/h2&gt;
&lt;p&gt;Superuser&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Sql-Reference: LDAP_LINK_DRYRUN_EVENTS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/ldap-link-dryrun-events/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/ldap-link-dryrun-events/</guid>
      <description>
        
        
        &lt;p&gt;Collects the results from LDAP dry run meta-functions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/ldap-link-functions/ldap-link-dryrun-connect/#&#34;&gt;LDAP_LINK_DRYRUN_CONNECT&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/ldap-link-functions/ldap-link-dryrun-search/#&#34;&gt;LDAP_LINK_DRYRUN_SEARCH&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/sql-reference/functions/management-functions/ldap-link-functions/ldap-link-dryrun-sync/#&#34;&gt;LDAP_LINK_DRYRUN_SYNC&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For detailed instructions on using these meta-functions, see &lt;a href=&#34;../../../../en/security-and-authentication/ldap-link-service/configuring-ldap-link-with-dry-runs/#&#34;&gt;Configuring LDAP link with dry runs&lt;/a&gt;.&lt;/p&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
EVENT_TIMESTAMP&lt;/td&gt; 

&lt;td &gt;
TIMESTAMP&lt;/td&gt; 

&lt;td &gt;
The date and time of an LDAP server and OpenText™ Analytics Database LDAP Link interaction.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
NODE_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The clerk node.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SESSION_ID&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The identification number of the LDAP Link session.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
USER_ID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The unique, system-generated user identification number.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
USER_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the user for which the information is listed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
TRANSACTION_ID&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The system-generated transaction identification number. Is NULL if a transaction id does not exist.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
EVENT_TYPE&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The result of a dry run.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ENTRY_NAME&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the object on which the event occurred, if applicable. For example, the event SYNC-STARTED does not use an object.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
ROLE_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The name of a role.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
LDAPURIHASH&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The URI hash number for the LDAP user.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
LDAP_URI&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The URI for the LDAP server.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
BIND_DN&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The Distinguished Name used for the dry run bind.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
FILTER_GROUP&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The group attribute passed to the dry run meta-functions as LDAPLinkFilterGroup.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
FILTER_USER&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The user attribute passed to the dry run meta-functions as LDAPLinkFilterUser.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
LINK_SCOPE&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The DN level to replicate, passed to the dry run meta-functions as LDAPLinkScope.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
SEARCH_BASE&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The DN level from which LDAP Link begins the search, passed to the dry run meta-functions as LDAPLinkSearchBase.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
GROUP_MEMBER&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
Identifies the members of an LDAP group, passed to the dry run meta-functions as LDAPLinkGroupMembers.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
GROUP_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The LDAP field to use when creating a role name in the database, passed to the dry run meta-functions as LDAPLinkGroupName.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
LDAP_USER_NAME&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The attribute that identifies individual users, passed to the dry run meta-functions as LDAPLinkUserName.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
TLS_REC_CERT&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The connection policy used for the dry run connection for certificate management. This connection policy is set through the &lt;a href=&#34;../../../../en/security-and-authentication/ldap-link-service/tls-ldap-link/&#34;&gt;LDAPLink TLS Configuration&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
TLS_CA_CERT&lt;/td&gt; 

&lt;td &gt;
VARCHAR&lt;/td&gt; 

&lt;td &gt;
The CA certificate used for the dry run connection specified by the &lt;a href=&#34;../../../../en/security-and-authentication/ldap-link-service/tls-ldap-link/&#34;&gt;LDAPLink TLS Configuration&lt;/a&gt;.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;


      </description>
    </item>
    
    <item>
      <title>Sql-Reference: LDAP_LINK_EVENTS</title>
      <link>/en/sql-reference/system-tables/v-monitor-schema/ldap-link-events/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/sql-reference/system-tables/v-monitor-schema/ldap-link-events/</guid>
      <description>
        
        
        &lt;p&gt;Monitors events that occurred during an LDAP Link synchronization.&lt;/p&gt;

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Column Name&lt;/th&gt; 

&lt;th &gt;
Data Type&lt;/th&gt; 

&lt;th &gt;
Description&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_TIMESTAMP&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;
TIMESTAMP&lt;/td&gt; 

&lt;td &gt;
The time the event occurred.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;NODE_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the node or nodes for which the information is listed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;SESSION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The identification number of the LDAP Link session.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;USER_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The unique, system-generated user identification number.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;USER_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the user for which the information is listed.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;TRANSACTION_ID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The system-generated transaction identification number. Is NULL if a transaction id does not exist.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;EVENT_TYPE&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The type of event being logged, for example USER_CREATED and PROCESSING_STARTED.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;ENTRY_NAME&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


VARCHAR&lt;/td&gt; 

&lt;td &gt;


The name of the object on which the event occurred, if applicable. For example, the event SYNC-STARTED does not use an object.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;ENTRY_OID&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The unique identification number for the object on which the event occurred, if applicable.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;


&lt;code&gt;LDAPURIHASH&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


INTEGER&lt;/td&gt; 

&lt;td &gt;


The URI hash number for the LDAP user.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;


      </description>
    </item>
    
  </channel>
</rss>
