Query memory.
More...
#include <stats.h>
|
| int32_t | count |
| | Number of queries.
|
| |
| int32_t | cached_count |
| | Number of queries with caches.
|
| |
| ecs_size_t | bytes_query |
| | Bytes used by ecs_query_impl_t struct.
|
| |
| ecs_size_t | bytes_cache |
| | Bytes used by query cache.
|
| |
| ecs_size_t | bytes_group_by |
| | Bytes used by query cache groups (excludes cache elements).
|
| |
| ecs_size_t | bytes_order_by |
| | Bytes used by table_slices.
|
| |
| ecs_size_t | bytes_plan |
| | Bytes used by query plan.
|
| |
| ecs_size_t | bytes_terms |
| | Bytes used by terms array.
|
| |
| ecs_size_t | bytes_misc |
| | Bytes used by remaining misc arrays.
|
| |
Query memory.
Definition at line 539 of file stats.h.
◆ bytes_cache
| ecs_size_t ecs_query_memory_t::bytes_cache |
Bytes used by query cache.
Definition at line 543 of file stats.h.
◆ bytes_group_by
| ecs_size_t ecs_query_memory_t::bytes_group_by |
Bytes used by query cache groups (excludes cache elements).
Definition at line 544 of file stats.h.
◆ bytes_misc
| ecs_size_t ecs_query_memory_t::bytes_misc |
Bytes used by remaining misc arrays.
Definition at line 548 of file stats.h.
◆ bytes_order_by
| ecs_size_t ecs_query_memory_t::bytes_order_by |
Bytes used by table_slices.
Definition at line 545 of file stats.h.
◆ bytes_plan
| ecs_size_t ecs_query_memory_t::bytes_plan |
Bytes used by query plan.
Definition at line 546 of file stats.h.
◆ bytes_query
| ecs_size_t ecs_query_memory_t::bytes_query |
Bytes used by ecs_query_impl_t struct.
Definition at line 542 of file stats.h.
◆ bytes_terms
| ecs_size_t ecs_query_memory_t::bytes_terms |
Bytes used by terms array.
Definition at line 547 of file stats.h.
◆ cached_count
| int32_t ecs_query_memory_t::cached_count |
Number of queries with caches.
Definition at line 541 of file stats.h.
◆ count
| int32_t ecs_query_memory_t::count |
Number of queries.
Definition at line 540 of file stats.h.
The documentation for this struct was generated from the following file: