SCAN_QUERIES
Scan queries
This is a legacy Apache Ignite documentationThe new documentation is hosted here: https://ignite.apache.org/docs/latest/
This view exposes information about currently running scan queries.
NAME | TYPE | DESCRIPTION |
|---|---|---|
ORIGIN_NODE_ID | UUID | Node id started query |
QUERY_ID | long | Query ID |
CACHE_NAME | string | Cache name |
CACHE_ID | int | Cache ID |
CACHE_GROUP_ID | int | Cache group ID |
CACHE_GROUP_NAME | string | Cache group name |
START_TIME | long | Query start time |
DURATION | long | Query duration |
CANCELED | boolean | True if canceled |
FILTER | string | toString representation of filter |
KEEP_BINARY | boolean | True if keepBinary enabled |
LOCAL | boolean | True if query local only |
PAGE_SIZE | int | Page size |
PARTITION | int | Query partition ID |
SUBJECT_ID | UUID | User ID started query |
TASK_NAME | string | |
TOPOLOGY | string | Topology version |
TRANSFORMER | string | toString representation of transformer |
Updated 9 months ago
