This is an automated email from the ASF dual-hosted git repository.

alex-plekhanov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a0c58db89f IGNITE-28682 SQL: Document map query flag in system view 
(#13139)
2a0c58db89f is described below

commit 2a0c58db89f10c60aa23f123148454efbee56da5
Author: Aleksandr Chesnokov <[email protected]>
AuthorDate: Fri May 15 11:11:46 2026 +0300

    IGNITE-28682 SQL: Document map query flag in system view (#13139)
---
 docs/_docs/monitoring-metrics/system-views.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/_docs/monitoring-metrics/system-views.adoc 
b/docs/_docs/monitoring-metrics/system-views.adoc
index b1f5d4d2082..346cdc8268d 100644
--- a/docs/_docs/monitoring-metrics/system-views.adoc
+++ b/docs/_docs/monitoring-metrics/system-views.adoc
@@ -497,6 +497,7 @@ This view exposes information about currently running SQL 
queries.
 |START_TIME | date | Query start time
 |DURATION | long | Query execution duration
 |INITIATOR_ID | string | User defined query initiator ID
+|MAP_QUERY | boolean | True if query is H2 map query
 |LOCAL | boolean | True if local only
 |SCHEMA_NAME | string | Schema name
 |SUBJECT_ID | UUID | The subject ID of the entity that initiated the query

Reply via email to