Max level shown:
1 [ Feb 22 21:11:54 Enabled. ]
2 [ Feb 22 21:11:54 Rereading configuration. ]
3 [ Feb 22 21:11:56 Rereading configuration. ]
4 [ Feb 22 21:11:59 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Feb 22 21:11:59 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2025.02.22 21:12:00.251752 [ 1 ] {} <Information> Application: Will watch for the process with pid 24348
29 2025.02.22 21:12:00.252237 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.02.22 21:12:00.529761 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24348
31 2025.02.22 21:12:00.530630 [ 1 ] {} <Information> Application: starting up
32 2025.02.22 21:12:00.532840 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.02.22 21:12:00.633525 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.02.22 21:12:00.662716 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.02.22 21:12:00.662770 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.02.22 21:12:00.662783 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.02.22 21:12:00.662844 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.02.22 21:12:00.663229 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.02.22 21:12:00.664824 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2025.02.22 21:12:00.665639 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.02.22 21:12:00.666519 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2025.02.22 21:12:00.666545 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2025.02.22 21:12:00.666561 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.02.22 21:12:00.666729 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.02.22 21:12:00.667598 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.02.22 21:12:00.672850 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.02.22 21:12:00.673683 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.02.22 21:12:00.675016 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.02.22 21:12:00.675083 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.02.22 21:12:00.676654 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2025.02.22 21:12:00.677121 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.02.22 21:12:00.681848 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.02.22 21:12:00.682136 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.02.22 21:12:00.683713 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.02.22 21:12:00.684158 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.02.22 21:12:00.684600 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.02.22 21:12:00.684985 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.02.22 21:12:00.686365 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.02.22 21:12:00.686391 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.02.22 21:12:00.686448 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.02.22 21:12:00.686534 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.02.22 21:12:00.699233 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.02.22 21:12:00.699255 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000137191 sec
68 2025.02.22 21:12:00.699306 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.02.22 21:12:00.699322 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.02.22 21:12:00.700556 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.02.22 21:12:00.701713 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.02.22 21:12:00.715349 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.02.22 21:12:00.715398 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.02.22 21:12:00.715432 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.02.22 21:12:00.715444 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.02.22 21:12:00.715477 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.02.22 21:12:00.715498 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.02.22 21:12:00.718186 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.02.22 21:12:00.718229 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.02.22 21:12:00.718267 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.02.22 21:12:00.718458 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.02.22 21:12:00.718479 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.02.22 21:12:00.718515 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.02.22 21:12:00.718540 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.02.22 21:12:00.718553 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.02.22 21:12:00.718582 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.02.22 21:12:00.718605 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.02.22 21:12:00.747284 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.02.22 21:12:00.752101 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.02.22 21:12:00.752146 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.5111e-05 sec
91 2025.02.22 21:12:00.752161 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.02.22 21:12:00.752173 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.02.22 21:12:00.752198 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.02.22 21:12:00.752406 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.02.22 21:12:00.752452 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.02.22 21:12:00.752466 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.02.22 21:12:00.752477 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2025.02.22 21:12:00.752493 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.02.22 21:12:00.760065 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.02.22 21:12:00.760384 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.35 MiB
101 2025.02.22 21:12:00.761693 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.959e-05 sec.
102 2025.02.22 21:12:00.763018 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.02.22 21:12:00.763116 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.02.22 21:12:00.763133 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.02.22 21:12:00.843556 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54329
106 2025.02.22 21:12:00.843852 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.02.22 21:12:00.843923 [ 3 ] {} <Debug> TCP-Session: d749995f-f6fc-4325-9767-c6e42e3160ff Authenticating user 'default' from [fd00:1122:3344:101::c]:54329
108 2025.02.22 21:12:00.843960 [ 3 ] {} <Debug> TCP-Session: d749995f-f6fc-4325-9767-c6e42e3160ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.02.22 21:12:00.843985 [ 3 ] {} <Debug> TCP-Session: d749995f-f6fc-4325-9767-c6e42e3160ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.02.22 21:12:00.844081 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.02.22 21:12:00.844109 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2025.02.22 21:12:00.844137 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2025.02.22 21:12:00.844579 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46152
114 2025.02.22 21:12:00.844608 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43026
115 2025.02.22 21:12:00.844708 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2025.02.22 21:12:00.844754 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
117 2025.02.22 21:12:00.844764 [ 4 ] {} <Debug> TCP-Session: e574dba5-4682-47b5-bdde-bad261d1a0f8 Authenticating user 'default' from [fd00:1122:3344:101::c]:46152
118 2025.02.22 21:12:00.844823 [ 5 ] {} <Debug> TCP-Session: 28bfcf89-cc61-4ffa-b356-8eb314c600b6 Authenticating user 'default' from [fd00:1122:3344:101::c]:43026
119 2025.02.22 21:12:00.844832 [ 4 ] {} <Debug> TCP-Session: e574dba5-4682-47b5-bdde-bad261d1a0f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
120 2025.02.22 21:12:00.844863 [ 5 ] {} <Debug> TCP-Session: 28bfcf89-cc61-4ffa-b356-8eb314c600b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
121 2025.02.22 21:12:00.844897 [ 4 ] {} <Debug> TCP-Session: e574dba5-4682-47b5-bdde-bad261d1a0f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
122 2025.02.22 21:12:00.844904 [ 5 ] {} <Debug> TCP-Session: 28bfcf89-cc61-4ffa-b356-8eb314c600b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2025.02.22 21:12:00.845595 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55906
124 2025.02.22 21:12:00.845724 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2025.02.22 21:12:00.845743 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34648
126 2025.02.22 21:12:00.845767 [ 253 ] {} <Debug> TCP-Session: 9c32df6e-4d41-4b0f-beff-56ecf67601fd Authenticating user 'default' from [fd00:1122:3344:101::c]:55906
127 2025.02.22 21:12:00.845826 [ 253 ] {} <Debug> TCP-Session: 9c32df6e-4d41-4b0f-beff-56ecf67601fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
128 2025.02.22 21:12:00.845839 [ 253 ] {} <Debug> TCP-Session: 9c32df6e-4d41-4b0f-beff-56ecf67601fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
129 2025.02.22 21:12:00.845971 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
130 2025.02.22 21:12:00.845986 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40011
131 2025.02.22 21:12:00.846053 [ 254 ] {} <Debug> TCP-Session: 6f0e5b42-ee1b-4807-bc91-30eaf5c1e7a6 Authenticating user 'default' from [fd00:1122:3344:101::c]:34648
132 2025.02.22 21:12:00.846202 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38352
133 2025.02.22 21:12:00.846216 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
134 2025.02.22 21:12:00.846230 [ 254 ] {} <Debug> TCP-Session: 6f0e5b42-ee1b-4807-bc91-30eaf5c1e7a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2025.02.22 21:12:00.846326 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42765
136 2025.02.22 21:12:00.846389 [ 255 ] {} <Debug> TCP-Session: 76f089b1-651c-44d8-87d9-d010cc747b3a Authenticating user 'default' from [fd00:1122:3344:101::c]:40011
137 2025.02.22 21:12:00.846390 [ 254 ] {} <Debug> TCP-Session: 6f0e5b42-ee1b-4807-bc91-30eaf5c1e7a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
138 2025.02.22 21:12:00.846407 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
139 2025.02.22 21:12:00.846529 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
140 2025.02.22 21:12:00.846551 [ 256 ] {} <Debug> TCP-Session: 4284da1e-8790-4a32-b61a-06a5d82ec959 Authenticating user 'default' from [fd00:1122:3344:101::c]:38352
141 2025.02.22 21:12:00.846580 [ 255 ] {} <Debug> TCP-Session: 76f089b1-651c-44d8-87d9-d010cc747b3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
142 2025.02.22 21:12:00.846608 [ 257 ] {} <Debug> TCP-Session: 035abd1b-e0e6-42fc-89f9-0dbe7bc8044e Authenticating user 'default' from [fd00:1122:3344:101::c]:42765
143 2025.02.22 21:12:00.846673 [ 256 ] {} <Debug> TCP-Session: 4284da1e-8790-4a32-b61a-06a5d82ec959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2025.02.22 21:12:00.846690 [ 255 ] {} <Debug> TCP-Session: 76f089b1-651c-44d8-87d9-d010cc747b3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
145 2025.02.22 21:12:00.846706 [ 257 ] {} <Debug> TCP-Session: 035abd1b-e0e6-42fc-89f9-0dbe7bc8044e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
146 2025.02.22 21:12:00.846728 [ 256 ] {} <Debug> TCP-Session: 4284da1e-8790-4a32-b61a-06a5d82ec959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
147 2025.02.22 21:12:00.846780 [ 257 ] {} <Debug> TCP-Session: 035abd1b-e0e6-42fc-89f9-0dbe7bc8044e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.02.22 21:12:00.994606 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45804
149 2025.02.22 21:12:00.994770 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2025.02.22 21:12:00.994839 [ 258 ] {} <Debug> TCP-Session: c338c09c-e6f3-4117-96a9-48a9548895f7 Authenticating user 'default' from [fd00:1122:3344:101::a]:45804
151 2025.02.22 21:12:00.994866 [ 258 ] {} <Debug> TCP-Session: c338c09c-e6f3-4117-96a9-48a9548895f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.02.22 21:12:00.994885 [ 258 ] {} <Debug> TCP-Session: c338c09c-e6f3-4117-96a9-48a9548895f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.02.22 21:12:00.994973 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2025.02.22 21:12:00.995001 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
155 2025.02.22 21:12:00.995028 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2025.02.22 21:12:00.995387 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62986
157 2025.02.22 21:12:00.995450 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49953
158 2025.02.22 21:12:00.995711 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2025.02.22 21:12:00.995712 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2025.02.22 21:12:00.995771 [ 259 ] {} <Debug> TCP-Session: c63d3821-30dc-45a6-ace9-48b4525a075a Authenticating user 'default' from [fd00:1122:3344:101::a]:62986
161 2025.02.22 21:12:00.995785 [ 260 ] {} <Debug> TCP-Session: a257d157-8238-4914-9eda-d756e06ff8f2 Authenticating user 'default' from [fd00:1122:3344:101::a]:49953
162 2025.02.22 21:12:00.995819 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50726
163 2025.02.22 21:12:00.995842 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51389
164 2025.02.22 21:12:00.995872 [ 260 ] {} <Debug> TCP-Session: a257d157-8238-4914-9eda-d756e06ff8f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
165 2025.02.22 21:12:00.995857 [ 259 ] {} <Debug> TCP-Session: c63d3821-30dc-45a6-ace9-48b4525a075a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
166 2025.02.22 21:12:00.996138 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
167 2025.02.22 21:12:00.996157 [ 259 ] {} <Debug> TCP-Session: c63d3821-30dc-45a6-ace9-48b4525a075a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
168 2025.02.22 21:12:00.996194 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56813
169 2025.02.22 21:12:00.996221 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
170 2025.02.22 21:12:00.996223 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34341
171 2025.02.22 21:12:00.996131 [ 260 ] {} <Debug> TCP-Session: a257d157-8238-4914-9eda-d756e06ff8f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
172 2025.02.22 21:12:00.996265 [ 262 ] {} <Debug> TCP-Session: a29b6aff-25cb-440a-b64a-5747e388e84a Authenticating user 'default' from [fd00:1122:3344:101::a]:50726
173 2025.02.22 21:12:00.996521 [ 261 ] {} <Debug> TCP-Session: ce9da815-b411-42ea-8567-24133e27105f Authenticating user 'default' from [fd00:1122:3344:101::a]:51389
174 2025.02.22 21:12:00.996659 [ 261 ] {} <Debug> TCP-Session: ce9da815-b411-42ea-8567-24133e27105f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
175 2025.02.22 21:12:00.996667 [ 262 ] {} <Debug> TCP-Session: a29b6aff-25cb-440a-b64a-5747e388e84a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
176 2025.02.22 21:12:00.996684 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43487
177 2025.02.22 21:12:00.996706 [ 261 ] {} <Debug> TCP-Session: ce9da815-b411-42ea-8567-24133e27105f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
178 2025.02.22 21:12:00.996744 [ 262 ] {} <Debug> TCP-Session: a29b6aff-25cb-440a-b64a-5747e388e84a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
179 2025.02.22 21:12:00.996940 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
180 2025.02.22 21:12:00.996979 [ 265 ] {} <Debug> TCP-Session: 3dd12659-f1b2-437d-aa28-c780128eced0 Authenticating user 'default' from [fd00:1122:3344:101::a]:43487
181 2025.02.22 21:12:00.997011 [ 265 ] {} <Debug> TCP-Session: 3dd12659-f1b2-437d-aa28-c780128eced0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2025.02.22 21:12:00.997024 [ 265 ] {} <Debug> TCP-Session: 3dd12659-f1b2-437d-aa28-c780128eced0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
183 2025.02.22 21:12:00.997297 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
184 2025.02.22 21:12:00.997351 [ 264 ] {} <Debug> TCP-Session: 286f572e-a9e3-4c5b-9069-9b956e3b2c61 Authenticating user 'default' from [fd00:1122:3344:101::a]:56813
185 2025.02.22 21:12:00.997369 [ 264 ] {} <Debug> TCP-Session: 286f572e-a9e3-4c5b-9069-9b956e3b2c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
186 2025.02.22 21:12:00.997381 [ 264 ] {} <Debug> TCP-Session: 286f572e-a9e3-4c5b-9069-9b956e3b2c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
187 2025.02.22 21:12:00.998478 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
188 2025.02.22 21:12:00.998518 [ 263 ] {} <Debug> TCP-Session: 78eec9bb-ffb4-4f1f-8efa-0547fa4c35c0 Authenticating user 'default' from [fd00:1122:3344:101::a]:34341
189 2025.02.22 21:12:00.998537 [ 263 ] {} <Debug> TCP-Session: 78eec9bb-ffb4-4f1f-8efa-0547fa4c35c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2025.02.22 21:12:00.998566 [ 263 ] {} <Debug> TCP-Session: 78eec9bb-ffb4-4f1f-8efa-0547fa4c35c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2025.02.22 21:12:01.000146 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.23 MiB, peak 117.23 MiB, free memory in arenas 0.00 B, will set to 119.91 MiB (RSS), difference: 2.68 MiB
192 2025.02.22 21:12:01.005856 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55671
193 2025.02.22 21:12:01.006006 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
194 2025.02.22 21:12:01.006041 [ 266 ] {} <Debug> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55671
195 2025.02.22 21:12:01.006059 [ 266 ] {} <Debug> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
196 2025.02.22 21:12:01.006073 [ 266 ] {} <Debug> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2025.02.22 21:12:01.006138 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
198 2025.02.22 21:12:01.006165 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
199 2025.02.22 21:12:01.006198 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
200 2025.02.22 21:12:01.007390 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63512
201 2025.02.22 21:12:01.007466 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43848
202 2025.02.22 21:12:01.007757 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
203 2025.02.22 21:12:01.007773 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
204 2025.02.22 21:12:01.007816 [ 267 ] {} <Debug> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:63512
205 2025.02.22 21:12:01.007775 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46171
206 2025.02.22 21:12:01.007859 [ 268 ] {} <Debug> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43848
207 2025.02.22 21:12:01.007899 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42587
208 2025.02.22 21:12:01.007921 [ 267 ] {} <Debug> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
209 2025.02.22 21:12:01.007937 [ 268 ] {} <Debug> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
210 2025.02.22 21:12:01.008131 [ 267 ] {} <Debug> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
211 2025.02.22 21:12:01.008135 [ 268 ] {} <Debug> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
212 2025.02.22 21:12:01.009023 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
213 2025.02.22 21:12:01.009033 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
214 2025.02.22 21:12:01.009148 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43913
215 2025.02.22 21:12:01.009205 [ 270 ] {} <Debug> TCP-Session: c2754c7f-cc76-4ec2-9a4c-d3e5233ce5b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42587
216 2025.02.22 21:12:01.009246 [ 269 ] {} <Debug> TCP-Session: 90a9b8a6-a1dc-4ddc-8552-fd50fbff6462 Authenticating user 'default' from [fd00:1122:3344:101::d]:46171
217 2025.02.22 21:12:01.009271 [ 270 ] {} <Debug> TCP-Session: c2754c7f-cc76-4ec2-9a4c-d3e5233ce5b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
218 2025.02.22 21:12:01.010120 [ 270 ] {} <Debug> TCP-Session: c2754c7f-cc76-4ec2-9a4c-d3e5233ce5b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
219 2025.02.22 21:12:01.010189 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
220 2025.02.22 21:12:01.010188 [ 269 ] {} <Debug> TCP-Session: 90a9b8a6-a1dc-4ddc-8552-fd50fbff6462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
221 2025.02.22 21:12:01.010228 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
222 2025.02.22 21:12:01.010265 [ 271 ] {} <Debug> TCP-Session: 67283ec0-645e-43bf-95bb-99e56ed56bc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43913
223 2025.02.22 21:12:01.010282 [ 269 ] {} <Debug> TCP-Session: 90a9b8a6-a1dc-4ddc-8552-fd50fbff6462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
224 2025.02.22 21:12:01.010312 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52665
225 2025.02.22 21:12:01.010332 [ 271 ] {} <Debug> TCP-Session: 67283ec0-645e-43bf-95bb-99e56ed56bc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
226 2025.02.22 21:12:01.010222 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63337
227 2025.02.22 21:12:01.010586 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35160
228 2025.02.22 21:12:01.010606 [ 271 ] {} <Debug> TCP-Session: 67283ec0-645e-43bf-95bb-99e56ed56bc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
229 2025.02.22 21:12:01.010610 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
230 2025.02.22 21:12:01.010775 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
231 2025.02.22 21:12:01.011072 [ 273 ] {} <Debug> TCP-Session: e031858b-e4ec-479d-9390-a5d8cd88308f Authenticating user 'default' from [fd00:1122:3344:101::d]:52665
232 2025.02.22 21:12:01.011087 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
233 2025.02.22 21:12:01.011096 [ 272 ] {} <Debug> TCP-Session: 8d661aea-9758-4897-81fe-3c9199ed54d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63337
234 2025.02.22 21:12:01.011118 [ 273 ] {} <Debug> TCP-Session: e031858b-e4ec-479d-9390-a5d8cd88308f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
235 2025.02.22 21:12:01.011162 [ 274 ] {} <Debug> TCP-Session: 0219eb8f-2081-4565-8412-8c1cecbec12e Authenticating user 'default' from [fd00:1122:3344:101::d]:35160
236 2025.02.22 21:12:01.011174 [ 272 ] {} <Debug> TCP-Session: 8d661aea-9758-4897-81fe-3c9199ed54d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
237 2025.02.22 21:12:01.011204 [ 274 ] {} <Debug> TCP-Session: 0219eb8f-2081-4565-8412-8c1cecbec12e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
238 2025.02.22 21:12:01.011225 [ 272 ] {} <Debug> TCP-Session: 8d661aea-9758-4897-81fe-3c9199ed54d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
239 2025.02.22 21:12:01.011180 [ 273 ] {} <Debug> TCP-Session: e031858b-e4ec-479d-9390-a5d8cd88308f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
240 2025.02.22 21:12:01.011250 [ 274 ] {} <Debug> TCP-Session: 0219eb8f-2081-4565-8412-8c1cecbec12e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
241 2025.02.22 21:12:01.014445 [ 266 ] {130c1615-0c40-448e-83dc-4fc866c0d221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
242 2025.02.22 21:12:01.108123 [ 266 ] {130c1615-0c40-448e-83dc-4fc866c0d221} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55671) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
243 
244 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
245 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
246 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
247 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
248 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
249 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
250 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
251 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
252 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
253 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
254 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
255 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
256 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
257 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
258 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
259 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
260 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
261 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
262 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
263 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
264 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
265 
266 2025.02.22 21:12:01.110237 [ 266 ] {130c1615-0c40-448e-83dc-4fc866c0d221} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
267 
268 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
269 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
270 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
271 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
272 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
273 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
274 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
275 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
276 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
277 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
278 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
279 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
280 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
281 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
282 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
283 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
284 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
285 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
286 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
287 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
288 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
289 
290 2025.02.22 21:12:01.110389 [ 266 ] {130c1615-0c40-448e-83dc-4fc866c0d221} <Debug> TCPHandler: Processed in 0.102350868 sec.
291 2025.02.22 21:12:01.110906 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
292 2025.02.22 21:12:01.111149 [ 267 ] {453f6a4f-bb66-45cc-bb16-d652561e2343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
293 2025.02.22 21:12:01.111619 [ 267 ] {453f6a4f-bb66-45cc-bb16-d652561e2343} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63512) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
294 
295 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
296 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
297 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
298 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
299 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
300 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
301 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
302 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
303 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
304 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
305 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
306 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
307 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
308 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
309 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
310 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
311 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
312 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
313 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
314 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
315 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
316 
317 2025.02.22 21:12:01.111845 [ 267 ] {453f6a4f-bb66-45cc-bb16-d652561e2343} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
318 
319 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
320 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
321 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
322 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
323 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
324 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
325 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
326 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
327 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
328 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
329 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
330 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
331 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
332 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
333 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
334 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
335 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
336 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
337 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
338 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
339 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
340 
341 2025.02.22 21:12:01.112002 [ 267 ] {453f6a4f-bb66-45cc-bb16-d652561e2343} <Debug> TCPHandler: Processed in 0.001314565 sec.
342 2025.02.22 21:12:01.112345 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
343 2025.02.22 21:12:01.113790 [ 266 ] {ef810a5f-ed62-4521-98dd-19fe7e43009d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
344 2025.02.22 21:12:01.113906 [ 266 ] {ef810a5f-ed62-4521-98dd-19fe7e43009d} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
345 2025.02.22 21:12:01.115349 [ 266 ] {ef810a5f-ed62-4521-98dd-19fe7e43009d} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
346 2025.02.22 21:12:01.115371 [ 266 ] {ef810a5f-ed62-4521-98dd-19fe7e43009d} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5971e-05 sec
347 2025.02.22 21:12:01.115386 [ 266 ] {ef810a5f-ed62-4521-98dd-19fe7e43009d} <Trace> ReferentialDeps: No tables
348 2025.02.22 21:12:01.115408 [ 266 ] {ef810a5f-ed62-4521-98dd-19fe7e43009d} <Trace> LoadingDeps: No tables
349 2025.02.22 21:12:01.115440 [ 266 ] {ef810a5f-ed62-4521-98dd-19fe7e43009d} <Information> DatabaseAtomic (oximeter): Starting up tables.
350 2025.02.22 21:12:01.116058 [ 266 ] {ef810a5f-ed62-4521-98dd-19fe7e43009d} <Debug> TCPHandler: Processed in 0.003831314 sec.
351 2025.02.22 21:12:01.116280 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
352 2025.02.22 21:12:01.116521 [ 267 ] {c90c1c34-5689-4274-bc14-7cba15d43af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) /* The version table contains metadata about the `oximeter` database */
353 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
354 2025.02.22 21:12:01.116582 [ 267 ] {c90c1c34-5689-4274-bc14-7cba15d43af2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
355 2025.02.22 21:12:01.125983 [ 267 ] {c90c1c34-5689-4274-bc14-7cba15d43af2} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
356 2025.02.22 21:12:01.127463 [ 267 ] {c90c1c34-5689-4274-bc14-7cba15d43af2} <Debug> oximeter.version (1e515a07-f2db-413b-99f9-bd95bcdae583): Loading data parts
357 2025.02.22 21:12:01.128033 [ 267 ] {c90c1c34-5689-4274-bc14-7cba15d43af2} <Debug> oximeter.version (1e515a07-f2db-413b-99f9-bd95bcdae583): There are no data parts
358 2025.02.22 21:12:01.130766 [ 267 ] {c90c1c34-5689-4274-bc14-7cba15d43af2} <Debug> TCPHandler: Processed in 0.014552557 sec.
359 2025.02.22 21:12:01.131021 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
360 2025.02.22 21:12:01.131305 [ 266 ] {b5b4a071-a772-42d5-a870-ee78b9e0d508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) /* The measurement tables contain all individual samples from each timeseries.
361 *
362 * Each table stores a single datum type, and otherwise contains nearly the same
363 * structure. The primary sorting key is on the timeseries name, key, and then
364 * timestamp, so that all timeseries from the same schema are grouped, followed
365 * by all samples from the same timeseries.
366 *
367 * This reflects that one usually looks up the _key_ in one or more field table,
368 * and then uses that to index quickly into the measurements tables.
369 */
370 CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
371 2025.02.22 21:12:01.131454 [ 266 ] {b5b4a071-a772-42d5-a870-ee78b9e0d508} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
372 2025.02.22 21:12:01.142061 [ 266 ] {b5b4a071-a772-42d5-a870-ee78b9e0d508} <Debug> oximeter.measurements_bool (bb17435c-8495-4cb4-a70c-245858d8758e): Loading data parts
373 2025.02.22 21:12:01.142417 [ 266 ] {b5b4a071-a772-42d5-a870-ee78b9e0d508} <Debug> oximeter.measurements_bool (bb17435c-8495-4cb4-a70c-245858d8758e): There are no data parts
374 2025.02.22 21:12:01.144199 [ 266 ] {b5b4a071-a772-42d5-a870-ee78b9e0d508} <Debug> TCPHandler: Processed in 0.013246441 sec.
375 2025.02.22 21:12:01.144438 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
376 2025.02.22 21:12:01.144759 [ 267 ] {82df7e5c-c733-4bcb-b2b7-1a8b3d15d82e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
377 2025.02.22 21:12:01.144828 [ 267 ] {82df7e5c-c733-4bcb-b2b7-1a8b3d15d82e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
378 2025.02.22 21:12:01.147057 [ 267 ] {82df7e5c-c733-4bcb-b2b7-1a8b3d15d82e} <Debug> oximeter.measurements_i8 (e7ca26d5-0943-4cbe-964b-cf7fc64f9706): Loading data parts
379 2025.02.22 21:12:01.147257 [ 267 ] {82df7e5c-c733-4bcb-b2b7-1a8b3d15d82e} <Debug> oximeter.measurements_i8 (e7ca26d5-0943-4cbe-964b-cf7fc64f9706): There are no data parts
380 2025.02.22 21:12:01.149092 [ 267 ] {82df7e5c-c733-4bcb-b2b7-1a8b3d15d82e} <Debug> TCPHandler: Processed in 0.004735754 sec.
381 2025.02.22 21:12:01.149341 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
382 2025.02.22 21:12:01.149599 [ 266 ] {ea1ef420-998c-4f3c-b20a-7a5583c93314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
383 2025.02.22 21:12:01.149685 [ 266 ] {ea1ef420-998c-4f3c-b20a-7a5583c93314} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
384 2025.02.22 21:12:01.151689 [ 266 ] {ea1ef420-998c-4f3c-b20a-7a5583c93314} <Debug> oximeter.measurements_u8 (a692423c-08dc-4eae-9230-51d162d83622): Loading data parts
385 2025.02.22 21:12:01.151965 [ 266 ] {ea1ef420-998c-4f3c-b20a-7a5583c93314} <Debug> oximeter.measurements_u8 (a692423c-08dc-4eae-9230-51d162d83622): There are no data parts
386 2025.02.22 21:12:01.153313 [ 266 ] {ea1ef420-998c-4f3c-b20a-7a5583c93314} <Debug> TCPHandler: Processed in 0.004044707 sec.
387 2025.02.22 21:12:01.153536 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
388 2025.02.22 21:12:01.153847 [ 267 ] {3a3ab0ee-aa31-46cc-a4bc-50abf95cab68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
389 2025.02.22 21:12:01.153918 [ 267 ] {3a3ab0ee-aa31-46cc-a4bc-50abf95cab68} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
390 2025.02.22 21:12:01.155939 [ 267 ] {3a3ab0ee-aa31-46cc-a4bc-50abf95cab68} <Debug> oximeter.measurements_i16 (0d5823cd-78f5-469a-b1fb-3fcd83563b7f): Loading data parts
391 2025.02.22 21:12:01.156145 [ 267 ] {3a3ab0ee-aa31-46cc-a4bc-50abf95cab68} <Debug> oximeter.measurements_i16 (0d5823cd-78f5-469a-b1fb-3fcd83563b7f): There are no data parts
392 2025.02.22 21:12:01.157457 [ 267 ] {3a3ab0ee-aa31-46cc-a4bc-50abf95cab68} <Debug> TCPHandler: Processed in 0.003990696 sec.
393 2025.02.22 21:12:01.157679 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
394 2025.02.22 21:12:01.157929 [ 266 ] {3616f0d6-c7dc-4043-8a9c-b4bbfe539122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
395 2025.02.22 21:12:01.158018 [ 266 ] {3616f0d6-c7dc-4043-8a9c-b4bbfe539122} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
396 2025.02.22 21:12:01.160237 [ 266 ] {3616f0d6-c7dc-4043-8a9c-b4bbfe539122} <Debug> oximeter.measurements_u16 (28a00c00-67fd-4741-8429-eee4f71e4ef1): Loading data parts
397 2025.02.22 21:12:01.160464 [ 266 ] {3616f0d6-c7dc-4043-8a9c-b4bbfe539122} <Debug> oximeter.measurements_u16 (28a00c00-67fd-4741-8429-eee4f71e4ef1): There are no data parts
398 2025.02.22 21:12:01.162040 [ 266 ] {3616f0d6-c7dc-4043-8a9c-b4bbfe539122} <Debug> TCPHandler: Processed in 0.00443361 sec.
399 2025.02.22 21:12:01.162248 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
400 2025.02.22 21:12:01.162497 [ 267 ] {f1a93071-09f8-446f-a147-65e4a256249e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
401 2025.02.22 21:12:01.162567 [ 267 ] {f1a93071-09f8-446f-a147-65e4a256249e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
402 2025.02.22 21:12:01.165302 [ 267 ] {f1a93071-09f8-446f-a147-65e4a256249e} <Debug> oximeter.measurements_i32 (f5ac3cf1-0c9e-46b4-9d10-7338f91a25ee): Loading data parts
403 2025.02.22 21:12:01.165498 [ 267 ] {f1a93071-09f8-446f-a147-65e4a256249e} <Debug> oximeter.measurements_i32 (f5ac3cf1-0c9e-46b4-9d10-7338f91a25ee): There are no data parts
404 2025.02.22 21:12:01.167369 [ 267 ] {f1a93071-09f8-446f-a147-65e4a256249e} <Debug> TCPHandler: Processed in 0.005179109 sec.
405 2025.02.22 21:12:01.167581 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
406 2025.02.22 21:12:01.167832 [ 266 ] {e7044b0a-4b5e-4969-9685-c08e2b1d8883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
407 2025.02.22 21:12:01.167991 [ 266 ] {e7044b0a-4b5e-4969-9685-c08e2b1d8883} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
408 2025.02.22 21:12:01.170315 [ 266 ] {e7044b0a-4b5e-4969-9685-c08e2b1d8883} <Debug> oximeter.measurements_u32 (e4067a5c-4419-44e3-8948-f037adfc2d13): Loading data parts
409 2025.02.22 21:12:01.170525 [ 266 ] {e7044b0a-4b5e-4969-9685-c08e2b1d8883} <Debug> oximeter.measurements_u32 (e4067a5c-4419-44e3-8948-f037adfc2d13): There are no data parts
410 2025.02.22 21:12:01.171783 [ 266 ] {e7044b0a-4b5e-4969-9685-c08e2b1d8883} <Debug> TCPHandler: Processed in 0.004269198 sec.
411 2025.02.22 21:12:01.171982 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
412 2025.02.22 21:12:01.172218 [ 267 ] {b7892780-97e3-4aa2-9728-da2878eb4c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
413 2025.02.22 21:12:01.172286 [ 267 ] {b7892780-97e3-4aa2-9728-da2878eb4c8b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
414 2025.02.22 21:12:01.174359 [ 267 ] {b7892780-97e3-4aa2-9728-da2878eb4c8b} <Debug> oximeter.measurements_i64 (e688c796-2abb-4404-8503-84ba211fe600): Loading data parts
415 2025.02.22 21:12:01.174540 [ 267 ] {b7892780-97e3-4aa2-9728-da2878eb4c8b} <Debug> oximeter.measurements_i64 (e688c796-2abb-4404-8503-84ba211fe600): There are no data parts
416 2025.02.22 21:12:01.175725 [ 267 ] {b7892780-97e3-4aa2-9728-da2878eb4c8b} <Debug> TCPHandler: Processed in 0.003801773 sec.
417 2025.02.22 21:12:01.175945 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
418 2025.02.22 21:12:01.176189 [ 266 ] {abb03b5a-9f40-47da-9294-6e798ed0223d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
419 2025.02.22 21:12:01.176276 [ 266 ] {abb03b5a-9f40-47da-9294-6e798ed0223d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
420 2025.02.22 21:12:01.178186 [ 266 ] {abb03b5a-9f40-47da-9294-6e798ed0223d} <Debug> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Loading data parts
421 2025.02.22 21:12:01.178395 [ 266 ] {abb03b5a-9f40-47da-9294-6e798ed0223d} <Debug> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): There are no data parts
422 2025.02.22 21:12:01.180232 [ 266 ] {abb03b5a-9f40-47da-9294-6e798ed0223d} <Debug> TCPHandler: Processed in 0.00435345 sec.
423 2025.02.22 21:12:01.180441 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
424 2025.02.22 21:12:01.180681 [ 267 ] {921a1dc5-57fb-4d6d-ae31-c8140e06a0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
425 2025.02.22 21:12:01.180739 [ 267 ] {921a1dc5-57fb-4d6d-ae31-c8140e06a0e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
426 2025.02.22 21:12:01.182516 [ 267 ] {921a1dc5-57fb-4d6d-ae31-c8140e06a0e7} <Debug> oximeter.measurements_f32 (b0fd27d1-cc14-4608-b21f-7652f50ba4c8): Loading data parts
427 2025.02.22 21:12:01.182695 [ 267 ] {921a1dc5-57fb-4d6d-ae31-c8140e06a0e7} <Debug> oximeter.measurements_f32 (b0fd27d1-cc14-4608-b21f-7652f50ba4c8): There are no data parts
428 2025.02.22 21:12:01.183921 [ 267 ] {921a1dc5-57fb-4d6d-ae31-c8140e06a0e7} <Debug> TCPHandler: Processed in 0.003538811 sec.
429 2025.02.22 21:12:01.184158 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
430 2025.02.22 21:12:01.184406 [ 266 ] {db6ef8f7-29be-4e6c-8302-5f3380ee73c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
431 2025.02.22 21:12:01.184508 [ 266 ] {db6ef8f7-29be-4e6c-8302-5f3380ee73c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
432 2025.02.22 21:12:01.186650 [ 266 ] {db6ef8f7-29be-4e6c-8302-5f3380ee73c7} <Debug> oximeter.measurements_f64 (214d45b0-8586-4a81-9651-5c6dfae568c3): Loading data parts
433 2025.02.22 21:12:01.186949 [ 266 ] {db6ef8f7-29be-4e6c-8302-5f3380ee73c7} <Debug> oximeter.measurements_f64 (214d45b0-8586-4a81-9651-5c6dfae568c3): There are no data parts
434 2025.02.22 21:12:01.188411 [ 266 ] {db6ef8f7-29be-4e6c-8302-5f3380ee73c7} <Debug> TCPHandler: Processed in 0.004319589 sec.
435 2025.02.22 21:12:01.188635 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
436 2025.02.22 21:12:01.188888 [ 267 ] {58739abe-1067-4d96-95f0-fae162bc3617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
437 2025.02.22 21:12:01.188950 [ 267 ] {58739abe-1067-4d96-95f0-fae162bc3617} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
438 2025.02.22 21:12:01.190749 [ 267 ] {58739abe-1067-4d96-95f0-fae162bc3617} <Debug> oximeter.measurements_string (21780aaa-bd52-4779-95a0-afa70f55fd6b): Loading data parts
439 2025.02.22 21:12:01.190929 [ 267 ] {58739abe-1067-4d96-95f0-fae162bc3617} <Debug> oximeter.measurements_string (21780aaa-bd52-4779-95a0-afa70f55fd6b): There are no data parts
440 2025.02.22 21:12:01.192399 [ 267 ] {58739abe-1067-4d96-95f0-fae162bc3617} <Debug> TCPHandler: Processed in 0.003827954 sec.
441 2025.02.22 21:12:01.192646 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
442 2025.02.22 21:12:01.192896 [ 266 ] {47d4fe1c-56d0-454d-adec-4ed257d3aab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
443 * NOTE: Right now we can't unambiguously record a nullable byte array.
444 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
445 * a string isn't palatable for a few reasons.
446 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
447 * details.
448 */
449 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
450 2025.02.22 21:12:01.192994 [ 266 ] {47d4fe1c-56d0-454d-adec-4ed257d3aab4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
451 2025.02.22 21:12:01.195095 [ 266 ] {47d4fe1c-56d0-454d-adec-4ed257d3aab4} <Debug> oximeter.measurements_bytes (1a8ead26-7d22-4262-adef-1d7699c23ce2): Loading data parts
452 2025.02.22 21:12:01.195310 [ 266 ] {47d4fe1c-56d0-454d-adec-4ed257d3aab4} <Debug> oximeter.measurements_bytes (1a8ead26-7d22-4262-adef-1d7699c23ce2): There are no data parts
453 2025.02.22 21:12:01.196924 [ 266 ] {47d4fe1c-56d0-454d-adec-4ed257d3aab4} <Debug> TCPHandler: Processed in 0.00436646 sec.
454 2025.02.22 21:12:01.197154 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2025.02.22 21:12:01.197384 [ 267 ] {376643d0-8da1-40fc-8445-0fe49ae620b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
456 2025.02.22 21:12:01.197470 [ 267 ] {376643d0-8da1-40fc-8445-0fe49ae620b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
457 2025.02.22 21:12:01.199401 [ 267 ] {376643d0-8da1-40fc-8445-0fe49ae620b1} <Debug> oximeter.measurements_cumulativei64 (62e624ec-fcc8-4bc2-8e36-db17cd22ae05): Loading data parts
458 2025.02.22 21:12:01.199586 [ 267 ] {376643d0-8da1-40fc-8445-0fe49ae620b1} <Debug> oximeter.measurements_cumulativei64 (62e624ec-fcc8-4bc2-8e36-db17cd22ae05): There are no data parts
459 2025.02.22 21:12:01.200800 [ 267 ] {376643d0-8da1-40fc-8445-0fe49ae620b1} <Debug> TCPHandler: Processed in 0.003717932 sec.
460 2025.02.22 21:12:01.201008 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2025.02.22 21:12:01.201264 [ 266 ] {b5e24f9b-76af-4a83-96ef-6b7f8b79d890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
462 2025.02.22 21:12:01.201340 [ 266 ] {b5e24f9b-76af-4a83-96ef-6b7f8b79d890} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
463 2025.02.22 21:12:01.203157 [ 266 ] {b5e24f9b-76af-4a83-96ef-6b7f8b79d890} <Debug> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Loading data parts
464 2025.02.22 21:12:01.203350 [ 266 ] {b5e24f9b-76af-4a83-96ef-6b7f8b79d890} <Debug> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): There are no data parts
465 2025.02.22 21:12:01.204508 [ 266 ] {b5e24f9b-76af-4a83-96ef-6b7f8b79d890} <Debug> TCPHandler: Processed in 0.00355713 sec.
466 2025.02.22 21:12:01.204716 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2025.02.22 21:12:01.204969 [ 267 ] {5197e5cc-dd8c-4758-a28b-5001e76a1dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
468 2025.02.22 21:12:01.205040 [ 267 ] {5197e5cc-dd8c-4758-a28b-5001e76a1dc7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
469 2025.02.22 21:12:01.206901 [ 267 ] {5197e5cc-dd8c-4758-a28b-5001e76a1dc7} <Debug> oximeter.measurements_cumulativef32 (c4c7df96-3215-47ad-aaa2-a0c9d3813d47): Loading data parts
470 2025.02.22 21:12:01.207068 [ 267 ] {5197e5cc-dd8c-4758-a28b-5001e76a1dc7} <Debug> oximeter.measurements_cumulativef32 (c4c7df96-3215-47ad-aaa2-a0c9d3813d47): There are no data parts
471 2025.02.22 21:12:01.208474 [ 267 ] {5197e5cc-dd8c-4758-a28b-5001e76a1dc7} <Debug> TCPHandler: Processed in 0.003815844 sec.
472 2025.02.22 21:12:01.208685 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2025.02.22 21:12:01.208938 [ 266 ] {590b532d-ba22-424e-887b-480bc59a72f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
474 2025.02.22 21:12:01.209033 [ 266 ] {590b532d-ba22-424e-887b-480bc59a72f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
475 2025.02.22 21:12:01.211029 [ 266 ] {590b532d-ba22-424e-887b-480bc59a72f1} <Debug> oximeter.measurements_cumulativef64 (bffec546-d342-4de2-b95c-b092a8939acc): Loading data parts
476 2025.02.22 21:12:01.211202 [ 266 ] {590b532d-ba22-424e-887b-480bc59a72f1} <Debug> oximeter.measurements_cumulativef64 (bffec546-d342-4de2-b95c-b092a8939acc): There are no data parts
477 2025.02.22 21:12:01.212710 [ 266 ] {590b532d-ba22-424e-887b-480bc59a72f1} <Debug> TCPHandler: Processed in 0.004091757 sec.
478 2025.02.22 21:12:01.212915 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2025.02.22 21:12:01.213276 [ 267 ] {a02c0937-3918-477a-b724-ec63fb281ad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
480 * NOTE: Array types cannot be Nullable, see
481 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
482 * for more details.
483 *
484 * This means we need to use empty arrays to indicate a missing value. This
485 * is unfortunate, and at this point relies on the fact that an
486 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
487 * to figure out another way to represent missing samples here.
488 */
489 bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
490 2025.02.22 21:12:01.213359 [ 267 ] {a02c0937-3918-477a-b724-ec63fb281ad1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
491 2025.02.22 21:12:01.215400 [ 267 ] {a02c0937-3918-477a-b724-ec63fb281ad1} <Debug> oximeter.measurements_histogrami8 (8b367202-b4b1-4b7c-9f22-0f69b6cec9b7): Loading data parts
492 2025.02.22 21:12:01.215583 [ 267 ] {a02c0937-3918-477a-b724-ec63fb281ad1} <Debug> oximeter.measurements_histogrami8 (8b367202-b4b1-4b7c-9f22-0f69b6cec9b7): There are no data parts
493 2025.02.22 21:12:01.216826 [ 267 ] {a02c0937-3918-477a-b724-ec63fb281ad1} <Debug> TCPHandler: Processed in 0.003970315 sec.
494 2025.02.22 21:12:01.217045 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
495 2025.02.22 21:12:01.217403 [ 266 ] {0c0643df-6da3-49f4-ad88-a1a1ffdc04ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
496 2025.02.22 21:12:01.217512 [ 266 ] {0c0643df-6da3-49f4-ad88-a1a1ffdc04ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
497 2025.02.22 21:12:01.219846 [ 266 ] {0c0643df-6da3-49f4-ad88-a1a1ffdc04ba} <Debug> oximeter.measurements_histogramu8 (3553cf87-7243-427c-8b93-66d500cd7626): Loading data parts
498 2025.02.22 21:12:01.220072 [ 266 ] {0c0643df-6da3-49f4-ad88-a1a1ffdc04ba} <Debug> oximeter.measurements_histogramu8 (3553cf87-7243-427c-8b93-66d500cd7626): There are no data parts
499 2025.02.22 21:12:01.221595 [ 266 ] {0c0643df-6da3-49f4-ad88-a1a1ffdc04ba} <Debug> TCPHandler: Processed in 0.004619432 sec.
500 2025.02.22 21:12:01.221798 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
501 2025.02.22 21:12:01.222133 [ 267 ] {34e3d946-2d90-4ef6-8bb0-c2b20fe8f224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
502 2025.02.22 21:12:01.222212 [ 267 ] {34e3d946-2d90-4ef6-8bb0-c2b20fe8f224} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
503 2025.02.22 21:12:01.224402 [ 267 ] {34e3d946-2d90-4ef6-8bb0-c2b20fe8f224} <Debug> oximeter.measurements_histogrami16 (d538f015-da75-47ef-ad3e-060bef3d3cca): Loading data parts
504 2025.02.22 21:12:01.224641 [ 267 ] {34e3d946-2d90-4ef6-8bb0-c2b20fe8f224} <Debug> oximeter.measurements_histogrami16 (d538f015-da75-47ef-ad3e-060bef3d3cca): There are no data parts
505 2025.02.22 21:12:01.226012 [ 267 ] {34e3d946-2d90-4ef6-8bb0-c2b20fe8f224} <Debug> TCPHandler: Processed in 0.004275439 sec.
506 2025.02.22 21:12:01.226214 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
507 2025.02.22 21:12:01.226506 [ 266 ] {99adc6a7-5f9a-4488-b934-a204128a8360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
508 2025.02.22 21:12:01.226613 [ 266 ] {99adc6a7-5f9a-4488-b934-a204128a8360} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
509 2025.02.22 21:12:01.228775 [ 266 ] {99adc6a7-5f9a-4488-b934-a204128a8360} <Debug> oximeter.measurements_histogramu16 (3d0bf8a3-6f90-45d8-9924-1b7121f8ad8f): Loading data parts
510 2025.02.22 21:12:01.228974 [ 266 ] {99adc6a7-5f9a-4488-b934-a204128a8360} <Debug> oximeter.measurements_histogramu16 (3d0bf8a3-6f90-45d8-9924-1b7121f8ad8f): There are no data parts
511 2025.02.22 21:12:01.230331 [ 266 ] {99adc6a7-5f9a-4488-b934-a204128a8360} <Debug> TCPHandler: Processed in 0.004174437 sec.
512 2025.02.22 21:12:01.230529 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
513 2025.02.22 21:12:01.230893 [ 267 ] {3ab15d86-7629-4df8-8de5-98b832735dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
514 2025.02.22 21:12:01.230981 [ 267 ] {3ab15d86-7629-4df8-8de5-98b832735dbc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
515 2025.02.22 21:12:01.233133 [ 267 ] {3ab15d86-7629-4df8-8de5-98b832735dbc} <Debug> oximeter.measurements_histogrami32 (a5c88e21-b27c-49bd-b75b-dca5e6340253): Loading data parts
516 2025.02.22 21:12:01.233321 [ 267 ] {3ab15d86-7629-4df8-8de5-98b832735dbc} <Debug> oximeter.measurements_histogrami32 (a5c88e21-b27c-49bd-b75b-dca5e6340253): There are no data parts
517 2025.02.22 21:12:01.234853 [ 267 ] {3ab15d86-7629-4df8-8de5-98b832735dbc} <Debug> TCPHandler: Processed in 0.0043844 sec.
518 2025.02.22 21:12:01.235067 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
519 2025.02.22 21:12:01.235428 [ 266 ] {56e85951-5221-4840-a659-314b11201a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
520 2025.02.22 21:12:01.235538 [ 266 ] {56e85951-5221-4840-a659-314b11201a7f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
521 2025.02.22 21:12:01.237906 [ 266 ] {56e85951-5221-4840-a659-314b11201a7f} <Debug> oximeter.measurements_histogramu32 (32ad3127-ec3d-4621-bbdf-efc3101231d8): Loading data parts
522 2025.02.22 21:12:01.238152 [ 266 ] {56e85951-5221-4840-a659-314b11201a7f} <Debug> oximeter.measurements_histogramu32 (32ad3127-ec3d-4621-bbdf-efc3101231d8): There are no data parts
523 2025.02.22 21:12:01.239451 [ 266 ] {56e85951-5221-4840-a659-314b11201a7f} <Debug> TCPHandler: Processed in 0.004451661 sec.
524 2025.02.22 21:12:01.239669 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
525 2025.02.22 21:12:01.240077 [ 267 ] {e1b27012-b767-4f28-bd92-c084a971b297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
526 2025.02.22 21:12:01.240172 [ 267 ] {e1b27012-b767-4f28-bd92-c084a971b297} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
527 2025.02.22 21:12:01.242508 [ 267 ] {e1b27012-b767-4f28-bd92-c084a971b297} <Debug> oximeter.measurements_histogrami64 (50e6b015-ec04-41fc-85c2-f9274488b7f5): Loading data parts
528 2025.02.22 21:12:01.242690 [ 267 ] {e1b27012-b767-4f28-bd92-c084a971b297} <Debug> oximeter.measurements_histogrami64 (50e6b015-ec04-41fc-85c2-f9274488b7f5): There are no data parts
529 2025.02.22 21:12:01.244296 [ 267 ] {e1b27012-b767-4f28-bd92-c084a971b297} <Debug> TCPHandler: Processed in 0.004701813 sec.
530 2025.02.22 21:12:01.244524 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
531 2025.02.22 21:12:01.244902 [ 266 ] {19943c7c-38bb-4e2a-837d-f447c28aa9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
532 2025.02.22 21:12:01.245011 [ 266 ] {19943c7c-38bb-4e2a-837d-f447c28aa9fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
533 2025.02.22 21:12:01.247509 [ 266 ] {19943c7c-38bb-4e2a-837d-f447c28aa9fc} <Debug> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Loading data parts
534 2025.02.22 21:12:01.247714 [ 266 ] {19943c7c-38bb-4e2a-837d-f447c28aa9fc} <Debug> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): There are no data parts
535 2025.02.22 21:12:01.249096 [ 266 ] {19943c7c-38bb-4e2a-837d-f447c28aa9fc} <Debug> TCPHandler: Processed in 0.004664714 sec.
536 2025.02.22 21:12:01.249287 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
537 2025.02.22 21:12:01.249603 [ 267 ] {89116719-d319-4056-826b-198d103bfe55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
538 2025.02.22 21:12:01.249748 [ 267 ] {89116719-d319-4056-826b-198d103bfe55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
539 2025.02.22 21:12:01.251836 [ 267 ] {89116719-d319-4056-826b-198d103bfe55} <Debug> oximeter.measurements_histogramf32 (ef906dbe-6a78-4153-ae07-f529f928d41c): Loading data parts
540 2025.02.22 21:12:01.252003 [ 267 ] {89116719-d319-4056-826b-198d103bfe55} <Debug> oximeter.measurements_histogramf32 (ef906dbe-6a78-4153-ae07-f529f928d41c): There are no data parts
541 2025.02.22 21:12:01.253302 [ 267 ] {89116719-d319-4056-826b-198d103bfe55} <Debug> TCPHandler: Processed in 0.004037756 sec.
542 2025.02.22 21:12:01.253516 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
543 2025.02.22 21:12:01.253874 [ 266 ] {bd84549e-a4e1-43fb-bbb3-de1835a821ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
544 2025.02.22 21:12:01.253992 [ 266 ] {bd84549e-a4e1-43fb-bbb3-de1835a821ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
545 2025.02.22 21:12:01.256462 [ 266 ] {bd84549e-a4e1-43fb-bbb3-de1835a821ae} <Debug> oximeter.measurements_histogramf64 (c16fff60-8b09-477c-addc-dc4205d2185e): Loading data parts
546 2025.02.22 21:12:01.256660 [ 266 ] {bd84549e-a4e1-43fb-bbb3-de1835a821ae} <Debug> oximeter.measurements_histogramf64 (c16fff60-8b09-477c-addc-dc4205d2185e): There are no data parts
547 2025.02.22 21:12:01.258162 [ 266 ] {bd84549e-a4e1-43fb-bbb3-de1835a821ae} <Debug> TCPHandler: Processed in 0.004714204 sec.
548 2025.02.22 21:12:01.258372 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
549 2025.02.22 21:12:01.258641 [ 267 ] {538739d7-3857-4398-a62c-16331b9d9ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) /* The field tables store named dimensions of each timeseries.
550 *
551 * As with the measurement tables, there is one field table for each field data
552 * type. Fields are deduplicated by using the "replacing merge tree", though
553 * this behavior **must not** be relied upon for query correctness.
554 *
555 * The index for the fields differs from the measurements, however. Rows are
556 * sorted by timeseries name, then field name, field value, and finally
557 * timeseries key. This reflects the most common pattern for looking them up:
558 * by field name and possibly value, within a timeseries. The resulting keys are
559 * usually then used to look up measurements.
560 *
561 * NOTE: We may want to consider a secondary index on these tables, sorting by
562 * timeseries name and then key, since it would improve lookups where one
563 * already has the key. Realistically though, these tables are quite small and
564 * so performance benefits will be low in absolute terms.
565 *
566 * TTL: We use a materialized column to expire old field table records. This
567 * column is generated automatically by the database whenever a new row is
568 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
569 * query. Since these tables are `ReplacingMergeTree`s, that means the last
570 * record will remain during a deduplication, which will have the last
571 * timestamp. ClickHouse will then expire old data for us, similar to the
572 * measurement tables.
573 */
574 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
575 2025.02.22 21:12:01.258719 [ 267 ] {538739d7-3857-4398-a62c-16331b9d9ebf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
576 2025.02.22 21:12:01.261445 [ 267 ] {538739d7-3857-4398-a62c-16331b9d9ebf} <Debug> oximeter.fields_bool (0b66c9c5-fb63-48f0-baa2-e3e3391315b9): Loading data parts
577 2025.02.22 21:12:01.261619 [ 267 ] {538739d7-3857-4398-a62c-16331b9d9ebf} <Debug> oximeter.fields_bool (0b66c9c5-fb63-48f0-baa2-e3e3391315b9): There are no data parts
578 2025.02.22 21:12:01.262844 [ 267 ] {538739d7-3857-4398-a62c-16331b9d9ebf} <Debug> TCPHandler: Processed in 0.004541212 sec.
579 2025.02.22 21:12:01.263094 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
580 2025.02.22 21:12:01.263360 [ 266 ] {46e38a71-7d28-4986-848d-92af8f15debf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
581 2025.02.22 21:12:01.263462 [ 266 ] {46e38a71-7d28-4986-848d-92af8f15debf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
582 2025.02.22 21:12:01.265518 [ 266 ] {46e38a71-7d28-4986-848d-92af8f15debf} <Debug> oximeter.fields_i8 (6a9f3410-89ba-4e54-a37e-86d07b8a9351): Loading data parts
583 2025.02.22 21:12:01.265739 [ 266 ] {46e38a71-7d28-4986-848d-92af8f15debf} <Debug> oximeter.fields_i8 (6a9f3410-89ba-4e54-a37e-86d07b8a9351): There are no data parts
584 2025.02.22 21:12:01.266981 [ 266 ] {46e38a71-7d28-4986-848d-92af8f15debf} <Debug> TCPHandler: Processed in 0.003951885 sec.
585 2025.02.22 21:12:01.267203 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
586 2025.02.22 21:12:01.267454 [ 267 ] {bf9ad8af-f284-4273-9fb9-4047ba760314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
587 2025.02.22 21:12:01.267502 [ 267 ] {bf9ad8af-f284-4273-9fb9-4047ba760314} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
588 2025.02.22 21:12:01.269770 [ 267 ] {bf9ad8af-f284-4273-9fb9-4047ba760314} <Debug> oximeter.fields_u8 (80ab5d9b-7353-4076-a64b-0df8f61f01dd): Loading data parts
589 2025.02.22 21:12:01.269953 [ 267 ] {bf9ad8af-f284-4273-9fb9-4047ba760314} <Debug> oximeter.fields_u8 (80ab5d9b-7353-4076-a64b-0df8f61f01dd): There are no data parts
590 2025.02.22 21:12:01.271175 [ 267 ] {bf9ad8af-f284-4273-9fb9-4047ba760314} <Debug> TCPHandler: Processed in 0.004029636 sec.
591 2025.02.22 21:12:01.271702 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
592 2025.02.22 21:12:01.271948 [ 266 ] {46703122-1309-415c-85e3-993183f3d13d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
593 2025.02.22 21:12:01.272063 [ 266 ] {46703122-1309-415c-85e3-993183f3d13d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
594 2025.02.22 21:12:01.274427 [ 266 ] {46703122-1309-415c-85e3-993183f3d13d} <Debug> oximeter.fields_i16 (03d960d4-041b-4307-b6d7-193b24a6a0f0): Loading data parts
595 2025.02.22 21:12:01.274623 [ 266 ] {46703122-1309-415c-85e3-993183f3d13d} <Debug> oximeter.fields_i16 (03d960d4-041b-4307-b6d7-193b24a6a0f0): There are no data parts
596 2025.02.22 21:12:01.275851 [ 266 ] {46703122-1309-415c-85e3-993183f3d13d} <Debug> TCPHandler: Processed in 0.004217048 sec.
597 2025.02.22 21:12:01.276058 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
598 2025.02.22 21:12:01.276343 [ 267 ] {ee615221-532a-4d89-a67e-cb354df2ed3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
599 2025.02.22 21:12:01.276425 [ 267 ] {ee615221-532a-4d89-a67e-cb354df2ed3a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
600 2025.02.22 21:12:01.278596 [ 267 ] {ee615221-532a-4d89-a67e-cb354df2ed3a} <Debug> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Loading data parts
601 2025.02.22 21:12:01.278785 [ 267 ] {ee615221-532a-4d89-a67e-cb354df2ed3a} <Debug> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): There are no data parts
602 2025.02.22 21:12:01.279996 [ 267 ] {ee615221-532a-4d89-a67e-cb354df2ed3a} <Debug> TCPHandler: Processed in 0.003996926 sec.
603 2025.02.22 21:12:01.280243 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
604 2025.02.22 21:12:01.280509 [ 266 ] {b1abd402-62e1-4a16-ba94-0154476da5d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
605 2025.02.22 21:12:01.280613 [ 266 ] {b1abd402-62e1-4a16-ba94-0154476da5d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
606 2025.02.22 21:12:01.282708 [ 266 ] {b1abd402-62e1-4a16-ba94-0154476da5d6} <Debug> oximeter.fields_i32 (11a83b36-4a82-4ff0-b304-b38f96391931): Loading data parts
607 2025.02.22 21:12:01.282937 [ 266 ] {b1abd402-62e1-4a16-ba94-0154476da5d6} <Debug> oximeter.fields_i32 (11a83b36-4a82-4ff0-b304-b38f96391931): There are no data parts
608 2025.02.22 21:12:01.284154 [ 266 ] {b1abd402-62e1-4a16-ba94-0154476da5d6} <Debug> TCPHandler: Processed in 0.003982325 sec.
609 2025.02.22 21:12:01.284362 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
610 2025.02.22 21:12:01.284619 [ 267 ] {c8b7feef-92c8-433d-81ce-efcaeba7491d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
611 2025.02.22 21:12:01.284698 [ 267 ] {c8b7feef-92c8-433d-81ce-efcaeba7491d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
612 2025.02.22 21:12:01.286674 [ 267 ] {c8b7feef-92c8-433d-81ce-efcaeba7491d} <Debug> oximeter.fields_u32 (3fb10a9a-8d9d-43a9-93d7-83395c51147b): Loading data parts
613 2025.02.22 21:12:01.286898 [ 267 ] {c8b7feef-92c8-433d-81ce-efcaeba7491d} <Debug> oximeter.fields_u32 (3fb10a9a-8d9d-43a9-93d7-83395c51147b): There are no data parts
614 2025.02.22 21:12:01.288116 [ 267 ] {c8b7feef-92c8-433d-81ce-efcaeba7491d} <Debug> TCPHandler: Processed in 0.003812563 sec.
615 2025.02.22 21:12:01.288331 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
616 2025.02.22 21:12:01.288589 [ 266 ] {0e68541c-4521-42fe-a0bd-40eebea3eee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
617 2025.02.22 21:12:01.288710 [ 266 ] {0e68541c-4521-42fe-a0bd-40eebea3eee1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
618 2025.02.22 21:12:01.291044 [ 266 ] {0e68541c-4521-42fe-a0bd-40eebea3eee1} <Debug> oximeter.fields_i64 (62d21ef0-92c6-49a6-bcf0-80c0d1e782c0): Loading data parts
619 2025.02.22 21:12:01.291277 [ 266 ] {0e68541c-4521-42fe-a0bd-40eebea3eee1} <Debug> oximeter.fields_i64 (62d21ef0-92c6-49a6-bcf0-80c0d1e782c0): There are no data parts
620 2025.02.22 21:12:01.292532 [ 266 ] {0e68541c-4521-42fe-a0bd-40eebea3eee1} <Debug> TCPHandler: Processed in 0.004268399 sec.
621 2025.02.22 21:12:01.292764 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
622 2025.02.22 21:12:01.293040 [ 267 ] {a8db5ec3-35dc-4b5d-b6fa-86490e78def4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
623 2025.02.22 21:12:01.293120 [ 267 ] {a8db5ec3-35dc-4b5d-b6fa-86490e78def4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
624 2025.02.22 21:12:01.295025 [ 267 ] {a8db5ec3-35dc-4b5d-b6fa-86490e78def4} <Debug> oximeter.fields_u64 (67a8b53c-408a-40c5-8ef7-0d5802fa1a1d): Loading data parts
625 2025.02.22 21:12:01.295212 [ 267 ] {a8db5ec3-35dc-4b5d-b6fa-86490e78def4} <Debug> oximeter.fields_u64 (67a8b53c-408a-40c5-8ef7-0d5802fa1a1d): There are no data parts
626 2025.02.22 21:12:01.296426 [ 267 ] {a8db5ec3-35dc-4b5d-b6fa-86490e78def4} <Debug> TCPHandler: Processed in 0.003726063 sec.
627 2025.02.22 21:12:01.296640 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
628 2025.02.22 21:12:01.296889 [ 266 ] {25f31c49-e89c-472f-aef9-c9c5772b4476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
629 2025.02.22 21:12:01.296994 [ 266 ] {25f31c49-e89c-472f-aef9-c9c5772b4476} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
630 2025.02.22 21:12:01.299050 [ 266 ] {25f31c49-e89c-472f-aef9-c9c5772b4476} <Debug> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): Loading data parts
631 2025.02.22 21:12:01.299254 [ 266 ] {25f31c49-e89c-472f-aef9-c9c5772b4476} <Debug> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): There are no data parts
632 2025.02.22 21:12:01.300512 [ 266 ] {25f31c49-e89c-472f-aef9-c9c5772b4476} <Debug> TCPHandler: Processed in 0.003940025 sec.
633 2025.02.22 21:12:01.300706 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
634 2025.02.22 21:12:01.300977 [ 267 ] {8bbb2111-652d-47a7-b84e-3daeaaa7ca79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
635 2025.02.22 21:12:01.301054 [ 267 ] {8bbb2111-652d-47a7-b84e-3daeaaa7ca79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
636 2025.02.22 21:12:01.302830 [ 267 ] {8bbb2111-652d-47a7-b84e-3daeaaa7ca79} <Debug> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Loading data parts
637 2025.02.22 21:12:01.303008 [ 267 ] {8bbb2111-652d-47a7-b84e-3daeaaa7ca79} <Debug> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): There are no data parts
638 2025.02.22 21:12:01.304305 [ 267 ] {8bbb2111-652d-47a7-b84e-3daeaaa7ca79} <Debug> TCPHandler: Processed in 0.003658182 sec.
639 2025.02.22 21:12:01.304512 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
640 2025.02.22 21:12:01.304724 [ 266 ] {941de555-1405-4c83-8ad0-d84540df9a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
641 2025.02.22 21:12:01.304839 [ 266 ] {941de555-1405-4c83-8ad0-d84540df9a36} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
642 2025.02.22 21:12:01.306896 [ 266 ] {941de555-1405-4c83-8ad0-d84540df9a36} <Debug> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Loading data parts
643 2025.02.22 21:12:01.307072 [ 266 ] {941de555-1405-4c83-8ad0-d84540df9a36} <Debug> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): There are no data parts
644 2025.02.22 21:12:01.308428 [ 266 ] {941de555-1405-4c83-8ad0-d84540df9a36} <Debug> TCPHandler: Processed in 0.003973015 sec.
645 2025.02.22 21:12:01.308660 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
646 2025.02.22 21:12:01.309008 [ 267 ] {d3b661e3-0196-4717-87a0-62087f6a3ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) /* The timeseries schema table stores the extracted schema for the samples
647 * oximeter collects.
648 */
649 CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete)
650 2025.02.22 21:12:01.309106 [ 267 ] {d3b661e3-0196-4717-87a0-62087f6a3ef4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
651 2025.02.22 21:12:01.310891 [ 267 ] {d3b661e3-0196-4717-87a0-62087f6a3ef4} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Loading data parts
652 2025.02.22 21:12:01.311114 [ 267 ] {d3b661e3-0196-4717-87a0-62087f6a3ef4} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): There are no data parts
653 2025.02.22 21:12:01.312653 [ 267 ] {d3b661e3-0196-4717-87a0-62087f6a3ef4} <Debug> TCPHandler: Processed in 0.004058166 sec.
654 2025.02.22 21:12:01.312857 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
655 2025.02.22 21:12:01.313173 [ 266 ] {0ac14bc2-e736-42a8-8f46-99b9b24ea3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
656 2025.02.22 21:12:01.314412 [ 266 ] {0ac14bc2-e736-42a8-8f46-99b9b24ea3a5} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
657 2025.02.22 21:12:01.326495 [ 275 ] {0ac14bc2-e736-42a8-8f46-99b9b24ea3a5} <Trace> oximeter.version (1e515a07-f2db-413b-99f9-bd95bcdae583): Trying to reserve 1.00 MiB using storage policy from min volume index 0
658 2025.02.22 21:12:01.326622 [ 275 ] {0ac14bc2-e736-42a8-8f46-99b9b24ea3a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
659 2025.02.22 21:12:01.331487 [ 275 ] {0ac14bc2-e736-42a8-8f46-99b9b24ea3a5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
660 2025.02.22 21:12:01.331891 [ 275 ] {0ac14bc2-e736-42a8-8f46-99b9b24ea3a5} <Trace> oximeter.version (1e515a07-f2db-413b-99f9-bd95bcdae583): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
661 2025.02.22 21:12:01.332235 [ 266 ] {0ac14bc2-e736-42a8-8f46-99b9b24ea3a5} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.019171 sec., 52.16211986855146 rows/sec., 834.59 B/sec.
662 2025.02.22 21:12:01.332527 [ 266 ] {0ac14bc2-e736-42a8-8f46-99b9b24ea3a5} <Debug> TCPHandler: Processed in 0.019727735 sec.
663 2025.02.22 21:12:02.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 127.26 MiB, peak 127.26 MiB, free memory in arenas 0.00 B, will set to 140.35 MiB (RSS), difference: 13.09 MiB
664 2025.02.22 21:12:02.488760 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36583
665 2025.02.22 21:12:02.488902 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
666 2025.02.22 21:12:02.488936 [ 277 ] {} <Debug> TCP-Session: 6cbc7ac9-0a93-4cc4-b0a6-4023946c1bc2 Authenticating user 'default' from [fd00:1122:3344:101::b]:36583
667 2025.02.22 21:12:02.489013 [ 277 ] {} <Debug> TCP-Session: 6cbc7ac9-0a93-4cc4-b0a6-4023946c1bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
668 2025.02.22 21:12:02.489030 [ 277 ] {} <Debug> TCP-Session: 6cbc7ac9-0a93-4cc4-b0a6-4023946c1bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
669 2025.02.22 21:12:02.489088 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
670 2025.02.22 21:12:02.489145 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
671 2025.02.22 21:12:02.489163 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
672 2025.02.22 21:12:02.490122 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63369
673 2025.02.22 21:12:02.490188 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61635
674 2025.02.22 21:12:02.490331 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42054
675 2025.02.22 21:12:02.490336 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
676 2025.02.22 21:12:02.490458 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
677 2025.02.22 21:12:02.490477 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64632
678 2025.02.22 21:12:02.490527 [ 279 ] {} <Debug> TCP-Session: 379c4b75-384b-453f-aae7-75a9f901467a Authenticating user 'default' from [fd00:1122:3344:101::b]:61635
679 2025.02.22 21:12:02.490501 [ 278 ] {} <Debug> TCP-Session: 75e5e66c-a70e-4907-ae38-ec7d39ac0c3d Authenticating user 'default' from [fd00:1122:3344:101::b]:63369
680 2025.02.22 21:12:02.490541 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41636
681 2025.02.22 21:12:02.490746 [ 279 ] {} <Debug> TCP-Session: 379c4b75-384b-453f-aae7-75a9f901467a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
682 2025.02.22 21:12:02.490760 [ 278 ] {} <Debug> TCP-Session: 75e5e66c-a70e-4907-ae38-ec7d39ac0c3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
683 2025.02.22 21:12:02.490761 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60371
684 2025.02.22 21:12:02.490885 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
685 2025.02.22 21:12:02.490860 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
686 2025.02.22 21:12:02.491129 [ 279 ] {} <Debug> TCP-Session: 379c4b75-384b-453f-aae7-75a9f901467a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
687 2025.02.22 21:12:02.491167 [ 278 ] {} <Debug> TCP-Session: 75e5e66c-a70e-4907-ae38-ec7d39ac0c3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
688 2025.02.22 21:12:02.491213 [ 280 ] {} <Debug> TCP-Session: 6a9e90ec-1984-41f5-b242-560a24e95041 Authenticating user 'default' from [fd00:1122:3344:101::b]:42054
689 2025.02.22 21:12:02.491217 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64127
690 2025.02.22 21:12:02.491199 [ 281 ] {} <Debug> TCP-Session: 7e74b074-b723-4e94-b4aa-f8b26a5f2060 Authenticating user 'default' from [fd00:1122:3344:101::b]:64632
691 2025.02.22 21:12:02.491368 [ 280 ] {} <Debug> TCP-Session: 6a9e90ec-1984-41f5-b242-560a24e95041 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
692 2025.02.22 21:12:02.491437 [ 281 ] {} <Debug> TCP-Session: 7e74b074-b723-4e94-b4aa-f8b26a5f2060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
693 2025.02.22 21:12:02.491453 [ 280 ] {} <Debug> TCP-Session: 6a9e90ec-1984-41f5-b242-560a24e95041 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
694 2025.02.22 21:12:02.491472 [ 281 ] {} <Debug> TCP-Session: 7e74b074-b723-4e94-b4aa-f8b26a5f2060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
695 2025.02.22 21:12:02.491451 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
696 2025.02.22 21:12:02.491640 [ 284 ] {} <Debug> TCP-Session: cb95599c-ab9c-4c00-b403-dae294d77cdb Authenticating user 'default' from [fd00:1122:3344:101::b]:64127
697 2025.02.22 21:12:02.491688 [ 284 ] {} <Debug> TCP-Session: cb95599c-ab9c-4c00-b403-dae294d77cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
698 2025.02.22 21:12:02.491719 [ 284 ] {} <Debug> TCP-Session: cb95599c-ab9c-4c00-b403-dae294d77cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
699 2025.02.22 21:12:02.491839 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
700 2025.02.22 21:12:02.491881 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
701 2025.02.22 21:12:02.491892 [ 282 ] {} <Debug> TCP-Session: 44f18ab7-4cab-4a9e-90b9-0d5c467c1666 Authenticating user 'default' from [fd00:1122:3344:101::b]:41636
702 2025.02.22 21:12:02.492000 [ 283 ] {} <Debug> TCP-Session: 1a2fb121-0b26-4e3f-92fe-e6fb7ce12b25 Authenticating user 'default' from [fd00:1122:3344:101::b]:60371
703 2025.02.22 21:12:02.492009 [ 282 ] {} <Debug> TCP-Session: 44f18ab7-4cab-4a9e-90b9-0d5c467c1666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
704 2025.02.22 21:12:02.492037 [ 283 ] {} <Debug> TCP-Session: 1a2fb121-0b26-4e3f-92fe-e6fb7ce12b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
705 2025.02.22 21:12:02.492091 [ 282 ] {} <Debug> TCP-Session: 44f18ab7-4cab-4a9e-90b9-0d5c467c1666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
706 2025.02.22 21:12:02.492097 [ 283 ] {} <Debug> TCP-Session: 1a2fb121-0b26-4e3f-92fe-e6fb7ce12b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
707 2025.02.22 21:12:08.218930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
708 2025.02.22 21:12:08.218984 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
709 2025.02.22 21:12:08.219093 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
710 2025.02.22 21:12:08.219142 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
711 2025.02.22 21:12:08.230188 [ 244 ] {} <Debug> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Loading data parts
712 2025.02.22 21:12:08.230691 [ 244 ] {} <Debug> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): There are no data parts
713 2025.02.22 21:12:08.238228 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
714 2025.02.22 21:12:08.238395 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
715 2025.02.22 21:12:08.241279 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
716 2025.02.22 21:12:08.241843 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
717 2025.02.22 21:12:08.242726 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
718 2025.02.22 21:12:08.245789 [ 243 ] {} <Debug> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Loading data parts
719 2025.02.22 21:12:08.245979 [ 243 ] {} <Debug> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): There are no data parts
720 2025.02.22 21:12:08.268263 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
721 2025.02.22 21:12:08.268391 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
722 2025.02.22 21:12:08.275489 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
723 2025.02.22 21:12:08.276247 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
724 2025.02.22 21:12:08.278556 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
725 2025.02.22 21:12:09.000145 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.84 MiB, peak 149.84 MiB, free memory in arenas 0.00 B, will set to 150.64 MiB (RSS), difference: 4.79 MiB
726 2025.02.22 21:12:10.719074 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
727 2025.02.22 21:12:10.719219 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
728 2025.02.22 21:12:10.724377 [ 242 ] {} <Debug> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Loading data parts
729 2025.02.22 21:12:10.724605 [ 242 ] {} <Debug> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): There are no data parts
730 2025.02.22 21:12:10.730725 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
731 2025.02.22 21:12:10.730825 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB.
732 2025.02.22 21:12:10.732524 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
733 2025.02.22 21:12:10.732840 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
734 2025.02.22 21:12:10.733417 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
735 2025.02.22 21:12:11.000373 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.81 MiB, peak 154.81 MiB, free memory in arenas 0.00 B, will set to 151.02 MiB (RSS), difference: -3.79 MiB
736 2025.02.22 21:12:15.686782 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache
737 2025.02.22 21:12:15.686831 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache
738 2025.02.22 21:12:15.743005 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
739 2025.02.22 21:12:15.745765 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
740 2025.02.22 21:12:15.745805 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
741 2025.02.22 21:12:15.746393 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
742 2025.02.22 21:12:15.746672 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
743 2025.02.22 21:12:15.746949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
744 2025.02.22 21:12:15.778796 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
745 2025.02.22 21:12:15.800017 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
746 2025.02.22 21:12:15.800093 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB.
747 2025.02.22 21:12:15.806554 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
748 2025.02.22 21:12:15.807292 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
749 2025.02.22 21:12:15.809603 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
750 2025.02.22 21:12:16.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.69 MiB, peak 155.69 MiB, free memory in arenas 0.00 B, will set to 152.80 MiB (RSS), difference: 1.11 MiB
751 2025.02.22 21:12:21.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.82 MiB, peak 155.69 MiB, free memory in arenas 0.00 B, will set to 152.84 MiB (RSS), difference: 4.02 MiB
752 2025.02.22 21:12:23.247150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
753 2025.02.22 21:12:23.247797 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
754 2025.02.22 21:12:23.247840 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
755 2025.02.22 21:12:23.248450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
756 2025.02.22 21:12:23.248705 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
757 2025.02.22 21:12:23.248931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
758 2025.02.22 21:12:23.309776 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
759 2025.02.22 21:12:23.328089 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2025.02.22 21:12:23.328140 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
761 2025.02.22 21:12:23.334379 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
762 2025.02.22 21:12:23.335133 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
763 2025.02.22 21:12:23.337538 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
764 2025.02.22 21:12:30.687085 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache
765 2025.02.22 21:12:30.687155 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache
766 2025.02.22 21:12:30.749119 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
767 2025.02.22 21:12:30.749724 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
768 2025.02.22 21:12:30.749764 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
769 2025.02.22 21:12:30.750314 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
770 2025.02.22 21:12:30.750560 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
771 2025.02.22 21:12:30.750772 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
772 2025.02.22 21:12:30.837683 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
773 2025.02.22 21:12:30.856886 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
774 2025.02.22 21:12:30.856932 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
775 2025.02.22 21:12:30.863586 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
776 2025.02.22 21:12:30.864342 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
777 2025.02.22 21:12:30.866794 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
778 2025.02.22 21:12:31.338398 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
779 2025.02.22 21:12:31.338609 [ 266 ] {1fc4c26f-6037-41af-becb-2791506147bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
780 2025.02.22 21:12:31.343024 [ 266 ] {1fc4c26f-6037-41af-becb-2791506147bf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
781 2025.02.22 21:12:31.351510 [ 266 ] {1fc4c26f-6037-41af-becb-2791506147bf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
782 2025.02.22 21:12:31.363075 [ 266 ] {1fc4c26f-6037-41af-becb-2791506147bf} <Debug> TCPHandler: Processed in 0.024802243 sec.
783 2025.02.22 21:12:31.375643 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
784 2025.02.22 21:12:31.376028 [ 267 ] {325028aa-9f0d-4267-b54e-74e219eb27c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
785 2025.02.22 21:12:31.386505 [ 267 ] {325028aa-9f0d-4267-b54e-74e219eb27c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
786 2025.02.22 21:12:31.386644 [ 267 ] {325028aa-9f0d-4267-b54e-74e219eb27c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
787 2025.02.22 21:12:31.387568 [ 267 ] {325028aa-9f0d-4267-b54e-74e219eb27c0} <Debug> TCPHandler: Processed in 0.012116648 sec.
788 2025.02.22 21:12:31.387919 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
789 2025.02.22 21:12:31.388115 [ 266 ] {511a1e60-5e67-4f02-b2c3-3ed8f772370f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
790 2025.02.22 21:12:31.388623 [ 266 ] {511a1e60-5e67-4f02-b2c3-3ed8f772370f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
791 2025.02.22 21:12:31.388683 [ 266 ] {511a1e60-5e67-4f02-b2c3-3ed8f772370f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
792 2025.02.22 21:12:31.389187 [ 266 ] {511a1e60-5e67-4f02-b2c3-3ed8f772370f} <Debug> TCPHandler: Processed in 0.001341275 sec.
793 2025.02.22 21:12:31.389595 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
794 2025.02.22 21:12:31.389892 [ 267 ] {ae45475d-2995-4343-af0f-15bf745b20f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
795 2025.02.22 21:12:31.390432 [ 267 ] {ae45475d-2995-4343-af0f-15bf745b20f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
796 2025.02.22 21:12:31.390488 [ 267 ] {ae45475d-2995-4343-af0f-15bf745b20f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
797 2025.02.22 21:12:31.390986 [ 267 ] {ae45475d-2995-4343-af0f-15bf745b20f1} <Debug> TCPHandler: Processed in 0.001498697 sec.
798 2025.02.22 21:12:31.391835 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
799 2025.02.22 21:12:31.391987 [ 266 ] {9a4ad95f-e1e4-499d-bdb9-8d00142c831c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
800 2025.02.22 21:12:31.392049 [ 266 ] {9a4ad95f-e1e4-499d-bdb9-8d00142c831c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
801 2025.02.22 21:12:31.394822 [ 266 ] {9a4ad95f-e1e4-499d-bdb9-8d00142c831c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
802 2025.02.22 21:12:31.394871 [ 266 ] {9a4ad95f-e1e4-499d-bdb9-8d00142c831c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
803 2025.02.22 21:12:31.395485 [ 266 ] {9a4ad95f-e1e4-499d-bdb9-8d00142c831c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
804 2025.02.22 21:12:31.395713 [ 266 ] {9a4ad95f-e1e4-499d-bdb9-8d00142c831c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
805 2025.02.22 21:12:31.395983 [ 266 ] {9a4ad95f-e1e4-499d-bdb9-8d00142c831c} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.004027 sec., 993.2952570151477 rows/sec., 105.00 KiB/sec.
806 2025.02.22 21:12:31.396111 [ 266 ] {9a4ad95f-e1e4-499d-bdb9-8d00142c831c} <Debug> TCPHandler: Processed in 0.00434408 sec.
807 2025.02.22 21:12:31.396249 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
808 2025.02.22 21:12:31.396380 [ 267 ] {5e4b02a8-de1e-428c-b812-ab46fca70479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
809 2025.02.22 21:12:31.396431 [ 267 ] {5e4b02a8-de1e-428c-b812-ab46fca70479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
810 2025.02.22 21:12:31.402079 [ 267 ] {5e4b02a8-de1e-428c-b812-ab46fca70479} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
811 2025.02.22 21:12:31.402121 [ 267 ] {5e4b02a8-de1e-428c-b812-ab46fca70479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
812 2025.02.22 21:12:31.404536 [ 267 ] {5e4b02a8-de1e-428c-b812-ab46fca70479} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
813 2025.02.22 21:12:31.404835 [ 267 ] {5e4b02a8-de1e-428c-b812-ab46fca70479} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
814 2025.02.22 21:12:31.405094 [ 267 ] {5e4b02a8-de1e-428c-b812-ab46fca70479} <Debug> executeQuery: Read 52 rows, 4.87 KiB in 0.008748 sec., 5944.21582075903 rows/sec., 556.94 KiB/sec.
815 2025.02.22 21:12:31.405169 [ 267 ] {5e4b02a8-de1e-428c-b812-ab46fca70479} <Debug> TCPHandler: Processed in 0.008973322 sec.
816 2025.02.22 21:12:31.405321 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
817 2025.02.22 21:12:31.405466 [ 266 ] {1941502d-c398-412a-b7f1-038fa1034568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
818 2025.02.22 21:12:31.405525 [ 266 ] {1941502d-c398-412a-b7f1-038fa1034568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
819 2025.02.22 21:12:31.406271 [ 266 ] {1941502d-c398-412a-b7f1-038fa1034568} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
820 2025.02.22 21:12:31.406309 [ 266 ] {1941502d-c398-412a-b7f1-038fa1034568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
821 2025.02.22 21:12:31.406688 [ 266 ] {1941502d-c398-412a-b7f1-038fa1034568} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
822 2025.02.22 21:12:31.406925 [ 266 ] {1941502d-c398-412a-b7f1-038fa1034568} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
823 2025.02.22 21:12:31.407135 [ 266 ] {1941502d-c398-412a-b7f1-038fa1034568} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001699 sec., 15303.119482048263 rows/sec., 1.12 MiB/sec.
824 2025.02.22 21:12:31.407308 [ 266 ] {1941502d-c398-412a-b7f1-038fa1034568} <Debug> TCPHandler: Processed in 0.002053254 sec.
825 2025.02.22 21:12:31.407473 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
826 2025.02.22 21:12:31.407619 [ 267 ] {4dd52e63-265d-4a4a-a8a1-dcbeb15ccd94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
827 2025.02.22 21:12:31.407677 [ 267 ] {4dd52e63-265d-4a4a-a8a1-dcbeb15ccd94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
828 2025.02.22 21:12:31.408354 [ 267 ] {4dd52e63-265d-4a4a-a8a1-dcbeb15ccd94} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
829 2025.02.22 21:12:31.408394 [ 267 ] {4dd52e63-265d-4a4a-a8a1-dcbeb15ccd94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
830 2025.02.22 21:12:31.408755 [ 267 ] {4dd52e63-265d-4a4a-a8a1-dcbeb15ccd94} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
831 2025.02.22 21:12:31.408995 [ 267 ] {4dd52e63-265d-4a4a-a8a1-dcbeb15ccd94} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
832 2025.02.22 21:12:31.409249 [ 267 ] {4dd52e63-265d-4a4a-a8a1-dcbeb15ccd94} <Debug> executeQuery: Read 36 rows, 2.90 KiB in 0.001648 sec., 21844.660194174758 rows/sec., 1.72 MiB/sec.
833 2025.02.22 21:12:31.409351 [ 267 ] {4dd52e63-265d-4a4a-a8a1-dcbeb15ccd94} <Debug> TCPHandler: Processed in 0.001946292 sec.
834 2025.02.22 21:12:31.409501 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
835 2025.02.22 21:12:31.409640 [ 266 ] {fa9cdacd-5105-4caf-81c4-b3cdef491e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
836 2025.02.22 21:12:31.409731 [ 266 ] {fa9cdacd-5105-4caf-81c4-b3cdef491e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
837 2025.02.22 21:12:31.411112 [ 266 ] {fa9cdacd-5105-4caf-81c4-b3cdef491e8d} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
838 2025.02.22 21:12:31.411149 [ 266 ] {fa9cdacd-5105-4caf-81c4-b3cdef491e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
839 2025.02.22 21:12:31.413806 [ 266 ] {fa9cdacd-5105-4caf-81c4-b3cdef491e8d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
840 2025.02.22 21:12:31.414123 [ 266 ] {fa9cdacd-5105-4caf-81c4-b3cdef491e8d} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
841 2025.02.22 21:12:31.414469 [ 266 ] {fa9cdacd-5105-4caf-81c4-b3cdef491e8d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004843 sec., 5368.573198430725 rows/sec., 9.62 MiB/sec.
842 2025.02.22 21:12:31.414597 [ 266 ] {fa9cdacd-5105-4caf-81c4-b3cdef491e8d} <Debug> TCPHandler: Processed in 0.005162549 sec.
843 2025.02.22 21:12:31.414801 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2025.02.22 21:12:31.415024 [ 267 ] {adc3044e-6ac4-4c91-a364-e2b826c779db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
845 2025.02.22 21:12:31.415118 [ 267 ] {adc3044e-6ac4-4c91-a364-e2b826c779db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
846 2025.02.22 21:12:31.415709 [ 267 ] {adc3044e-6ac4-4c91-a364-e2b826c779db} <Trace> oximeter.measurements_i64 (e688c796-2abb-4404-8503-84ba211fe600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
847 2025.02.22 21:12:31.415745 [ 267 ] {adc3044e-6ac4-4c91-a364-e2b826c779db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
848 2025.02.22 21:12:31.416114 [ 267 ] {adc3044e-6ac4-4c91-a364-e2b826c779db} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
849 2025.02.22 21:12:31.416363 [ 267 ] {adc3044e-6ac4-4c91-a364-e2b826c779db} <Trace> oximeter.measurements_i64 (e688c796-2abb-4404-8503-84ba211fe600): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
850 2025.02.22 21:12:31.416566 [ 267 ] {adc3044e-6ac4-4c91-a364-e2b826c779db} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001598 sec., 11264.080100125157 rows/sec., 848.84 KiB/sec.
851 2025.02.22 21:12:31.416615 [ 267 ] {adc3044e-6ac4-4c91-a364-e2b826c779db} <Debug> TCPHandler: Processed in 0.001923202 sec.
852 2025.02.22 21:12:36.336145 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
853 2025.02.22 21:12:36.336396 [ 266 ] {18ad8f49-59ff-4482-9082-98e8f2951d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
854 2025.02.22 21:12:36.338735 [ 266 ] {18ad8f49-59ff-4482-9082-98e8f2951d5f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
855 2025.02.22 21:12:36.342590 [ 266 ] {18ad8f49-59ff-4482-9082-98e8f2951d5f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE
856 2025.02.22 21:12:36.342925 [ 266 ] {18ad8f49-59ff-4482-9082-98e8f2951d5f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
857 2025.02.22 21:12:36.347242 [ 266 ] {18ad8f49-59ff-4482-9082-98e8f2951d5f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
858 2025.02.22 21:12:36.349594 [ 266 ] {18ad8f49-59ff-4482-9082-98e8f2951d5f} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 4-element set)
859 2025.02.22 21:12:36.353016 [ 266 ] {18ad8f49-59ff-4482-9082-98e8f2951d5f} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
860 2025.02.22 21:12:36.354923 [ 266 ] {18ad8f49-59ff-4482-9082-98e8f2951d5f} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
861 2025.02.22 21:12:36.354948 [ 266 ] {18ad8f49-59ff-4482-9082-98e8f2951d5f} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
862 2025.02.22 21:12:36.356861 [ 266 ] {18ad8f49-59ff-4482-9082-98e8f2951d5f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))"
863 2025.02.22 21:12:36.356891 [ 266 ] {18ad8f49-59ff-4482-9082-98e8f2951d5f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
864 2025.02.22 21:12:36.374422 [ 266 ] {18ad8f49-59ff-4482-9082-98e8f2951d5f} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.038119 sec., 104.93454707626118 rows/sec., 4.84 KiB/sec.
865 2025.02.22 21:12:36.374531 [ 266 ] {18ad8f49-59ff-4482-9082-98e8f2951d5f} <Debug> TCPHandler: Processed in 0.038521288 sec.
866 2025.02.22 21:12:36.374964 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
867 2025.02.22 21:12:36.375220 [ 267 ] {8d8d1d29-5878-4876-abc7-1ba8ae16b979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
868 2025.02.22 21:12:36.375585 [ 267 ] {8d8d1d29-5878-4876-abc7-1ba8ae16b979} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
869 2025.02.22 21:12:36.375623 [ 267 ] {8d8d1d29-5878-4876-abc7-1ba8ae16b979} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE
870 2025.02.22 21:12:36.375871 [ 267 ] {8d8d1d29-5878-4876-abc7-1ba8ae16b979} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
871 2025.02.22 21:12:36.375955 [ 267 ] {8d8d1d29-5878-4876-abc7-1ba8ae16b979} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
872 2025.02.22 21:12:36.376140 [ 267 ] {8d8d1d29-5878-4876-abc7-1ba8ae16b979} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 5-element set)
873 2025.02.22 21:12:36.376180 [ 267 ] {8d8d1d29-5878-4876-abc7-1ba8ae16b979} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
874 2025.02.22 21:12:36.376205 [ 267 ] {8d8d1d29-5878-4876-abc7-1ba8ae16b979} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
875 2025.02.22 21:12:36.376226 [ 267 ] {8d8d1d29-5878-4876-abc7-1ba8ae16b979} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
876 2025.02.22 21:12:36.376274 [ 267 ] {8d8d1d29-5878-4876-abc7-1ba8ae16b979} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram'))"
877 2025.02.22 21:12:36.376299 [ 267 ] {8d8d1d29-5878-4876-abc7-1ba8ae16b979} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
878 2025.02.22 21:12:36.376965 [ 267 ] {8d8d1d29-5878-4876-abc7-1ba8ae16b979} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001846 sec., 2166.8472372697724 rows/sec., 99.98 KiB/sec.
879 2025.02.22 21:12:36.377093 [ 267 ] {8d8d1d29-5878-4876-abc7-1ba8ae16b979} <Debug> TCPHandler: Processed in 0.002279136 sec.
880 2025.02.22 21:12:36.377411 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
881 2025.02.22 21:12:36.377594 [ 266 ] {0cf8bfd7-e32d-4bee-9d97-835ba84c7292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
882 2025.02.22 21:12:36.377916 [ 266 ] {0cf8bfd7-e32d-4bee-9d97-835ba84c7292} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
883 2025.02.22 21:12:36.377951 [ 266 ] {0cf8bfd7-e32d-4bee-9d97-835ba84c7292} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram')" moved to PREWHERE
884 2025.02.22 21:12:36.378183 [ 266 ] {0cf8bfd7-e32d-4bee-9d97-835ba84c7292} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
885 2025.02.22 21:12:36.378266 [ 266 ] {0cf8bfd7-e32d-4bee-9d97-835ba84c7292} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
886 2025.02.22 21:12:36.378435 [ 266 ] {0cf8bfd7-e32d-4bee-9d97-835ba84c7292} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 6-element set)
887 2025.02.22 21:12:36.378471 [ 266 ] {0cf8bfd7-e32d-4bee-9d97-835ba84c7292} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
888 2025.02.22 21:12:36.378497 [ 266 ] {0cf8bfd7-e32d-4bee-9d97-835ba84c7292} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
889 2025.02.22 21:12:36.378515 [ 266 ] {0cf8bfd7-e32d-4bee-9d97-835ba84c7292} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
890 2025.02.22 21:12:36.378560 [ 266 ] {0cf8bfd7-e32d-4bee-9d97-835ba84c7292} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram'))"
891 2025.02.22 21:12:36.378583 [ 266 ] {0cf8bfd7-e32d-4bee-9d97-835ba84c7292} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
892 2025.02.22 21:12:36.379099 [ 266 ] {0cf8bfd7-e32d-4bee-9d97-835ba84c7292} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001584 sec., 2525.2525252525256 rows/sec., 116.52 KiB/sec.
893 2025.02.22 21:12:36.379185 [ 266 ] {0cf8bfd7-e32d-4bee-9d97-835ba84c7292} <Debug> TCPHandler: Processed in 0.001861541 sec.
894 2025.02.22 21:12:36.379457 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
895 2025.02.22 21:12:36.379651 [ 267 ] {69ae68f1-ad80-4258-962d-c9a9dae57bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
896 2025.02.22 21:12:36.379990 [ 267 ] {69ae68f1-ad80-4258-962d-c9a9dae57bbb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
897 2025.02.22 21:12:36.380033 [ 267 ] {69ae68f1-ad80-4258-962d-c9a9dae57bbb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
898 2025.02.22 21:12:36.380299 [ 267 ] {69ae68f1-ad80-4258-962d-c9a9dae57bbb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
899 2025.02.22 21:12:36.380376 [ 267 ] {69ae68f1-ad80-4258-962d-c9a9dae57bbb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
900 2025.02.22 21:12:36.380530 [ 267 ] {69ae68f1-ad80-4258-962d-c9a9dae57bbb} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 7-element set)
901 2025.02.22 21:12:36.380564 [ 267 ] {69ae68f1-ad80-4258-962d-c9a9dae57bbb} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
902 2025.02.22 21:12:36.380587 [ 267 ] {69ae68f1-ad80-4258-962d-c9a9dae57bbb} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
903 2025.02.22 21:12:36.380604 [ 267 ] {69ae68f1-ad80-4258-962d-c9a9dae57bbb} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
904 2025.02.22 21:12:36.380649 [ 267 ] {69ae68f1-ad80-4258-962d-c9a9dae57bbb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
905 2025.02.22 21:12:36.380671 [ 267 ] {69ae68f1-ad80-4258-962d-c9a9dae57bbb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
906 2025.02.22 21:12:36.381247 [ 267 ] {69ae68f1-ad80-4258-962d-c9a9dae57bbb} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001678 sec., 2383.7902264600716 rows/sec., 109.99 KiB/sec.
907 2025.02.22 21:12:36.381365 [ 267 ] {69ae68f1-ad80-4258-962d-c9a9dae57bbb} <Debug> TCPHandler: Processed in 0.001978562 sec.
908 2025.02.22 21:12:36.381600 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
909 2025.02.22 21:12:36.381755 [ 266 ] {d1fbfea9-cc85-44fc-90de-5e0409df2008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
910 2025.02.22 21:12:36.382038 [ 266 ] {d1fbfea9-cc85-44fc-90de-5e0409df2008} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
911 2025.02.22 21:12:36.382072 [ 266 ] {d1fbfea9-cc85-44fc-90de-5e0409df2008} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
912 2025.02.22 21:12:36.382318 [ 266 ] {d1fbfea9-cc85-44fc-90de-5e0409df2008} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
913 2025.02.22 21:12:36.382392 [ 266 ] {d1fbfea9-cc85-44fc-90de-5e0409df2008} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
914 2025.02.22 21:12:36.382546 [ 266 ] {d1fbfea9-cc85-44fc-90de-5e0409df2008} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 8-element set)
915 2025.02.22 21:12:36.382578 [ 266 ] {d1fbfea9-cc85-44fc-90de-5e0409df2008} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
916 2025.02.22 21:12:36.382602 [ 266 ] {d1fbfea9-cc85-44fc-90de-5e0409df2008} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
917 2025.02.22 21:12:36.382619 [ 266 ] {d1fbfea9-cc85-44fc-90de-5e0409df2008} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
918 2025.02.22 21:12:36.382665 [ 266 ] {d1fbfea9-cc85-44fc-90de-5e0409df2008} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
919 2025.02.22 21:12:36.382688 [ 266 ] {d1fbfea9-cc85-44fc-90de-5e0409df2008} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
920 2025.02.22 21:12:36.383189 [ 266 ] {d1fbfea9-cc85-44fc-90de-5e0409df2008} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001498 sec., 2670.22696929239 rows/sec., 123.21 KiB/sec.
921 2025.02.22 21:12:36.383280 [ 266 ] {d1fbfea9-cc85-44fc-90de-5e0409df2008} <Debug> TCPHandler: Processed in 0.00173978 sec.
922 2025.02.22 21:12:36.383532 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
923 2025.02.22 21:12:36.383692 [ 267 ] {5a90cb02-f339-4424-ab3d-160bfe61adac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
924 2025.02.22 21:12:36.383976 [ 267 ] {5a90cb02-f339-4424-ab3d-160bfe61adac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
925 2025.02.22 21:12:36.384012 [ 267 ] {5a90cb02-f339-4424-ab3d-160bfe61adac} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
926 2025.02.22 21:12:36.384237 [ 267 ] {5a90cb02-f339-4424-ab3d-160bfe61adac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
927 2025.02.22 21:12:36.384305 [ 267 ] {5a90cb02-f339-4424-ab3d-160bfe61adac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
928 2025.02.22 21:12:36.384454 [ 267 ] {5a90cb02-f339-4424-ab3d-160bfe61adac} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 9-element set)
929 2025.02.22 21:12:36.384488 [ 267 ] {5a90cb02-f339-4424-ab3d-160bfe61adac} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
930 2025.02.22 21:12:36.384511 [ 267 ] {5a90cb02-f339-4424-ab3d-160bfe61adac} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
931 2025.02.22 21:12:36.384529 [ 267 ] {5a90cb02-f339-4424-ab3d-160bfe61adac} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
932 2025.02.22 21:12:36.384572 [ 267 ] {5a90cb02-f339-4424-ab3d-160bfe61adac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
933 2025.02.22 21:12:36.384594 [ 267 ] {5a90cb02-f339-4424-ab3d-160bfe61adac} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
934 2025.02.22 21:12:36.385128 [ 267 ] {5a90cb02-f339-4424-ab3d-160bfe61adac} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.0015 sec., 2666.6666666666665 rows/sec., 123.05 KiB/sec.
935 2025.02.22 21:12:36.385241 [ 267 ] {5a90cb02-f339-4424-ab3d-160bfe61adac} <Debug> TCPHandler: Processed in 0.00176726 sec.
936 2025.02.22 21:12:36.385462 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
937 2025.02.22 21:12:36.385627 [ 266 ] {fba8d478-a31b-4a38-8fe2-b8b4b8b9f4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
938 2025.02.22 21:12:36.385913 [ 266 ] {fba8d478-a31b-4a38-8fe2-b8b4b8b9f4e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
939 2025.02.22 21:12:36.385949 [ 266 ] {fba8d478-a31b-4a38-8fe2-b8b4b8b9f4e7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
940 2025.02.22 21:12:36.386178 [ 266 ] {fba8d478-a31b-4a38-8fe2-b8b4b8b9f4e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
941 2025.02.22 21:12:36.386245 [ 266 ] {fba8d478-a31b-4a38-8fe2-b8b4b8b9f4e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
942 2025.02.22 21:12:36.386393 [ 266 ] {fba8d478-a31b-4a38-8fe2-b8b4b8b9f4e7} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 10-element set)
943 2025.02.22 21:12:36.386426 [ 266 ] {fba8d478-a31b-4a38-8fe2-b8b4b8b9f4e7} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
944 2025.02.22 21:12:36.386449 [ 266 ] {fba8d478-a31b-4a38-8fe2-b8b4b8b9f4e7} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
945 2025.02.22 21:12:36.386466 [ 266 ] {fba8d478-a31b-4a38-8fe2-b8b4b8b9f4e7} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
946 2025.02.22 21:12:36.386510 [ 266 ] {fba8d478-a31b-4a38-8fe2-b8b4b8b9f4e7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
947 2025.02.22 21:12:36.386532 [ 266 ] {fba8d478-a31b-4a38-8fe2-b8b4b8b9f4e7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
948 2025.02.22 21:12:36.387241 [ 266 ] {fba8d478-a31b-4a38-8fe2-b8b4b8b9f4e7} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001681 sec., 2379.535990481856 rows/sec., 109.80 KiB/sec.
949 2025.02.22 21:12:36.387319 [ 266 ] {fba8d478-a31b-4a38-8fe2-b8b4b8b9f4e7} <Debug> TCPHandler: Processed in 0.001911592 sec.
950 2025.02.22 21:12:36.387659 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
951 2025.02.22 21:12:36.387966 [ 267 ] {c02e62a1-7b53-4a8b-b35a-7bcb12149c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
952 2025.02.22 21:12:36.388447 [ 267 ] {c02e62a1-7b53-4a8b-b35a-7bcb12149c70} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
953 2025.02.22 21:12:36.388485 [ 267 ] {c02e62a1-7b53-4a8b-b35a-7bcb12149c70} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
954 2025.02.22 21:12:36.388710 [ 267 ] {c02e62a1-7b53-4a8b-b35a-7bcb12149c70} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
955 2025.02.22 21:12:36.388777 [ 267 ] {c02e62a1-7b53-4a8b-b35a-7bcb12149c70} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
956 2025.02.22 21:12:36.388923 [ 267 ] {c02e62a1-7b53-4a8b-b35a-7bcb12149c70} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 11-element set)
957 2025.02.22 21:12:36.388956 [ 267 ] {c02e62a1-7b53-4a8b-b35a-7bcb12149c70} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
958 2025.02.22 21:12:36.388978 [ 267 ] {c02e62a1-7b53-4a8b-b35a-7bcb12149c70} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
959 2025.02.22 21:12:36.388995 [ 267 ] {c02e62a1-7b53-4a8b-b35a-7bcb12149c70} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
960 2025.02.22 21:12:36.389038 [ 267 ] {c02e62a1-7b53-4a8b-b35a-7bcb12149c70} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
961 2025.02.22 21:12:36.389061 [ 267 ] {c02e62a1-7b53-4a8b-b35a-7bcb12149c70} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
962 2025.02.22 21:12:36.389633 [ 267 ] {c02e62a1-7b53-4a8b-b35a-7bcb12149c70} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001803 sec., 2218.524681087077 rows/sec., 102.37 KiB/sec.
963 2025.02.22 21:12:36.389749 [ 267 ] {c02e62a1-7b53-4a8b-b35a-7bcb12149c70} <Debug> TCPHandler: Processed in 0.002199165 sec.
964 2025.02.22 21:12:36.390018 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
965 2025.02.22 21:12:36.390209 [ 266 ] {561a4dc3-20b4-494c-9014-bd49fd75e29c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
966 2025.02.22 21:12:36.390510 [ 266 ] {561a4dc3-20b4-494c-9014-bd49fd75e29c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
967 2025.02.22 21:12:36.390547 [ 266 ] {561a4dc3-20b4-494c-9014-bd49fd75e29c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
968 2025.02.22 21:12:36.390776 [ 266 ] {561a4dc3-20b4-494c-9014-bd49fd75e29c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
969 2025.02.22 21:12:36.390841 [ 266 ] {561a4dc3-20b4-494c-9014-bd49fd75e29c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
970 2025.02.22 21:12:36.390986 [ 266 ] {561a4dc3-20b4-494c-9014-bd49fd75e29c} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 12-element set)
971 2025.02.22 21:12:36.391017 [ 266 ] {561a4dc3-20b4-494c-9014-bd49fd75e29c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
972 2025.02.22 21:12:36.391040 [ 266 ] {561a4dc3-20b4-494c-9014-bd49fd75e29c} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
973 2025.02.22 21:12:36.391057 [ 266 ] {561a4dc3-20b4-494c-9014-bd49fd75e29c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
974 2025.02.22 21:12:36.391100 [ 266 ] {561a4dc3-20b4-494c-9014-bd49fd75e29c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
975 2025.02.22 21:12:36.391124 [ 266 ] {561a4dc3-20b4-494c-9014-bd49fd75e29c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
976 2025.02.22 21:12:36.391638 [ 266 ] {561a4dc3-20b4-494c-9014-bd49fd75e29c} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001512 sec., 2645.5026455026455 rows/sec., 122.07 KiB/sec.
977 2025.02.22 21:12:36.391718 [ 266 ] {561a4dc3-20b4-494c-9014-bd49fd75e29c} <Debug> TCPHandler: Processed in 0.001765481 sec.
978 2025.02.22 21:12:36.392042 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
979 2025.02.22 21:12:36.392352 [ 267 ] {2fdf221b-f365-4916-b0ea-2b4fed5ab1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
980 2025.02.22 21:12:36.392665 [ 267 ] {2fdf221b-f365-4916-b0ea-2b4fed5ab1f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
981 2025.02.22 21:12:36.392704 [ 267 ] {2fdf221b-f365-4916-b0ea-2b4fed5ab1f6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
982 2025.02.22 21:12:36.392944 [ 267 ] {2fdf221b-f365-4916-b0ea-2b4fed5ab1f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
983 2025.02.22 21:12:36.393012 [ 267 ] {2fdf221b-f365-4916-b0ea-2b4fed5ab1f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
984 2025.02.22 21:12:36.393157 [ 267 ] {2fdf221b-f365-4916-b0ea-2b4fed5ab1f6} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 13-element set)
985 2025.02.22 21:12:36.393190 [ 267 ] {2fdf221b-f365-4916-b0ea-2b4fed5ab1f6} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
986 2025.02.22 21:12:36.393214 [ 267 ] {2fdf221b-f365-4916-b0ea-2b4fed5ab1f6} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
987 2025.02.22 21:12:36.393232 [ 267 ] {2fdf221b-f365-4916-b0ea-2b4fed5ab1f6} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
988 2025.02.22 21:12:36.393276 [ 267 ] {2fdf221b-f365-4916-b0ea-2b4fed5ab1f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram'))"
989 2025.02.22 21:12:36.393301 [ 267 ] {2fdf221b-f365-4916-b0ea-2b4fed5ab1f6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
990 2025.02.22 21:12:36.393857 [ 267 ] {2fdf221b-f365-4916-b0ea-2b4fed5ab1f6} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001645 sec., 2431.61094224924 rows/sec., 112.20 KiB/sec.
991 2025.02.22 21:12:36.393971 [ 267 ] {2fdf221b-f365-4916-b0ea-2b4fed5ab1f6} <Debug> TCPHandler: Processed in 0.002038383 sec.
992 2025.02.22 21:12:36.394240 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
993 2025.02.22 21:12:36.394435 [ 266 ] {738a457f-fc46-4da8-b95c-5ee699b95996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
994 2025.02.22 21:12:36.394781 [ 266 ] {738a457f-fc46-4da8-b95c-5ee699b95996} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
995 2025.02.22 21:12:36.394829 [ 266 ] {738a457f-fc46-4da8-b95c-5ee699b95996} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
996 2025.02.22 21:12:36.395127 [ 266 ] {738a457f-fc46-4da8-b95c-5ee699b95996} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
997 2025.02.22 21:12:36.395205 [ 266 ] {738a457f-fc46-4da8-b95c-5ee699b95996} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
998 2025.02.22 21:12:36.395376 [ 266 ] {738a457f-fc46-4da8-b95c-5ee699b95996} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
999 2025.02.22 21:12:36.395408 [ 266 ] {738a457f-fc46-4da8-b95c-5ee699b95996} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1000 2025.02.22 21:12:36.395430 [ 266 ] {738a457f-fc46-4da8-b95c-5ee699b95996} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1001 2025.02.22 21:12:36.395446 [ 266 ] {738a457f-fc46-4da8-b95c-5ee699b95996} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1002 2025.02.22 21:12:36.395490 [ 266 ] {738a457f-fc46-4da8-b95c-5ee699b95996} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1003 2025.02.22 21:12:36.395512 [ 266 ] {738a457f-fc46-4da8-b95c-5ee699b95996} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1004 2025.02.22 21:12:36.396020 [ 266 ] {738a457f-fc46-4da8-b95c-5ee699b95996} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001671 sec., 2393.77618192699 rows/sec., 110.46 KiB/sec.
1005 2025.02.22 21:12:36.396099 [ 266 ] {738a457f-fc46-4da8-b95c-5ee699b95996} <Debug> TCPHandler: Processed in 0.001928953 sec.
1006 2025.02.22 21:12:36.396319 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1007 2025.02.22 21:12:36.396508 [ 267 ] {4804895c-af4f-4fb3-b1bd-d45402ff6037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1008 2025.02.22 21:12:36.396859 [ 267 ] {4804895c-af4f-4fb3-b1bd-d45402ff6037} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1009 2025.02.22 21:12:36.396905 [ 267 ] {4804895c-af4f-4fb3-b1bd-d45402ff6037} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1010 2025.02.22 21:12:36.397207 [ 267 ] {4804895c-af4f-4fb3-b1bd-d45402ff6037} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1011 2025.02.22 21:12:36.397295 [ 267 ] {4804895c-af4f-4fb3-b1bd-d45402ff6037} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1012 2025.02.22 21:12:36.397452 [ 267 ] {4804895c-af4f-4fb3-b1bd-d45402ff6037} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1013 2025.02.22 21:12:36.397485 [ 267 ] {4804895c-af4f-4fb3-b1bd-d45402ff6037} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1014 2025.02.22 21:12:36.397507 [ 267 ] {4804895c-af4f-4fb3-b1bd-d45402ff6037} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1015 2025.02.22 21:12:36.397523 [ 267 ] {4804895c-af4f-4fb3-b1bd-d45402ff6037} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1016 2025.02.22 21:12:36.397567 [ 267 ] {4804895c-af4f-4fb3-b1bd-d45402ff6037} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1017 2025.02.22 21:12:36.397590 [ 267 ] {4804895c-af4f-4fb3-b1bd-d45402ff6037} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1018 2025.02.22 21:12:36.398123 [ 267 ] {4804895c-af4f-4fb3-b1bd-d45402ff6037} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.0017 sec., 2352.9411764705883 rows/sec., 108.57 KiB/sec.
1019 2025.02.22 21:12:36.398234 [ 267 ] {4804895c-af4f-4fb3-b1bd-d45402ff6037} <Debug> TCPHandler: Processed in 0.001972673 sec.
1020 2025.02.22 21:12:36.398462 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1021 2025.02.22 21:12:36.398626 [ 266 ] {a78ef005-8b70-4d01-9e6c-ecb9644eea5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1022 2025.02.22 21:12:36.398923 [ 266 ] {a78ef005-8b70-4d01-9e6c-ecb9644eea5a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1023 2025.02.22 21:12:36.398963 [ 266 ] {a78ef005-8b70-4d01-9e6c-ecb9644eea5a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1024 2025.02.22 21:12:36.399213 [ 266 ] {a78ef005-8b70-4d01-9e6c-ecb9644eea5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1025 2025.02.22 21:12:36.399279 [ 266 ] {a78ef005-8b70-4d01-9e6c-ecb9644eea5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1026 2025.02.22 21:12:36.399423 [ 266 ] {a78ef005-8b70-4d01-9e6c-ecb9644eea5a} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1027 2025.02.22 21:12:36.399455 [ 266 ] {a78ef005-8b70-4d01-9e6c-ecb9644eea5a} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1028 2025.02.22 21:12:36.399478 [ 266 ] {a78ef005-8b70-4d01-9e6c-ecb9644eea5a} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1029 2025.02.22 21:12:36.399494 [ 266 ] {a78ef005-8b70-4d01-9e6c-ecb9644eea5a} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1030 2025.02.22 21:12:36.399537 [ 266 ] {a78ef005-8b70-4d01-9e6c-ecb9644eea5a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1031 2025.02.22 21:12:36.399559 [ 266 ] {a78ef005-8b70-4d01-9e6c-ecb9644eea5a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1032 2025.02.22 21:12:36.400032 [ 266 ] {a78ef005-8b70-4d01-9e6c-ecb9644eea5a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001476 sec., 2710.0271002710024 rows/sec., 125.05 KiB/sec.
1033 2025.02.22 21:12:36.400110 [ 266 ] {a78ef005-8b70-4d01-9e6c-ecb9644eea5a} <Debug> TCPHandler: Processed in 0.001701549 sec.
1034 2025.02.22 21:12:36.400329 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1035 2025.02.22 21:12:36.400526 [ 267 ] {cba61390-7c8c-4002-8922-9965c81b00c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1036 2025.02.22 21:12:36.400884 [ 267 ] {cba61390-7c8c-4002-8922-9965c81b00c1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1037 2025.02.22 21:12:36.400933 [ 267 ] {cba61390-7c8c-4002-8922-9965c81b00c1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1038 2025.02.22 21:12:36.401244 [ 267 ] {cba61390-7c8c-4002-8922-9965c81b00c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1039 2025.02.22 21:12:36.401326 [ 267 ] {cba61390-7c8c-4002-8922-9965c81b00c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1040 2025.02.22 21:12:36.401476 [ 267 ] {cba61390-7c8c-4002-8922-9965c81b00c1} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1041 2025.02.22 21:12:36.401510 [ 267 ] {cba61390-7c8c-4002-8922-9965c81b00c1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1042 2025.02.22 21:12:36.401531 [ 267 ] {cba61390-7c8c-4002-8922-9965c81b00c1} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges
1043 2025.02.22 21:12:36.401548 [ 267 ] {cba61390-7c8c-4002-8922-9965c81b00c1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1044 2025.02.22 21:12:36.401593 [ 267 ] {cba61390-7c8c-4002-8922-9965c81b00c1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1045 2025.02.22 21:12:36.401617 [ 267 ] {cba61390-7c8c-4002-8922-9965c81b00c1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0
1046 2025.02.22 21:12:36.402173 [ 267 ] {cba61390-7c8c-4002-8922-9965c81b00c1} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001738 sec., 2301.4959723820484 rows/sec., 106.20 KiB/sec.
1047 2025.02.22 21:12:36.402286 [ 267 ] {cba61390-7c8c-4002-8922-9965c81b00c1} <Debug> TCPHandler: Processed in 0.002010003 sec.
1048 2025.02.22 21:12:36.405789 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1049 2025.02.22 21:12:36.405937 [ 266 ] {fe901e4a-808a-48a7-9a8d-3b1f52714aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1050 2025.02.22 21:12:36.405999 [ 266 ] {fe901e4a-808a-48a7-9a8d-3b1f52714aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1051 2025.02.22 21:12:36.406773 [ 266 ] {fe901e4a-808a-48a7-9a8d-3b1f52714aab} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1052 2025.02.22 21:12:36.406817 [ 266 ] {fe901e4a-808a-48a7-9a8d-3b1f52714aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1053 2025.02.22 21:12:36.407311 [ 266 ] {fe901e4a-808a-48a7-9a8d-3b1f52714aab} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1054 2025.02.22 21:12:36.407534 [ 266 ] {fe901e4a-808a-48a7-9a8d-3b1f52714aab} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1055 2025.02.22 21:12:36.407777 [ 266 ] {fe901e4a-808a-48a7-9a8d-3b1f52714aab} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.00188 sec., 7446.808510638298 rows/sec., 1.04 MiB/sec.
1056 2025.02.22 21:12:36.407906 [ 266 ] {fe901e4a-808a-48a7-9a8d-3b1f52714aab} <Debug> TCPHandler: Processed in 0.002182405 sec.
1057 2025.02.22 21:12:36.408053 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1058 2025.02.22 21:12:36.408203 [ 267 ] {7786f810-eed6-4876-8c22-ad6863fc2c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1059 2025.02.22 21:12:36.408262 [ 267 ] {7786f810-eed6-4876-8c22-ad6863fc2c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1060 2025.02.22 21:12:36.408885 [ 267 ] {7786f810-eed6-4876-8c22-ad6863fc2c66} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1061 2025.02.22 21:12:36.408930 [ 267 ] {7786f810-eed6-4876-8c22-ad6863fc2c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1062 2025.02.22 21:12:36.409349 [ 267 ] {7786f810-eed6-4876-8c22-ad6863fc2c66} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1063 2025.02.22 21:12:36.409600 [ 267 ] {7786f810-eed6-4876-8c22-ad6863fc2c66} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1064 2025.02.22 21:12:36.409841 [ 267 ] {7786f810-eed6-4876-8c22-ad6863fc2c66} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001676 sec., 15513.126491646779 rows/sec., 1.15 MiB/sec.
1065 2025.02.22 21:12:36.409914 [ 267 ] {7786f810-eed6-4876-8c22-ad6863fc2c66} <Debug> TCPHandler: Processed in 0.001928562 sec.
1066 2025.02.22 21:12:36.410061 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1067 2025.02.22 21:12:36.410196 [ 266 ] {d46fcfd5-e07f-4c13-b009-0d6fe7768955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1068 2025.02.22 21:12:36.410252 [ 266 ] {d46fcfd5-e07f-4c13-b009-0d6fe7768955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1069 2025.02.22 21:12:36.410850 [ 266 ] {d46fcfd5-e07f-4c13-b009-0d6fe7768955} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1070 2025.02.22 21:12:36.410889 [ 266 ] {d46fcfd5-e07f-4c13-b009-0d6fe7768955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1071 2025.02.22 21:12:36.411238 [ 266 ] {d46fcfd5-e07f-4c13-b009-0d6fe7768955} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1072 2025.02.22 21:12:36.411467 [ 266 ] {d46fcfd5-e07f-4c13-b009-0d6fe7768955} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1073 2025.02.22 21:12:36.411671 [ 266 ] {d46fcfd5-e07f-4c13-b009-0d6fe7768955} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001504 sec., 18617.021276595744 rows/sec., 1.45 MiB/sec.
1074 2025.02.22 21:12:36.411719 [ 266 ] {d46fcfd5-e07f-4c13-b009-0d6fe7768955} <Debug> TCPHandler: Processed in 0.00172397 sec.
1075 2025.02.22 21:12:36.411862 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1076 2025.02.22 21:12:36.412003 [ 267 ] {7b51a4ef-7047-4b73-83b6-f76b248c3079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1077 2025.02.22 21:12:36.412066 [ 267 ] {7b51a4ef-7047-4b73-83b6-f76b248c3079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1078 2025.02.22 21:12:36.412657 [ 267 ] {7b51a4ef-7047-4b73-83b6-f76b248c3079} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1079 2025.02.22 21:12:36.412697 [ 267 ] {7b51a4ef-7047-4b73-83b6-f76b248c3079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1080 2025.02.22 21:12:36.413097 [ 267 ] {7b51a4ef-7047-4b73-83b6-f76b248c3079} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1081 2025.02.22 21:12:36.413341 [ 267 ] {7b51a4ef-7047-4b73-83b6-f76b248c3079} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1082 2025.02.22 21:12:36.413604 [ 267 ] {7b51a4ef-7047-4b73-83b6-f76b248c3079} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001622 sec., 49321.82490752158 rows/sec., 3.42 MiB/sec.
1083 2025.02.22 21:12:36.413664 [ 267 ] {7b51a4ef-7047-4b73-83b6-f76b248c3079} <Debug> TCPHandler: Processed in 0.001867152 sec.
1084 2025.02.22 21:12:36.413805 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1085 2025.02.22 21:12:36.413940 [ 266 ] {477548f1-5bb1-4ccc-9077-dd4819898f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1086 2025.02.22 21:12:36.413999 [ 266 ] {477548f1-5bb1-4ccc-9077-dd4819898f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1087 2025.02.22 21:12:36.414519 [ 266 ] {477548f1-5bb1-4ccc-9077-dd4819898f42} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1088 2025.02.22 21:12:36.414557 [ 266 ] {477548f1-5bb1-4ccc-9077-dd4819898f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1089 2025.02.22 21:12:36.414930 [ 266 ] {477548f1-5bb1-4ccc-9077-dd4819898f42} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1090 2025.02.22 21:12:36.415157 [ 266 ] {477548f1-5bb1-4ccc-9077-dd4819898f42} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1091 2025.02.22 21:12:36.415421 [ 266 ] {477548f1-5bb1-4ccc-9077-dd4819898f42} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001493 sec., 16075.016744809109 rows/sec., 1.10 MiB/sec.
1092 2025.02.22 21:12:36.415484 [ 266 ] {477548f1-5bb1-4ccc-9077-dd4819898f42} <Debug> TCPHandler: Processed in 0.00174445 sec.
1093 2025.02.22 21:12:38.250975 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1094 2025.02.22 21:12:38.251999 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1095 2025.02.22 21:12:38.252044 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1096 2025.02.22 21:12:38.252595 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1097 2025.02.22 21:12:38.252845 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1098 2025.02.22 21:12:38.253128 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1099 2025.02.22 21:12:38.366930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1100 2025.02.22 21:12:38.387029 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1101 2025.02.22 21:12:38.387091 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1102 2025.02.22 21:12:38.393965 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1103 2025.02.22 21:12:38.394720 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1104 2025.02.22 21:12:38.397818 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1105 2025.02.22 21:12:39.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.81 MiB, peak 160.81 MiB, free memory in arenas 0.00 B, will set to 158.23 MiB (RSS), difference: 1.42 MiB
1106 2025.02.22 21:12:40.734268 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 146
1107 2025.02.22 21:12:40.738749 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1108 2025.02.22 21:12:40.738805 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1109 2025.02.22 21:12:40.740353 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1110 2025.02.22 21:12:40.740672 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1111 2025.02.22 21:12:40.741572 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 146
1112 2025.02.22 21:12:41.342193 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1113 2025.02.22 21:12:41.342424 [ 266 ] {5b2d66e6-470f-4332-a2a9-5182915300df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1114 2025.02.22 21:12:41.342505 [ 266 ] {5b2d66e6-470f-4332-a2a9-5182915300df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1115 2025.02.22 21:12:41.343257 [ 266 ] {5b2d66e6-470f-4332-a2a9-5182915300df} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1116 2025.02.22 21:12:41.343309 [ 266 ] {5b2d66e6-470f-4332-a2a9-5182915300df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1117 2025.02.22 21:12:41.343742 [ 266 ] {5b2d66e6-470f-4332-a2a9-5182915300df} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1118 2025.02.22 21:12:41.343996 [ 266 ] {5b2d66e6-470f-4332-a2a9-5182915300df} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1119 2025.02.22 21:12:41.344226 [ 266 ] {5b2d66e6-470f-4332-a2a9-5182915300df} <Debug> executeQuery: Read 80 rows, 7.04 KiB in 0.001862 sec., 42964.554242749735 rows/sec., 3.69 MiB/sec.
1120 2025.02.22 21:12:41.344281 [ 266 ] {5b2d66e6-470f-4332-a2a9-5182915300df} <Debug> TCPHandler: Processed in 0.002233806 sec.
1121 2025.02.22 21:12:41.344516 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1122 2025.02.22 21:12:41.344699 [ 267 ] {8b0b502b-a713-4511-91aa-fb72e91f4530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1123 2025.02.22 21:12:41.344766 [ 267 ] {8b0b502b-a713-4511-91aa-fb72e91f4530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1124 2025.02.22 21:12:41.345488 [ 267 ] {8b0b502b-a713-4511-91aa-fb72e91f4530} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1125 2025.02.22 21:12:41.345530 [ 267 ] {8b0b502b-a713-4511-91aa-fb72e91f4530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1126 2025.02.22 21:12:41.345957 [ 267 ] {8b0b502b-a713-4511-91aa-fb72e91f4530} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1127 2025.02.22 21:12:41.346227 [ 267 ] {8b0b502b-a713-4511-91aa-fb72e91f4530} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1128 2025.02.22 21:12:41.346424 [ 267 ] {8b0b502b-a713-4511-91aa-fb72e91f4530} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001775 sec., 15211.267605633802 rows/sec., 1.12 MiB/sec.
1129 2025.02.22 21:12:41.346484 [ 267 ] {8b0b502b-a713-4511-91aa-fb72e91f4530} <Debug> TCPHandler: Processed in 0.002096184 sec.
1130 2025.02.22 21:12:41.346630 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1131 2025.02.22 21:12:41.346768 [ 266 ] {cd9e552c-340f-480a-92cc-4a81d99347bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1132 2025.02.22 21:12:41.346825 [ 266 ] {cd9e552c-340f-480a-92cc-4a81d99347bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1133 2025.02.22 21:12:41.347526 [ 266 ] {cd9e552c-340f-480a-92cc-4a81d99347bb} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1134 2025.02.22 21:12:41.347566 [ 266 ] {cd9e552c-340f-480a-92cc-4a81d99347bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1135 2025.02.22 21:12:41.347922 [ 266 ] {cd9e552c-340f-480a-92cc-4a81d99347bb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1136 2025.02.22 21:12:41.348155 [ 266 ] {cd9e552c-340f-480a-92cc-4a81d99347bb} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1137 2025.02.22 21:12:41.348382 [ 266 ] {cd9e552c-340f-480a-92cc-4a81d99347bb} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001639 sec., 33557.04697986577 rows/sec., 2.62 MiB/sec.
1138 2025.02.22 21:12:41.348448 [ 266 ] {cd9e552c-340f-480a-92cc-4a81d99347bb} <Debug> TCPHandler: Processed in 0.001883631 sec.
1139 2025.02.22 21:12:41.348602 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1140 2025.02.22 21:12:41.348733 [ 267 ] {e2df2341-e889-421f-ac9b-001127472bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1141 2025.02.22 21:12:41.348790 [ 267 ] {e2df2341-e889-421f-ac9b-001127472bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1142 2025.02.22 21:12:41.349356 [ 267 ] {e2df2341-e889-421f-ac9b-001127472bc2} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1143 2025.02.22 21:12:41.349394 [ 267 ] {e2df2341-e889-421f-ac9b-001127472bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1144 2025.02.22 21:12:41.349808 [ 267 ] {e2df2341-e889-421f-ac9b-001127472bc2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1145 2025.02.22 21:12:41.350061 [ 267 ] {e2df2341-e889-421f-ac9b-001127472bc2} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1146 2025.02.22 21:12:41.350242 [ 267 ] {e2df2341-e889-421f-ac9b-001127472bc2} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001537 sec., 65061.80871828237 rows/sec., 4.51 MiB/sec.
1147 2025.02.22 21:12:41.350298 [ 267 ] {e2df2341-e889-421f-ac9b-001127472bc2} <Debug> TCPHandler: Processed in 0.00175775 sec.
1148 2025.02.22 21:12:41.350446 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1149 2025.02.22 21:12:41.350572 [ 266 ] {b7ee3ce2-2bdd-4ae8-b104-b8b6a5a69230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1150 2025.02.22 21:12:41.350663 [ 266 ] {b7ee3ce2-2bdd-4ae8-b104-b8b6a5a69230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1151 2025.02.22 21:12:41.351879 [ 266 ] {b7ee3ce2-2bdd-4ae8-b104-b8b6a5a69230} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1152 2025.02.22 21:12:41.351916 [ 266 ] {b7ee3ce2-2bdd-4ae8-b104-b8b6a5a69230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1153 2025.02.22 21:12:41.352592 [ 266 ] {b7ee3ce2-2bdd-4ae8-b104-b8b6a5a69230} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1154 2025.02.22 21:12:41.352839 [ 266 ] {b7ee3ce2-2bdd-4ae8-b104-b8b6a5a69230} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1155 2025.02.22 21:12:41.353063 [ 266 ] {b7ee3ce2-2bdd-4ae8-b104-b8b6a5a69230} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002521 sec., 10710.035700119 rows/sec., 19.19 MiB/sec.
1156 2025.02.22 21:12:41.353153 [ 266 ] {b7ee3ce2-2bdd-4ae8-b104-b8b6a5a69230} <Debug> TCPHandler: Processed in 0.002763752 sec.
1157 2025.02.22 21:12:41.353295 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1158 2025.02.22 21:12:41.353415 [ 267 ] {b84f2b9b-381e-4547-9dbf-c92557a6e128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1159 2025.02.22 21:12:41.353467 [ 267 ] {b84f2b9b-381e-4547-9dbf-c92557a6e128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1160 2025.02.22 21:12:41.353951 [ 267 ] {b84f2b9b-381e-4547-9dbf-c92557a6e128} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1161 2025.02.22 21:12:41.353988 [ 267 ] {b84f2b9b-381e-4547-9dbf-c92557a6e128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1162 2025.02.22 21:12:41.354367 [ 267 ] {b84f2b9b-381e-4547-9dbf-c92557a6e128} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1163 2025.02.22 21:12:41.354616 [ 267 ] {b84f2b9b-381e-4547-9dbf-c92557a6e128} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1164 2025.02.22 21:12:41.354789 [ 267 ] {b84f2b9b-381e-4547-9dbf-c92557a6e128} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001399 sec., 21443.888491779842 rows/sec., 1.47 MiB/sec.
1165 2025.02.22 21:12:41.354839 [ 267 ] {b84f2b9b-381e-4547-9dbf-c92557a6e128} <Debug> TCPHandler: Processed in 0.001600888 sec.
1166 2025.02.22 21:12:45.687273 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache
1167 2025.02.22 21:12:45.687325 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache
1168 2025.02.22 21:12:45.753309 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1169 2025.02.22 21:12:45.753969 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1170 2025.02.22 21:12:45.754008 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1171 2025.02.22 21:12:45.754591 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1172 2025.02.22 21:12:45.754855 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1173 2025.02.22 21:12:45.755014 [ 76 ] {} <Debug> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1174 2025.02.22 21:12:45.755066 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1175 2025.02.22 21:12:45.755082 [ 76 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1176 2025.02.22 21:12:45.755109 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1177 2025.02.22 21:12:45.759453 [ 187 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1178 2025.02.22 21:12:45.759648 [ 187 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1179 2025.02.22 21:12:45.759798 [ 187 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part
1180 2025.02.22 21:12:45.759924 [ 187 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part
1181 2025.02.22 21:12:45.760167 [ 187 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part
1182 2025.02.22 21:12:45.760323 [ 187 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part
1183 2025.02.22 21:12:45.760502 [ 187 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part
1184 2025.02.22 21:12:45.760634 [ 187 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part
1185 2025.02.22 21:12:45.788733 [ 195 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.033520152 sec., 83710.83758808732 rows/sec., 1.20 MiB/sec.
1186 2025.02.22 21:12:45.789394 [ 188 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1187 2025.02.22 21:12:45.789728 [ 188 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_6_1} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1188 2025.02.22 21:12:45.789809 [ 188 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_6_1} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1189 2025.02.22 21:12:45.789932 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1190 2025.02.22 21:12:45.897959 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1191 2025.02.22 21:12:45.918521 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1192 2025.02.22 21:12:45.918567 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1193 2025.02.22 21:12:45.925514 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1194 2025.02.22 21:12:45.926249 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1195 2025.02.22 21:12:45.926535 [ 75 ] {} <Debug> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1196 2025.02.22 21:12:45.926596 [ 75 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1197 2025.02.22 21:12:45.926637 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1198 2025.02.22 21:12:45.927385 [ 195 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1199 2025.02.22 21:12:45.935295 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1200 2025.02.22 21:12:45.936653 [ 195 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1201 2025.02.22 21:12:45.937532 [ 195 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
1202 2025.02.22 21:12:45.942135 [ 195 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part
1203 2025.02.22 21:12:45.946745 [ 195 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part
1204 2025.02.22 21:12:45.951532 [ 195 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part
1205 2025.02.22 21:12:45.961853 [ 195 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part
1206 2025.02.22 21:12:45.966392 [ 195 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part
1207 2025.02.22 21:12:46.000239 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.79 MiB, peak 168.79 MiB, free memory in arenas 0.00 B, will set to 162.79 MiB (RSS), difference: -5.99 MiB
1208 2025.02.22 21:12:46.032065 [ 188 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.105245501 sec., 437.0733148963773 rows/sec., 2.26 MiB/sec.
1209 2025.02.22 21:12:46.034911 [ 188 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1210 2025.02.22 21:12:46.038048 [ 188 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_6_1} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1211 2025.02.22 21:12:46.038179 [ 188 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_6_1} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1212 2025.02.22 21:12:46.040948 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1213 2025.02.22 21:12:46.341314 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1214 2025.02.22 21:12:46.341501 [ 266 ] {db60c737-0ee6-4db2-96e1-dce941b12197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1215 2025.02.22 21:12:46.341574 [ 266 ] {db60c737-0ee6-4db2-96e1-dce941b12197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1216 2025.02.22 21:12:46.342307 [ 266 ] {db60c737-0ee6-4db2-96e1-dce941b12197} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1217 2025.02.22 21:12:46.342354 [ 266 ] {db60c737-0ee6-4db2-96e1-dce941b12197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1218 2025.02.22 21:12:46.342803 [ 266 ] {db60c737-0ee6-4db2-96e1-dce941b12197} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1219 2025.02.22 21:12:46.343113 [ 266 ] {db60c737-0ee6-4db2-96e1-dce941b12197} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1220 2025.02.22 21:12:46.343461 [ 266 ] {db60c737-0ee6-4db2-96e1-dce941b12197} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.00201 sec., 12935.323383084577 rows/sec., 984.82 KiB/sec.
1221 2025.02.22 21:12:46.343533 [ 266 ] {db60c737-0ee6-4db2-96e1-dce941b12197} <Debug> TCPHandler: Processed in 0.002355337 sec.
1222 2025.02.22 21:12:46.343778 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1223 2025.02.22 21:12:46.343973 [ 267 ] {9fb666af-32a8-407b-814a-a3e1fb807333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1224 2025.02.22 21:12:46.344050 [ 267 ] {9fb666af-32a8-407b-814a-a3e1fb807333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1225 2025.02.22 21:12:46.344812 [ 267 ] {9fb666af-32a8-407b-814a-a3e1fb807333} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1226 2025.02.22 21:12:46.344865 [ 267 ] {9fb666af-32a8-407b-814a-a3e1fb807333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1227 2025.02.22 21:12:46.345325 [ 267 ] {9fb666af-32a8-407b-814a-a3e1fb807333} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1228 2025.02.22 21:12:46.345618 [ 267 ] {9fb666af-32a8-407b-814a-a3e1fb807333} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1229 2025.02.22 21:12:46.345862 [ 267 ] {9fb666af-32a8-407b-814a-a3e1fb807333} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001943 sec., 14410.705095213587 rows/sec., 1.12 MiB/sec.
1230 2025.02.22 21:12:46.345931 [ 267 ] {9fb666af-32a8-407b-814a-a3e1fb807333} <Debug> TCPHandler: Processed in 0.002288006 sec.
1231 2025.02.22 21:12:46.346088 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1232 2025.02.22 21:12:46.346233 [ 266 ] {92b76b47-5841-48d3-b0d3-2436d7ba4fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1233 2025.02.22 21:12:46.346298 [ 266 ] {92b76b47-5841-48d3-b0d3-2436d7ba4fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1234 2025.02.22 21:12:46.346913 [ 266 ] {92b76b47-5841-48d3-b0d3-2436d7ba4fec} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1235 2025.02.22 21:12:46.346952 [ 266 ] {92b76b47-5841-48d3-b0d3-2436d7ba4fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1236 2025.02.22 21:12:46.347367 [ 266 ] {92b76b47-5841-48d3-b0d3-2436d7ba4fec} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1237 2025.02.22 21:12:46.347612 [ 266 ] {92b76b47-5841-48d3-b0d3-2436d7ba4fec} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1238 2025.02.22 21:12:46.347851 [ 266 ] {92b76b47-5841-48d3-b0d3-2436d7ba4fec} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00165 sec., 60606.06060606061 rows/sec., 4.20 MiB/sec.
1239 2025.02.22 21:12:46.348003 [ 266 ] {92b76b47-5841-48d3-b0d3-2436d7ba4fec} <Debug> TCPHandler: Processed in 0.001978272 sec.
1240 2025.02.22 21:12:46.348152 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1241 2025.02.22 21:12:46.348281 [ 267 ] {8d8a58f3-06f8-481d-a5c2-a536108b0e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1242 2025.02.22 21:12:46.348338 [ 267 ] {8d8a58f3-06f8-481d-a5c2-a536108b0e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1243 2025.02.22 21:12:46.348857 [ 267 ] {8d8a58f3-06f8-481d-a5c2-a536108b0e49} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1244 2025.02.22 21:12:46.348900 [ 267 ] {8d8a58f3-06f8-481d-a5c2-a536108b0e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1245 2025.02.22 21:12:46.349299 [ 267 ] {8d8a58f3-06f8-481d-a5c2-a536108b0e49} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1246 2025.02.22 21:12:46.349553 [ 267 ] {8d8a58f3-06f8-481d-a5c2-a536108b0e49} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1247 2025.02.22 21:12:46.349835 [ 267 ] {8d8a58f3-06f8-481d-a5c2-a536108b0e49} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00157 sec., 19108.28025477707 rows/sec., 1.31 MiB/sec.
1248 2025.02.22 21:12:46.349915 [ 267 ] {8d8a58f3-06f8-481d-a5c2-a536108b0e49} <Debug> TCPHandler: Processed in 0.00182237 sec.
1249 2025.02.22 21:12:47.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.68 MiB, peak 168.79 MiB, free memory in arenas 0.00 B, will set to 163.33 MiB (RSS), difference: 9.65 MiB
1250 2025.02.22 21:12:50.741965 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 166
1251 2025.02.22 21:12:50.744715 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1252 2025.02.22 21:12:50.744762 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1253 2025.02.22 21:12:50.746198 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1254 2025.02.22 21:12:50.746514 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1255 2025.02.22 21:12:50.747162 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166
1256 2025.02.22 21:12:51.342793 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1257 2025.02.22 21:12:51.343039 [ 266 ] {8900614e-4d06-4a83-9c30-33ae5f528bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1258 2025.02.22 21:12:51.343118 [ 266 ] {8900614e-4d06-4a83-9c30-33ae5f528bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1259 2025.02.22 21:12:51.343961 [ 266 ] {8900614e-4d06-4a83-9c30-33ae5f528bce} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1260 2025.02.22 21:12:51.344008 [ 266 ] {8900614e-4d06-4a83-9c30-33ae5f528bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1261 2025.02.22 21:12:51.344452 [ 266 ] {8900614e-4d06-4a83-9c30-33ae5f528bce} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1262 2025.02.22 21:12:51.344704 [ 266 ] {8900614e-4d06-4a83-9c30-33ae5f528bce} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1263 2025.02.22 21:12:51.344951 [ 266 ] {8900614e-4d06-4a83-9c30-33ae5f528bce} <Debug> executeQuery: Read 80 rows, 7.04 KiB in 0.001972 sec., 40567.95131845842 rows/sec., 3.49 MiB/sec.
1264 2025.02.22 21:12:51.345010 [ 266 ] {8900614e-4d06-4a83-9c30-33ae5f528bce} <Debug> TCPHandler: Processed in 0.002383856 sec.
1265 2025.02.22 21:12:51.345260 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1266 2025.02.22 21:12:51.345474 [ 267 ] {2363b160-f510-44ee-9aa9-1843b7c5a504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1267 2025.02.22 21:12:51.345553 [ 267 ] {2363b160-f510-44ee-9aa9-1843b7c5a504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1268 2025.02.22 21:12:51.346307 [ 267 ] {2363b160-f510-44ee-9aa9-1843b7c5a504} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1269 2025.02.22 21:12:51.346347 [ 267 ] {2363b160-f510-44ee-9aa9-1843b7c5a504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1270 2025.02.22 21:12:51.346788 [ 267 ] {2363b160-f510-44ee-9aa9-1843b7c5a504} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1271 2025.02.22 21:12:51.347048 [ 267 ] {2363b160-f510-44ee-9aa9-1843b7c5a504} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1272 2025.02.22 21:12:51.347249 [ 267 ] {2363b160-f510-44ee-9aa9-1843b7c5a504} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001837 sec., 14697.876973326074 rows/sec., 1.08 MiB/sec.
1273 2025.02.22 21:12:51.347303 [ 267 ] {2363b160-f510-44ee-9aa9-1843b7c5a504} <Debug> TCPHandler: Processed in 0.002184585 sec.
1274 2025.02.22 21:12:51.347448 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1275 2025.02.22 21:12:51.347586 [ 266 ] {13e0b8e6-2e33-48f5-8428-95718de4cbbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1276 2025.02.22 21:12:51.347645 [ 266 ] {13e0b8e6-2e33-48f5-8428-95718de4cbbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1277 2025.02.22 21:12:51.348272 [ 266 ] {13e0b8e6-2e33-48f5-8428-95718de4cbbe} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1278 2025.02.22 21:12:51.348313 [ 266 ] {13e0b8e6-2e33-48f5-8428-95718de4cbbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1279 2025.02.22 21:12:51.348678 [ 266 ] {13e0b8e6-2e33-48f5-8428-95718de4cbbe} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1280 2025.02.22 21:12:51.348916 [ 266 ] {13e0b8e6-2e33-48f5-8428-95718de4cbbe} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1281 2025.02.22 21:12:51.349155 [ 266 ] {13e0b8e6-2e33-48f5-8428-95718de4cbbe} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001595 sec., 34482.75862068965 rows/sec., 2.69 MiB/sec.
1282 2025.02.22 21:12:51.349344 [ 266 ] {13e0b8e6-2e33-48f5-8428-95718de4cbbe} <Debug> TCPHandler: Processed in 0.001958052 sec.
1283 2025.02.22 21:12:51.349511 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1284 2025.02.22 21:12:51.349652 [ 267 ] {6b32144b-cee3-447c-bb49-902d0f6ff4f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1285 2025.02.22 21:12:51.349715 [ 267 ] {6b32144b-cee3-447c-bb49-902d0f6ff4f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1286 2025.02.22 21:12:51.350290 [ 267 ] {6b32144b-cee3-447c-bb49-902d0f6ff4f3} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1287 2025.02.22 21:12:51.350328 [ 267 ] {6b32144b-cee3-447c-bb49-902d0f6ff4f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1288 2025.02.22 21:12:51.350721 [ 267 ] {6b32144b-cee3-447c-bb49-902d0f6ff4f3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1289 2025.02.22 21:12:51.350971 [ 267 ] {6b32144b-cee3-447c-bb49-902d0f6ff4f3} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1290 2025.02.22 21:12:51.351148 [ 267 ] {6b32144b-cee3-447c-bb49-902d0f6ff4f3} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001529 sec., 65402.223675604975 rows/sec., 4.53 MiB/sec.
1291 2025.02.22 21:12:51.351198 [ 267 ] {6b32144b-cee3-447c-bb49-902d0f6ff4f3} <Debug> TCPHandler: Processed in 0.001756289 sec.
1292 2025.02.22 21:12:51.351351 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1293 2025.02.22 21:12:51.351489 [ 266 ] {e0790e7d-833d-4862-a381-ab4f486bb8f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1294 2025.02.22 21:12:51.351584 [ 266 ] {e0790e7d-833d-4862-a381-ab4f486bb8f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1295 2025.02.22 21:12:51.352738 [ 266 ] {e0790e7d-833d-4862-a381-ab4f486bb8f5} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1296 2025.02.22 21:12:51.352777 [ 266 ] {e0790e7d-833d-4862-a381-ab4f486bb8f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1297 2025.02.22 21:12:51.353432 [ 266 ] {e0790e7d-833d-4862-a381-ab4f486bb8f5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1298 2025.02.22 21:12:51.353688 [ 266 ] {e0790e7d-833d-4862-a381-ab4f486bb8f5} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1299 2025.02.22 21:12:51.353942 [ 266 ] {e0790e7d-833d-4862-a381-ab4f486bb8f5} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002483 sec., 10873.942811115587 rows/sec., 19.49 MiB/sec.
1300 2025.02.22 21:12:51.354034 [ 266 ] {e0790e7d-833d-4862-a381-ab4f486bb8f5} <Debug> TCPHandler: Processed in 0.002749431 sec.
1301 2025.02.22 21:12:51.354231 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1302 2025.02.22 21:12:51.354456 [ 267 ] {494af126-5095-4105-81d5-4c7f801d0735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1303 2025.02.22 21:12:51.354551 [ 267 ] {494af126-5095-4105-81d5-4c7f801d0735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1304 2025.02.22 21:12:51.355175 [ 267 ] {494af126-5095-4105-81d5-4c7f801d0735} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1305 2025.02.22 21:12:51.355213 [ 267 ] {494af126-5095-4105-81d5-4c7f801d0735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1306 2025.02.22 21:12:51.355582 [ 267 ] {494af126-5095-4105-81d5-4c7f801d0735} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1307 2025.02.22 21:12:51.355820 [ 267 ] {494af126-5095-4105-81d5-4c7f801d0735} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1308 2025.02.22 21:12:51.356061 [ 267 ] {494af126-5095-4105-81d5-4c7f801d0735} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001637 sec., 18326.20647525962 rows/sec., 1.26 MiB/sec.
1309 2025.02.22 21:12:51.356182 [ 267 ] {494af126-5095-4105-81d5-4c7f801d0735} <Debug> TCPHandler: Processed in 0.002059593 sec.
1310 2025.02.22 21:12:53.255222 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1311 2025.02.22 21:12:53.255973 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1312 2025.02.22 21:12:53.256018 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1313 2025.02.22 21:12:53.256610 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1314 2025.02.22 21:12:53.256868 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1315 2025.02.22 21:12:53.257069 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1316 2025.02.22 21:12:53.435418 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1317 2025.02.22 21:12:53.455708 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1318 2025.02.22 21:12:53.455769 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1319 2025.02.22 21:12:53.462419 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1320 2025.02.22 21:12:53.463161 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1321 2025.02.22 21:12:53.465687 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1322 2025.02.22 21:12:56.340923 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1323 2025.02.22 21:12:56.341151 [ 266 ] {71ccb36f-b731-49dc-b115-b76fafd28ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1324 2025.02.22 21:12:56.341235 [ 266 ] {71ccb36f-b731-49dc-b115-b76fafd28ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1325 2025.02.22 21:12:56.342057 [ 266 ] {71ccb36f-b731-49dc-b115-b76fafd28ffc} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1326 2025.02.22 21:12:56.342113 [ 266 ] {71ccb36f-b731-49dc-b115-b76fafd28ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1327 2025.02.22 21:12:56.342571 [ 266 ] {71ccb36f-b731-49dc-b115-b76fafd28ffc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1328 2025.02.22 21:12:56.342826 [ 266 ] {71ccb36f-b731-49dc-b115-b76fafd28ffc} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1329 2025.02.22 21:12:56.343025 [ 65 ] {} <Debug> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1330 2025.02.22 21:12:56.343094 [ 266 ] {71ccb36f-b731-49dc-b115-b76fafd28ffc} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001993 sec., 13045.659809332665 rows/sec., 993.22 KiB/sec.
1331 2025.02.22 21:12:56.343124 [ 65 ] {} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1332 2025.02.22 21:12:56.343224 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1333 2025.02.22 21:12:56.343231 [ 266 ] {71ccb36f-b731-49dc-b115-b76fafd28ffc} <Debug> TCPHandler: Processed in 0.002436457 sec.
1334 2025.02.22 21:12:56.343624 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1335 2025.02.22 21:12:56.343722 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1336 2025.02.22 21:12:56.343935 [ 267 ] {f276818a-bd8b-4fd2-9e5c-85c0fbac591d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1337 2025.02.22 21:12:56.344012 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1338 2025.02.22 21:12:56.344059 [ 267 ] {f276818a-bd8b-4fd2-9e5c-85c0fbac591d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1339 2025.02.22 21:12:56.344086 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 52 rows starting from the beginning of the part
1340 2025.02.22 21:12:56.344392 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part
1341 2025.02.22 21:12:56.344798 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 80 rows starting from the beginning of the part
1342 2025.02.22 21:12:56.345280 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part
1343 2025.02.22 21:12:56.345581 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 80 rows starting from the beginning of the part
1344 2025.02.22 21:12:56.345847 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part
1345 2025.02.22 21:12:56.346696 [ 267 ] {f276818a-bd8b-4fd2-9e5c-85c0fbac591d} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1346 2025.02.22 21:12:56.346800 [ 267 ] {f276818a-bd8b-4fd2-9e5c-85c0fbac591d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1347 2025.02.22 21:12:56.347995 [ 267 ] {f276818a-bd8b-4fd2-9e5c-85c0fbac591d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1348 2025.02.22 21:12:56.348697 [ 267 ] {f276818a-bd8b-4fd2-9e5c-85c0fbac591d} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1349 2025.02.22 21:12:56.348740 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 5 columns (5 merged, 0 gathered) in 0.005333921 sec., 54369.009214797145 rows/sec., 4.76 MiB/sec.
1350 2025.02.22 21:12:56.348960 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1351 2025.02.22 21:12:56.348978 [ 65 ] {} <Debug> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1352 2025.02.22 21:12:56.349067 [ 65 ] {} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1353 2025.02.22 21:12:56.349144 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1354 2025.02.22 21:12:56.349300 [ 267 ] {f276818a-bd8b-4fd2-9e5c-85c0fbac591d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005444 sec., 5143.277002204261 rows/sec., 410.79 KiB/sec.
1355 2025.02.22 21:12:56.349567 [ 267 ] {f276818a-bd8b-4fd2-9e5c-85c0fbac591d} <Debug> TCPHandler: Processed in 0.00619357 sec.
1356 2025.02.22 21:12:56.349571 [ 190 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1357 2025.02.22 21:12:56.349783 [ 266 ] {} <Trace> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1358 2025.02.22 21:12:56.349904 [ 190 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1359 2025.02.22 21:12:56.349994 [ 190 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part
1360 2025.02.22 21:12:56.350025 [ 266 ] {490694cc-fc59-48fe-b6de-41c5ddf4e040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55671) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1361 2025.02.22 21:12:56.350108 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_6_1} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1362 2025.02.22 21:12:56.350168 [ 266 ] {490694cc-fc59-48fe-b6de-41c5ddf4e040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1363 2025.02.22 21:12:56.350538 [ 190 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part
1364 2025.02.22 21:12:56.350592 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_6_1} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1365 2025.02.22 21:12:56.351177 [ 190 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 55 rows starting from the beginning of the part
1366 2025.02.22 21:12:56.351438 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
1367 2025.02.22 21:12:56.351930 [ 190 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part
1368 2025.02.22 21:12:56.352134 [ 190 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 55 rows starting from the beginning of the part
1369 2025.02.22 21:12:56.352279 [ 190 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part
1370 2025.02.22 21:12:56.352848 [ 266 ] {490694cc-fc59-48fe-b6de-41c5ddf4e040} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1371 2025.02.22 21:12:56.352898 [ 266 ] {490694cc-fc59-48fe-b6de-41c5ddf4e040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1372 2025.02.22 21:12:56.353529 [ 266 ] {490694cc-fc59-48fe-b6de-41c5ddf4e040} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1373 2025.02.22 21:12:56.353823 [ 186 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 230 rows, containing 5 columns (5 merged, 0 gathered) in 0.004511622 sec., 50979.44818958681 rows/sec., 4.18 MiB/sec.
1374 2025.02.22 21:12:56.353881 [ 266 ] {490694cc-fc59-48fe-b6de-41c5ddf4e040} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1375 2025.02.22 21:12:56.354010 [ 186 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1376 2025.02.22 21:12:56.354221 [ 266 ] {490694cc-fc59-48fe-b6de-41c5ddf4e040} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004277 sec., 23380.87444470423 rows/sec., 1.62 MiB/sec.
1377 2025.02.22 21:12:56.354300 [ 266 ] {490694cc-fc59-48fe-b6de-41c5ddf4e040} <Debug> TCPHandler: Processed in 0.004620552 sec.
1378 2025.02.22 21:12:56.354462 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1379 2025.02.22 21:12:56.354493 [ 186 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_6_1} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1380 2025.02.22 21:12:56.354639 [ 186 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_6_1} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1381 2025.02.22 21:12:56.354673 [ 267 ] {d9cb525f-0af5-4e84-9870-96839d2da7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1382 2025.02.22 21:12:56.354781 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1383 2025.02.22 21:12:56.354796 [ 267 ] {d9cb525f-0af5-4e84-9870-96839d2da7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1384 2025.02.22 21:12:56.355319 [ 267 ] {d9cb525f-0af5-4e84-9870-96839d2da7ad} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1385 2025.02.22 21:12:56.355358 [ 267 ] {d9cb525f-0af5-4e84-9870-96839d2da7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1386 2025.02.22 21:12:56.355757 [ 267 ] {d9cb525f-0af5-4e84-9870-96839d2da7ad} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1387 2025.02.22 21:12:56.356002 [ 267 ] {d9cb525f-0af5-4e84-9870-96839d2da7ad} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1388 2025.02.22 21:12:56.356204 [ 267 ] {d9cb525f-0af5-4e84-9870-96839d2da7ad} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001589 sec., 18879.798615481435 rows/sec., 1.29 MiB/sec.
1389 2025.02.22 21:12:56.356269 [ 267 ] {d9cb525f-0af5-4e84-9870-96839d2da7ad} <Debug> TCPHandler: Processed in 0.001881452 sec.
1390 2025.02.22 21:13:00.687589 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache
1391 2025.02.22 21:13:00.687645 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache
1392 2025.02.22 21:13:00.747363 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 186
1393 2025.02.22 21:13:00.750117 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1394 2025.02.22 21:13:00.750169 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1395 2025.02.22 21:13:00.751650 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1396 2025.02.22 21:13:00.752168 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1397 2025.02.22 21:13:00.752730 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 186
1398 2025.02.22 21:13:00.757246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1399 2025.02.22 21:13:00.757987 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1400 2025.02.22 21:13:00.758043 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1401 2025.02.22 21:13:00.758587 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1402 2025.02.22 21:13:00.758853 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1403 2025.02.22 21:13:00.759078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1404 2025.02.22 21:13:00.965799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1405 2025.02.22 21:13:00.985191 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1406 2025.02.22 21:13:00.985234 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1407 2025.02.22 21:13:00.992209 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1408 2025.02.22 21:13:00.992994 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1409 2025.02.22 21:13:00.995832 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1410 2025.02.22 21:13:01.011193 [ 266 ] {} <Debug> TCPHandler: Done processing connection.
1411 2025.02.22 21:13:01.011281 [ 266 ] {} <Debug> TCP-Session: 2bc977ef-f379-4016-9b84-2bc10046a6a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1412 2025.02.22 21:13:01.342761 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1413 2025.02.22 21:13:01.342948 [ 267 ] {cdaadc5b-b459-40f1-894a-02ce95d9bcfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1414 2025.02.22 21:13:01.343014 [ 267 ] {cdaadc5b-b459-40f1-894a-02ce95d9bcfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1415 2025.02.22 21:13:01.343758 [ 267 ] {cdaadc5b-b459-40f1-894a-02ce95d9bcfe} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1416 2025.02.22 21:13:01.343800 [ 267 ] {cdaadc5b-b459-40f1-894a-02ce95d9bcfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1417 2025.02.22 21:13:01.344272 [ 267 ] {cdaadc5b-b459-40f1-894a-02ce95d9bcfe} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1418 2025.02.22 21:13:01.344528 [ 267 ] {cdaadc5b-b459-40f1-894a-02ce95d9bcfe} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1419 2025.02.22 21:13:01.344756 [ 267 ] {cdaadc5b-b459-40f1-894a-02ce95d9bcfe} <Debug> executeQuery: Read 80 rows, 7.04 KiB in 0.001858 sec., 43057.050592034444 rows/sec., 3.70 MiB/sec.
1420 2025.02.22 21:13:01.344907 [ 267 ] {cdaadc5b-b459-40f1-894a-02ce95d9bcfe} <Debug> TCPHandler: Processed in 0.002268966 sec.
1421 2025.02.22 21:13:01.345199 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1422 2025.02.22 21:13:01.345386 [ 268 ] {41875c32-b0ba-446c-a02f-ff53d79c755a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1423 2025.02.22 21:13:01.345484 [ 268 ] {41875c32-b0ba-446c-a02f-ff53d79c755a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1424 2025.02.22 21:13:01.346244 [ 268 ] {41875c32-b0ba-446c-a02f-ff53d79c755a} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1425 2025.02.22 21:13:01.346290 [ 268 ] {41875c32-b0ba-446c-a02f-ff53d79c755a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1426 2025.02.22 21:13:01.346728 [ 268 ] {41875c32-b0ba-446c-a02f-ff53d79c755a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1427 2025.02.22 21:13:01.346986 [ 268 ] {41875c32-b0ba-446c-a02f-ff53d79c755a} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1428 2025.02.22 21:13:01.347299 [ 268 ] {41875c32-b0ba-446c-a02f-ff53d79c755a} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001946 sec., 13874.614594039054 rows/sec., 1.02 MiB/sec.
1429 2025.02.22 21:13:01.347392 [ 268 ] {41875c32-b0ba-446c-a02f-ff53d79c755a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1430 2025.02.22 21:13:01.347407 [ 268 ] {41875c32-b0ba-446c-a02f-ff53d79c755a} <Debug> TCPHandler: Processed in 0.002385947 sec.
1431 2025.02.22 21:13:01.347565 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1432 2025.02.22 21:13:01.347707 [ 267 ] {9555221e-3079-4393-bb5a-bd381af00c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1433 2025.02.22 21:13:01.347765 [ 267 ] {9555221e-3079-4393-bb5a-bd381af00c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1434 2025.02.22 21:13:01.348415 [ 267 ] {9555221e-3079-4393-bb5a-bd381af00c9c} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1435 2025.02.22 21:13:01.348456 [ 267 ] {9555221e-3079-4393-bb5a-bd381af00c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1436 2025.02.22 21:13:01.348820 [ 267 ] {9555221e-3079-4393-bb5a-bd381af00c9c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1437 2025.02.22 21:13:01.349059 [ 267 ] {9555221e-3079-4393-bb5a-bd381af00c9c} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1438 2025.02.22 21:13:01.349291 [ 267 ] {9555221e-3079-4393-bb5a-bd381af00c9c} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001592 sec., 34547.738693467334 rows/sec., 2.70 MiB/sec.
1439 2025.02.22 21:13:01.349397 [ 267 ] {9555221e-3079-4393-bb5a-bd381af00c9c} <Debug> TCPHandler: Processed in 0.001898772 sec.
1440 2025.02.22 21:13:01.349542 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1441 2025.02.22 21:13:01.349660 [ 268 ] {eddae0f6-9b71-4db7-99f5-d0808ab3753c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1442 2025.02.22 21:13:01.349714 [ 268 ] {eddae0f6-9b71-4db7-99f5-d0808ab3753c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1443 2025.02.22 21:13:01.350264 [ 268 ] {eddae0f6-9b71-4db7-99f5-d0808ab3753c} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1444 2025.02.22 21:13:01.350303 [ 268 ] {eddae0f6-9b71-4db7-99f5-d0808ab3753c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1445 2025.02.22 21:13:01.350686 [ 268 ] {eddae0f6-9b71-4db7-99f5-d0808ab3753c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1446 2025.02.22 21:13:01.350921 [ 268 ] {eddae0f6-9b71-4db7-99f5-d0808ab3753c} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1447 2025.02.22 21:13:01.351075 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1448 2025.02.22 21:13:01.351148 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1449 2025.02.22 21:13:01.351178 [ 268 ] {eddae0f6-9b71-4db7-99f5-d0808ab3753c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001533 sec., 65231.57208088715 rows/sec., 4.52 MiB/sec.
1450 2025.02.22 21:13:01.351193 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1451 2025.02.22 21:13:01.351319 [ 268 ] {eddae0f6-9b71-4db7-99f5-d0808ab3753c} <Debug> TCPHandler: Processed in 0.001831001 sec.
1452 2025.02.22 21:13:01.351630 [ 200 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1453 2025.02.22 21:13:01.351794 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1454 2025.02.22 21:13:01.351881 [ 200 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1455 2025.02.22 21:13:01.351970 [ 200 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part
1456 2025.02.22 21:13:01.352055 [ 267 ] {890abb53-0c77-4edc-b1a7-797770e17893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1457 2025.02.22 21:13:01.352213 [ 200 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part
1458 2025.02.22 21:13:01.352422 [ 267 ] {890abb53-0c77-4edc-b1a7-797770e17893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1459 2025.02.22 21:13:01.352704 [ 200 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part
1460 2025.02.22 21:13:01.353150 [ 200 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part
1461 2025.02.22 21:13:01.353594 [ 200 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part
1462 2025.02.22 21:13:01.353950 [ 200 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part
1463 2025.02.22 21:13:01.357759 [ 200 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 580 rows, containing 5 columns (5 merged, 0 gathered) in 0.006418663 sec., 90361.49740218485 rows/sec., 6.26 MiB/sec.
1464 2025.02.22 21:13:01.357991 [ 267 ] {890abb53-0c77-4edc-b1a7-797770e17893} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1465 2025.02.22 21:13:01.358049 [ 267 ] {890abb53-0c77-4edc-b1a7-797770e17893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1466 2025.02.22 21:13:01.358074 [ 200 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1467 2025.02.22 21:13:01.358741 [ 200 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1468 2025.02.22 21:13:01.358891 [ 200 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1469 2025.02.22 21:13:01.359040 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
1470 2025.02.22 21:13:01.359371 [ 267 ] {890abb53-0c77-4edc-b1a7-797770e17893} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1471 2025.02.22 21:13:01.359650 [ 267 ] {890abb53-0c77-4edc-b1a7-797770e17893} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1472 2025.02.22 21:13:01.359943 [ 267 ] {890abb53-0c77-4edc-b1a7-797770e17893} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007942 sec., 3399.647443968774 rows/sec., 6.09 MiB/sec.
1473 2025.02.22 21:13:01.360086 [ 267 ] {890abb53-0c77-4edc-b1a7-797770e17893} <Debug> TCPHandler: Processed in 0.008393106 sec.
1474 2025.02.22 21:13:01.360239 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1475 2025.02.22 21:13:01.360355 [ 268 ] {cb818756-6e35-45e5-b8f6-a8f417a65912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1476 2025.02.22 21:13:01.360406 [ 268 ] {cb818756-6e35-45e5-b8f6-a8f417a65912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1477 2025.02.22 21:13:01.360890 [ 268 ] {cb818756-6e35-45e5-b8f6-a8f417a65912} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1478 2025.02.22 21:13:01.360929 [ 268 ] {cb818756-6e35-45e5-b8f6-a8f417a65912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1479 2025.02.22 21:13:01.361295 [ 268 ] {cb818756-6e35-45e5-b8f6-a8f417a65912} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1480 2025.02.22 21:13:01.361533 [ 268 ] {cb818756-6e35-45e5-b8f6-a8f417a65912} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1481 2025.02.22 21:13:01.361682 [ 57 ] {} <Debug> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1482 2025.02.22 21:13:01.361740 [ 57 ] {} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1483 2025.02.22 21:13:01.361769 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1484 2025.02.22 21:13:01.361785 [ 268 ] {cb818756-6e35-45e5-b8f6-a8f417a65912} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001442 sec., 20804.438280166436 rows/sec., 1.43 MiB/sec.
1485 2025.02.22 21:13:01.362092 [ 268 ] {cb818756-6e35-45e5-b8f6-a8f417a65912} <Debug> TCPHandler: Processed in 0.001896522 sec.
1486 2025.02.22 21:13:01.362498 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1487 2025.02.22 21:13:01.362677 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1488 2025.02.22 21:13:01.362719 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part
1489 2025.02.22 21:13:01.362828 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
1490 2025.02.22 21:13:01.362906 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part
1491 2025.02.22 21:13:01.363002 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part
1492 2025.02.22 21:13:01.363139 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part
1493 2025.02.22 21:13:01.363203 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part
1494 2025.02.22 21:13:01.364229 [ 200 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.002350167 sec., 74037.29181798571 rows/sec., 5.07 MiB/sec.
1495 2025.02.22 21:13:01.364372 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1496 2025.02.22 21:13:01.364663 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_6_1} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1497 2025.02.22 21:13:01.364745 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_6_1} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1498 2025.02.22 21:13:01.364826 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
1499 2025.02.22 21:13:06.340993 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1500 2025.02.22 21:13:06.341209 [ 267 ] {604e5125-7ae9-47d2-b27c-d60c5f2a6ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1501 2025.02.22 21:13:06.341284 [ 267 ] {604e5125-7ae9-47d2-b27c-d60c5f2a6ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1502 2025.02.22 21:13:06.341988 [ 267 ] {604e5125-7ae9-47d2-b27c-d60c5f2a6ee7} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1503 2025.02.22 21:13:06.342027 [ 267 ] {604e5125-7ae9-47d2-b27c-d60c5f2a6ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1504 2025.02.22 21:13:06.342438 [ 267 ] {604e5125-7ae9-47d2-b27c-d60c5f2a6ee7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1505 2025.02.22 21:13:06.342684 [ 267 ] {604e5125-7ae9-47d2-b27c-d60c5f2a6ee7} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1506 2025.02.22 21:13:06.342883 [ 267 ] {604e5125-7ae9-47d2-b27c-d60c5f2a6ee7} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001728 sec., 15046.296296296297 rows/sec., 1.12 MiB/sec.
1507 2025.02.22 21:13:06.342937 [ 267 ] {604e5125-7ae9-47d2-b27c-d60c5f2a6ee7} <Debug> TCPHandler: Processed in 0.002081384 sec.
1508 2025.02.22 21:13:06.343193 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1509 2025.02.22 21:13:06.343402 [ 268 ] {e809bcda-d822-4507-a67a-943d5ab83284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1510 2025.02.22 21:13:06.343487 [ 268 ] {e809bcda-d822-4507-a67a-943d5ab83284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1511 2025.02.22 21:13:06.344327 [ 268 ] {e809bcda-d822-4507-a67a-943d5ab83284} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1512 2025.02.22 21:13:06.344378 [ 268 ] {e809bcda-d822-4507-a67a-943d5ab83284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1513 2025.02.22 21:13:06.344829 [ 268 ] {e809bcda-d822-4507-a67a-943d5ab83284} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1514 2025.02.22 21:13:06.345079 [ 268 ] {e809bcda-d822-4507-a67a-943d5ab83284} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1515 2025.02.22 21:13:06.345309 [ 268 ] {e809bcda-d822-4507-a67a-943d5ab83284} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001967 sec., 14234.875444839858 rows/sec., 1.11 MiB/sec.
1516 2025.02.22 21:13:06.345366 [ 268 ] {e809bcda-d822-4507-a67a-943d5ab83284} <Debug> TCPHandler: Processed in 0.002317157 sec.
1517 2025.02.22 21:13:06.345527 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1518 2025.02.22 21:13:06.345667 [ 267 ] {afc634db-5ac2-40e1-90fb-58973ba76c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1519 2025.02.22 21:13:06.345731 [ 267 ] {afc634db-5ac2-40e1-90fb-58973ba76c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1520 2025.02.22 21:13:06.346352 [ 267 ] {afc634db-5ac2-40e1-90fb-58973ba76c45} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1521 2025.02.22 21:13:06.346389 [ 267 ] {afc634db-5ac2-40e1-90fb-58973ba76c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1522 2025.02.22 21:13:06.346788 [ 267 ] {afc634db-5ac2-40e1-90fb-58973ba76c45} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1523 2025.02.22 21:13:06.347027 [ 267 ] {afc634db-5ac2-40e1-90fb-58973ba76c45} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1524 2025.02.22 21:13:06.347203 [ 267 ] {afc634db-5ac2-40e1-90fb-58973ba76c45} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001567 sec., 63816.20931716656 rows/sec., 4.42 MiB/sec.
1525 2025.02.22 21:13:06.347254 [ 267 ] {afc634db-5ac2-40e1-90fb-58973ba76c45} <Debug> TCPHandler: Processed in 0.001796961 sec.
1526 2025.02.22 21:13:06.347408 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1527 2025.02.22 21:13:06.347546 [ 268 ] {5e04447c-1f28-4ad3-a309-e65d254883d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1528 2025.02.22 21:13:06.347607 [ 268 ] {5e04447c-1f28-4ad3-a309-e65d254883d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1529 2025.02.22 21:13:06.348184 [ 268 ] {5e04447c-1f28-4ad3-a309-e65d254883d6} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1530 2025.02.22 21:13:06.348232 [ 268 ] {5e04447c-1f28-4ad3-a309-e65d254883d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1531 2025.02.22 21:13:06.348613 [ 268 ] {5e04447c-1f28-4ad3-a309-e65d254883d6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1532 2025.02.22 21:13:06.348852 [ 268 ] {5e04447c-1f28-4ad3-a309-e65d254883d6} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1533 2025.02.22 21:13:06.349054 [ 268 ] {5e04447c-1f28-4ad3-a309-e65d254883d6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001538 sec., 19505.851755526655 rows/sec., 1.34 MiB/sec.
1534 2025.02.22 21:13:06.349104 [ 268 ] {5e04447c-1f28-4ad3-a309-e65d254883d6} <Debug> TCPHandler: Processed in 0.00176623 sec.
1535 2025.02.22 21:13:08.259238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
1536 2025.02.22 21:13:08.259993 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1537 2025.02.22 21:13:08.260040 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1538 2025.02.22 21:13:08.260592 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1539 2025.02.22 21:13:08.260843 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1540 2025.02.22 21:13:08.261120 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
1541 2025.02.22 21:13:08.495953 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1542 2025.02.22 21:13:08.516912 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1543 2025.02.22 21:13:08.516966 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1544 2025.02.22 21:13:08.524765 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1545 2025.02.22 21:13:08.525514 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1546 2025.02.22 21:13:08.528985 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1547 2025.02.22 21:13:10.752924 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 206
1548 2025.02.22 21:13:10.755616 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1549 2025.02.22 21:13:10.755657 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1550 2025.02.22 21:13:10.757104 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1551 2025.02.22 21:13:10.757409 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1552 2025.02.22 21:13:10.758297 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 206
1553 2025.02.22 21:13:11.343682 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1554 2025.02.22 21:13:11.343876 [ 267 ] {231301db-b4f3-4d1b-95f6-11180dd75ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1555 2025.02.22 21:13:11.343945 [ 267 ] {231301db-b4f3-4d1b-95f6-11180dd75ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1556 2025.02.22 21:13:11.344688 [ 267 ] {231301db-b4f3-4d1b-95f6-11180dd75ff5} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1557 2025.02.22 21:13:11.344730 [ 267 ] {231301db-b4f3-4d1b-95f6-11180dd75ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1558 2025.02.22 21:13:11.345183 [ 267 ] {231301db-b4f3-4d1b-95f6-11180dd75ff5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1559 2025.02.22 21:13:11.345452 [ 267 ] {231301db-b4f3-4d1b-95f6-11180dd75ff5} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1560 2025.02.22 21:13:11.345654 [ 267 ] {231301db-b4f3-4d1b-95f6-11180dd75ff5} <Debug> executeQuery: Read 80 rows, 7.04 KiB in 0.001828 sec., 43763.6761487965 rows/sec., 3.76 MiB/sec.
1561 2025.02.22 21:13:11.345715 [ 267 ] {231301db-b4f3-4d1b-95f6-11180dd75ff5} <Debug> TCPHandler: Processed in 0.002158475 sec.
1562 2025.02.22 21:13:11.345966 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1563 2025.02.22 21:13:11.346178 [ 268 ] {ef902aac-7658-43c1-a2cc-89c7c61cfb94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1564 2025.02.22 21:13:11.346261 [ 268 ] {ef902aac-7658-43c1-a2cc-89c7c61cfb94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1565 2025.02.22 21:13:11.347022 [ 268 ] {ef902aac-7658-43c1-a2cc-89c7c61cfb94} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1566 2025.02.22 21:13:11.347075 [ 268 ] {ef902aac-7658-43c1-a2cc-89c7c61cfb94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1567 2025.02.22 21:13:11.347516 [ 268 ] {ef902aac-7658-43c1-a2cc-89c7c61cfb94} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1568 2025.02.22 21:13:11.347772 [ 268 ] {ef902aac-7658-43c1-a2cc-89c7c61cfb94} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1569 2025.02.22 21:13:11.348012 [ 268 ] {ef902aac-7658-43c1-a2cc-89c7c61cfb94} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001893 sec., 14263.074484944533 rows/sec., 1.05 MiB/sec.
1570 2025.02.22 21:13:11.348077 [ 268 ] {ef902aac-7658-43c1-a2cc-89c7c61cfb94} <Debug> TCPHandler: Processed in 0.002255526 sec.
1571 2025.02.22 21:13:11.348226 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1572 2025.02.22 21:13:11.348372 [ 267 ] {07e8e305-7d12-4a49-9005-0bb643047431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1573 2025.02.22 21:13:11.348430 [ 267 ] {07e8e305-7d12-4a49-9005-0bb643047431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1574 2025.02.22 21:13:11.349047 [ 267 ] {07e8e305-7d12-4a49-9005-0bb643047431} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1575 2025.02.22 21:13:11.349085 [ 267 ] {07e8e305-7d12-4a49-9005-0bb643047431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1576 2025.02.22 21:13:11.349458 [ 267 ] {07e8e305-7d12-4a49-9005-0bb643047431} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1577 2025.02.22 21:13:11.349705 [ 267 ] {07e8e305-7d12-4a49-9005-0bb643047431} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1578 2025.02.22 21:13:11.349911 [ 267 ] {07e8e305-7d12-4a49-9005-0bb643047431} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001567 sec., 35098.915124441606 rows/sec., 2.74 MiB/sec.
1579 2025.02.22 21:13:11.349974 [ 267 ] {07e8e305-7d12-4a49-9005-0bb643047431} <Debug> TCPHandler: Processed in 0.001815571 sec.
1580 2025.02.22 21:13:11.350118 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1581 2025.02.22 21:13:11.350239 [ 268 ] {6c851ff2-e2f1-4f59-b43a-9e9a8a828be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1582 2025.02.22 21:13:11.350294 [ 268 ] {6c851ff2-e2f1-4f59-b43a-9e9a8a828be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1583 2025.02.22 21:13:11.350853 [ 268 ] {6c851ff2-e2f1-4f59-b43a-9e9a8a828be9} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1584 2025.02.22 21:13:11.350893 [ 268 ] {6c851ff2-e2f1-4f59-b43a-9e9a8a828be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1585 2025.02.22 21:13:11.351302 [ 268 ] {6c851ff2-e2f1-4f59-b43a-9e9a8a828be9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1586 2025.02.22 21:13:11.351566 [ 268 ] {6c851ff2-e2f1-4f59-b43a-9e9a8a828be9} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1587 2025.02.22 21:13:11.351835 [ 268 ] {6c851ff2-e2f1-4f59-b43a-9e9a8a828be9} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001616 sec., 61881.18811881188 rows/sec., 4.29 MiB/sec.
1588 2025.02.22 21:13:11.352002 [ 268 ] {6c851ff2-e2f1-4f59-b43a-9e9a8a828be9} <Debug> TCPHandler: Processed in 0.001942352 sec.
1589 2025.02.22 21:13:11.352161 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1590 2025.02.22 21:13:11.352302 [ 267 ] {eb295455-4408-43c2-bec1-1f9ea289c163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1591 2025.02.22 21:13:11.352396 [ 267 ] {eb295455-4408-43c2-bec1-1f9ea289c163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1592 2025.02.22 21:13:11.353539 [ 267 ] {eb295455-4408-43c2-bec1-1f9ea289c163} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1593 2025.02.22 21:13:11.353578 [ 267 ] {eb295455-4408-43c2-bec1-1f9ea289c163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1594 2025.02.22 21:13:11.354269 [ 267 ] {eb295455-4408-43c2-bec1-1f9ea289c163} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1595 2025.02.22 21:13:11.354539 [ 267 ] {eb295455-4408-43c2-bec1-1f9ea289c163} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1596 2025.02.22 21:13:11.354790 [ 267 ] {eb295455-4408-43c2-bec1-1f9ea289c163} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002516 sec., 10731.319554848966 rows/sec., 19.23 MiB/sec.
1597 2025.02.22 21:13:11.354905 [ 267 ] {eb295455-4408-43c2-bec1-1f9ea289c163} <Debug> TCPHandler: Processed in 0.002813172 sec.
1598 2025.02.22 21:13:11.355103 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1599 2025.02.22 21:13:11.355323 [ 268 ] {47c98e81-b6a1-4e9a-8f07-ff8ed6fa787d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1600 2025.02.22 21:13:11.355418 [ 268 ] {47c98e81-b6a1-4e9a-8f07-ff8ed6fa787d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1601 2025.02.22 21:13:11.355911 [ 268 ] {47c98e81-b6a1-4e9a-8f07-ff8ed6fa787d} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1602 2025.02.22 21:13:11.355949 [ 268 ] {47c98e81-b6a1-4e9a-8f07-ff8ed6fa787d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1603 2025.02.22 21:13:11.356317 [ 268 ] {47c98e81-b6a1-4e9a-8f07-ff8ed6fa787d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1604 2025.02.22 21:13:11.356558 [ 268 ] {47c98e81-b6a1-4e9a-8f07-ff8ed6fa787d} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1605 2025.02.22 21:13:11.356828 [ 268 ] {47c98e81-b6a1-4e9a-8f07-ff8ed6fa787d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001542 sec., 19455.252918287937 rows/sec., 1.33 MiB/sec.
1606 2025.02.22 21:13:11.356966 [ 268 ] {47c98e81-b6a1-4e9a-8f07-ff8ed6fa787d} <Debug> TCPHandler: Processed in 0.001971432 sec.
1607 2025.02.22 21:13:15.687701 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache
1608 2025.02.22 21:13:15.687751 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache
1609 2025.02.22 21:13:15.761299 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
1610 2025.02.22 21:13:15.761981 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1611 2025.02.22 21:13:15.762029 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1612 2025.02.22 21:13:15.762560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1613 2025.02.22 21:13:15.762822 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1614 2025.02.22 21:13:15.763073 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
1615 2025.02.22 21:13:16.029102 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
1616 2025.02.22 21:13:16.050196 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1617 2025.02.22 21:13:16.050262 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1618 2025.02.22 21:13:16.057782 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1619 2025.02.22 21:13:16.058560 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1620 2025.02.22 21:13:16.061896 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
1621 2025.02.22 21:13:16.338799 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1622 2025.02.22 21:13:16.339093 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1623 2025.02.22 21:13:16.339496 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1624 2025.02.22 21:13:16.339542 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1625 2025.02.22 21:13:16.339853 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1626 2025.02.22 21:13:16.339938 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1627 2025.02.22 21:13:16.340119 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1628 2025.02.22 21:13:16.340329 [ 286 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1629 2025.02.22 21:13:16.340401 [ 287 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1630 2025.02.22 21:13:16.340521 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1631 2025.02.22 21:13:16.340554 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1632 2025.02.22 21:13:16.344600 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1633 2025.02.22 21:13:16.344638 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 18 rows with 2 streams
1634 2025.02.22 21:13:16.344714 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1635 2025.02.22 21:13:16.344773 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1636 2025.02.22 21:13:16.346256 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.007289 sec., 2469.474550692825 rows/sec., 103.70 KiB/sec.
1637 2025.02.22 21:13:16.346405 [ 267 ] {7acf4120-2cc1-4b4f-8578-1de6032742e5} <Debug> TCPHandler: Processed in 0.007810809 sec.
1638 2025.02.22 21:13:16.346838 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1639 2025.02.22 21:13:16.347056 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
1640 2025.02.22 21:13:16.347431 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1641 2025.02.22 21:13:16.347474 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE
1642 2025.02.22 21:13:16.347788 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1643 2025.02.22 21:13:16.347868 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1644 2025.02.22 21:13:16.348047 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1645 2025.02.22 21:13:16.348152 [ 288 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1646 2025.02.22 21:13:16.348161 [ 286 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1647 2025.02.22 21:13:16.348279 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1648 2025.02.22 21:13:16.348307 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1649 2025.02.22 21:13:16.348395 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1650 2025.02.22 21:13:16.348417 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 18 rows with 2 streams
1651 2025.02.22 21:13:16.348459 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))"
1652 2025.02.22 21:13:16.348506 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))"
1653 2025.02.22 21:13:16.349596 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002637 sec., 6825.938566552901 rows/sec., 286.64 KiB/sec.
1654 2025.02.22 21:13:16.349762 [ 268 ] {f2ea7c15-7c81-4f45-94c9-630d13e793ef} <Debug> TCPHandler: Processed in 0.003048945 sec.
1655 2025.02.22 21:13:16.350375 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1656 2025.02.22 21:13:16.350590 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
1657 2025.02.22 21:13:16.350914 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1658 2025.02.22 21:13:16.350958 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE
1659 2025.02.22 21:13:16.351239 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1660 2025.02.22 21:13:16.351307 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1661 2025.02.22 21:13:16.351461 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1662 2025.02.22 21:13:16.351568 [ 287 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1663 2025.02.22 21:13:16.351584 [ 288 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1664 2025.02.22 21:13:16.351696 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1665 2025.02.22 21:13:16.351724 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1666 2025.02.22 21:13:16.351808 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1667 2025.02.22 21:13:16.351830 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 18 rows with 2 streams
1668 2025.02.22 21:13:16.351871 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
1669 2025.02.22 21:13:16.351917 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
1670 2025.02.22 21:13:16.353097 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002602 sec., 6917.7555726364335 rows/sec., 290.49 KiB/sec.
1671 2025.02.22 21:13:16.353238 [ 267 ] {1a353305-b6de-456c-8332-b83ea4998e01} <Debug> TCPHandler: Processed in 0.002936234 sec.
1672 2025.02.22 21:13:16.353505 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1673 2025.02.22 21:13:16.353689 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1674 2025.02.22 21:13:16.354011 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1675 2025.02.22 21:13:16.354055 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE
1676 2025.02.22 21:13:16.354336 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1677 2025.02.22 21:13:16.354405 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1678 2025.02.22 21:13:16.354561 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1679 2025.02.22 21:13:16.354672 [ 287 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1680 2025.02.22 21:13:16.354675 [ 288 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1681 2025.02.22 21:13:16.354784 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1682 2025.02.22 21:13:16.354808 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1683 2025.02.22 21:13:16.354887 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1684 2025.02.22 21:13:16.354909 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 18 rows with 2 streams
1685 2025.02.22 21:13:16.354952 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
1686 2025.02.22 21:13:16.354998 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
1687 2025.02.22 21:13:16.355990 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002383 sec., 7553.503986571548 rows/sec., 317.19 KiB/sec.
1688 2025.02.22 21:13:16.356130 [ 268 ] {27547959-16ea-4f1d-8331-b9688ced71ce} <Debug> TCPHandler: Processed in 0.002685791 sec.
1689 2025.02.22 21:13:16.356406 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1690 2025.02.22 21:13:16.356617 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1691 2025.02.22 21:13:16.357040 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1692 2025.02.22 21:13:16.357091 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1693 2025.02.22 21:13:16.357434 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1694 2025.02.22 21:13:16.357515 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1695 2025.02.22 21:13:16.357670 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1696 2025.02.22 21:13:16.357782 [ 287 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1697 2025.02.22 21:13:16.357786 [ 286 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1698 2025.02.22 21:13:16.357892 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1699 2025.02.22 21:13:16.357916 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1700 2025.02.22 21:13:16.357994 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1701 2025.02.22 21:13:16.358014 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 18 rows with 2 streams
1702 2025.02.22 21:13:16.358053 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1703 2025.02.22 21:13:16.358099 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1704 2025.02.22 21:13:16.359145 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00262 sec., 6870.229007633588 rows/sec., 288.50 KiB/sec.
1705 2025.02.22 21:13:16.359283 [ 267 ] {60fcbbde-ca04-43b8-b453-936d5f0efa84} <Debug> TCPHandler: Processed in 0.002934593 sec.
1706 2025.02.22 21:13:16.359575 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1707 2025.02.22 21:13:16.359788 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1708 2025.02.22 21:13:16.360167 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1709 2025.02.22 21:13:16.360220 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1710 2025.02.22 21:13:16.360569 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1711 2025.02.22 21:13:16.360636 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1712 2025.02.22 21:13:16.360788 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1713 2025.02.22 21:13:16.360888 [ 287 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1714 2025.02.22 21:13:16.360899 [ 288 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1715 2025.02.22 21:13:16.360993 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1716 2025.02.22 21:13:16.361015 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1717 2025.02.22 21:13:16.361094 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1718 2025.02.22 21:13:16.361114 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 18 rows with 2 streams
1719 2025.02.22 21:13:16.361154 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1720 2025.02.22 21:13:16.361198 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1721 2025.02.22 21:13:16.362219 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00253 sec., 7114.624505928853 rows/sec., 298.76 KiB/sec.
1722 2025.02.22 21:13:16.362354 [ 268 ] {6ac2e0c9-96c7-4ee2-8ee7-253fd1badf9c} <Debug> TCPHandler: Processed in 0.002847403 sec.
1723 2025.02.22 21:13:16.362619 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1724 2025.02.22 21:13:16.362793 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1725 2025.02.22 21:13:16.363136 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1726 2025.02.22 21:13:16.363178 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1727 2025.02.22 21:13:16.363460 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1728 2025.02.22 21:13:16.363528 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1729 2025.02.22 21:13:16.363697 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1730 2025.02.22 21:13:16.363801 [ 286 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1731 2025.02.22 21:13:16.363823 [ 287 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1732 2025.02.22 21:13:16.363918 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1733 2025.02.22 21:13:16.363946 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1734 2025.02.22 21:13:16.364027 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1735 2025.02.22 21:13:16.364047 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 18 rows with 2 streams
1736 2025.02.22 21:13:16.364087 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1737 2025.02.22 21:13:16.364134 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1738 2025.02.22 21:13:16.365140 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002425 sec., 7422.680412371134 rows/sec., 311.69 KiB/sec.
1739 2025.02.22 21:13:16.365275 [ 267 ] {511f4635-3f00-49c4-9f0b-04d0a5a6be05} <Debug> TCPHandler: Processed in 0.002711711 sec.
1740 2025.02.22 21:13:16.365552 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1741 2025.02.22 21:13:16.365762 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1742 2025.02.22 21:13:16.366143 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1743 2025.02.22 21:13:16.366196 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1744 2025.02.22 21:13:16.366545 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1745 2025.02.22 21:13:16.366613 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1746 2025.02.22 21:13:16.366764 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1747 2025.02.22 21:13:16.366870 [ 287 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1748 2025.02.22 21:13:16.366878 [ 288 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1749 2025.02.22 21:13:16.366985 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1750 2025.02.22 21:13:16.367009 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1751 2025.02.22 21:13:16.367088 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1752 2025.02.22 21:13:16.367107 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 18 rows with 2 streams
1753 2025.02.22 21:13:16.367147 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1754 2025.02.22 21:13:16.367193 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1755 2025.02.22 21:13:16.368233 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00257 sec., 7003.891050583658 rows/sec., 294.11 KiB/sec.
1756 2025.02.22 21:13:16.368367 [ 268 ] {145e1943-aa90-4889-8742-ec835b625a7b} <Debug> TCPHandler: Processed in 0.002874892 sec.
1757 2025.02.22 21:13:16.368661 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1758 2025.02.22 21:13:16.368842 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1759 2025.02.22 21:13:16.369163 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1760 2025.02.22 21:13:16.369207 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1761 2025.02.22 21:13:16.369492 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1762 2025.02.22 21:13:16.369558 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1763 2025.02.22 21:13:16.369708 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1764 2025.02.22 21:13:16.369810 [ 287 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1765 2025.02.22 21:13:16.369818 [ 286 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1766 2025.02.22 21:13:16.369924 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1767 2025.02.22 21:13:16.369948 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1768 2025.02.22 21:13:16.370028 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1769 2025.02.22 21:13:16.370048 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 18 rows with 2 streams
1770 2025.02.22 21:13:16.370088 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1771 2025.02.22 21:13:16.370133 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1772 2025.02.22 21:13:16.371185 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002427 sec., 7416.563658838072 rows/sec., 311.44 KiB/sec.
1773 2025.02.22 21:13:16.371323 [ 267 ] {81283ca5-9d36-47d2-af9e-34c8345eebbd} <Debug> TCPHandler: Processed in 0.002720151 sec.
1774 2025.02.22 21:13:16.371715 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1775 2025.02.22 21:13:16.371927 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1776 2025.02.22 21:13:16.372311 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1777 2025.02.22 21:13:16.372366 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1778 2025.02.22 21:13:16.372692 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1779 2025.02.22 21:13:16.372758 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1780 2025.02.22 21:13:16.372908 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1781 2025.02.22 21:13:16.373017 [ 287 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1782 2025.02.22 21:13:16.373020 [ 288 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1783 2025.02.22 21:13:16.373125 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1784 2025.02.22 21:13:16.373148 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1785 2025.02.22 21:13:16.373224 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1786 2025.02.22 21:13:16.373245 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 18 rows with 2 streams
1787 2025.02.22 21:13:16.373288 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1788 2025.02.22 21:13:16.373336 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1789 2025.02.22 21:13:16.374356 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002531 sec., 7111.813512445674 rows/sec., 298.64 KiB/sec.
1790 2025.02.22 21:13:16.374493 [ 268 ] {56064140-46b0-4de1-b952-1b7cc95a6310} <Debug> TCPHandler: Processed in 0.002844512 sec.
1791 2025.02.22 21:13:16.374761 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1792 2025.02.22 21:13:16.374974 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1793 2025.02.22 21:13:16.375360 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1794 2025.02.22 21:13:16.375415 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1795 2025.02.22 21:13:16.375733 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1796 2025.02.22 21:13:16.375799 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1797 2025.02.22 21:13:16.375949 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1798 2025.02.22 21:13:16.376057 [ 287 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1799 2025.02.22 21:13:16.376071 [ 286 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1800 2025.02.22 21:13:16.376165 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1801 2025.02.22 21:13:16.376188 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1802 2025.02.22 21:13:16.376267 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1803 2025.02.22 21:13:16.376287 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 18 rows with 2 streams
1804 2025.02.22 21:13:16.376327 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1805 2025.02.22 21:13:16.376372 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1806 2025.02.22 21:13:16.377372 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002499 sec., 7202.881152460985 rows/sec., 302.46 KiB/sec.
1807 2025.02.22 21:13:16.377507 [ 267 ] {61cad808-b40c-464b-b3e8-0af9f6aa30e7} <Debug> TCPHandler: Processed in 0.002810572 sec.
1808 2025.02.22 21:13:16.383086 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1809 2025.02.22 21:13:16.383299 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1810 2025.02.22 21:13:16.383662 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1811 2025.02.22 21:13:16.383707 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1812 2025.02.22 21:13:16.384005 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1813 2025.02.22 21:13:16.384072 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1814 2025.02.22 21:13:16.384224 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1815 2025.02.22 21:13:16.384322 [ 287 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1816 2025.02.22 21:13:16.384337 [ 288 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1817 2025.02.22 21:13:16.384438 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1818 2025.02.22 21:13:16.384462 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
1819 2025.02.22 21:13:16.384539 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1820 2025.02.22 21:13:16.384560 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 18 rows with 2 streams
1821 2025.02.22 21:13:16.384601 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1822 2025.02.22 21:13:16.384689 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1823 2025.02.22 21:13:16.385799 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002603 sec., 6915.0979638878225 rows/sec., 290.38 KiB/sec.
1824 2025.02.22 21:13:16.385933 [ 268 ] {8ac45374-fa61-463f-856f-fe59704b0a3c} <Debug> TCPHandler: Processed in 0.002912453 sec.
1825 2025.02.22 21:13:16.389810 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1826 2025.02.22 21:13:16.389961 [ 267 ] {b8ad17e0-221b-4bf2-bdd0-3aa29cf0f453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1827 2025.02.22 21:13:16.390022 [ 267 ] {b8ad17e0-221b-4bf2-bdd0-3aa29cf0f453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1828 2025.02.22 21:13:16.390852 [ 267 ] {b8ad17e0-221b-4bf2-bdd0-3aa29cf0f453} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1829 2025.02.22 21:13:16.390895 [ 267 ] {b8ad17e0-221b-4bf2-bdd0-3aa29cf0f453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1830 2025.02.22 21:13:16.391405 [ 267 ] {b8ad17e0-221b-4bf2-bdd0-3aa29cf0f453} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1831 2025.02.22 21:13:16.391629 [ 267 ] {b8ad17e0-221b-4bf2-bdd0-3aa29cf0f453} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1832 2025.02.22 21:13:16.391868 [ 267 ] {b8ad17e0-221b-4bf2-bdd0-3aa29cf0f453} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.001949 sec., 6157.003591585429 rows/sec., 2.19 MiB/sec.
1833 2025.02.22 21:13:16.391946 [ 267 ] {b8ad17e0-221b-4bf2-bdd0-3aa29cf0f453} <Debug> TCPHandler: Processed in 0.002204685 sec.
1834 2025.02.22 21:13:16.392098 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1835 2025.02.22 21:13:16.392247 [ 268 ] {d3c21424-058d-43da-8eee-70c33d375a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1836 2025.02.22 21:13:16.392305 [ 268 ] {d3c21424-058d-43da-8eee-70c33d375a6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1837 2025.02.22 21:13:16.393698 [ 268 ] {d3c21424-058d-43da-8eee-70c33d375a6c} <Trace> oximeter.fields_i16 (03d960d4-041b-4307-b6d7-193b24a6a0f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1838 2025.02.22 21:13:16.393740 [ 268 ] {d3c21424-058d-43da-8eee-70c33d375a6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1839 2025.02.22 21:13:16.394156 [ 268 ] {d3c21424-058d-43da-8eee-70c33d375a6c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1840 2025.02.22 21:13:16.394404 [ 268 ] {d3c21424-058d-43da-8eee-70c33d375a6c} <Trace> oximeter.fields_i16 (03d960d4-041b-4307-b6d7-193b24a6a0f0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1841 2025.02.22 21:13:16.394698 [ 268 ] {d3c21424-058d-43da-8eee-70c33d375a6c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002479 sec., 85518.35417507059 rows/sec., 5.44 MiB/sec.
1842 2025.02.22 21:13:16.394780 [ 268 ] {d3c21424-058d-43da-8eee-70c33d375a6c} <Debug> TCPHandler: Processed in 0.002748361 sec.
1843 2025.02.22 21:13:16.394937 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1844 2025.02.22 21:13:16.395074 [ 267 ] {ce698035-eec6-4ee6-8636-9b766e4a9c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1845 2025.02.22 21:13:16.395130 [ 267 ] {ce698035-eec6-4ee6-8636-9b766e4a9c34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1846 2025.02.22 21:13:16.396010 [ 267 ] {ce698035-eec6-4ee6-8636-9b766e4a9c34} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1847 2025.02.22 21:13:16.396048 [ 267 ] {ce698035-eec6-4ee6-8636-9b766e4a9c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1848 2025.02.22 21:13:16.396443 [ 267 ] {ce698035-eec6-4ee6-8636-9b766e4a9c34} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1849 2025.02.22 21:13:16.396687 [ 267 ] {ce698035-eec6-4ee6-8636-9b766e4a9c34} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1850 2025.02.22 21:13:16.396928 [ 267 ] {ce698035-eec6-4ee6-8636-9b766e4a9c34} <Debug> executeQuery: Read 603 rows, 48.54 KiB in 0.001878 sec., 321086.2619808307 rows/sec., 25.24 MiB/sec.
1851 2025.02.22 21:13:16.397003 [ 267 ] {ce698035-eec6-4ee6-8636-9b766e4a9c34} <Debug> TCPHandler: Processed in 0.002134794 sec.
1852 2025.02.22 21:13:16.397152 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1853 2025.02.22 21:13:16.397290 [ 268 ] {c22c0c5c-01eb-4818-9663-5069ee98fd08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1854 2025.02.22 21:13:16.397348 [ 268 ] {c22c0c5c-01eb-4818-9663-5069ee98fd08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1855 2025.02.22 21:13:16.397989 [ 268 ] {c22c0c5c-01eb-4818-9663-5069ee98fd08} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1856 2025.02.22 21:13:16.398030 [ 268 ] {c22c0c5c-01eb-4818-9663-5069ee98fd08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1857 2025.02.22 21:13:16.398402 [ 268 ] {c22c0c5c-01eb-4818-9663-5069ee98fd08} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1858 2025.02.22 21:13:16.398667 [ 268 ] {c22c0c5c-01eb-4818-9663-5069ee98fd08} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1859 2025.02.22 21:13:16.398831 [ 44 ] {} <Debug> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1860 2025.02.22 21:13:16.398909 [ 44 ] {} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1861 2025.02.22 21:13:16.398906 [ 268 ] {c22c0c5c-01eb-4818-9663-5069ee98fd08} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001644 sec., 69343.06569343066 rows/sec., 4.15 MiB/sec.
1862 2025.02.22 21:13:16.398945 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1863 2025.02.22 21:13:16.399070 [ 268 ] {c22c0c5c-01eb-4818-9663-5069ee98fd08} <Debug> TCPHandler: Processed in 0.001984823 sec.
1864 2025.02.22 21:13:16.399177 [ 191 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1865 2025.02.22 21:13:16.399252 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1866 2025.02.22 21:13:16.399343 [ 191 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1867 2025.02.22 21:13:16.399431 [ 191 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part
1868 2025.02.22 21:13:16.399475 [ 267 ] {c2a3bf6e-630e-41de-91c8-e8a59dce2c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1869 2025.02.22 21:13:16.399612 [ 267 ] {c2a3bf6e-630e-41de-91c8-e8a59dce2c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1870 2025.02.22 21:13:16.399686 [ 191 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part
1871 2025.02.22 21:13:16.400121 [ 191 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 27 rows starting from the beginning of the part
1872 2025.02.22 21:13:16.400475 [ 191 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part
1873 2025.02.22 21:13:16.400789 [ 191 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part
1874 2025.02.22 21:13:16.401240 [ 191 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 114 rows starting from the beginning of the part
1875 2025.02.22 21:13:16.402565 [ 267 ] {c2a3bf6e-630e-41de-91c8-e8a59dce2c2e} <Trace> oximeter.fields_u32 (3fb10a9a-8d9d-43a9-93d7-83395c51147b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1876 2025.02.22 21:13:16.402629 [ 267 ] {c2a3bf6e-630e-41de-91c8-e8a59dce2c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1877 2025.02.22 21:13:16.403647 [ 267 ] {c2a3bf6e-630e-41de-91c8-e8a59dce2c2e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1878 2025.02.22 21:13:16.403913 [ 191 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 248 rows, containing 5 columns (5 merged, 0 gathered) in 0.004829135 sec., 51354.95280210638 rows/sec., 3.65 MiB/sec.
1879 2025.02.22 21:13:16.404084 [ 191 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1880 2025.02.22 21:13:16.404154 [ 267 ] {c2a3bf6e-630e-41de-91c8-e8a59dce2c2e} <Trace> oximeter.fields_u32 (3fb10a9a-8d9d-43a9-93d7-83395c51147b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1881 2025.02.22 21:13:16.404654 [ 267 ] {c2a3bf6e-630e-41de-91c8-e8a59dce2c2e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005243 sec., 21552.546252145716 rows/sec., 1.40 MiB/sec.
1882 2025.02.22 21:13:16.404765 [ 191 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_6_1} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1883 2025.02.22 21:13:16.404801 [ 267 ] {c2a3bf6e-630e-41de-91c8-e8a59dce2c2e} <Debug> TCPHandler: Processed in 0.005630554 sec.
1884 2025.02.22 21:13:16.404951 [ 191 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_6_1} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1885 2025.02.22 21:13:16.405007 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1886 2025.02.22 21:13:16.405043 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1887 2025.02.22 21:13:16.405151 [ 268 ] {87d21b84-e39c-4b5b-bd47-f7d332204003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1888 2025.02.22 21:13:16.405207 [ 268 ] {87d21b84-e39c-4b5b-bd47-f7d332204003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1889 2025.02.22 21:13:16.405846 [ 268 ] {87d21b84-e39c-4b5b-bd47-f7d332204003} <Trace> oximeter.fields_u8 (80ab5d9b-7353-4076-a64b-0df8f61f01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1890 2025.02.22 21:13:16.405884 [ 268 ] {87d21b84-e39c-4b5b-bd47-f7d332204003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1891 2025.02.22 21:13:16.406247 [ 268 ] {87d21b84-e39c-4b5b-bd47-f7d332204003} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1892 2025.02.22 21:13:16.406481 [ 268 ] {87d21b84-e39c-4b5b-bd47-f7d332204003} <Trace> oximeter.fields_u8 (80ab5d9b-7353-4076-a64b-0df8f61f01dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1893 2025.02.22 21:13:16.406753 [ 268 ] {87d21b84-e39c-4b5b-bd47-f7d332204003} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001619 sec., 69178.50525015441 rows/sec., 3.94 MiB/sec.
1894 2025.02.22 21:13:16.406816 [ 268 ] {87d21b84-e39c-4b5b-bd47-f7d332204003} <Debug> TCPHandler: Processed in 0.001906152 sec.
1895 2025.02.22 21:13:16.406971 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1896 2025.02.22 21:13:16.407108 [ 267 ] {22afee33-137a-48e3-b3e3-d0a2439b9f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1897 2025.02.22 21:13:16.407164 [ 267 ] {22afee33-137a-48e3-b3e3-d0a2439b9f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1898 2025.02.22 21:13:16.407917 [ 267 ] {22afee33-137a-48e3-b3e3-d0a2439b9f30} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1899 2025.02.22 21:13:16.407956 [ 267 ] {22afee33-137a-48e3-b3e3-d0a2439b9f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1900 2025.02.22 21:13:16.408335 [ 267 ] {22afee33-137a-48e3-b3e3-d0a2439b9f30} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1901 2025.02.22 21:13:16.408573 [ 267 ] {22afee33-137a-48e3-b3e3-d0a2439b9f30} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1902 2025.02.22 21:13:16.408794 [ 267 ] {22afee33-137a-48e3-b3e3-d0a2439b9f30} <Debug> executeQuery: Read 354 rows, 25.35 KiB in 0.001717 sec., 206173.55853232383 rows/sec., 14.42 MiB/sec.
1903 2025.02.22 21:13:16.408847 [ 267 ] {22afee33-137a-48e3-b3e3-d0a2439b9f30} <Debug> TCPHandler: Processed in 0.001944902 sec.
1904 2025.02.22 21:13:16.408993 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1905 2025.02.22 21:13:16.409133 [ 268 ] {2319c892-2d14-4dfc-b869-a27e11c87ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1906 2025.02.22 21:13:16.409193 [ 268 ] {2319c892-2d14-4dfc-b869-a27e11c87ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1907 2025.02.22 21:13:16.409729 [ 268 ] {2319c892-2d14-4dfc-b869-a27e11c87ea1} <Trace> oximeter.measurements_bool (bb17435c-8495-4cb4-a70c-245858d8758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1908 2025.02.22 21:13:16.409768 [ 268 ] {2319c892-2d14-4dfc-b869-a27e11c87ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1909 2025.02.22 21:13:16.410135 [ 268 ] {2319c892-2d14-4dfc-b869-a27e11c87ea1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1910 2025.02.22 21:13:16.410372 [ 268 ] {2319c892-2d14-4dfc-b869-a27e11c87ea1} <Trace> oximeter.measurements_bool (bb17435c-8495-4cb4-a70c-245858d8758e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1911 2025.02.22 21:13:16.410640 [ 268 ] {2319c892-2d14-4dfc-b869-a27e11c87ea1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00152 sec., 3947.368421052631 rows/sec., 206.23 KiB/sec.
1912 2025.02.22 21:13:16.410707 [ 268 ] {2319c892-2d14-4dfc-b869-a27e11c87ea1} <Debug> TCPHandler: Processed in 0.00178145 sec.
1913 2025.02.22 21:13:16.410859 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1914 2025.02.22 21:13:16.410995 [ 267 ] {6b2094a2-33ed-4336-94df-efa039fddf84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1915 2025.02.22 21:13:16.411055 [ 267 ] {6b2094a2-33ed-4336-94df-efa039fddf84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1916 2025.02.22 21:13:16.411691 [ 267 ] {6b2094a2-33ed-4336-94df-efa039fddf84} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1917 2025.02.22 21:13:16.411731 [ 267 ] {6b2094a2-33ed-4336-94df-efa039fddf84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1918 2025.02.22 21:13:16.412114 [ 267 ] {6b2094a2-33ed-4336-94df-efa039fddf84} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1919 2025.02.22 21:13:16.412352 [ 267 ] {6b2094a2-33ed-4336-94df-efa039fddf84} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1920 2025.02.22 21:13:16.412563 [ 267 ] {6b2094a2-33ed-4336-94df-efa039fddf84} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001599 sec., 110694.18386491557 rows/sec., 7.30 MiB/sec.
1921 2025.02.22 21:13:16.412614 [ 267 ] {6b2094a2-33ed-4336-94df-efa039fddf84} <Debug> TCPHandler: Processed in 0.001823141 sec.
1922 2025.02.22 21:13:16.412813 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1923 2025.02.22 21:13:16.413034 [ 268 ] {68ee9b1b-e723-4b40-b90d-e8a0363ce794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1924 2025.02.22 21:13:16.413127 [ 268 ] {68ee9b1b-e723-4b40-b90d-e8a0363ce794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1925 2025.02.22 21:13:16.413794 [ 268 ] {68ee9b1b-e723-4b40-b90d-e8a0363ce794} <Trace> oximeter.measurements_f64 (214d45b0-8586-4a81-9651-5c6dfae568c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1926 2025.02.22 21:13:16.413833 [ 268 ] {68ee9b1b-e723-4b40-b90d-e8a0363ce794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1927 2025.02.22 21:13:16.414188 [ 268 ] {68ee9b1b-e723-4b40-b90d-e8a0363ce794} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1928 2025.02.22 21:13:16.414448 [ 268 ] {68ee9b1b-e723-4b40-b90d-e8a0363ce794} <Trace> oximeter.measurements_f64 (214d45b0-8586-4a81-9651-5c6dfae568c3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1929 2025.02.22 21:13:16.414709 [ 268 ] {68ee9b1b-e723-4b40-b90d-e8a0363ce794} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001709 sec., 585.1375073142189 rows/sec., 39.43 KiB/sec.
1930 2025.02.22 21:13:16.414810 [ 268 ] {68ee9b1b-e723-4b40-b90d-e8a0363ce794} <Debug> TCPHandler: Processed in 0.002105744 sec.
1931 2025.02.22 21:13:16.414952 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1932 2025.02.22 21:13:16.415090 [ 267 ] {67c2013e-9af9-40c5-a47c-1ce830ef5eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1933 2025.02.22 21:13:16.415181 [ 267 ] {67c2013e-9af9-40c5-a47c-1ce830ef5eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1934 2025.02.22 21:13:16.416341 [ 267 ] {67c2013e-9af9-40c5-a47c-1ce830ef5eb6} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1935 2025.02.22 21:13:16.416379 [ 267 ] {67c2013e-9af9-40c5-a47c-1ce830ef5eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1936 2025.02.22 21:13:16.417014 [ 267 ] {67c2013e-9af9-40c5-a47c-1ce830ef5eb6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1937 2025.02.22 21:13:16.417287 [ 267 ] {67c2013e-9af9-40c5-a47c-1ce830ef5eb6} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1938 2025.02.22 21:13:16.417456 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1939 2025.02.22 21:13:16.417530 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1940 2025.02.22 21:13:16.417564 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1941 2025.02.22 21:13:16.417598 [ 267 ] {67c2013e-9af9-40c5-a47c-1ce830ef5eb6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002528 sec., 3164.556962025317 rows/sec., 5.67 MiB/sec.
1942 2025.02.22 21:13:16.417889 [ 200 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1943 2025.02.22 21:13:16.417942 [ 267 ] {67c2013e-9af9-40c5-a47c-1ce830ef5eb6} <Debug> TCPHandler: Processed in 0.003055075 sec.
1944 2025.02.22 21:13:16.418188 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1945 2025.02.22 21:13:16.418477 [ 268 ] {8d3e7842-6284-4a48-87d6-27d43ae85f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1946 2025.02.22 21:13:16.418633 [ 268 ] {8d3e7842-6284-4a48-87d6-27d43ae85f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1947 2025.02.22 21:13:16.418658 [ 200 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1948 2025.02.22 21:13:16.418891 [ 200 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part
1949 2025.02.22 21:13:16.419647 [ 200 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part
1950 2025.02.22 21:13:16.420426 [ 200 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 27 rows starting from the beginning of the part
1951 2025.02.22 21:13:16.420666 [ 268 ] {8d3e7842-6284-4a48-87d6-27d43ae85f27} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1952 2025.02.22 21:13:16.420781 [ 268 ] {8d3e7842-6284-4a48-87d6-27d43ae85f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1953 2025.02.22 21:13:16.421184 [ 200 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part
1954 2025.02.22 21:13:16.421890 [ 200 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part
1955 2025.02.22 21:13:16.422197 [ 268 ] {8d3e7842-6284-4a48-87d6-27d43ae85f27} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1956 2025.02.22 21:13:16.422482 [ 200 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part
1957 2025.02.22 21:13:16.423022 [ 268 ] {8d3e7842-6284-4a48-87d6-27d43ae85f27} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1958 2025.02.22 21:13:16.423768 [ 268 ] {8d3e7842-6284-4a48-87d6-27d43ae85f27} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005374 sec., 9676.218831410495 rows/sec., 613.49 KiB/sec.
1959 2025.02.22 21:13:16.423830 [ 268 ] {8d3e7842-6284-4a48-87d6-27d43ae85f27} <Debug> TCPHandler: Processed in 0.005778406 sec.
1960 2025.02.22 21:13:16.426873 [ 193 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 19 columns (19 merged, 0 gathered) in 0.009228706 sec., 15386.772533440766 rows/sec., 27.57 MiB/sec.
1961 2025.02.22 21:13:16.427294 [ 193 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1962 2025.02.22 21:13:16.427763 [ 193 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1963 2025.02.22 21:13:16.427844 [ 193 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1964 2025.02.22 21:13:16.427986 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
1965 2025.02.22 21:13:17.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.40 MiB, peak 172.45 MiB, free memory in arenas 0.00 B, will set to 167.38 MiB (RSS), difference: -1.02 MiB
1966 2025.02.22 21:13:20.758506 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 266
1967 2025.02.22 21:13:20.762130 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1968 2025.02.22 21:13:20.762184 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1969 2025.02.22 21:13:20.763756 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1970 2025.02.22 21:13:20.764078 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1971 2025.02.22 21:13:20.764349 [ 39 ] {} <Debug> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1972 2025.02.22 21:13:20.764467 [ 39 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1973 2025.02.22 21:13:20.764559 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
1974 2025.02.22 21:13:20.765064 [ 198 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1975 2025.02.22 21:13:20.765629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266
1976 2025.02.22 21:13:20.766064 [ 198 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1977 2025.02.22 21:13:20.766206 [ 198 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part
1978 2025.02.22 21:13:20.766704 [ 198 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 58 rows starting from the beginning of the part
1979 2025.02.22 21:13:20.767147 [ 198 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part
1980 2025.02.22 21:13:20.767573 [ 198 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part
1981 2025.02.22 21:13:20.768013 [ 198 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part
1982 2025.02.22 21:13:20.768462 [ 198 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
1983 2025.02.22 21:13:20.777153 [ 199 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 72 columns (72 merged, 0 gathered) in 0.012420982 sec., 21415.376014553436 rows/sec., 21.39 MiB/sec.
1984 2025.02.22 21:13:20.778123 [ 199 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1985 2025.02.22 21:13:20.778974 [ 199 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_6_1} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1986 2025.02.22 21:13:20.779070 [ 199 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_6_1} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1987 2025.02.22 21:13:20.779381 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.61 MiB.
1988 2025.02.22 21:13:21.338263 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1989 2025.02.22 21:13:21.338709 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1990 2025.02.22 21:13:21.339141 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1991 2025.02.22 21:13:21.339189 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1992 2025.02.22 21:13:21.339523 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1993 2025.02.22 21:13:21.339599 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1994 2025.02.22 21:13:21.339772 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1995 2025.02.22 21:13:21.339956 [ 286 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1996 2025.02.22 21:13:21.339972 [ 287 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1997 2025.02.22 21:13:21.340016 [ 288 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1998 2025.02.22 21:13:21.340200 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1999 2025.02.22 21:13:21.340232 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2000 2025.02.22 21:13:21.340349 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2001 2025.02.22 21:13:21.340373 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 30 rows with 3 streams
2002 2025.02.22 21:13:21.340417 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2003 2025.02.22 21:13:21.340465 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2004 2025.02.22 21:13:21.340510 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2005 2025.02.22 21:13:21.342122 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003614 sec., 8301.051466519093 rows/sec., 316.42 KiB/sec.
2006 2025.02.22 21:13:21.342289 [ 267 ] {48143c7d-fb1b-4fa5-8c26-d93a0132434a} <Debug> TCPHandler: Processed in 0.004211678 sec.
2007 2025.02.22 21:13:21.349856 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2008 2025.02.22 21:13:21.350081 [ 267 ] {30cfd9fc-7a77-4bb7-b338-94e901be207a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2009 2025.02.22 21:13:21.350173 [ 267 ] {30cfd9fc-7a77-4bb7-b338-94e901be207a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2010 2025.02.22 21:13:21.351037 [ 267 ] {30cfd9fc-7a77-4bb7-b338-94e901be207a} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2011 2025.02.22 21:13:21.351078 [ 267 ] {30cfd9fc-7a77-4bb7-b338-94e901be207a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2012 2025.02.22 21:13:21.351596 [ 267 ] {30cfd9fc-7a77-4bb7-b338-94e901be207a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2013 2025.02.22 21:13:21.351819 [ 267 ] {30cfd9fc-7a77-4bb7-b338-94e901be207a} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2014 2025.02.22 21:13:21.352072 [ 267 ] {30cfd9fc-7a77-4bb7-b338-94e901be207a} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002051 sec., 487.56704046806436 rows/sec., 110.46 KiB/sec.
2015 2025.02.22 21:13:21.352172 [ 267 ] {30cfd9fc-7a77-4bb7-b338-94e901be207a} <Debug> TCPHandler: Processed in 0.002418478 sec.
2016 2025.02.22 21:13:21.352456 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2017 2025.02.22 21:13:21.352734 [ 268 ] {ac561a7b-fb11-4af4-805f-2e7a33c647a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2018 2025.02.22 21:13:21.352813 [ 268 ] {ac561a7b-fb11-4af4-805f-2e7a33c647a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2019 2025.02.22 21:13:21.353519 [ 268 ] {ac561a7b-fb11-4af4-805f-2e7a33c647a2} <Trace> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2020 2025.02.22 21:13:21.353560 [ 268 ] {ac561a7b-fb11-4af4-805f-2e7a33c647a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2021 2025.02.22 21:13:21.353963 [ 268 ] {ac561a7b-fb11-4af4-805f-2e7a33c647a2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2022 2025.02.22 21:13:21.354208 [ 268 ] {ac561a7b-fb11-4af4-805f-2e7a33c647a2} <Trace> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2023 2025.02.22 21:13:21.354446 [ 268 ] {ac561a7b-fb11-4af4-805f-2e7a33c647a2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001774 sec., 1127.3957158962796 rows/sec., 91.93 KiB/sec.
2024 2025.02.22 21:13:21.354545 [ 268 ] {ac561a7b-fb11-4af4-805f-2e7a33c647a2} <Debug> TCPHandler: Processed in 0.002274466 sec.
2025 2025.02.22 21:13:21.354695 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2026 2025.02.22 21:13:21.354831 [ 267 ] {12e48c3e-a414-429a-82f2-c6175b287ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2027 2025.02.22 21:13:21.354888 [ 267 ] {12e48c3e-a414-429a-82f2-c6175b287ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2028 2025.02.22 21:13:21.355622 [ 267 ] {12e48c3e-a414-429a-82f2-c6175b287ebb} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2029 2025.02.22 21:13:21.355668 [ 267 ] {12e48c3e-a414-429a-82f2-c6175b287ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2030 2025.02.22 21:13:21.356032 [ 267 ] {12e48c3e-a414-429a-82f2-c6175b287ebb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2031 2025.02.22 21:13:21.356265 [ 267 ] {12e48c3e-a414-429a-82f2-c6175b287ebb} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2032 2025.02.22 21:13:21.356422 [ 39 ] {} <Debug> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2033 2025.02.22 21:13:21.356497 [ 39 ] {} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2034 2025.02.22 21:13:21.356503 [ 267 ] {12e48c3e-a414-429a-82f2-c6175b287ebb} <Debug> executeQuery: Read 107 rows, 9.18 KiB in 0.001692 sec., 63238.7706855792 rows/sec., 5.30 MiB/sec.
2035 2025.02.22 21:13:21.356543 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2036 2025.02.22 21:13:21.356619 [ 267 ] {12e48c3e-a414-429a-82f2-c6175b287ebb} <Debug> TCPHandler: Processed in 0.001989022 sec.
2037 2025.02.22 21:13:21.356841 [ 198 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2038 2025.02.22 21:13:21.356853 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2039 2025.02.22 21:13:21.357138 [ 198 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2040 2025.02.22 21:13:21.357145 [ 268 ] {47b799cc-1569-4326-a94a-5ae510e32136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2041 2025.02.22 21:13:21.357212 [ 198 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 80 rows starting from the beginning of the part
2042 2025.02.22 21:13:21.357265 [ 268 ] {47b799cc-1569-4326-a94a-5ae510e32136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2043 2025.02.22 21:13:21.357546 [ 198 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 80 rows starting from the beginning of the part
2044 2025.02.22 21:13:21.357881 [ 198 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part
2045 2025.02.22 21:13:21.358188 [ 198 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 80 rows starting from the beginning of the part
2046 2025.02.22 21:13:21.358554 [ 198 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 603 rows starting from the beginning of the part
2047 2025.02.22 21:13:21.358929 [ 198 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 107 rows starting from the beginning of the part
2048 2025.02.22 21:13:21.360371 [ 268 ] {47b799cc-1569-4326-a94a-5ae510e32136} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2049 2025.02.22 21:13:21.360445 [ 268 ] {47b799cc-1569-4326-a94a-5ae510e32136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2050 2025.02.22 21:13:21.361565 [ 268 ] {47b799cc-1569-4326-a94a-5ae510e32136} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2051 2025.02.22 21:13:21.362160 [ 268 ] {47b799cc-1569-4326-a94a-5ae510e32136} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2052 2025.02.22 21:13:21.362312 [ 199 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 976 rows, containing 5 columns (5 merged, 0 gathered) in 0.005637275 sec., 173133.29578564112 rows/sec., 14.66 MiB/sec.
2053 2025.02.22 21:13:21.362472 [ 268 ] {47b799cc-1569-4326-a94a-5ae510e32136} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.005423 sec., 5347.593582887701 rows/sec., 400.13 KiB/sec.
2054 2025.02.22 21:13:21.362544 [ 268 ] {47b799cc-1569-4326-a94a-5ae510e32136} <Debug> TCPHandler: Processed in 0.005818036 sec.
2055 2025.02.22 21:13:21.362584 [ 199 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2056 2025.02.22 21:13:21.362732 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2057 2025.02.22 21:13:21.362916 [ 267 ] {7a96dfce-92fb-4d8c-9d98-9553a9214404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2058 2025.02.22 21:13:21.362995 [ 267 ] {7a96dfce-92fb-4d8c-9d98-9553a9214404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2059 2025.02.22 21:13:21.363060 [ 199 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_11_2} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2060 2025.02.22 21:13:21.363267 [ 199 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_11_2} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2061 2025.02.22 21:13:21.363458 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
2062 2025.02.22 21:13:21.363929 [ 267 ] {7a96dfce-92fb-4d8c-9d98-9553a9214404} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2063 2025.02.22 21:13:21.363973 [ 267 ] {7a96dfce-92fb-4d8c-9d98-9553a9214404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2064 2025.02.22 21:13:21.364333 [ 267 ] {7a96dfce-92fb-4d8c-9d98-9553a9214404} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2065 2025.02.22 21:13:21.364584 [ 267 ] {7a96dfce-92fb-4d8c-9d98-9553a9214404} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2066 2025.02.22 21:13:21.364743 [ 39 ] {} <Debug> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2067 2025.02.22 21:13:21.364809 [ 39 ] {} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2068 2025.02.22 21:13:21.364832 [ 267 ] {7a96dfce-92fb-4d8c-9d98-9553a9214404} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001965 sec., 43256.99745547074 rows/sec., 3.38 MiB/sec.
2069 2025.02.22 21:13:21.364847 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2070 2025.02.22 21:13:21.364988 [ 267 ] {7a96dfce-92fb-4d8c-9d98-9553a9214404} <Debug> TCPHandler: Processed in 0.002349007 sec.
2071 2025.02.22 21:13:21.365227 [ 198 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2072 2025.02.22 21:13:21.365298 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2073 2025.02.22 21:13:21.365670 [ 198 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2074 2025.02.22 21:13:21.365683 [ 268 ] {fe48fe85-7e23-4e06-83d2-6f9ead0b7d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2075 2025.02.22 21:13:21.365726 [ 198 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 65 rows starting from the beginning of the part
2076 2025.02.22 21:13:21.365800 [ 268 ] {fe48fe85-7e23-4e06-83d2-6f9ead0b7d0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2077 2025.02.22 21:13:21.366011 [ 198 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 55 rows starting from the beginning of the part
2078 2025.02.22 21:13:21.366370 [ 198 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part
2079 2025.02.22 21:13:21.366721 [ 198 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 55 rows starting from the beginning of the part
2080 2025.02.22 21:13:21.367067 [ 198 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 354 rows starting from the beginning of the part
2081 2025.02.22 21:13:21.367402 [ 198 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 85 rows starting from the beginning of the part
2082 2025.02.22 21:13:21.368833 [ 268 ] {fe48fe85-7e23-4e06-83d2-6f9ead0b7d0d} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2083 2025.02.22 21:13:21.368906 [ 268 ] {fe48fe85-7e23-4e06-83d2-6f9ead0b7d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2084 2025.02.22 21:13:21.370046 [ 268 ] {fe48fe85-7e23-4e06-83d2-6f9ead0b7d0d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2085 2025.02.22 21:13:21.370096 [ 199 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 642 rows, containing 5 columns (5 merged, 0 gathered) in 0.005121938 sec., 125343.18064763767 rows/sec., 9.70 MiB/sec.
2086 2025.02.22 21:13:21.370378 [ 268 ] {fe48fe85-7e23-4e06-83d2-6f9ead0b7d0d} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2087 2025.02.22 21:13:21.370565 [ 196 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2088 2025.02.22 21:13:21.370743 [ 268 ] {fe48fe85-7e23-4e06-83d2-6f9ead0b7d0d} <Debug> executeQuery: Read 141 rows, 10.01 KiB in 0.005156 sec., 27346.78044996121 rows/sec., 1.90 MiB/sec.
2089 2025.02.22 21:13:21.370851 [ 268 ] {fe48fe85-7e23-4e06-83d2-6f9ead0b7d0d} <Debug> TCPHandler: Processed in 0.005742306 sec.
2090 2025.02.22 21:13:21.371097 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2091 2025.02.22 21:13:21.371190 [ 196 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_11_2} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2092 2025.02.22 21:13:21.371336 [ 196 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_11_2} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2093 2025.02.22 21:13:21.371398 [ 267 ] {56fee4db-9b44-439c-9039-f049c59d0447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2094 2025.02.22 21:13:21.371526 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
2095 2025.02.22 21:13:21.371638 [ 267 ] {56fee4db-9b44-439c-9039-f049c59d0447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2096 2025.02.22 21:13:21.372835 [ 267 ] {56fee4db-9b44-439c-9039-f049c59d0447} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2097 2025.02.22 21:13:21.372877 [ 267 ] {56fee4db-9b44-439c-9039-f049c59d0447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2098 2025.02.22 21:13:21.373544 [ 267 ] {56fee4db-9b44-439c-9039-f049c59d0447} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2099 2025.02.22 21:13:21.373798 [ 267 ] {56fee4db-9b44-439c-9039-f049c59d0447} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2100 2025.02.22 21:13:21.374062 [ 267 ] {56fee4db-9b44-439c-9039-f049c59d0447} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002749 sec., 9821.75336485995 rows/sec., 17.60 MiB/sec.
2101 2025.02.22 21:13:21.374158 [ 267 ] {56fee4db-9b44-439c-9039-f049c59d0447} <Debug> TCPHandler: Processed in 0.003203807 sec.
2102 2025.02.22 21:13:21.374361 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2103 2025.02.22 21:13:21.374583 [ 268 ] {992f5186-f775-480e-964b-6f60096fa7bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2104 2025.02.22 21:13:21.374679 [ 268 ] {992f5186-f775-480e-964b-6f60096fa7bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2105 2025.02.22 21:13:21.375201 [ 268 ] {992f5186-f775-480e-964b-6f60096fa7bc} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2106 2025.02.22 21:13:21.375239 [ 268 ] {992f5186-f775-480e-964b-6f60096fa7bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2107 2025.02.22 21:13:21.375622 [ 268 ] {992f5186-f775-480e-964b-6f60096fa7bc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2108 2025.02.22 21:13:21.375861 [ 268 ] {992f5186-f775-480e-964b-6f60096fa7bc} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2109 2025.02.22 21:13:21.376066 [ 268 ] {992f5186-f775-480e-964b-6f60096fa7bc} <Debug> executeQuery: Read 46 rows, 3.23 KiB in 0.001539 sec., 29889.538661468487 rows/sec., 2.05 MiB/sec.
2110 2025.02.22 21:13:21.376117 [ 268 ] {992f5186-f775-480e-964b-6f60096fa7bc} <Debug> TCPHandler: Processed in 0.001865661 sec.
2111 2025.02.22 21:13:23.263232 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2112 2025.02.22 21:13:23.263918 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2113 2025.02.22 21:13:23.263973 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2114 2025.02.22 21:13:23.264546 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2115 2025.02.22 21:13:23.264852 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2116 2025.02.22 21:13:23.265086 [ 35 ] {} <Debug> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2117 2025.02.22 21:13:23.265180 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2118 2025.02.22 21:13:23.265190 [ 35 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2119 2025.02.22 21:13:23.265236 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2120 2025.02.22 21:13:23.265382 [ 199 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2121 2025.02.22 21:13:23.265576 [ 199 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2122 2025.02.22 21:13:23.265652 [ 199 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part
2123 2025.02.22 21:13:23.265813 [ 199 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part
2124 2025.02.22 21:13:23.266063 [ 199 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part
2125 2025.02.22 21:13:23.266204 [ 199 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part
2126 2025.02.22 21:13:23.266406 [ 199 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part
2127 2025.02.22 21:13:23.266561 [ 199 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part
2128 2025.02.22 21:13:23.268430 [ 196 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003124995 sec., 1639682.6234921974 rows/sec., 23.46 MiB/sec.
2129 2025.02.22 21:13:23.268902 [ 196 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2130 2025.02.22 21:13:23.269193 [ 196 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_11_2} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2131 2025.02.22 21:13:23.269276 [ 196 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_11_2} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2132 2025.02.22 21:13:23.269384 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2133 2025.02.22 21:13:23.562007 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2134 2025.02.22 21:13:23.584348 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2135 2025.02.22 21:13:23.584409 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2136 2025.02.22 21:13:23.592055 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2137 2025.02.22 21:13:23.592864 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2138 2025.02.22 21:13:23.593164 [ 35 ] {} <Debug> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2139 2025.02.22 21:13:23.593220 [ 35 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2140 2025.02.22 21:13:23.593259 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2141 2025.02.22 21:13:23.593685 [ 199 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2142 2025.02.22 21:13:23.603372 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2143 2025.02.22 21:13:23.604461 [ 199 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2144 2025.02.22 21:13:23.605350 [ 199 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part
2145 2025.02.22 21:13:23.609834 [ 199 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part
2146 2025.02.22 21:13:23.614442 [ 199 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part
2147 2025.02.22 21:13:23.620204 [ 199 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part
2148 2025.02.22 21:13:23.625512 [ 199 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part
2149 2025.02.22 21:13:23.630106 [ 199 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part
2150 2025.02.22 21:13:23.694412 [ 196 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.101062823 sec., 821.2713393133695 rows/sec., 4.25 MiB/sec.
2151 2025.02.22 21:13:23.696987 [ 189 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2152 2025.02.22 21:13:23.700068 [ 189 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_11_2} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2153 2025.02.22 21:13:23.700197 [ 189 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_11_2} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2154 2025.02.22 21:13:23.702374 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2155 2025.02.22 21:13:24.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.65 MiB, peak 178.55 MiB, free memory in arenas 0.00 B, will set to 170.89 MiB (RSS), difference: 2.24 MiB
2156 2025.02.22 21:13:26.344336 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2157 2025.02.22 21:13:26.344528 [ 267 ] {ae302aaa-a108-46fa-b198-24f4505faf37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2158 2025.02.22 21:13:26.344597 [ 267 ] {ae302aaa-a108-46fa-b198-24f4505faf37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2159 2025.02.22 21:13:26.345339 [ 267 ] {ae302aaa-a108-46fa-b198-24f4505faf37} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2160 2025.02.22 21:13:26.345383 [ 267 ] {ae302aaa-a108-46fa-b198-24f4505faf37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2161 2025.02.22 21:13:26.345825 [ 267 ] {ae302aaa-a108-46fa-b198-24f4505faf37} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2162 2025.02.22 21:13:26.346077 [ 267 ] {ae302aaa-a108-46fa-b198-24f4505faf37} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2163 2025.02.22 21:13:26.346280 [ 267 ] {ae302aaa-a108-46fa-b198-24f4505faf37} <Debug> executeQuery: Read 68 rows, 5.63 KiB in 0.0018 sec., 37777.77777777778 rows/sec., 3.05 MiB/sec.
2164 2025.02.22 21:13:26.346385 [ 267 ] {ae302aaa-a108-46fa-b198-24f4505faf37} <Debug> TCPHandler: Processed in 0.002181164 sec.
2165 2025.02.22 21:13:26.346634 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2166 2025.02.22 21:13:26.346828 [ 268 ] {36ce532c-3f8d-49f3-8f98-ab1f8a7992e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2167 2025.02.22 21:13:26.346904 [ 268 ] {36ce532c-3f8d-49f3-8f98-ab1f8a7992e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2168 2025.02.22 21:13:26.347648 [ 268 ] {36ce532c-3f8d-49f3-8f98-ab1f8a7992e6} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2169 2025.02.22 21:13:26.347699 [ 268 ] {36ce532c-3f8d-49f3-8f98-ab1f8a7992e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2170 2025.02.22 21:13:26.348155 [ 268 ] {36ce532c-3f8d-49f3-8f98-ab1f8a7992e6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2171 2025.02.22 21:13:26.348408 [ 268 ] {36ce532c-3f8d-49f3-8f98-ab1f8a7992e6} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2172 2025.02.22 21:13:26.348701 [ 268 ] {36ce532c-3f8d-49f3-8f98-ab1f8a7992e6} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001925 sec., 4155.8441558441555 rows/sec., 312.50 KiB/sec.
2173 2025.02.22 21:13:26.348866 [ 268 ] {36ce532c-3f8d-49f3-8f98-ab1f8a7992e6} <Debug> TCPHandler: Processed in 0.002369577 sec.
2174 2025.02.22 21:13:26.349007 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2175 2025.02.22 21:13:26.349122 [ 267 ] {52867477-0fc0-4028-8384-7d0f77983d15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2176 2025.02.22 21:13:26.349171 [ 267 ] {52867477-0fc0-4028-8384-7d0f77983d15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2177 2025.02.22 21:13:26.349765 [ 267 ] {52867477-0fc0-4028-8384-7d0f77983d15} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2178 2025.02.22 21:13:26.349804 [ 267 ] {52867477-0fc0-4028-8384-7d0f77983d15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2179 2025.02.22 21:13:26.350176 [ 267 ] {52867477-0fc0-4028-8384-7d0f77983d15} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2180 2025.02.22 21:13:26.350430 [ 267 ] {52867477-0fc0-4028-8384-7d0f77983d15} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2181 2025.02.22 21:13:26.350608 [ 267 ] {52867477-0fc0-4028-8384-7d0f77983d15} <Debug> executeQuery: Read 64 rows, 5.11 KiB in 0.00151 sec., 42384.1059602649 rows/sec., 3.31 MiB/sec.
2182 2025.02.22 21:13:26.350658 [ 267 ] {52867477-0fc0-4028-8384-7d0f77983d15} <Debug> TCPHandler: Processed in 0.001708359 sec.
2183 2025.02.22 21:13:26.350804 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2184 2025.02.22 21:13:26.350929 [ 268 ] {4b1402d0-3caf-424f-8eff-d2e7edd5fed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2185 2025.02.22 21:13:26.350987 [ 268 ] {4b1402d0-3caf-424f-8eff-d2e7edd5fed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2186 2025.02.22 21:13:26.351563 [ 268 ] {4b1402d0-3caf-424f-8eff-d2e7edd5fed3} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2187 2025.02.22 21:13:26.351604 [ 268 ] {4b1402d0-3caf-424f-8eff-d2e7edd5fed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2188 2025.02.22 21:13:26.352005 [ 268 ] {4b1402d0-3caf-424f-8eff-d2e7edd5fed3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2189 2025.02.22 21:13:26.352242 [ 268 ] {4b1402d0-3caf-424f-8eff-d2e7edd5fed3} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2190 2025.02.22 21:13:26.352408 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2191 2025.02.22 21:13:26.352469 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2192 2025.02.22 21:13:26.352494 [ 268 ] {4b1402d0-3caf-424f-8eff-d2e7edd5fed3} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001591 sec., 94280.32683846638 rows/sec., 6.54 MiB/sec.
2193 2025.02.22 21:13:26.352507 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2194 2025.02.22 21:13:26.352635 [ 268 ] {4b1402d0-3caf-424f-8eff-d2e7edd5fed3} <Debug> TCPHandler: Processed in 0.001887442 sec.
2195 2025.02.22 21:13:26.352847 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2196 2025.02.22 21:13:26.352871 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2197 2025.02.22 21:13:26.353042 [ 267 ] {8aa993fb-7cde-4fed-b0b1-f9f7eed831ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2198 2025.02.22 21:13:26.353243 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2199 2025.02.22 21:13:26.353258 [ 267 ] {8aa993fb-7cde-4fed-b0b1-f9f7eed831ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2200 2025.02.22 21:13:26.353346 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 580 rows starting from the beginning of the part
2201 2025.02.22 21:13:26.353769 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 100 rows starting from the beginning of the part
2202 2025.02.22 21:13:26.354156 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part
2203 2025.02.22 21:13:26.354491 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 177 rows starting from the beginning of the part
2204 2025.02.22 21:13:26.354821 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 141 rows starting from the beginning of the part
2205 2025.02.22 21:13:26.355247 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 150 rows starting from the beginning of the part
2206 2025.02.22 21:13:26.359051 [ 267 ] {8aa993fb-7cde-4fed-b0b1-f9f7eed831ae} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2207 2025.02.22 21:13:26.359142 [ 267 ] {8aa993fb-7cde-4fed-b0b1-f9f7eed831ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2208 2025.02.22 21:13:26.359194 [ 189 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1248 rows, containing 5 columns (5 merged, 0 gathered) in 0.006530815 sec., 191094.0671263847 rows/sec., 13.16 MiB/sec.
2209 2025.02.22 21:13:26.359416 [ 189 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2210 2025.02.22 21:13:26.359937 [ 189 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2211 2025.02.22 21:13:26.360057 [ 189 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2212 2025.02.22 21:13:26.360102 [ 267 ] {8aa993fb-7cde-4fed-b0b1-f9f7eed831ae} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2213 2025.02.22 21:13:26.360156 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
2214 2025.02.22 21:13:26.360414 [ 267 ] {8aa993fb-7cde-4fed-b0b1-f9f7eed831ae} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2215 2025.02.22 21:13:26.360620 [ 267 ] {8aa993fb-7cde-4fed-b0b1-f9f7eed831ae} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007639 sec., 1047.2574944364446 rows/sec., 1.88 MiB/sec.
2216 2025.02.22 21:13:26.360725 [ 267 ] {8aa993fb-7cde-4fed-b0b1-f9f7eed831ae} <Debug> TCPHandler: Processed in 0.008000711 sec.
2217 2025.02.22 21:13:26.360881 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2218 2025.02.22 21:13:26.361006 [ 268 ] {b7505ad9-f846-4bd2-b61e-81ee2c86f95f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2219 2025.02.22 21:13:26.361066 [ 268 ] {b7505ad9-f846-4bd2-b61e-81ee2c86f95f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2220 2025.02.22 21:13:26.361565 [ 268 ] {b7505ad9-f846-4bd2-b61e-81ee2c86f95f} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2221 2025.02.22 21:13:26.361604 [ 268 ] {b7505ad9-f846-4bd2-b61e-81ee2c86f95f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2222 2025.02.22 21:13:26.361987 [ 268 ] {b7505ad9-f846-4bd2-b61e-81ee2c86f95f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2223 2025.02.22 21:13:26.362235 [ 268 ] {b7505ad9-f846-4bd2-b61e-81ee2c86f95f} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2224 2025.02.22 21:13:26.362398 [ 33 ] {} <Debug> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2225 2025.02.22 21:13:26.362460 [ 33 ] {} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2226 2025.02.22 21:13:26.362494 [ 268 ] {b7505ad9-f846-4bd2-b61e-81ee2c86f95f} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001507 sec., 33178.500331785 rows/sec., 2.28 MiB/sec.
2227 2025.02.22 21:13:26.362500 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2228 2025.02.22 21:13:26.362642 [ 268 ] {b7505ad9-f846-4bd2-b61e-81ee2c86f95f} <Debug> TCPHandler: Processed in 0.001818011 sec.
2229 2025.02.22 21:13:26.362719 [ 189 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2230 2025.02.22 21:13:26.362843 [ 189 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2231 2025.02.22 21:13:26.362875 [ 189 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 174 rows starting from the beginning of the part
2232 2025.02.22 21:13:26.362967 [ 189 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part
2233 2025.02.22 21:13:26.363162 [ 189 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part
2234 2025.02.22 21:13:26.363370 [ 189 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part
2235 2025.02.22 21:13:26.363470 [ 189 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part
2236 2025.02.22 21:13:26.363666 [ 189 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 50 rows starting from the beginning of the part
2237 2025.02.22 21:13:26.364781 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 382 rows, containing 4 columns (4 merged, 0 gathered) in 0.002161705 sec., 176712.363620383 rows/sec., 11.95 MiB/sec.
2238 2025.02.22 21:13:26.365017 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2239 2025.02.22 21:13:26.365419 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_11_2} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2240 2025.02.22 21:13:26.365531 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_11_2} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2241 2025.02.22 21:13:26.365646 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
2242 2025.02.22 21:13:30.687792 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache
2243 2025.02.22 21:13:30.687841 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache
2244 2025.02.22 21:13:30.765357 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2245 2025.02.22 21:13:30.766606 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 296
2246 2025.02.22 21:13:30.766756 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2247 2025.02.22 21:13:30.766876 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2248 2025.02.22 21:13:30.768086 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2249 2025.02.22 21:13:30.768547 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2250 2025.02.22 21:13:30.769107 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2251 2025.02.22 21:13:30.771019 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2252 2025.02.22 21:13:30.771064 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2253 2025.02.22 21:13:30.772591 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2254 2025.02.22 21:13:30.772930 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2255 2025.02.22 21:13:30.773471 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 296
2256 2025.02.22 21:13:31.103488 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2257 2025.02.22 21:13:31.123797 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2258 2025.02.22 21:13:31.123863 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2259 2025.02.22 21:13:31.131164 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2260 2025.02.22 21:13:31.131908 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2261 2025.02.22 21:13:31.134569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2262 2025.02.22 21:13:31.345632 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2263 2025.02.22 21:13:31.345835 [ 267 ] {d48e5074-d14e-467e-83e4-1175d9eb262a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2264 2025.02.22 21:13:31.345916 [ 267 ] {d48e5074-d14e-467e-83e4-1175d9eb262a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2265 2025.02.22 21:13:31.346742 [ 267 ] {d48e5074-d14e-467e-83e4-1175d9eb262a} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2266 2025.02.22 21:13:31.346789 [ 267 ] {d48e5074-d14e-467e-83e4-1175d9eb262a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2267 2025.02.22 21:13:31.347246 [ 267 ] {d48e5074-d14e-467e-83e4-1175d9eb262a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2268 2025.02.22 21:13:31.347501 [ 267 ] {d48e5074-d14e-467e-83e4-1175d9eb262a} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2269 2025.02.22 21:13:31.347747 [ 267 ] {d48e5074-d14e-467e-83e4-1175d9eb262a} <Debug> executeQuery: Read 114 rows, 9.89 KiB in 0.001968 sec., 57926.82926829268 rows/sec., 4.91 MiB/sec.
2270 2025.02.22 21:13:31.347812 [ 267 ] {d48e5074-d14e-467e-83e4-1175d9eb262a} <Debug> TCPHandler: Processed in 0.002317067 sec.
2271 2025.02.22 21:13:31.348080 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2272 2025.02.22 21:13:31.348266 [ 268 ] {00c94ba0-0c50-40c6-b23f-c7800eaf5b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2273 2025.02.22 21:13:31.348341 [ 268 ] {00c94ba0-0c50-40c6-b23f-c7800eaf5b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2274 2025.02.22 21:13:31.349090 [ 268 ] {00c94ba0-0c50-40c6-b23f-c7800eaf5b64} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2275 2025.02.22 21:13:31.349139 [ 268 ] {00c94ba0-0c50-40c6-b23f-c7800eaf5b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2276 2025.02.22 21:13:31.349577 [ 268 ] {00c94ba0-0c50-40c6-b23f-c7800eaf5b64} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2277 2025.02.22 21:13:31.349830 [ 268 ] {00c94ba0-0c50-40c6-b23f-c7800eaf5b64} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2278 2025.02.22 21:13:31.350125 [ 268 ] {00c94ba0-0c50-40c6-b23f-c7800eaf5b64} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001907 sec., 16255.899318300995 rows/sec., 1.19 MiB/sec.
2279 2025.02.22 21:13:31.350279 [ 268 ] {00c94ba0-0c50-40c6-b23f-c7800eaf5b64} <Debug> TCPHandler: Processed in 0.002335216 sec.
2280 2025.02.22 21:13:31.350446 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2281 2025.02.22 21:13:31.350588 [ 267 ] {3d010f61-c09f-4a5e-9ef9-47eacf854306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2282 2025.02.22 21:13:31.350646 [ 267 ] {3d010f61-c09f-4a5e-9ef9-47eacf854306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2283 2025.02.22 21:13:31.351320 [ 267 ] {3d010f61-c09f-4a5e-9ef9-47eacf854306} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2284 2025.02.22 21:13:31.351360 [ 267 ] {3d010f61-c09f-4a5e-9ef9-47eacf854306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2285 2025.02.22 21:13:31.351737 [ 267 ] {3d010f61-c09f-4a5e-9ef9-47eacf854306} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2286 2025.02.22 21:13:31.351982 [ 267 ] {3d010f61-c09f-4a5e-9ef9-47eacf854306} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2287 2025.02.22 21:13:31.352197 [ 267 ] {3d010f61-c09f-4a5e-9ef9-47eacf854306} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001643 sec., 58429.70176506391 rows/sec., 4.56 MiB/sec.
2288 2025.02.22 21:13:31.352251 [ 267 ] {3d010f61-c09f-4a5e-9ef9-47eacf854306} <Debug> TCPHandler: Processed in 0.001876851 sec.
2289 2025.02.22 21:13:31.352406 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2290 2025.02.22 21:13:31.352550 [ 268 ] {43a9fa0d-2212-4c01-87b1-9ae74571f037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2291 2025.02.22 21:13:31.352615 [ 268 ] {43a9fa0d-2212-4c01-87b1-9ae74571f037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2292 2025.02.22 21:13:31.353258 [ 268 ] {43a9fa0d-2212-4c01-87b1-9ae74571f037} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2293 2025.02.22 21:13:31.353298 [ 268 ] {43a9fa0d-2212-4c01-87b1-9ae74571f037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2294 2025.02.22 21:13:31.353710 [ 268 ] {43a9fa0d-2212-4c01-87b1-9ae74571f037} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2295 2025.02.22 21:13:31.353956 [ 268 ] {43a9fa0d-2212-4c01-87b1-9ae74571f037} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2296 2025.02.22 21:13:31.354164 [ 268 ] {43a9fa0d-2212-4c01-87b1-9ae74571f037} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00165 sec., 90909.09090909091 rows/sec., 6.30 MiB/sec.
2297 2025.02.22 21:13:31.354216 [ 268 ] {43a9fa0d-2212-4c01-87b1-9ae74571f037} <Debug> TCPHandler: Processed in 0.001877172 sec.
2298 2025.02.22 21:13:31.354356 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2299 2025.02.22 21:13:31.354473 [ 267 ] {838d2cb5-0a3f-41c2-8481-3af7ec32bf16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2300 2025.02.22 21:13:31.354555 [ 267 ] {838d2cb5-0a3f-41c2-8481-3af7ec32bf16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2301 2025.02.22 21:13:31.355754 [ 267 ] {838d2cb5-0a3f-41c2-8481-3af7ec32bf16} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2302 2025.02.22 21:13:31.355794 [ 267 ] {838d2cb5-0a3f-41c2-8481-3af7ec32bf16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2303 2025.02.22 21:13:31.356488 [ 267 ] {838d2cb5-0a3f-41c2-8481-3af7ec32bf16} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2304 2025.02.22 21:13:31.356746 [ 267 ] {838d2cb5-0a3f-41c2-8481-3af7ec32bf16} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2305 2025.02.22 21:13:31.356993 [ 267 ] {838d2cb5-0a3f-41c2-8481-3af7ec32bf16} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002545 sec., 12180.746561886051 rows/sec., 21.83 MiB/sec.
2306 2025.02.22 21:13:31.357084 [ 267 ] {838d2cb5-0a3f-41c2-8481-3af7ec32bf16} <Debug> TCPHandler: Processed in 0.002787101 sec.
2307 2025.02.22 21:13:31.357268 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2308 2025.02.22 21:13:31.357409 [ 268 ] {f09160e2-f2e9-4428-916b-74594396e00c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2309 2025.02.22 21:13:31.357470 [ 268 ] {f09160e2-f2e9-4428-916b-74594396e00c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2310 2025.02.22 21:13:31.358035 [ 268 ] {f09160e2-f2e9-4428-916b-74594396e00c} <Trace> oximeter.measurements_i64 (e688c796-2abb-4404-8503-84ba211fe600): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2311 2025.02.22 21:13:31.358074 [ 268 ] {f09160e2-f2e9-4428-916b-74594396e00c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2312 2025.02.22 21:13:31.358445 [ 268 ] {f09160e2-f2e9-4428-916b-74594396e00c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2313 2025.02.22 21:13:31.358679 [ 268 ] {f09160e2-f2e9-4428-916b-74594396e00c} <Trace> oximeter.measurements_i64 (e688c796-2abb-4404-8503-84ba211fe600): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2314 2025.02.22 21:13:31.358956 [ 268 ] {f09160e2-f2e9-4428-916b-74594396e00c} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001556 sec., 5784.061696658097 rows/sec., 408.57 KiB/sec.
2315 2025.02.22 21:13:31.359055 [ 268 ] {f09160e2-f2e9-4428-916b-74594396e00c} <Debug> TCPHandler: Processed in 0.001853912 sec.
2316 2025.02.22 21:13:31.359203 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2317 2025.02.22 21:13:31.359342 [ 267 ] {0fe5b4a4-07f8-4582-a14e-9d488fff220e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2318 2025.02.22 21:13:31.359400 [ 267 ] {0fe5b4a4-07f8-4582-a14e-9d488fff220e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2319 2025.02.22 21:13:31.359972 [ 267 ] {0fe5b4a4-07f8-4582-a14e-9d488fff220e} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2320 2025.02.22 21:13:31.360013 [ 267 ] {0fe5b4a4-07f8-4582-a14e-9d488fff220e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2321 2025.02.22 21:13:31.360371 [ 267 ] {0fe5b4a4-07f8-4582-a14e-9d488fff220e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2322 2025.02.22 21:13:31.360605 [ 267 ] {0fe5b4a4-07f8-4582-a14e-9d488fff220e} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2323 2025.02.22 21:13:31.360811 [ 267 ] {0fe5b4a4-07f8-4582-a14e-9d488fff220e} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.0015 sec., 33333.333333333336 rows/sec., 2.29 MiB/sec.
2324 2025.02.22 21:13:31.360858 [ 267 ] {0fe5b4a4-07f8-4582-a14e-9d488fff220e} <Debug> TCPHandler: Processed in 0.001724649 sec.
2325 2025.02.22 21:13:36.340929 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2326 2025.02.22 21:13:36.341288 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2327 2025.02.22 21:13:36.341693 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2328 2025.02.22 21:13:36.341742 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2329 2025.02.22 21:13:36.342084 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2330 2025.02.22 21:13:36.342162 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2331 2025.02.22 21:13:36.342338 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
2332 2025.02.22 21:13:36.342546 [ 290 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2333 2025.02.22 21:13:36.342576 [ 286 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2334 2025.02.22 21:13:36.342567 [ 287 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2335 2025.02.22 21:13:36.342644 [ 288 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2336 2025.02.22 21:13:36.342838 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2337 2025.02.22 21:13:36.342869 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2338 2025.02.22 21:13:36.342987 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2339 2025.02.22 21:13:36.343010 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 30 rows with 3 streams
2340 2025.02.22 21:13:36.343054 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2341 2025.02.22 21:13:36.343103 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2342 2025.02.22 21:13:36.343146 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2343 2025.02.22 21:13:36.344609 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003442 sec., 8715.862870424171 rows/sec., 332.24 KiB/sec.
2344 2025.02.22 21:13:36.344792 [ 267 ] {5bd8b81b-f6e6-4df1-a406-b7d7048f30d6} <Debug> TCPHandler: Processed in 0.004045826 sec.
2345 2025.02.22 21:13:36.345146 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2346 2025.02.22 21:13:36.345417 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2347 2025.02.22 21:13:36.345903 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2348 2025.02.22 21:13:36.345966 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2349 2025.02.22 21:13:36.346328 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2350 2025.02.22 21:13:36.346404 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2351 2025.02.22 21:13:36.346580 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
2352 2025.02.22 21:13:36.346762 [ 290 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2353 2025.02.22 21:13:36.346782 [ 286 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2354 2025.02.22 21:13:36.346764 [ 288 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2355 2025.02.22 21:13:36.346827 [ 287 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2356 2025.02.22 21:13:36.346956 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2357 2025.02.22 21:13:36.346986 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2358 2025.02.22 21:13:36.347102 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2359 2025.02.22 21:13:36.347126 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 30 rows with 3 streams
2360 2025.02.22 21:13:36.347169 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2361 2025.02.22 21:13:36.347217 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2362 2025.02.22 21:13:36.347264 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2363 2025.02.22 21:13:36.348701 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003419 sec., 8774.495466510676 rows/sec., 334.47 KiB/sec.
2364 2025.02.22 21:13:36.348883 [ 268 ] {ba4d61cc-a7cd-4dc8-9f45-36a2fb7906ef} <Debug> TCPHandler: Processed in 0.003875404 sec.
2365 2025.02.22 21:13:36.349125 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2366 2025.02.22 21:13:36.349343 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2367 2025.02.22 21:13:36.349747 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2368 2025.02.22 21:13:36.349806 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2369 2025.02.22 21:13:36.350179 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2370 2025.02.22 21:13:36.350243 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2371 2025.02.22 21:13:36.350392 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
2372 2025.02.22 21:13:36.350511 [ 286 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2373 2025.02.22 21:13:36.350557 [ 290 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2374 2025.02.22 21:13:36.350584 [ 288 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2375 2025.02.22 21:13:36.350613 [ 287 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2376 2025.02.22 21:13:36.350733 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2377 2025.02.22 21:13:36.350761 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2378 2025.02.22 21:13:36.350865 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2379 2025.02.22 21:13:36.350887 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 30 rows with 3 streams
2380 2025.02.22 21:13:36.350927 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2381 2025.02.22 21:13:36.350971 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2382 2025.02.22 21:13:36.351042 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2383 2025.02.22 21:13:36.352404 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003171 sec., 9460.737937559128 rows/sec., 360.63 KiB/sec.
2384 2025.02.22 21:13:36.352605 [ 267 ] {6faf2a15-d3bf-4cf7-a6b4-c2c3a3112d1c} <Debug> TCPHandler: Processed in 0.003545591 sec.
2385 2025.02.22 21:13:36.352845 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2386 2025.02.22 21:13:36.353070 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2387 2025.02.22 21:13:36.353416 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2388 2025.02.22 21:13:36.353466 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2389 2025.02.22 21:13:36.353784 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2390 2025.02.22 21:13:36.353851 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2391 2025.02.22 21:13:36.354000 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2392 2025.02.22 21:13:36.354174 [ 286 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2393 2025.02.22 21:13:36.354181 [ 290 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2394 2025.02.22 21:13:36.354194 [ 288 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2395 2025.02.22 21:13:36.354240 [ 287 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2396 2025.02.22 21:13:36.354368 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2397 2025.02.22 21:13:36.354397 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2398 2025.02.22 21:13:36.354505 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2399 2025.02.22 21:13:36.354527 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 30 rows with 3 streams
2400 2025.02.22 21:13:36.354568 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2401 2025.02.22 21:13:36.354614 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2402 2025.02.22 21:13:36.354657 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2403 2025.02.22 21:13:36.356068 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00311 sec., 9646.30225080386 rows/sec., 367.70 KiB/sec.
2404 2025.02.22 21:13:36.356247 [ 268 ] {816fd1bd-72df-4e9a-9a5d-f5137af507b0} <Debug> TCPHandler: Processed in 0.003468099 sec.
2405 2025.02.22 21:13:36.361232 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2406 2025.02.22 21:13:36.361387 [ 267 ] {a5a81f19-ea89-4639-b450-e9da96765be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2407 2025.02.22 21:13:36.361451 [ 267 ] {a5a81f19-ea89-4639-b450-e9da96765be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2408 2025.02.22 21:13:36.362311 [ 267 ] {a5a81f19-ea89-4639-b450-e9da96765be9} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2409 2025.02.22 21:13:36.362350 [ 267 ] {a5a81f19-ea89-4639-b450-e9da96765be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2410 2025.02.22 21:13:36.362849 [ 267 ] {a5a81f19-ea89-4639-b450-e9da96765be9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2411 2025.02.22 21:13:36.363070 [ 267 ] {a5a81f19-ea89-4639-b450-e9da96765be9} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2412 2025.02.22 21:13:36.363315 [ 267 ] {a5a81f19-ea89-4639-b450-e9da96765be9} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001963 sec., 2037.6974019358126 rows/sec., 259.19 KiB/sec.
2413 2025.02.22 21:13:36.363480 [ 267 ] {a5a81f19-ea89-4639-b450-e9da96765be9} <Debug> TCPHandler: Processed in 0.002317967 sec.
2414 2025.02.22 21:13:36.363688 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2415 2025.02.22 21:13:36.363921 [ 268 ] {b0a73513-efe3-4126-82c1-274c5bb2bb2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2416 2025.02.22 21:13:36.364013 [ 268 ] {b0a73513-efe3-4126-82c1-274c5bb2bb2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2417 2025.02.22 21:13:36.364677 [ 268 ] {b0a73513-efe3-4126-82c1-274c5bb2bb2a} <Trace> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2418 2025.02.22 21:13:36.364727 [ 268 ] {b0a73513-efe3-4126-82c1-274c5bb2bb2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2419 2025.02.22 21:13:36.365135 [ 268 ] {b0a73513-efe3-4126-82c1-274c5bb2bb2a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2420 2025.02.22 21:13:36.365378 [ 268 ] {b0a73513-efe3-4126-82c1-274c5bb2bb2a} <Trace> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2421 2025.02.22 21:13:36.365674 [ 268 ] {b0a73513-efe3-4126-82c1-274c5bb2bb2a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001799 sec., 1111.728738187882 rows/sec., 90.65 KiB/sec.
2422 2025.02.22 21:13:36.365746 [ 268 ] {b0a73513-efe3-4126-82c1-274c5bb2bb2a} <Debug> TCPHandler: Processed in 0.002169635 sec.
2423 2025.02.22 21:13:36.365896 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2424 2025.02.22 21:13:36.366033 [ 267 ] {2d2a2b8c-f4a8-4581-9380-676fe2836525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2425 2025.02.22 21:13:36.366089 [ 267 ] {2d2a2b8c-f4a8-4581-9380-676fe2836525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2426 2025.02.22 21:13:36.366803 [ 267 ] {2d2a2b8c-f4a8-4581-9380-676fe2836525} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2427 2025.02.22 21:13:36.366849 [ 267 ] {2d2a2b8c-f4a8-4581-9380-676fe2836525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2428 2025.02.22 21:13:36.367252 [ 267 ] {2d2a2b8c-f4a8-4581-9380-676fe2836525} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2429 2025.02.22 21:13:36.367496 [ 267 ] {2d2a2b8c-f4a8-4581-9380-676fe2836525} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2430 2025.02.22 21:13:36.367710 [ 267 ] {2d2a2b8c-f4a8-4581-9380-676fe2836525} <Debug> executeQuery: Read 73 rows, 6.04 KiB in 0.001704 sec., 42840.37558685446 rows/sec., 3.46 MiB/sec.
2431 2025.02.22 21:13:36.367922 [ 267 ] {2d2a2b8c-f4a8-4581-9380-676fe2836525} <Debug> TCPHandler: Processed in 0.002088804 sec.
2432 2025.02.22 21:13:36.368064 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2433 2025.02.22 21:13:36.368189 [ 268 ] {20bd6b49-f3fd-43e3-b53f-14e06141fd72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2434 2025.02.22 21:13:36.368245 [ 268 ] {20bd6b49-f3fd-43e3-b53f-14e06141fd72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2435 2025.02.22 21:13:36.368902 [ 268 ] {20bd6b49-f3fd-43e3-b53f-14e06141fd72} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2436 2025.02.22 21:13:36.368949 [ 268 ] {20bd6b49-f3fd-43e3-b53f-14e06141fd72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2437 2025.02.22 21:13:36.369328 [ 268 ] {20bd6b49-f3fd-43e3-b53f-14e06141fd72} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2438 2025.02.22 21:13:36.369555 [ 268 ] {20bd6b49-f3fd-43e3-b53f-14e06141fd72} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2439 2025.02.22 21:13:36.369767 [ 268 ] {20bd6b49-f3fd-43e3-b53f-14e06141fd72} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001608 sec., 6218.905472636816 rows/sec., 460.95 KiB/sec.
2440 2025.02.22 21:13:36.369820 [ 268 ] {20bd6b49-f3fd-43e3-b53f-14e06141fd72} <Debug> TCPHandler: Processed in 0.001809991 sec.
2441 2025.02.22 21:13:36.369956 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2442 2025.02.22 21:13:36.370077 [ 267 ] {aab2c3b2-4d76-4591-86a2-2b7e02191a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2443 2025.02.22 21:13:36.370131 [ 267 ] {aab2c3b2-4d76-4591-86a2-2b7e02191a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2444 2025.02.22 21:13:36.370863 [ 267 ] {aab2c3b2-4d76-4591-86a2-2b7e02191a1d} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2445 2025.02.22 21:13:36.370912 [ 267 ] {aab2c3b2-4d76-4591-86a2-2b7e02191a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2446 2025.02.22 21:13:36.371326 [ 267 ] {aab2c3b2-4d76-4591-86a2-2b7e02191a1d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2447 2025.02.22 21:13:36.371578 [ 267 ] {aab2c3b2-4d76-4591-86a2-2b7e02191a1d} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2448 2025.02.22 21:13:36.371761 [ 267 ] {aab2c3b2-4d76-4591-86a2-2b7e02191a1d} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001709 sec., 43300.175541252196 rows/sec., 3.38 MiB/sec.
2449 2025.02.22 21:13:36.371813 [ 267 ] {aab2c3b2-4d76-4591-86a2-2b7e02191a1d} <Debug> TCPHandler: Processed in 0.001916562 sec.
2450 2025.02.22 21:13:36.371948 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2451 2025.02.22 21:13:36.372063 [ 268 ] {17790785-5a1e-49e2-9d25-c0e1ecb1da47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2452 2025.02.22 21:13:36.372114 [ 268 ] {17790785-5a1e-49e2-9d25-c0e1ecb1da47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2453 2025.02.22 21:13:36.373112 [ 268 ] {17790785-5a1e-49e2-9d25-c0e1ecb1da47} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2454 2025.02.22 21:13:36.373178 [ 268 ] {17790785-5a1e-49e2-9d25-c0e1ecb1da47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2455 2025.02.22 21:13:36.373556 [ 268 ] {17790785-5a1e-49e2-9d25-c0e1ecb1da47} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2456 2025.02.22 21:13:36.373791 [ 268 ] {17790785-5a1e-49e2-9d25-c0e1ecb1da47} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2457 2025.02.22 21:13:36.374061 [ 268 ] {17790785-5a1e-49e2-9d25-c0e1ecb1da47} <Debug> executeQuery: Read 159 rows, 11.33 KiB in 0.002003 sec., 79380.92860708937 rows/sec., 5.52 MiB/sec.
2458 2025.02.22 21:13:36.374230 [ 268 ] {17790785-5a1e-49e2-9d25-c0e1ecb1da47} <Debug> TCPHandler: Processed in 0.002330116 sec.
2459 2025.02.22 21:13:36.374378 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2460 2025.02.22 21:13:36.374518 [ 267 ] {7363822a-babe-428f-ace3-5249a4529db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2461 2025.02.22 21:13:36.374616 [ 267 ] {7363822a-babe-428f-ace3-5249a4529db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2462 2025.02.22 21:13:36.375782 [ 267 ] {7363822a-babe-428f-ace3-5249a4529db8} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2463 2025.02.22 21:13:36.375822 [ 267 ] {7363822a-babe-428f-ace3-5249a4529db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2464 2025.02.22 21:13:36.376445 [ 267 ] {7363822a-babe-428f-ace3-5249a4529db8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2465 2025.02.22 21:13:36.376715 [ 267 ] {7363822a-babe-428f-ace3-5249a4529db8} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2466 2025.02.22 21:13:36.376983 [ 267 ] {7363822a-babe-428f-ace3-5249a4529db8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002487 sec., 3216.726980297547 rows/sec., 5.76 MiB/sec.
2467 2025.02.22 21:13:36.377313 [ 267 ] {7363822a-babe-428f-ace3-5249a4529db8} <Debug> TCPHandler: Processed in 0.003001704 sec.
2468 2025.02.22 21:13:36.377547 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2469 2025.02.22 21:13:36.377782 [ 268 ] {3817b890-c9b1-4ab6-b4aa-b8e031970a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2470 2025.02.22 21:13:36.377876 [ 268 ] {3817b890-c9b1-4ab6-b4aa-b8e031970a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2471 2025.02.22 21:13:36.378509 [ 268 ] {3817b890-c9b1-4ab6-b4aa-b8e031970a6e} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2472 2025.02.22 21:13:36.378547 [ 268 ] {3817b890-c9b1-4ab6-b4aa-b8e031970a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2473 2025.02.22 21:13:36.378920 [ 268 ] {3817b890-c9b1-4ab6-b4aa-b8e031970a6e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2474 2025.02.22 21:13:36.379154 [ 268 ] {3817b890-c9b1-4ab6-b4aa-b8e031970a6e} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2475 2025.02.22 21:13:36.379361 [ 268 ] {3817b890-c9b1-4ab6-b4aa-b8e031970a6e} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001643 sec., 35301.27814972611 rows/sec., 2.39 MiB/sec.
2476 2025.02.22 21:13:36.379411 [ 268 ] {3817b890-c9b1-4ab6-b4aa-b8e031970a6e} <Debug> TCPHandler: Processed in 0.001974022 sec.
2477 2025.02.22 21:13:38.269281 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
2478 2025.02.22 21:13:38.269991 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2479 2025.02.22 21:13:38.270043 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2480 2025.02.22 21:13:38.270646 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2481 2025.02.22 21:13:38.270902 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2482 2025.02.22 21:13:38.271137 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
2483 2025.02.22 21:13:38.634685 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2484 2025.02.22 21:13:38.654592 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2485 2025.02.22 21:13:38.654655 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2486 2025.02.22 21:13:38.662118 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2487 2025.02.22 21:13:38.662865 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2488 2025.02.22 21:13:38.666009 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2489 2025.02.22 21:13:40.773726 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 334
2490 2025.02.22 21:13:40.776930 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2491 2025.02.22 21:13:40.776988 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2492 2025.02.22 21:13:40.778495 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2493 2025.02.22 21:13:40.778809 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2494 2025.02.22 21:13:40.779443 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 334
2495 2025.02.22 21:13:41.346623 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2496 2025.02.22 21:13:41.346946 [ 267 ] {bb9887a6-c59f-4b2a-a72c-8abffe2f3e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2497 2025.02.22 21:13:41.347062 [ 267 ] {bb9887a6-c59f-4b2a-a72c-8abffe2f3e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2498 2025.02.22 21:13:41.347993 [ 267 ] {bb9887a6-c59f-4b2a-a72c-8abffe2f3e59} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2499 2025.02.22 21:13:41.348046 [ 267 ] {bb9887a6-c59f-4b2a-a72c-8abffe2f3e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2500 2025.02.22 21:13:41.348495 [ 267 ] {bb9887a6-c59f-4b2a-a72c-8abffe2f3e59} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2501 2025.02.22 21:13:41.348774 [ 267 ] {bb9887a6-c59f-4b2a-a72c-8abffe2f3e59} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2502 2025.02.22 21:13:41.349016 [ 267 ] {bb9887a6-c59f-4b2a-a72c-8abffe2f3e59} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002154 sec., 54781.80129990714 rows/sec., 4.63 MiB/sec.
2503 2025.02.22 21:13:41.349073 [ 267 ] {bb9887a6-c59f-4b2a-a72c-8abffe2f3e59} <Debug> TCPHandler: Processed in 0.00263945 sec.
2504 2025.02.22 21:13:41.349334 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2505 2025.02.22 21:13:41.349541 [ 268 ] {0740926a-6f2c-4ff8-960f-1ad2369840da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2506 2025.02.22 21:13:41.349619 [ 268 ] {0740926a-6f2c-4ff8-960f-1ad2369840da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2507 2025.02.22 21:13:41.350432 [ 268 ] {0740926a-6f2c-4ff8-960f-1ad2369840da} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2508 2025.02.22 21:13:41.350470 [ 268 ] {0740926a-6f2c-4ff8-960f-1ad2369840da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2509 2025.02.22 21:13:41.350898 [ 268 ] {0740926a-6f2c-4ff8-960f-1ad2369840da} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2510 2025.02.22 21:13:41.351146 [ 268 ] {0740926a-6f2c-4ff8-960f-1ad2369840da} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2511 2025.02.22 21:13:41.351280 [ 127 ] {} <Debug> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2512 2025.02.22 21:13:41.351334 [ 127 ] {} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2513 2025.02.22 21:13:41.351349 [ 268 ] {0740926a-6f2c-4ff8-960f-1ad2369840da} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001866 sec., 16613.076098606645 rows/sec., 1.22 MiB/sec.
2514 2025.02.22 21:13:41.351366 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2515 2025.02.22 21:13:41.351459 [ 268 ] {0740926a-6f2c-4ff8-960f-1ad2369840da} <Debug> TCPHandler: Processed in 0.002263746 sec.
2516 2025.02.22 21:13:41.351725 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2517 2025.02.22 21:13:41.351783 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2518 2025.02.22 21:13:41.352149 [ 267 ] {d2a3fd12-51d2-4a1e-a337-ed5ecdd460fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2519 2025.02.22 21:13:41.352300 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2520 2025.02.22 21:13:41.352314 [ 267 ] {d2a3fd12-51d2-4a1e-a337-ed5ecdd460fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2521 2025.02.22 21:13:41.352377 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 141 rows starting from the beginning of the part
2522 2025.02.22 21:13:41.352711 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 29 rows starting from the beginning of the part
2523 2025.02.22 21:13:41.353017 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part
2524 2025.02.22 21:13:41.353372 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part
2525 2025.02.22 21:13:41.353720 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part
2526 2025.02.22 21:13:41.354079 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part
2527 2025.02.22 21:13:41.355254 [ 267 ] {d2a3fd12-51d2-4a1e-a337-ed5ecdd460fb} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2528 2025.02.22 21:13:41.355317 [ 267 ] {d2a3fd12-51d2-4a1e-a337-ed5ecdd460fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2529 2025.02.22 21:13:41.356351 [ 267 ] {d2a3fd12-51d2-4a1e-a337-ed5ecdd460fb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2530 2025.02.22 21:13:41.356807 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 250 rows, containing 5 columns (5 merged, 0 gathered) in 0.00531248 sec., 47059.00069270849 rows/sec., 3.34 MiB/sec.
2531 2025.02.22 21:13:41.356897 [ 267 ] {d2a3fd12-51d2-4a1e-a337-ed5ecdd460fb} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2532 2025.02.22 21:13:41.357020 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2533 2025.02.22 21:13:41.357337 [ 267 ] {d2a3fd12-51d2-4a1e-a337-ed5ecdd460fb} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.005331 sec., 17820.296379666106 rows/sec., 1.39 MiB/sec.
2534 2025.02.22 21:13:41.357511 [ 267 ] {d2a3fd12-51d2-4a1e-a337-ed5ecdd460fb} <Debug> TCPHandler: Processed in 0.005931007 sec.
2535 2025.02.22 21:13:41.357677 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_11_2} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2536 2025.02.22 21:13:41.357744 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2537 2025.02.22 21:13:41.357841 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_11_2} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2538 2025.02.22 21:13:41.357980 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
2539 2025.02.22 21:13:41.357982 [ 268 ] {b851e667-39f6-4b92-866c-4338cef7696c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2540 2025.02.22 21:13:41.358061 [ 268 ] {b851e667-39f6-4b92-866c-4338cef7696c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2541 2025.02.22 21:13:41.358655 [ 268 ] {b851e667-39f6-4b92-866c-4338cef7696c} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2542 2025.02.22 21:13:41.358694 [ 268 ] {b851e667-39f6-4b92-866c-4338cef7696c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2543 2025.02.22 21:13:41.359095 [ 268 ] {b851e667-39f6-4b92-866c-4338cef7696c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2544 2025.02.22 21:13:41.359332 [ 268 ] {b851e667-39f6-4b92-866c-4338cef7696c} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2545 2025.02.22 21:13:41.359548 [ 268 ] {b851e667-39f6-4b92-866c-4338cef7696c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001644 sec., 97323.60097323601 rows/sec., 6.78 MiB/sec.
2546 2025.02.22 21:13:41.359751 [ 268 ] {b851e667-39f6-4b92-866c-4338cef7696c} <Debug> TCPHandler: Processed in 0.002124295 sec.
2547 2025.02.22 21:13:41.359916 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2548 2025.02.22 21:13:41.360034 [ 267 ] {02b1946d-6f97-4b35-88e1-999c076d4b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2549 2025.02.22 21:13:41.360119 [ 267 ] {02b1946d-6f97-4b35-88e1-999c076d4b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2550 2025.02.22 21:13:41.361314 [ 267 ] {02b1946d-6f97-4b35-88e1-999c076d4b27} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2551 2025.02.22 21:13:41.361355 [ 267 ] {02b1946d-6f97-4b35-88e1-999c076d4b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2552 2025.02.22 21:13:41.362080 [ 267 ] {02b1946d-6f97-4b35-88e1-999c076d4b27} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2553 2025.02.22 21:13:41.362347 [ 267 ] {02b1946d-6f97-4b35-88e1-999c076d4b27} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2554 2025.02.22 21:13:41.362521 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2555 2025.02.22 21:13:41.362587 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2556 2025.02.22 21:13:41.362619 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2557 2025.02.22 21:13:41.362636 [ 267 ] {02b1946d-6f97-4b35-88e1-999c076d4b27} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002615 sec., 11854.684512428297 rows/sec., 21.24 MiB/sec.
2558 2025.02.22 21:13:41.362844 [ 189 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2559 2025.02.22 21:13:41.362868 [ 267 ] {02b1946d-6f97-4b35-88e1-999c076d4b27} <Debug> TCPHandler: Processed in 0.003007544 sec.
2560 2025.02.22 21:13:41.363071 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2561 2025.02.22 21:13:41.363323 [ 268 ] {be6fc3c3-9eac-489e-be9c-0b255b25503a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2562 2025.02.22 21:13:41.363342 [ 189 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2563 2025.02.22 21:13:41.363444 [ 268 ] {be6fc3c3-9eac-489e-be9c-0b255b25503a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2564 2025.02.22 21:13:41.363481 [ 189 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part
2565 2025.02.22 21:13:41.364426 [ 189 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part
2566 2025.02.22 21:13:41.365046 [ 189 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part
2567 2025.02.22 21:13:41.365817 [ 189 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part
2568 2025.02.22 21:13:41.365832 [ 268 ] {be6fc3c3-9eac-489e-be9c-0b255b25503a} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2569 2025.02.22 21:13:41.365919 [ 268 ] {be6fc3c3-9eac-489e-be9c-0b255b25503a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2570 2025.02.22 21:13:41.366464 [ 189 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part
2571 2025.02.22 21:13:41.367178 [ 189 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part
2572 2025.02.22 21:13:41.367458 [ 268 ] {be6fc3c3-9eac-489e-be9c-0b255b25503a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2573 2025.02.22 21:13:41.368217 [ 268 ] {be6fc3c3-9eac-489e-be9c-0b255b25503a} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2574 2025.02.22 21:13:41.368568 [ 268 ] {be6fc3c3-9eac-489e-be9c-0b255b25503a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005386 sec., 11139.992573338284 rows/sec., 768.78 KiB/sec.
2575 2025.02.22 21:13:41.368774 [ 268 ] {be6fc3c3-9eac-489e-be9c-0b255b25503a} <Debug> TCPHandler: Processed in 0.005805267 sec.
2576 2025.02.22 21:13:41.371086 [ 194 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 247 rows, containing 19 columns (19 merged, 0 gathered) in 0.008378726 sec., 29479.422050559955 rows/sec., 52.83 MiB/sec.
2577 2025.02.22 21:13:41.371521 [ 189 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2578 2025.02.22 21:13:41.371900 [ 189 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2579 2025.02.22 21:13:41.371980 [ 189 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2580 2025.02.22 21:13:41.372077 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB.
2581 2025.02.22 21:13:45.687883 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache
2582 2025.02.22 21:13:45.687930 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache
2583 2025.02.22 21:13:45.771326 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
2584 2025.02.22 21:13:45.772087 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2585 2025.02.22 21:13:45.772135 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2586 2025.02.22 21:13:45.772699 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2587 2025.02.22 21:13:45.772957 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2588 2025.02.22 21:13:45.773202 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
2589 2025.02.22 21:13:46.166127 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
2590 2025.02.22 21:13:46.187546 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2591 2025.02.22 21:13:46.187609 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2592 2025.02.22 21:13:46.195383 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2593 2025.02.22 21:13:46.196163 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2594 2025.02.22 21:13:46.199768 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
2595 2025.02.22 21:13:46.345591 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2596 2025.02.22 21:13:46.345883 [ 267 ] {569a1cd2-2f62-4b8d-a149-8ff1ebdff53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2597 2025.02.22 21:13:46.346001 [ 267 ] {569a1cd2-2f62-4b8d-a149-8ff1ebdff53f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2598 2025.02.22 21:13:46.346992 [ 267 ] {569a1cd2-2f62-4b8d-a149-8ff1ebdff53f} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2599 2025.02.22 21:13:46.347037 [ 267 ] {569a1cd2-2f62-4b8d-a149-8ff1ebdff53f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2600 2025.02.22 21:13:46.347476 [ 267 ] {569a1cd2-2f62-4b8d-a149-8ff1ebdff53f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2601 2025.02.22 21:13:46.347749 [ 267 ] {569a1cd2-2f62-4b8d-a149-8ff1ebdff53f} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2602 2025.02.22 21:13:46.347940 [ 82 ] {} <Debug> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2603 2025.02.22 21:13:46.348013 [ 267 ] {569a1cd2-2f62-4b8d-a149-8ff1ebdff53f} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002207 sec., 32623.47077480743 rows/sec., 2.64 MiB/sec.
2604 2025.02.22 21:13:46.348027 [ 82 ] {} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2605 2025.02.22 21:13:46.348099 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2606 2025.02.22 21:13:46.348151 [ 267 ] {569a1cd2-2f62-4b8d-a149-8ff1ebdff53f} <Debug> TCPHandler: Processed in 0.002746681 sec.
2607 2025.02.22 21:13:46.348370 [ 195 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
2608 2025.02.22 21:13:46.348488 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2609 2025.02.22 21:13:46.348552 [ 195 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2610 2025.02.22 21:13:46.348594 [ 195 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 684 rows starting from the beginning of the part
2611 2025.02.22 21:13:46.348694 [ 268 ] {d2fe5283-2bb3-48b0-8f92-6880354b2863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2612 2025.02.22 21:13:46.348749 [ 195 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 68 rows starting from the beginning of the part
2613 2025.02.22 21:13:46.348884 [ 268 ] {d2fe5283-2bb3-48b0-8f92-6880354b2863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2614 2025.02.22 21:13:46.349223 [ 195 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 114 rows starting from the beginning of the part
2615 2025.02.22 21:13:46.349572 [ 195 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 73 rows starting from the beginning of the part
2616 2025.02.22 21:13:46.349844 [ 195 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 118 rows starting from the beginning of the part
2617 2025.02.22 21:13:46.350236 [ 195 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 72 rows starting from the beginning of the part
2618 2025.02.22 21:13:46.351321 [ 268 ] {d2fe5283-2bb3-48b0-8f92-6880354b2863} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2619 2025.02.22 21:13:46.351371 [ 268 ] {d2fe5283-2bb3-48b0-8f92-6880354b2863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2620 2025.02.22 21:13:46.351917 [ 268 ] {d2fe5283-2bb3-48b0-8f92-6880354b2863} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2621 2025.02.22 21:13:46.352192 [ 189 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1129 rows, containing 5 columns (5 merged, 0 gathered) in 0.003958785 sec., 285188.5111214678 rows/sec., 24.14 MiB/sec.
2622 2025.02.22 21:13:46.352312 [ 268 ] {d2fe5283-2bb3-48b0-8f92-6880354b2863} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2623 2025.02.22 21:13:46.352553 [ 201 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2624 2025.02.22 21:13:46.352742 [ 268 ] {d2fe5283-2bb3-48b0-8f92-6880354b2863} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004115 sec., 1944.1069258809237 rows/sec., 146.19 KiB/sec.
2625 2025.02.22 21:13:46.352900 [ 268 ] {d2fe5283-2bb3-48b0-8f92-6880354b2863} <Debug> TCPHandler: Processed in 0.004593622 sec.
2626 2025.02.22 21:13:46.353085 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2627 2025.02.22 21:13:46.353121 [ 201 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_16_3} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2628 2025.02.22 21:13:46.353218 [ 201 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_16_3} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2629 2025.02.22 21:13:46.353251 [ 267 ] {139e1384-4824-4610-b238-3bb028322b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2630 2025.02.22 21:13:46.353327 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
2631 2025.02.22 21:13:46.353342 [ 267 ] {139e1384-4824-4610-b238-3bb028322b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2632 2025.02.22 21:13:46.353959 [ 267 ] {139e1384-4824-4610-b238-3bb028322b4b} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2633 2025.02.22 21:13:46.353999 [ 267 ] {139e1384-4824-4610-b238-3bb028322b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2634 2025.02.22 21:13:46.354365 [ 267 ] {139e1384-4824-4610-b238-3bb028322b4b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2635 2025.02.22 21:13:46.354616 [ 267 ] {139e1384-4824-4610-b238-3bb028322b4b} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2636 2025.02.22 21:13:46.354778 [ 82 ] {} <Debug> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2637 2025.02.22 21:13:46.354834 [ 82 ] {} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2638 2025.02.22 21:13:46.354870 [ 267 ] {139e1384-4824-4610-b238-3bb028322b4b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00165 sec., 43636.36363636364 rows/sec., 3.41 MiB/sec.
2639 2025.02.22 21:13:46.354874 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2640 2025.02.22 21:13:46.355051 [ 267 ] {139e1384-4824-4610-b238-3bb028322b4b} <Debug> TCPHandler: Processed in 0.002056234 sec.
2641 2025.02.22 21:13:46.355096 [ 201 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
2642 2025.02.22 21:13:46.355221 [ 201 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2643 2025.02.22 21:13:46.355251 [ 201 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 421 rows starting from the beginning of the part
2644 2025.02.22 21:13:46.355310 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2645 2025.02.22 21:13:46.355437 [ 201 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part
2646 2025.02.22 21:13:46.355689 [ 201 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 96 rows starting from the beginning of the part
2647 2025.02.22 21:13:46.356006 [ 201 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 74 rows starting from the beginning of the part
2648 2025.02.22 21:13:46.356105 [ 268 ] {23df5ae0-9cc2-4e86-bc0f-026d7466bbd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2649 2025.02.22 21:13:46.356291 [ 201 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 95 rows starting from the beginning of the part
2650 2025.02.22 21:13:46.356514 [ 268 ] {23df5ae0-9cc2-4e86-bc0f-026d7466bbd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2651 2025.02.22 21:13:46.356567 [ 201 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 72 rows starting from the beginning of the part
2652 2025.02.22 21:13:46.358612 [ 268 ] {23df5ae0-9cc2-4e86-bc0f-026d7466bbd4} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2653 2025.02.22 21:13:46.358679 [ 268 ] {23df5ae0-9cc2-4e86-bc0f-026d7466bbd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2654 2025.02.22 21:13:46.359636 [ 201 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 822 rows, containing 5 columns (5 merged, 0 gathered) in 0.004619593 sec., 177937.75339082902 rows/sec., 13.95 MiB/sec.
2655 2025.02.22 21:13:46.359697 [ 268 ] {23df5ae0-9cc2-4e86-bc0f-026d7466bbd4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2656 2025.02.22 21:13:46.359841 [ 201 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2657 2025.02.22 21:13:46.360148 [ 268 ] {23df5ae0-9cc2-4e86-bc0f-026d7466bbd4} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2658 2025.02.22 21:13:46.360348 [ 201 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_16_3} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2659 2025.02.22 21:13:46.360600 [ 201 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_16_3} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2660 2025.02.22 21:13:46.360634 [ 268 ] {23df5ae0-9cc2-4e86-bc0f-026d7466bbd4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004824 sec., 33167.49585406302 rows/sec., 2.31 MiB/sec.
2661 2025.02.22 21:13:46.360747 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
2662 2025.02.22 21:13:46.360850 [ 268 ] {23df5ae0-9cc2-4e86-bc0f-026d7466bbd4} <Debug> TCPHandler: Processed in 0.005684335 sec.
2663 2025.02.22 21:13:46.361055 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2664 2025.02.22 21:13:46.361195 [ 267 ] {2699a007-158a-47c3-9940-945b057f922e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2665 2025.02.22 21:13:46.361290 [ 267 ] {2699a007-158a-47c3-9940-945b057f922e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2666 2025.02.22 21:13:46.362450 [ 267 ] {2699a007-158a-47c3-9940-945b057f922e} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2667 2025.02.22 21:13:46.362492 [ 267 ] {2699a007-158a-47c3-9940-945b057f922e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2668 2025.02.22 21:13:46.363138 [ 267 ] {2699a007-158a-47c3-9940-945b057f922e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2669 2025.02.22 21:13:46.363406 [ 267 ] {2699a007-158a-47c3-9940-945b057f922e} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2670 2025.02.22 21:13:46.363639 [ 267 ] {2699a007-158a-47c3-9940-945b057f922e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002475 sec., 3232.323232323232 rows/sec., 5.79 MiB/sec.
2671 2025.02.22 21:13:46.363736 [ 267 ] {2699a007-158a-47c3-9940-945b057f922e} <Debug> TCPHandler: Processed in 0.002749952 sec.
2672 2025.02.22 21:13:46.363961 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2673 2025.02.22 21:13:46.364185 [ 268 ] {40b71b6b-9a02-4ecf-bb9b-d46ee33090c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2674 2025.02.22 21:13:46.364283 [ 268 ] {40b71b6b-9a02-4ecf-bb9b-d46ee33090c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2675 2025.02.22 21:13:46.364873 [ 268 ] {40b71b6b-9a02-4ecf-bb9b-d46ee33090c6} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2676 2025.02.22 21:13:46.364912 [ 268 ] {40b71b6b-9a02-4ecf-bb9b-d46ee33090c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2677 2025.02.22 21:13:46.365292 [ 268 ] {40b71b6b-9a02-4ecf-bb9b-d46ee33090c6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2678 2025.02.22 21:13:46.365541 [ 268 ] {40b71b6b-9a02-4ecf-bb9b-d46ee33090c6} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2679 2025.02.22 21:13:46.365762 [ 268 ] {40b71b6b-9a02-4ecf-bb9b-d46ee33090c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001632 sec., 36764.705882352944 rows/sec., 2.48 MiB/sec.
2680 2025.02.22 21:13:46.365813 [ 268 ] {40b71b6b-9a02-4ecf-bb9b-d46ee33090c6} <Debug> TCPHandler: Processed in 0.001964393 sec.
2681 2025.02.22 21:13:46.930283 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2682 2025.02.22 21:13:46.930552 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2683 2025.02.22 21:13:46.931048 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2684 2025.02.22 21:13:46.931114 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2685 2025.02.22 21:13:46.931528 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2686 2025.02.22 21:13:46.931608 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2687 2025.02.22 21:13:46.931787 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2688 2025.02.22 21:13:46.931939 [ 286 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2689 2025.02.22 21:13:46.931939 [ 290 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2690 2025.02.22 21:13:46.932173 [ 287 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2691 2025.02.22 21:13:46.932210 [ 288 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2692 2025.02.22 21:13:46.932185 [ 292 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2693 2025.02.22 21:13:46.932429 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2694 2025.02.22 21:13:46.932463 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2695 2025.02.22 21:13:46.932605 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2696 2025.02.22 21:13:46.932630 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 34 rows with 4 streams
2697 2025.02.22 21:13:46.932676 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2698 2025.02.22 21:13:46.932724 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2699 2025.02.22 21:13:46.932770 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2700 2025.02.22 21:13:46.932819 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2701 2025.02.22 21:13:46.934902 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004489 sec., 7574.069948763645 rows/sec., 291.51 KiB/sec.
2702 2025.02.22 21:13:46.935125 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Debug> MemoryTracker: Peak memory usage (for query): 143.55 KiB.
2703 2025.02.22 21:13:46.935144 [ 267 ] {c8d735ce-176f-4aa7-a47e-b464d1988e20} <Debug> TCPHandler: Processed in 0.004985407 sec.
2704 2025.02.22 21:13:46.935546 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2705 2025.02.22 21:13:46.935823 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2706 2025.02.22 21:13:46.936321 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2707 2025.02.22 21:13:46.936387 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2708 2025.02.22 21:13:46.936760 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2709 2025.02.22 21:13:46.936840 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2710 2025.02.22 21:13:46.937018 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
2711 2025.02.22 21:13:46.937206 [ 286 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2712 2025.02.22 21:13:46.937239 [ 290 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2713 2025.02.22 21:13:46.937260 [ 288 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2714 2025.02.22 21:13:46.937322 [ 287 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2715 2025.02.22 21:13:46.937363 [ 292 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2716 2025.02.22 21:13:46.937475 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2717 2025.02.22 21:13:46.937507 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2718 2025.02.22 21:13:46.937646 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2719 2025.02.22 21:13:46.937671 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 34 rows with 4 streams
2720 2025.02.22 21:13:46.937719 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2721 2025.02.22 21:13:46.937770 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2722 2025.02.22 21:13:46.937822 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2723 2025.02.22 21:13:46.937870 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2724 2025.02.22 21:13:46.939668 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003988 sec., 8525.57673019057 rows/sec., 328.13 KiB/sec.
2725 2025.02.22 21:13:46.939895 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Debug> MemoryTracker: Peak memory usage (for query): 143.97 KiB.
2726 2025.02.22 21:13:46.939912 [ 268 ] {2b518a4a-485e-4241-a540-e45a9cd49ce1} <Debug> TCPHandler: Processed in 0.004495071 sec.
2727 2025.02.22 21:13:46.940218 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2728 2025.02.22 21:13:46.940484 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2729 2025.02.22 21:13:46.940843 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2730 2025.02.22 21:13:46.940894 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2731 2025.02.22 21:13:46.941226 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2732 2025.02.22 21:13:46.941295 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2733 2025.02.22 21:13:46.941447 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2734 2025.02.22 21:13:46.941632 [ 286 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2735 2025.02.22 21:13:46.941653 [ 290 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2736 2025.02.22 21:13:46.941688 [ 287 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2737 2025.02.22 21:13:46.941718 [ 288 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2738 2025.02.22 21:13:46.941810 [ 292 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2739 2025.02.22 21:13:46.941919 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2740 2025.02.22 21:13:46.941948 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2741 2025.02.22 21:13:46.942076 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2742 2025.02.22 21:13:46.942100 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 34 rows with 4 streams
2743 2025.02.22 21:13:46.942142 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2744 2025.02.22 21:13:46.942189 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2745 2025.02.22 21:13:46.942231 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2746 2025.02.22 21:13:46.942273 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2747 2025.02.22 21:13:46.944091 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00376 sec., 9042.553191489362 rows/sec., 348.03 KiB/sec.
2748 2025.02.22 21:13:46.944305 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Debug> MemoryTracker: Peak memory usage (for query): 144.27 KiB.
2749 2025.02.22 21:13:46.944324 [ 267 ] {2882f7fc-01ab-4464-bb35-72f85783dea8} <Debug> TCPHandler: Processed in 0.004173847 sec.
2750 2025.02.22 21:13:46.944711 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2751 2025.02.22 21:13:46.944936 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2752 2025.02.22 21:13:46.945361 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2753 2025.02.22 21:13:46.945424 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2754 2025.02.22 21:13:46.945764 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2755 2025.02.22 21:13:46.945832 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2756 2025.02.22 21:13:46.945984 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2757 2025.02.22 21:13:46.946195 [ 288 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2758 2025.02.22 21:13:46.946238 [ 286 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2759 2025.02.22 21:13:46.946247 [ 287 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2760 2025.02.22 21:13:46.946228 [ 290 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2761 2025.02.22 21:13:46.946305 [ 292 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2762 2025.02.22 21:13:46.946443 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2763 2025.02.22 21:13:46.946473 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2764 2025.02.22 21:13:46.946603 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2765 2025.02.22 21:13:46.946626 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 34 rows with 4 streams
2766 2025.02.22 21:13:46.946670 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2767 2025.02.22 21:13:46.946719 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2768 2025.02.22 21:13:46.946765 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2769 2025.02.22 21:13:46.946811 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2770 2025.02.22 21:13:46.948695 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003871 sec., 8783.260139498838 rows/sec., 338.05 KiB/sec.
2771 2025.02.22 21:13:46.948951 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Debug> MemoryTracker: Peak memory usage (for query): 144.80 KiB.
2772 2025.02.22 21:13:46.948972 [ 268 ] {bdfa50e5-9a3e-45f3-bb1d-133dffd0acd1} <Debug> TCPHandler: Processed in 0.00432917 sec.
2773 2025.02.22 21:13:46.949307 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2774 2025.02.22 21:13:46.949535 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2775 2025.02.22 21:13:46.949960 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2776 2025.02.22 21:13:46.950023 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2777 2025.02.22 21:13:46.950442 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2778 2025.02.22 21:13:46.950509 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2779 2025.02.22 21:13:46.950662 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2780 2025.02.22 21:13:46.950878 [ 290 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2781 2025.02.22 21:13:46.950899 [ 286 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2782 2025.02.22 21:13:46.950925 [ 287 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2783 2025.02.22 21:13:46.950860 [ 288 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2784 2025.02.22 21:13:46.951034 [ 292 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2785 2025.02.22 21:13:46.951142 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2786 2025.02.22 21:13:46.951172 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2787 2025.02.22 21:13:46.951301 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2788 2025.02.22 21:13:46.951324 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 34 rows with 4 streams
2789 2025.02.22 21:13:46.951365 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2790 2025.02.22 21:13:46.951412 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2791 2025.02.22 21:13:46.951458 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2792 2025.02.22 21:13:46.951502 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2793 2025.02.22 21:13:46.953238 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00382 sec., 8900.523560209424 rows/sec., 342.56 KiB/sec.
2794 2025.02.22 21:13:46.953450 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Debug> MemoryTracker: Peak memory usage (for query): 145.13 KiB.
2795 2025.02.22 21:13:46.953468 [ 267 ] {75262452-7589-4851-8432-ca2812aeaa2d} <Debug> TCPHandler: Processed in 0.004229108 sec.
2796 2025.02.22 21:13:46.953773 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2797 2025.02.22 21:13:46.954005 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2798 2025.02.22 21:13:46.954435 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2799 2025.02.22 21:13:46.954486 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2800 2025.02.22 21:13:46.954831 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2801 2025.02.22 21:13:46.954898 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2802 2025.02.22 21:13:46.955048 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
2803 2025.02.22 21:13:46.955262 [ 290 ] {12a453db-1a94-472b-a5b7-928db027f204} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2804 2025.02.22 21:13:46.955295 [ 286 ] {12a453db-1a94-472b-a5b7-928db027f204} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2805 2025.02.22 21:13:46.955310 [ 288 ] {12a453db-1a94-472b-a5b7-928db027f204} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2806 2025.02.22 21:13:46.955394 [ 292 ] {12a453db-1a94-472b-a5b7-928db027f204} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2807 2025.02.22 21:13:46.955416 [ 287 ] {12a453db-1a94-472b-a5b7-928db027f204} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2808 2025.02.22 21:13:46.955565 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2809 2025.02.22 21:13:46.955682 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2810 2025.02.22 21:13:46.955814 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2811 2025.02.22 21:13:46.955838 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 34 rows with 4 streams
2812 2025.02.22 21:13:46.955883 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2813 2025.02.22 21:13:46.955934 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2814 2025.02.22 21:13:46.955984 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2815 2025.02.22 21:13:46.956035 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2816 2025.02.22 21:13:46.957806 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003918 sec., 8677.896886166413 rows/sec., 334.00 KiB/sec.
2817 2025.02.22 21:13:46.958029 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Debug> MemoryTracker: Peak memory usage (for query): 145.71 KiB.
2818 2025.02.22 21:13:46.958046 [ 268 ] {12a453db-1a94-472b-a5b7-928db027f204} <Debug> TCPHandler: Processed in 0.004339639 sec.
2819 2025.02.22 21:13:46.973780 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2820 2025.02.22 21:13:46.974151 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2821 2025.02.22 21:13:46.974663 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2822 2025.02.22 21:13:46.974717 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2823 2025.02.22 21:13:46.975068 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2824 2025.02.22 21:13:46.975135 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2825 2025.02.22 21:13:46.975286 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2826 2025.02.22 21:13:46.975523 [ 290 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2827 2025.02.22 21:13:46.975533 [ 287 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2828 2025.02.22 21:13:46.975559 [ 286 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2829 2025.02.22 21:13:46.975587 [ 288 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2830 2025.02.22 21:13:46.975690 [ 292 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2831 2025.02.22 21:13:46.975853 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2832 2025.02.22 21:13:46.975885 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2833 2025.02.22 21:13:46.976015 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2834 2025.02.22 21:13:46.976040 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 34 rows with 4 streams
2835 2025.02.22 21:13:46.976084 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2836 2025.02.22 21:13:46.976134 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2837 2025.02.22 21:13:46.976181 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2838 2025.02.22 21:13:46.976228 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2839 2025.02.22 21:13:46.978038 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004083 sec., 8327.210384521186 rows/sec., 320.50 KiB/sec.
2840 2025.02.22 21:13:46.978247 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Debug> MemoryTracker: Peak memory usage (for query): 146.06 KiB.
2841 2025.02.22 21:13:46.978264 [ 267 ] {0b19e631-e3e0-4c35-872a-591f9f4a0933} <Debug> TCPHandler: Processed in 0.004596643 sec.
2842 2025.02.22 21:13:46.978532 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2843 2025.02.22 21:13:46.978727 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2844 2025.02.22 21:13:46.979090 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2845 2025.02.22 21:13:46.979143 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2846 2025.02.22 21:13:46.979492 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2847 2025.02.22 21:13:46.979559 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2848 2025.02.22 21:13:46.979712 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 42-element set)
2849 2025.02.22 21:13:46.979908 [ 286 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2850 2025.02.22 21:13:46.979918 [ 290 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2851 2025.02.22 21:13:46.979907 [ 288 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2852 2025.02.22 21:13:46.980001 [ 287 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2853 2025.02.22 21:13:46.980048 [ 292 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2854 2025.02.22 21:13:46.980164 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2855 2025.02.22 21:13:46.980194 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2856 2025.02.22 21:13:46.980324 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2857 2025.02.22 21:13:46.980347 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 34 rows with 4 streams
2858 2025.02.22 21:13:46.980391 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2859 2025.02.22 21:13:46.980442 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2860 2025.02.22 21:13:46.980488 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2861 2025.02.22 21:13:46.980535 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2862 2025.02.22 21:13:46.982255 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003627 sec., 9374.13840639647 rows/sec., 360.79 KiB/sec.
2863 2025.02.22 21:13:46.982474 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Debug> MemoryTracker: Peak memory usage (for query): 146.37 KiB.
2864 2025.02.22 21:13:46.982492 [ 268 ] {9fcc2675-64c3-4680-8078-9a25e3c13b4e} <Debug> TCPHandler: Processed in 0.004021816 sec.
2865 2025.02.22 21:13:46.982760 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2866 2025.02.22 21:13:46.982995 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2867 2025.02.22 21:13:46.983438 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2868 2025.02.22 21:13:46.983492 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2869 2025.02.22 21:13:46.983844 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2870 2025.02.22 21:13:46.983912 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2871 2025.02.22 21:13:46.984061 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 43-element set)
2872 2025.02.22 21:13:46.984280 [ 290 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2873 2025.02.22 21:13:46.984297 [ 286 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2874 2025.02.22 21:13:46.984313 [ 288 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2875 2025.02.22 21:13:46.984302 [ 287 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2876 2025.02.22 21:13:46.984421 [ 292 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2877 2025.02.22 21:13:46.984533 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2878 2025.02.22 21:13:46.984563 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2879 2025.02.22 21:13:46.984693 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2880 2025.02.22 21:13:46.984715 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 34 rows with 4 streams
2881 2025.02.22 21:13:46.984758 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2882 2025.02.22 21:13:46.984807 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2883 2025.02.22 21:13:46.984853 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2884 2025.02.22 21:13:46.984899 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2885 2025.02.22 21:13:46.986628 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003755 sec., 9054.593874833556 rows/sec., 348.49 KiB/sec.
2886 2025.02.22 21:13:46.986851 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Debug> MemoryTracker: Peak memory usage (for query): 146.78 KiB.
2887 2025.02.22 21:13:46.986870 [ 267 ] {c1bfe42e-185b-4e1b-8d25-bf355e367904} <Debug> TCPHandler: Processed in 0.004178938 sec.
2888 2025.02.22 21:13:46.987134 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2889 2025.02.22 21:13:46.987369 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2890 2025.02.22 21:13:46.987741 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2891 2025.02.22 21:13:46.987794 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2892 2025.02.22 21:13:46.988147 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2893 2025.02.22 21:13:46.988215 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2894 2025.02.22 21:13:46.988366 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 44-element set)
2895 2025.02.22 21:13:46.988508 [ 290 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2896 2025.02.22 21:13:46.988586 [ 286 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2897 2025.02.22 21:13:46.988624 [ 288 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2898 2025.02.22 21:13:46.988650 [ 287 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2899 2025.02.22 21:13:46.988735 [ 290 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2900 2025.02.22 21:13:46.988863 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2901 2025.02.22 21:13:46.988893 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2902 2025.02.22 21:13:46.989021 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2903 2025.02.22 21:13:46.989044 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 34 rows with 4 streams
2904 2025.02.22 21:13:46.989086 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2905 2025.02.22 21:13:46.989135 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2906 2025.02.22 21:13:46.989183 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2907 2025.02.22 21:13:46.989230 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2908 2025.02.22 21:13:46.990939 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003692 sec., 9209.100758396533 rows/sec., 354.44 KiB/sec.
2909 2025.02.22 21:13:46.991158 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Debug> MemoryTracker: Peak memory usage (for query): 145.24 KiB.
2910 2025.02.22 21:13:46.991174 [ 268 ] {e52e44ba-b9c2-4f4f-a2c3-2b99b9eaa5f8} <Debug> TCPHandler: Processed in 0.004109767 sec.
2911 2025.02.22 21:13:46.991449 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2912 2025.02.22 21:13:46.991686 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2913 2025.02.22 21:13:46.992119 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2914 2025.02.22 21:13:46.992185 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2915 2025.02.22 21:13:46.992586 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2916 2025.02.22 21:13:46.992653 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2917 2025.02.22 21:13:46.992802 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 45-element set)
2918 2025.02.22 21:13:46.992958 [ 290 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2919 2025.02.22 21:13:46.992988 [ 286 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2920 2025.02.22 21:13:46.993023 [ 288 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2921 2025.02.22 21:13:46.993085 [ 287 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2922 2025.02.22 21:13:46.993132 [ 292 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2923 2025.02.22 21:13:46.993251 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2924 2025.02.22 21:13:46.993281 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2925 2025.02.22 21:13:46.993407 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2926 2025.02.22 21:13:46.993431 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 34 rows with 4 streams
2927 2025.02.22 21:13:46.993473 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2928 2025.02.22 21:13:46.993521 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2929 2025.02.22 21:13:46.993566 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2930 2025.02.22 21:13:46.993613 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2931 2025.02.22 21:13:46.995287 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003725 sec., 9127.51677852349 rows/sec., 351.30 KiB/sec.
2932 2025.02.22 21:13:46.995504 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Debug> MemoryTracker: Peak memory usage (for query): 147.28 KiB.
2933 2025.02.22 21:13:46.995522 [ 267 ] {762e9c43-ca2b-4585-9827-f3fefc231c2d} <Debug> TCPHandler: Processed in 0.004141838 sec.
2934 2025.02.22 21:13:46.995812 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2935 2025.02.22 21:13:46.996043 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2936 2025.02.22 21:13:46.996468 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2937 2025.02.22 21:13:46.996523 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2938 2025.02.22 21:13:46.996882 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2939 2025.02.22 21:13:46.996946 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2940 2025.02.22 21:13:46.997097 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 46-element set)
2941 2025.02.22 21:13:46.997255 [ 290 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2942 2025.02.22 21:13:46.997285 [ 286 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2943 2025.02.22 21:13:46.997353 [ 288 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2944 2025.02.22 21:13:46.997367 [ 287 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2945 2025.02.22 21:13:46.997409 [ 292 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2946 2025.02.22 21:13:46.997581 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2947 2025.02.22 21:13:46.997612 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2948 2025.02.22 21:13:46.997743 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2949 2025.02.22 21:13:46.997766 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 34 rows with 4 streams
2950 2025.02.22 21:13:46.997815 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2951 2025.02.22 21:13:46.997868 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2952 2025.02.22 21:13:46.997917 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2953 2025.02.22 21:13:46.997968 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2954 2025.02.22 21:13:46.999726 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003805 sec., 8935.611038107754 rows/sec., 343.91 KiB/sec.
2955 2025.02.22 21:13:46.999944 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Debug> MemoryTracker: Peak memory usage (for query): 147.67 KiB.
2956 2025.02.22 21:13:46.999962 [ 268 ] {e6586f60-9f24-4116-8f51-a3d2d393e0e9} <Debug> TCPHandler: Processed in 0.004215768 sec.
2957 2025.02.22 21:13:47.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.74 MiB, peak 178.55 MiB, free memory in arenas 0.00 B, will set to 173.55 MiB (RSS), difference: -1.19 MiB
2958 2025.02.22 21:13:47.114693 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2959 2025.02.22 21:13:47.115072 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2960 2025.02.22 21:13:47.115630 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2961 2025.02.22 21:13:47.115689 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2962 2025.02.22 21:13:47.116060 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2963 2025.02.22 21:13:47.116129 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2964 2025.02.22 21:13:47.116283 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Key condition: (column 0 notIn 47-element set)
2965 2025.02.22 21:13:47.116426 [ 290 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2966 2025.02.22 21:13:47.116521 [ 286 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2967 2025.02.22 21:13:47.116550 [ 288 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2968 2025.02.22 21:13:47.116597 [ 287 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2969 2025.02.22 21:13:47.116666 [ 292 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2970 2025.02.22 21:13:47.116813 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges
2971 2025.02.22 21:13:47.116843 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Spreading mark ranges among streams (default reading)
2972 2025.02.22 21:13:47.116977 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2973 2025.02.22 21:13:47.117001 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (SelectExecutor): Reading approx. 34 rows with 4 streams
2974 2025.02.22 21:13:47.117045 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2975 2025.02.22 21:13:47.117095 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2976 2025.02.22 21:13:47.117142 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2977 2025.02.22 21:13:47.117189 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2978 2025.02.22 21:13:47.119089 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.004216 sec., 8064.516129032258 rows/sec., 310.39 KiB/sec.
2979 2025.02.22 21:13:47.119309 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Debug> MemoryTracker: Peak memory usage (for query): 147.86 KiB.
2980 2025.02.22 21:13:47.119327 [ 267 ] {071356dd-df8a-4705-8ab5-8323ea386432} <Debug> TCPHandler: Processed in 0.004754055 sec.
2981 2025.02.22 21:13:47.119912 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2982 2025.02.22 21:13:47.120071 [ 268 ] {95a0e6bc-7c95-4bad-aa9c-2ebc26800716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2983 2025.02.22 21:13:47.120136 [ 268 ] {95a0e6bc-7c95-4bad-aa9c-2ebc26800716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2984 2025.02.22 21:13:47.120971 [ 268 ] {95a0e6bc-7c95-4bad-aa9c-2ebc26800716} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2985 2025.02.22 21:13:47.121015 [ 268 ] {95a0e6bc-7c95-4bad-aa9c-2ebc26800716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2986 2025.02.22 21:13:47.121525 [ 268 ] {95a0e6bc-7c95-4bad-aa9c-2ebc26800716} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2987 2025.02.22 21:13:47.121742 [ 268 ] {95a0e6bc-7c95-4bad-aa9c-2ebc26800716} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2988 2025.02.22 21:13:47.121925 [ 61 ] {} <Debug> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2989 2025.02.22 21:13:47.121994 [ 61 ] {} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2990 2025.02.22 21:13:47.121998 [ 268 ] {95a0e6bc-7c95-4bad-aa9c-2ebc26800716} <Debug> executeQuery: Read 13 rows, 4.27 KiB in 0.00196 sec., 6632.65306122449 rows/sec., 2.13 MiB/sec.
2991 2025.02.22 21:13:47.122039 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
2992 2025.02.22 21:13:47.122166 [ 268 ] {95a0e6bc-7c95-4bad-aa9c-2ebc26800716} <Debug> TCPHandler: Processed in 0.002326136 sec.
2993 2025.02.22 21:13:47.122253 [ 201 ] {4dcb7bfa-45ae-4483-9064-5f1e306042b3::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
2994 2025.02.22 21:13:47.122361 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2995 2025.02.22 21:13:47.122560 [ 267 ] {dc9fbe0f-5950-4518-aabb-9530479de3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2996 2025.02.22 21:13:47.122620 [ 201 ] {4dcb7bfa-45ae-4483-9064-5f1e306042b3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2997 2025.02.22 21:13:47.122635 [ 267 ] {dc9fbe0f-5950-4518-aabb-9530479de3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2998 2025.02.22 21:13:47.122684 [ 201 ] {4dcb7bfa-45ae-4483-9064-5f1e306042b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part
2999 2025.02.22 21:13:47.122926 [ 201 ] {4dcb7bfa-45ae-4483-9064-5f1e306042b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
3000 2025.02.22 21:13:47.123190 [ 201 ] {4dcb7bfa-45ae-4483-9064-5f1e306042b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part
3001 2025.02.22 21:13:47.123468 [ 201 ] {4dcb7bfa-45ae-4483-9064-5f1e306042b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
3002 2025.02.22 21:13:47.123670 [ 201 ] {4dcb7bfa-45ae-4483-9064-5f1e306042b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part
3003 2025.02.22 21:13:47.123978 [ 201 ] {4dcb7bfa-45ae-4483-9064-5f1e306042b3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part
3004 2025.02.22 21:13:47.124565 [ 267 ] {dc9fbe0f-5950-4518-aabb-9530479de3f4} <Trace> oximeter.fields_i16 (03d960d4-041b-4307-b6d7-193b24a6a0f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3005 2025.02.22 21:13:47.124606 [ 267 ] {dc9fbe0f-5950-4518-aabb-9530479de3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3006 2025.02.22 21:13:47.125246 [ 267 ] {dc9fbe0f-5950-4518-aabb-9530479de3f4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3007 2025.02.22 21:13:47.125641 [ 267 ] {dc9fbe0f-5950-4518-aabb-9530479de3f4} <Trace> oximeter.fields_i16 (03d960d4-041b-4307-b6d7-193b24a6a0f0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3008 2025.02.22 21:13:47.126266 [ 267 ] {dc9fbe0f-5950-4518-aabb-9530479de3f4} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00374 sec., 6417.1122994652405 rows/sec., 545.20 KiB/sec.
3009 2025.02.22 21:13:47.126430 [ 267 ] {dc9fbe0f-5950-4518-aabb-9530479de3f4} <Debug> TCPHandler: Processed in 0.004142687 sec.
3010 2025.02.22 21:13:47.126638 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3011 2025.02.22 21:13:47.126961 [ 268 ] {3d55f534-2bcf-4c4e-9eb9-0178f2ff7b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3012 2025.02.22 21:13:47.127082 [ 268 ] {3d55f534-2bcf-4c4e-9eb9-0178f2ff7b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3013 2025.02.22 21:13:47.130591 [ 268 ] {3d55f534-2bcf-4c4e-9eb9-0178f2ff7b43} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3014 2025.02.22 21:13:47.130619 [ 195 ] {4dcb7bfa-45ae-4483-9064-5f1e306042b3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 6 columns (6 merged, 0 gathered) in 0.008446037 sec., 5683.138731217967 rows/sec., 1.36 MiB/sec.
3015 2025.02.22 21:13:47.130639 [ 268 ] {3d55f534-2bcf-4c4e-9eb9-0178f2ff7b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3016 2025.02.22 21:13:47.130848 [ 195 ] {4dcb7bfa-45ae-4483-9064-5f1e306042b3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3017 2025.02.22 21:13:47.131336 [ 268 ] {3d55f534-2bcf-4c4e-9eb9-0178f2ff7b43} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3018 2025.02.22 21:13:47.131496 [ 195 ] {4dcb7bfa-45ae-4483-9064-5f1e306042b3::all_1_6_1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3019 2025.02.22 21:13:47.131644 [ 195 ] {4dcb7bfa-45ae-4483-9064-5f1e306042b3::all_1_6_1} <Trace> oximeter.timeseries_schema (4dcb7bfa-45ae-4483-9064-5f1e306042b3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3020 2025.02.22 21:13:47.131681 [ 268 ] {3d55f534-2bcf-4c4e-9eb9-0178f2ff7b43} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3021 2025.02.22 21:13:47.131797 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
3022 2025.02.22 21:13:47.132035 [ 268 ] {3d55f534-2bcf-4c4e-9eb9-0178f2ff7b43} <Debug> executeQuery: Read 1379 rows, 117.85 KiB in 0.005182 sec., 266113.46970281744 rows/sec., 22.21 MiB/sec.
3023 2025.02.22 21:13:47.132259 [ 268 ] {3d55f534-2bcf-4c4e-9eb9-0178f2ff7b43} <Debug> TCPHandler: Processed in 0.005735985 sec.
3024 2025.02.22 21:13:47.132431 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3025 2025.02.22 21:13:47.132556 [ 267 ] {c14a4d82-a6b6-4273-94bf-771c6c689f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3026 2025.02.22 21:13:47.132606 [ 267 ] {c14a4d82-a6b6-4273-94bf-771c6c689f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3027 2025.02.22 21:13:47.133209 [ 267 ] {c14a4d82-a6b6-4273-94bf-771c6c689f1b} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3028 2025.02.22 21:13:47.133247 [ 267 ] {c14a4d82-a6b6-4273-94bf-771c6c689f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3029 2025.02.22 21:13:47.133612 [ 267 ] {c14a4d82-a6b6-4273-94bf-771c6c689f1b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3030 2025.02.22 21:13:47.133859 [ 267 ] {c14a4d82-a6b6-4273-94bf-771c6c689f1b} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3031 2025.02.22 21:13:47.134096 [ 267 ] {c14a4d82-a6b6-4273-94bf-771c6c689f1b} <Debug> executeQuery: Read 43 rows, 3.29 KiB in 0.001548 sec., 27777.77777777778 rows/sec., 2.08 MiB/sec.
3032 2025.02.22 21:13:47.134253 [ 267 ] {c14a4d82-a6b6-4273-94bf-771c6c689f1b} <Debug> TCPHandler: Processed in 0.001887391 sec.
3033 2025.02.22 21:13:47.134399 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3034 2025.02.22 21:13:47.134516 [ 268 ] {7278f958-0d7c-4da3-a23b-7b1e77387dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3035 2025.02.22 21:13:47.134568 [ 268 ] {7278f958-0d7c-4da3-a23b-7b1e77387dc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3036 2025.02.22 21:13:47.135271 [ 268 ] {7278f958-0d7c-4da3-a23b-7b1e77387dc1} <Trace> oximeter.fields_u32 (3fb10a9a-8d9d-43a9-93d7-83395c51147b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3037 2025.02.22 21:13:47.135312 [ 268 ] {7278f958-0d7c-4da3-a23b-7b1e77387dc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3038 2025.02.22 21:13:47.135691 [ 268 ] {7278f958-0d7c-4da3-a23b-7b1e77387dc1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3039 2025.02.22 21:13:47.135943 [ 268 ] {7278f958-0d7c-4da3-a23b-7b1e77387dc1} <Trace> oximeter.fields_u32 (3fb10a9a-8d9d-43a9-93d7-83395c51147b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3040 2025.02.22 21:13:47.136217 [ 268 ] {7278f958-0d7c-4da3-a23b-7b1e77387dc1} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001705 sec., 147800.58651026394 rows/sec., 10.22 MiB/sec.
3041 2025.02.22 21:13:47.136285 [ 268 ] {7278f958-0d7c-4da3-a23b-7b1e77387dc1} <Debug> TCPHandler: Processed in 0.001947972 sec.
3042 2025.02.22 21:13:47.136442 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3043 2025.02.22 21:13:47.136581 [ 267 ] {2d0f076c-121a-47d5-a5cf-2bd2ac4d1a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3044 2025.02.22 21:13:47.136637 [ 267 ] {2d0f076c-121a-47d5-a5cf-2bd2ac4d1a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3045 2025.02.22 21:13:47.137328 [ 267 ] {2d0f076c-121a-47d5-a5cf-2bd2ac4d1a43} <Trace> oximeter.fields_u8 (80ab5d9b-7353-4076-a64b-0df8f61f01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3046 2025.02.22 21:13:47.137375 [ 267 ] {2d0f076c-121a-47d5-a5cf-2bd2ac4d1a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3047 2025.02.22 21:13:47.137748 [ 267 ] {2d0f076c-121a-47d5-a5cf-2bd2ac4d1a43} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3048 2025.02.22 21:13:47.137992 [ 267 ] {2d0f076c-121a-47d5-a5cf-2bd2ac4d1a43} <Trace> oximeter.fields_u8 (80ab5d9b-7353-4076-a64b-0df8f61f01dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3049 2025.02.22 21:13:47.138236 [ 267 ] {2d0f076c-121a-47d5-a5cf-2bd2ac4d1a43} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001664 sec., 7211.538461538462 rows/sec., 563.40 KiB/sec.
3050 2025.02.22 21:13:47.138306 [ 267 ] {2d0f076c-121a-47d5-a5cf-2bd2ac4d1a43} <Debug> TCPHandler: Processed in 0.001921112 sec.
3051 2025.02.22 21:13:47.138445 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3052 2025.02.22 21:13:47.138566 [ 268 ] {43610209-fdf7-4ad4-a137-38950e4fcaca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3053 2025.02.22 21:13:47.138616 [ 268 ] {43610209-fdf7-4ad4-a137-38950e4fcaca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3054 2025.02.22 21:13:47.139451 [ 268 ] {43610209-fdf7-4ad4-a137-38950e4fcaca} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3055 2025.02.22 21:13:47.139490 [ 268 ] {43610209-fdf7-4ad4-a137-38950e4fcaca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3056 2025.02.22 21:13:47.139897 [ 268 ] {43610209-fdf7-4ad4-a137-38950e4fcaca} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3057 2025.02.22 21:13:47.140146 [ 268 ] {43610209-fdf7-4ad4-a137-38950e4fcaca} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3058 2025.02.22 21:13:47.140462 [ 268 ] {43610209-fdf7-4ad4-a137-38950e4fcaca} <Debug> executeQuery: Read 587 rows, 45.14 KiB in 0.001894 sec., 309926.0823653643 rows/sec., 23.28 MiB/sec.
3059 2025.02.22 21:13:47.140707 [ 268 ] {43610209-fdf7-4ad4-a137-38950e4fcaca} <Debug> TCPHandler: Processed in 0.002311466 sec.
3060 2025.02.22 21:13:47.140935 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3061 2025.02.22 21:13:47.141156 [ 267 ] {cc6b4063-c562-4a25-bb36-fdd2f87cb382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3062 2025.02.22 21:13:47.141252 [ 267 ] {cc6b4063-c562-4a25-bb36-fdd2f87cb382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3063 2025.02.22 21:13:47.144944 [ 267 ] {cc6b4063-c562-4a25-bb36-fdd2f87cb382} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3064 2025.02.22 21:13:47.144988 [ 267 ] {cc6b4063-c562-4a25-bb36-fdd2f87cb382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3065 2025.02.22 21:13:47.145660 [ 267 ] {cc6b4063-c562-4a25-bb36-fdd2f87cb382} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3066 2025.02.22 21:13:47.145905 [ 267 ] {cc6b4063-c562-4a25-bb36-fdd2f87cb382} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3067 2025.02.22 21:13:47.146034 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3068 2025.02.22 21:13:47.146077 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3069 2025.02.22 21:13:47.146099 [ 267 ] {cc6b4063-c562-4a25-bb36-fdd2f87cb382} <Debug> executeQuery: Read 3639 rows, 254.31 KiB in 0.004995 sec., 728528.5285285285 rows/sec., 49.72 MiB/sec.
3070 2025.02.22 21:13:47.146105 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3071 2025.02.22 21:13:47.146217 [ 267 ] {cc6b4063-c562-4a25-bb36-fdd2f87cb382} <Debug> TCPHandler: Processed in 0.005385972 sec.
3072 2025.02.22 21:13:47.146526 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3073 2025.02.22 21:13:47.146775 [ 190 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
3074 2025.02.22 21:13:47.146801 [ 268 ] {77cb6981-1179-4c1c-9487-b9a8f4d19528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3075 2025.02.22 21:13:47.147026 [ 268 ] {77cb6981-1179-4c1c-9487-b9a8f4d19528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3076 2025.02.22 21:13:47.147221 [ 190 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3077 2025.02.22 21:13:47.147375 [ 190 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1248 rows starting from the beginning of the part
3078 2025.02.22 21:13:47.147797 [ 190 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 150 rows starting from the beginning of the part
3079 2025.02.22 21:13:47.148168 [ 190 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 159 rows starting from the beginning of the part
3080 2025.02.22 21:13:47.148569 [ 190 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part
3081 2025.02.22 21:13:47.148965 [ 190 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part
3082 2025.02.22 21:13:47.149332 [ 190 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 3639 rows starting from the beginning of the part
3083 2025.02.22 21:13:47.152677 [ 268 ] {77cb6981-1179-4c1c-9487-b9a8f4d19528} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3084 2025.02.22 21:13:47.152725 [ 268 ] {77cb6981-1179-4c1c-9487-b9a8f4d19528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3085 2025.02.22 21:13:47.153827 [ 268 ] {77cb6981-1179-4c1c-9487-b9a8f4d19528} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3086 2025.02.22 21:13:47.153887 [ 195 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5516 rows, containing 5 columns (5 merged, 0 gathered) in 0.007641837 sec., 721815.9717355918 rows/sec., 49.47 MiB/sec.
3087 2025.02.22 21:13:47.154147 [ 268 ] {77cb6981-1179-4c1c-9487-b9a8f4d19528} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3088 2025.02.22 21:13:47.154496 [ 195 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3089 2025.02.22 21:13:47.154754 [ 268 ] {77cb6981-1179-4c1c-9487-b9a8f4d19528} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00797 sec., 3889.5859473023843 rows/sec., 6.97 MiB/sec.
3090 2025.02.22 21:13:47.155250 [ 268 ] {77cb6981-1179-4c1c-9487-b9a8f4d19528} <Debug> TCPHandler: Processed in 0.008915262 sec.
3091 2025.02.22 21:13:47.155393 [ 195 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3092 2025.02.22 21:13:47.155506 [ 195 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3093 2025.02.22 21:13:47.155524 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3094 2025.02.22 21:13:47.155636 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB.
3095 2025.02.22 21:13:47.155741 [ 267 ] {956f9b8b-3c3b-4659-b90c-19bb050334bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3096 2025.02.22 21:13:47.155805 [ 267 ] {956f9b8b-3c3b-4659-b90c-19bb050334bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3097 2025.02.22 21:13:47.156475 [ 267 ] {956f9b8b-3c3b-4659-b90c-19bb050334bb} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3098 2025.02.22 21:13:47.156515 [ 267 ] {956f9b8b-3c3b-4659-b90c-19bb050334bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3099 2025.02.22 21:13:47.156910 [ 267 ] {956f9b8b-3c3b-4659-b90c-19bb050334bb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3100 2025.02.22 21:13:47.157152 [ 267 ] {956f9b8b-3c3b-4659-b90c-19bb050334bb} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3101 2025.02.22 21:13:47.157318 [ 23 ] {} <Debug> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3102 2025.02.22 21:13:47.157365 [ 23 ] {} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3103 2025.02.22 21:13:47.157394 [ 267 ] {956f9b8b-3c3b-4659-b90c-19bb050334bb} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001674 sec., 7168.458781362007 rows/sec., 494.70 KiB/sec.
3104 2025.02.22 21:13:47.157403 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3105 2025.02.22 21:13:47.157534 [ 267 ] {956f9b8b-3c3b-4659-b90c-19bb050334bb} <Debug> TCPHandler: Processed in 0.002106964 sec.
3106 2025.02.22 21:13:47.157627 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
3107 2025.02.22 21:13:47.157818 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3108 2025.02.22 21:13:47.157852 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 382 rows starting from the beginning of the part
3109 2025.02.22 21:13:47.157933 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 50 rows starting from the beginning of the part
3110 2025.02.22 21:13:47.158062 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part
3111 2025.02.22 21:13:47.158171 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part
3112 2025.02.22 21:13:47.158270 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part
3113 2025.02.22 21:13:47.158352 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part
3114 2025.02.22 21:13:47.159373 [ 191 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 622 rows, containing 4 columns (4 merged, 0 gathered) in 0.001812351 sec., 343200.6272515644 rows/sec., 23.22 MiB/sec.
3115 2025.02.22 21:13:47.159555 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3116 2025.02.22 21:13:47.159866 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_16_3} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3117 2025.02.22 21:13:47.159952 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_16_3} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3118 2025.02.22 21:13:47.160037 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
3119 2025.02.22 21:13:50.779729 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 404
3120 2025.02.22 21:13:50.783551 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3121 2025.02.22 21:13:50.783603 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3122 2025.02.22 21:13:50.785206 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3123 2025.02.22 21:13:50.785520 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3124 2025.02.22 21:13:50.786078 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 404
3125 2025.02.22 21:13:51.344031 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3126 2025.02.22 21:13:51.344353 [ 267 ] {026bc7bc-3723-4171-a814-6563e5f2590e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3127 2025.02.22 21:13:51.344465 [ 267 ] {026bc7bc-3723-4171-a814-6563e5f2590e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3128 2025.02.22 21:13:51.345286 [ 267 ] {026bc7bc-3723-4171-a814-6563e5f2590e} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3129 2025.02.22 21:13:51.345337 [ 267 ] {026bc7bc-3723-4171-a814-6563e5f2590e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3130 2025.02.22 21:13:51.345768 [ 267 ] {026bc7bc-3723-4171-a814-6563e5f2590e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3131 2025.02.22 21:13:51.346022 [ 267 ] {026bc7bc-3723-4171-a814-6563e5f2590e} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3132 2025.02.22 21:13:51.346289 [ 267 ] {026bc7bc-3723-4171-a814-6563e5f2590e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00202 sec., 27722.772277227723 rows/sec., 2.12 MiB/sec.
3133 2025.02.22 21:13:51.346348 [ 267 ] {026bc7bc-3723-4171-a814-6563e5f2590e} <Debug> TCPHandler: Processed in 0.002506219 sec.
3134 2025.02.22 21:13:51.346665 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3135 2025.02.22 21:13:51.346875 [ 268 ] {14fc68c6-f8fa-48c6-974d-aa47e6578a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3136 2025.02.22 21:13:51.346955 [ 268 ] {14fc68c6-f8fa-48c6-974d-aa47e6578a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3137 2025.02.22 21:13:51.347807 [ 268 ] {14fc68c6-f8fa-48c6-974d-aa47e6578a22} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3138 2025.02.22 21:13:51.347851 [ 268 ] {14fc68c6-f8fa-48c6-974d-aa47e6578a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3139 2025.02.22 21:13:51.348288 [ 268 ] {14fc68c6-f8fa-48c6-974d-aa47e6578a22} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3140 2025.02.22 21:13:51.348543 [ 268 ] {14fc68c6-f8fa-48c6-974d-aa47e6578a22} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3141 2025.02.22 21:13:51.348760 [ 268 ] {14fc68c6-f8fa-48c6-974d-aa47e6578a22} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001944 sec., 32921.81069958848 rows/sec., 2.57 MiB/sec.
3142 2025.02.22 21:13:51.348828 [ 268 ] {14fc68c6-f8fa-48c6-974d-aa47e6578a22} <Debug> TCPHandler: Processed in 0.002336016 sec.
3143 2025.02.22 21:13:51.348982 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3144 2025.02.22 21:13:51.349123 [ 267 ] {3fd4d879-5cb5-4eff-8744-2fdb4811d6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3145 2025.02.22 21:13:51.349186 [ 267 ] {3fd4d879-5cb5-4eff-8744-2fdb4811d6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3146 2025.02.22 21:13:51.349793 [ 267 ] {3fd4d879-5cb5-4eff-8744-2fdb4811d6eb} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3147 2025.02.22 21:13:51.349835 [ 267 ] {3fd4d879-5cb5-4eff-8744-2fdb4811d6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3148 2025.02.22 21:13:51.350227 [ 267 ] {3fd4d879-5cb5-4eff-8744-2fdb4811d6eb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3149 2025.02.22 21:13:51.350463 [ 267 ] {3fd4d879-5cb5-4eff-8744-2fdb4811d6eb} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3150 2025.02.22 21:13:51.350723 [ 267 ] {3fd4d879-5cb5-4eff-8744-2fdb4811d6eb} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001632 sec., 78431.37254901961 rows/sec., 5.46 MiB/sec.
3151 2025.02.22 21:13:51.350866 [ 267 ] {3fd4d879-5cb5-4eff-8744-2fdb4811d6eb} <Debug> TCPHandler: Processed in 0.001944972 sec.
3152 2025.02.22 21:13:51.351163 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3153 2025.02.22 21:13:51.351389 [ 268 ] {35bc6c81-bd05-4b96-b2d4-067dd0ad07d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3154 2025.02.22 21:13:51.351486 [ 268 ] {35bc6c81-bd05-4b96-b2d4-067dd0ad07d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3155 2025.02.22 21:13:51.352042 [ 268 ] {35bc6c81-bd05-4b96-b2d4-067dd0ad07d8} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3156 2025.02.22 21:13:51.352080 [ 268 ] {35bc6c81-bd05-4b96-b2d4-067dd0ad07d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3157 2025.02.22 21:13:51.352461 [ 268 ] {35bc6c81-bd05-4b96-b2d4-067dd0ad07d8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3158 2025.02.22 21:13:51.352699 [ 268 ] {35bc6c81-bd05-4b96-b2d4-067dd0ad07d8} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3159 2025.02.22 21:13:51.352931 [ 268 ] {35bc6c81-bd05-4b96-b2d4-067dd0ad07d8} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001602 sec., 29962.546816479404 rows/sec., 2.02 MiB/sec.
3160 2025.02.22 21:13:51.353150 [ 268 ] {35bc6c81-bd05-4b96-b2d4-067dd0ad07d8} <Debug> TCPHandler: Processed in 0.002169254 sec.
3161 2025.02.22 21:13:53.273332 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3162 2025.02.22 21:13:53.274118 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3163 2025.02.22 21:13:53.274175 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3164 2025.02.22 21:13:53.274780 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3165 2025.02.22 21:13:53.275045 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3166 2025.02.22 21:13:53.275288 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3167 2025.02.22 21:13:53.699892 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
3168 2025.02.22 21:13:53.721728 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3169 2025.02.22 21:13:53.721797 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3170 2025.02.22 21:13:53.729618 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3171 2025.02.22 21:13:53.730449 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3172 2025.02.22 21:13:53.735286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
3173 2025.02.22 21:13:56.346027 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3174 2025.02.22 21:13:56.346253 [ 267 ] {b1249382-83f1-4cf0-9434-8f665bf96897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3175 2025.02.22 21:13:56.346335 [ 267 ] {b1249382-83f1-4cf0-9434-8f665bf96897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3176 2025.02.22 21:13:56.347170 [ 267 ] {b1249382-83f1-4cf0-9434-8f665bf96897} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3177 2025.02.22 21:13:56.347220 [ 267 ] {b1249382-83f1-4cf0-9434-8f665bf96897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3178 2025.02.22 21:13:56.347692 [ 267 ] {b1249382-83f1-4cf0-9434-8f665bf96897} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3179 2025.02.22 21:13:56.347960 [ 267 ] {b1249382-83f1-4cf0-9434-8f665bf96897} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3180 2025.02.22 21:13:56.348223 [ 267 ] {b1249382-83f1-4cf0-9434-8f665bf96897} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002022 sec., 35608.30860534125 rows/sec., 2.88 MiB/sec.
3181 2025.02.22 21:13:56.348428 [ 267 ] {b1249382-83f1-4cf0-9434-8f665bf96897} <Debug> TCPHandler: Processed in 0.002541779 sec.
3182 2025.02.22 21:13:56.348764 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3183 2025.02.22 21:13:56.348980 [ 268 ] {f095f0e7-9475-4c03-8df9-2806883bcea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3184 2025.02.22 21:13:56.349063 [ 268 ] {f095f0e7-9475-4c03-8df9-2806883bcea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3185 2025.02.22 21:13:56.349875 [ 268 ] {f095f0e7-9475-4c03-8df9-2806883bcea0} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3186 2025.02.22 21:13:56.349922 [ 268 ] {f095f0e7-9475-4c03-8df9-2806883bcea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3187 2025.02.22 21:13:56.350349 [ 268 ] {f095f0e7-9475-4c03-8df9-2806883bcea0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3188 2025.02.22 21:13:56.350608 [ 268 ] {f095f0e7-9475-4c03-8df9-2806883bcea0} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3189 2025.02.22 21:13:56.350908 [ 268 ] {f095f0e7-9475-4c03-8df9-2806883bcea0} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001987 sec., 4026.170105686965 rows/sec., 302.75 KiB/sec.
3190 2025.02.22 21:13:56.351118 [ 268 ] {f095f0e7-9475-4c03-8df9-2806883bcea0} <Debug> TCPHandler: Processed in 0.002531559 sec.
3191 2025.02.22 21:13:56.351293 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3192 2025.02.22 21:13:56.351432 [ 267 ] {c0cbd52b-2e21-4887-b0f0-b462f919318a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3193 2025.02.22 21:13:56.351491 [ 267 ] {c0cbd52b-2e21-4887-b0f0-b462f919318a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3194 2025.02.22 21:13:56.352147 [ 267 ] {c0cbd52b-2e21-4887-b0f0-b462f919318a} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3195 2025.02.22 21:13:56.352187 [ 267 ] {c0cbd52b-2e21-4887-b0f0-b462f919318a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3196 2025.02.22 21:13:56.352559 [ 267 ] {c0cbd52b-2e21-4887-b0f0-b462f919318a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3197 2025.02.22 21:13:56.352802 [ 267 ] {c0cbd52b-2e21-4887-b0f0-b462f919318a} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3198 2025.02.22 21:13:56.353015 [ 267 ] {c0cbd52b-2e21-4887-b0f0-b462f919318a} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001614 sec., 44609.665427509295 rows/sec., 3.48 MiB/sec.
3199 2025.02.22 21:13:56.353069 [ 267 ] {c0cbd52b-2e21-4887-b0f0-b462f919318a} <Debug> TCPHandler: Processed in 0.001846551 sec.
3200 2025.02.22 21:13:56.353280 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3201 2025.02.22 21:13:56.353508 [ 268 ] {825211f7-b236-4f1d-8fe3-5d7ee52178aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3202 2025.02.22 21:13:56.353608 [ 268 ] {825211f7-b236-4f1d-8fe3-5d7ee52178aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3203 2025.02.22 21:13:56.354262 [ 268 ] {825211f7-b236-4f1d-8fe3-5d7ee52178aa} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3204 2025.02.22 21:13:56.354300 [ 268 ] {825211f7-b236-4f1d-8fe3-5d7ee52178aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3205 2025.02.22 21:13:56.354710 [ 268 ] {825211f7-b236-4f1d-8fe3-5d7ee52178aa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3206 2025.02.22 21:13:56.354950 [ 268 ] {825211f7-b236-4f1d-8fe3-5d7ee52178aa} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3207 2025.02.22 21:13:56.355133 [ 268 ] {825211f7-b236-4f1d-8fe3-5d7ee52178aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001682 sec., 95124.85136741975 rows/sec., 6.63 MiB/sec.
3208 2025.02.22 21:13:56.355183 [ 268 ] {825211f7-b236-4f1d-8fe3-5d7ee52178aa} <Debug> TCPHandler: Processed in 0.002013653 sec.
3209 2025.02.22 21:13:56.355334 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3210 2025.02.22 21:13:56.355475 [ 267 ] {1db8d5ad-97e8-4f46-8c8f-e2507832bc4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3211 2025.02.22 21:13:56.355569 [ 267 ] {1db8d5ad-97e8-4f46-8c8f-e2507832bc4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3212 2025.02.22 21:13:56.356689 [ 267 ] {1db8d5ad-97e8-4f46-8c8f-e2507832bc4f} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3213 2025.02.22 21:13:56.356729 [ 267 ] {1db8d5ad-97e8-4f46-8c8f-e2507832bc4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3214 2025.02.22 21:13:56.357367 [ 267 ] {1db8d5ad-97e8-4f46-8c8f-e2507832bc4f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3215 2025.02.22 21:13:56.357630 [ 267 ] {1db8d5ad-97e8-4f46-8c8f-e2507832bc4f} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3216 2025.02.22 21:13:56.357922 [ 267 ] {1db8d5ad-97e8-4f46-8c8f-e2507832bc4f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002477 sec., 3229.713362939039 rows/sec., 5.79 MiB/sec.
3217 2025.02.22 21:13:56.358211 [ 267 ] {1db8d5ad-97e8-4f46-8c8f-e2507832bc4f} <Debug> TCPHandler: Processed in 0.002942744 sec.
3218 2025.02.22 21:13:56.358420 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3219 2025.02.22 21:13:56.358642 [ 268 ] {067e50fa-46d2-4034-b89c-dfd5f50d539d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3220 2025.02.22 21:13:56.358738 [ 268 ] {067e50fa-46d2-4034-b89c-dfd5f50d539d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3221 2025.02.22 21:13:56.359247 [ 268 ] {067e50fa-46d2-4034-b89c-dfd5f50d539d} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3222 2025.02.22 21:13:56.359286 [ 268 ] {067e50fa-46d2-4034-b89c-dfd5f50d539d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3223 2025.02.22 21:13:56.359657 [ 268 ] {067e50fa-46d2-4034-b89c-dfd5f50d539d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3224 2025.02.22 21:13:56.359903 [ 268 ] {067e50fa-46d2-4034-b89c-dfd5f50d539d} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3225 2025.02.22 21:13:56.360088 [ 268 ] {067e50fa-46d2-4034-b89c-dfd5f50d539d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec.
3226 2025.02.22 21:13:56.360137 [ 268 ] {067e50fa-46d2-4034-b89c-dfd5f50d539d} <Debug> TCPHandler: Processed in 0.001829131 sec.
3227 2025.02.22 21:14:00.688188 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache
3228 2025.02.22 21:14:00.688242 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache
3229 2025.02.22 21:14:00.775453 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3230 2025.02.22 21:14:00.776090 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3231 2025.02.22 21:14:00.776135 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3232 2025.02.22 21:14:00.776694 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3233 2025.02.22 21:14:00.776945 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3234 2025.02.22 21:14:00.777097 [ 144 ] {} <Debug> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3235 2025.02.22 21:14:00.777126 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3236 2025.02.22 21:14:00.777142 [ 144 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3237 2025.02.22 21:14:00.777163 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3238 2025.02.22 21:14:00.777312 [ 191 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
3239 2025.02.22 21:14:00.777486 [ 191 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3240 2025.02.22 21:14:00.777537 [ 191 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part
3241 2025.02.22 21:14:00.777628 [ 191 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part
3242 2025.02.22 21:14:00.777866 [ 191 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part
3243 2025.02.22 21:14:00.778054 [ 191 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part
3244 2025.02.22 21:14:00.778208 [ 191 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part
3245 2025.02.22 21:14:00.778331 [ 191 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part
3246 2025.02.22 21:14:00.780157 [ 190 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002919383 sec., 2528273.9537772196 rows/sec., 36.17 MiB/sec.
3247 2025.02.22 21:14:00.780916 [ 200 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3248 2025.02.22 21:14:00.781217 [ 200 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_16_3} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3249 2025.02.22 21:14:00.781299 [ 200 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_16_3} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3250 2025.02.22 21:14:00.781402 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3251 2025.02.22 21:14:00.786466 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 424
3252 2025.02.22 21:14:00.789216 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3253 2025.02.22 21:14:00.789264 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3254 2025.02.22 21:14:00.790743 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3255 2025.02.22 21:14:00.791059 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3256 2025.02.22 21:14:00.791688 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 424
3257 2025.02.22 21:14:01.001398 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001004901 sec.
3258 2025.02.22 21:14:01.235421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
3259 2025.02.22 21:14:01.256545 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3260 2025.02.22 21:14:01.256603 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3261 2025.02.22 21:14:01.263849 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3262 2025.02.22 21:14:01.264609 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3263 2025.02.22 21:14:01.264934 [ 143 ] {} <Debug> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3264 2025.02.22 21:14:01.265004 [ 143 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3265 2025.02.22 21:14:01.265053 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3266 2025.02.22 21:14:01.265648 [ 190 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
3267 2025.02.22 21:14:01.281128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3268 2025.02.22 21:14:01.282795 [ 190 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3269 2025.02.22 21:14:01.284499 [ 190 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part
3270 2025.02.22 21:14:01.290171 [ 190 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part
3271 2025.02.22 21:14:01.296000 [ 190 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part
3272 2025.02.22 21:14:01.301511 [ 190 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part
3273 2025.02.22 21:14:01.307228 [ 190 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part
3274 2025.02.22 21:14:01.311956 [ 190 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
3275 2025.02.22 21:14:01.346841 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3276 2025.02.22 21:14:01.347122 [ 267 ] {9dd2a444-045d-401a-ae33-6e53ecd61cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3277 2025.02.22 21:14:01.347236 [ 267 ] {9dd2a444-045d-401a-ae33-6e53ecd61cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3278 2025.02.22 21:14:01.349406 [ 267 ] {9dd2a444-045d-401a-ae33-6e53ecd61cf0} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3279 2025.02.22 21:14:01.349486 [ 267 ] {9dd2a444-045d-401a-ae33-6e53ecd61cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3280 2025.02.22 21:14:01.351200 [ 267 ] {9dd2a444-045d-401a-ae33-6e53ecd61cf0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3281 2025.02.22 21:14:01.352044 [ 267 ] {9dd2a444-045d-401a-ae33-6e53ecd61cf0} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3282 2025.02.22 21:14:01.352761 [ 267 ] {9dd2a444-045d-401a-ae33-6e53ecd61cf0} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.005696 sec., 20716.292134831463 rows/sec., 1.75 MiB/sec.
3283 2025.02.22 21:14:01.353178 [ 267 ] {9dd2a444-045d-401a-ae33-6e53ecd61cf0} <Debug> TCPHandler: Processed in 0.006479834 sec.
3284 2025.02.22 21:14:01.353623 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3285 2025.02.22 21:14:01.354112 [ 268 ] {7fee3550-5b46-4364-b8dc-a8917193a509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3286 2025.02.22 21:14:01.354278 [ 268 ] {7fee3550-5b46-4364-b8dc-a8917193a509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3287 2025.02.22 21:14:01.356872 [ 268 ] {7fee3550-5b46-4364-b8dc-a8917193a509} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3288 2025.02.22 21:14:01.356950 [ 268 ] {7fee3550-5b46-4364-b8dc-a8917193a509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3289 2025.02.22 21:14:01.358078 [ 268 ] {7fee3550-5b46-4364-b8dc-a8917193a509} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3290 2025.02.22 21:14:01.358870 [ 268 ] {7fee3550-5b46-4364-b8dc-a8917193a509} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3291 2025.02.22 21:14:01.359827 [ 268 ] {7fee3550-5b46-4364-b8dc-a8917193a509} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.005848 sec., 5300.957592339261 rows/sec., 398.61 KiB/sec.
3292 2025.02.22 21:14:01.360169 [ 268 ] {7fee3550-5b46-4364-b8dc-a8917193a509} <Debug> TCPHandler: Processed in 0.006824968 sec.
3293 2025.02.22 21:14:01.360448 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3294 2025.02.22 21:14:01.360825 [ 267 ] {bfafb501-3470-4f99-97bb-042337695427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3295 2025.02.22 21:14:01.360981 [ 267 ] {bfafb501-3470-4f99-97bb-042337695427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3296 2025.02.22 21:14:01.363274 [ 267 ] {bfafb501-3470-4f99-97bb-042337695427} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3297 2025.02.22 21:14:01.363316 [ 267 ] {bfafb501-3470-4f99-97bb-042337695427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3298 2025.02.22 21:14:01.363695 [ 267 ] {bfafb501-3470-4f99-97bb-042337695427} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3299 2025.02.22 21:14:01.363942 [ 267 ] {bfafb501-3470-4f99-97bb-042337695427} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3300 2025.02.22 21:14:01.364230 [ 267 ] {bfafb501-3470-4f99-97bb-042337695427} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.003521 sec., 26980.97131496734 rows/sec., 2.11 MiB/sec.
3301 2025.02.22 21:14:01.364424 [ 267 ] {bfafb501-3470-4f99-97bb-042337695427} <Debug> TCPHandler: Processed in 0.004128357 sec.
3302 2025.02.22 21:14:01.364746 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3303 2025.02.22 21:14:01.365038 [ 268 ] {a789249a-c6cd-4d8a-8f81-838f66fd7338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3304 2025.02.22 21:14:01.365176 [ 268 ] {a789249a-c6cd-4d8a-8f81-838f66fd7338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3305 2025.02.22 21:14:01.367274 [ 268 ] {a789249a-c6cd-4d8a-8f81-838f66fd7338} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3306 2025.02.22 21:14:01.367337 [ 268 ] {a789249a-c6cd-4d8a-8f81-838f66fd7338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3307 2025.02.22 21:14:01.368484 [ 268 ] {a789249a-c6cd-4d8a-8f81-838f66fd7338} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3308 2025.02.22 21:14:01.368982 [ 268 ] {a789249a-c6cd-4d8a-8f81-838f66fd7338} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3309 2025.02.22 21:14:01.369584 [ 268 ] {a789249a-c6cd-4d8a-8f81-838f66fd7338} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004612 sec., 34692.10754553339 rows/sec., 2.42 MiB/sec.
3310 2025.02.22 21:14:01.369872 [ 268 ] {a789249a-c6cd-4d8a-8f81-838f66fd7338} <Debug> TCPHandler: Processed in 0.005345781 sec.
3311 2025.02.22 21:14:01.370154 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3312 2025.02.22 21:14:01.370578 [ 267 ] {8d1a0654-b6ae-46a5-8bd4-f0b3e34bdffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3313 2025.02.22 21:14:01.370932 [ 267 ] {8d1a0654-b6ae-46a5-8bd4-f0b3e34bdffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3314 2025.02.22 21:14:01.378372 [ 267 ] {8d1a0654-b6ae-46a5-8bd4-f0b3e34bdffe} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3315 2025.02.22 21:14:01.378449 [ 267 ] {8d1a0654-b6ae-46a5-8bd4-f0b3e34bdffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3316 2025.02.22 21:14:01.381866 [ 267 ] {8d1a0654-b6ae-46a5-8bd4-f0b3e34bdffe} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3317 2025.02.22 21:14:01.382871 [ 267 ] {8d1a0654-b6ae-46a5-8bd4-f0b3e34bdffe} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3318 2025.02.22 21:14:01.383698 [ 267 ] {8d1a0654-b6ae-46a5-8bd4-f0b3e34bdffe} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.013254 sec., 2338.916553493285 rows/sec., 4.19 MiB/sec.
3319 2025.02.22 21:14:01.384529 [ 267 ] {8d1a0654-b6ae-46a5-8bd4-f0b3e34bdffe} <Debug> TCPHandler: Processed in 0.014580316 sec.
3320 2025.02.22 21:14:01.384821 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3321 2025.02.22 21:14:01.385231 [ 268 ] {2eda541d-bdcb-4b78-a58e-c86bdf8023a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3322 2025.02.22 21:14:01.385388 [ 268 ] {2eda541d-bdcb-4b78-a58e-c86bdf8023a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3323 2025.02.22 21:14:01.386518 [ 268 ] {2eda541d-bdcb-4b78-a58e-c86bdf8023a8} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3324 2025.02.22 21:14:01.386566 [ 268 ] {2eda541d-bdcb-4b78-a58e-c86bdf8023a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3325 2025.02.22 21:14:01.387090 [ 268 ] {2eda541d-bdcb-4b78-a58e-c86bdf8023a8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3326 2025.02.22 21:14:01.387490 [ 268 ] {2eda541d-bdcb-4b78-a58e-c86bdf8023a8} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3327 2025.02.22 21:14:01.388372 [ 268 ] {2eda541d-bdcb-4b78-a58e-c86bdf8023a8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003199 sec., 18755.861206627073 rows/sec., 1.26 MiB/sec.
3328 2025.02.22 21:14:01.388646 [ 268 ] {2eda541d-bdcb-4b78-a58e-c86bdf8023a8} <Debug> TCPHandler: Processed in 0.003911454 sec.
3329 2025.02.22 21:14:01.402629 [ 190 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.137434918 sec., 880.4167220443935 rows/sec., 4.55 MiB/sec.
3330 2025.02.22 21:14:01.404291 [ 190 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3331 2025.02.22 21:14:01.406821 [ 190 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_16_3} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3332 2025.02.22 21:14:01.406920 [ 190 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_16_3} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3333 2025.02.22 21:14:01.408426 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3334 2025.02.22 21:14:02.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.86 MiB, peak 186.81 MiB, free memory in arenas 0.00 B, will set to 178.40 MiB (RSS), difference: 1.54 MiB
3335 2025.02.22 21:14:06.345740 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3336 2025.02.22 21:14:06.345967 [ 267 ] {8656d174-57c3-4937-95b3-695b123bc44c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3337 2025.02.22 21:14:06.346047 [ 267 ] {8656d174-57c3-4937-95b3-695b123bc44c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3338 2025.02.22 21:14:06.346803 [ 267 ] {8656d174-57c3-4937-95b3-695b123bc44c} <Trace> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3339 2025.02.22 21:14:06.346854 [ 267 ] {8656d174-57c3-4937-95b3-695b123bc44c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3340 2025.02.22 21:14:06.347286 [ 267 ] {8656d174-57c3-4937-95b3-695b123bc44c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3341 2025.02.22 21:14:06.347549 [ 267 ] {8656d174-57c3-4937-95b3-695b123bc44c} <Trace> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3342 2025.02.22 21:14:06.347801 [ 267 ] {8656d174-57c3-4937-95b3-695b123bc44c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001882 sec., 2125.3985122210415 rows/sec., 173.31 KiB/sec.
3343 2025.02.22 21:14:06.347951 [ 267 ] {8656d174-57c3-4937-95b3-695b123bc44c} <Debug> TCPHandler: Processed in 0.002352437 sec.
3344 2025.02.22 21:14:06.348283 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3345 2025.02.22 21:14:06.348500 [ 268 ] {748b8cb3-5a39-4fc5-9926-785d7ed6a8ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3346 2025.02.22 21:14:06.348586 [ 268 ] {748b8cb3-5a39-4fc5-9926-785d7ed6a8ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3347 2025.02.22 21:14:06.349416 [ 268 ] {748b8cb3-5a39-4fc5-9926-785d7ed6a8ce} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3348 2025.02.22 21:14:06.349468 [ 268 ] {748b8cb3-5a39-4fc5-9926-785d7ed6a8ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3349 2025.02.22 21:14:06.349915 [ 268 ] {748b8cb3-5a39-4fc5-9926-785d7ed6a8ce} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3350 2025.02.22 21:14:06.350173 [ 268 ] {748b8cb3-5a39-4fc5-9926-785d7ed6a8ce} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3351 2025.02.22 21:14:06.350352 [ 138 ] {} <Debug> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3352 2025.02.22 21:14:06.350440 [ 268 ] {748b8cb3-5a39-4fc5-9926-785d7ed6a8ce} <Debug> executeQuery: Read 74 rows, 6.11 KiB in 0.001996 sec., 37074.14829659319 rows/sec., 2.99 MiB/sec.
3353 2025.02.22 21:14:06.350447 [ 138 ] {} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3354 2025.02.22 21:14:06.350524 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3355 2025.02.22 21:14:06.350579 [ 268 ] {748b8cb3-5a39-4fc5-9926-785d7ed6a8ce} <Debug> TCPHandler: Processed in 0.002446348 sec.
3356 2025.02.22 21:14:06.350889 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3357 2025.02.22 21:14:06.351071 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3358 2025.02.22 21:14:06.351229 [ 267 ] {151820cd-6f7d-48a5-9338-852890927416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3359 2025.02.22 21:14:06.351335 [ 267 ] {151820cd-6f7d-48a5-9338-852890927416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3360 2025.02.22 21:14:06.351504 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3361 2025.02.22 21:14:06.351590 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 697 rows starting from the beginning of the part
3362 2025.02.22 21:14:06.351874 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1379 rows starting from the beginning of the part
3363 2025.02.22 21:14:06.352379 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part
3364 2025.02.22 21:14:06.352759 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 72 rows starting from the beginning of the part
3365 2025.02.22 21:14:06.353148 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 118 rows starting from the beginning of the part
3366 2025.02.22 21:14:06.353508 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 74 rows starting from the beginning of the part
3367 2025.02.22 21:14:06.354310 [ 267 ] {151820cd-6f7d-48a5-9338-852890927416} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3368 2025.02.22 21:14:06.354460 [ 267 ] {151820cd-6f7d-48a5-9338-852890927416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3369 2025.02.22 21:14:06.355536 [ 267 ] {151820cd-6f7d-48a5-9338-852890927416} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3370 2025.02.22 21:14:06.356148 [ 267 ] {151820cd-6f7d-48a5-9338-852890927416} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3371 2025.02.22 21:14:06.356381 [ 138 ] {} <Debug> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3372 2025.02.22 21:14:06.356467 [ 138 ] {} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3373 2025.02.22 21:14:06.356540 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3374 2025.02.22 21:14:06.356540 [ 267 ] {151820cd-6f7d-48a5-9338-852890927416} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.005422 sec., 2213.2054592401328 rows/sec., 162.46 KiB/sec.
3375 2025.02.22 21:14:06.357010 [ 267 ] {151820cd-6f7d-48a5-9338-852890927416} <Debug> TCPHandler: Processed in 0.006298002 sec.
3376 2025.02.22 21:14:06.357064 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
3377 2025.02.22 21:14:06.357366 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3378 2025.02.22 21:14:06.357615 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3379 2025.02.22 21:14:06.357741 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 149 rows starting from the beginning of the part
3380 2025.02.22 21:14:06.357751 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2396 rows, containing 5 columns (5 merged, 0 gathered) in 0.007102221 sec., 337359.257054941 rows/sec., 28.99 MiB/sec.
3381 2025.02.22 21:14:06.357769 [ 268 ] {d9dd533a-34ef-4e79-b220-aad5b376ddca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3382 2025.02.22 21:14:06.357961 [ 268 ] {d9dd533a-34ef-4e79-b220-aad5b376ddca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3383 2025.02.22 21:14:06.358030 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part
3384 2025.02.22 21:14:06.358363 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 43 rows starting from the beginning of the part
3385 2025.02.22 21:14:06.358778 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part
3386 2025.02.22 21:14:06.359243 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part
3387 2025.02.22 21:14:06.359559 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part
3388 2025.02.22 21:14:06.360307 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3389 2025.02.22 21:14:06.361443 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_21_4} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3390 2025.02.22 21:14:06.361893 [ 200 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_21_4} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3391 2025.02.22 21:14:06.362311 [ 268 ] {d9dd533a-34ef-4e79-b220-aad5b376ddca} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3392 2025.02.22 21:14:06.362317 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
3393 2025.02.22 21:14:06.362419 [ 268 ] {d9dd533a-34ef-4e79-b220-aad5b376ddca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3394 2025.02.22 21:14:06.363545 [ 192 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 251 rows, containing 5 columns (5 merged, 0 gathered) in 0.006824838 sec., 36777.429735328515 rows/sec., 2.62 MiB/sec.
3395 2025.02.22 21:14:06.363587 [ 268 ] {d9dd533a-34ef-4e79-b220-aad5b376ddca} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3396 2025.02.22 21:14:06.363778 [ 192 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3397 2025.02.22 21:14:06.364044 [ 268 ] {d9dd533a-34ef-4e79-b220-aad5b376ddca} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3398 2025.02.22 21:14:06.364362 [ 138 ] {} <Debug> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3399 2025.02.22 21:14:06.364406 [ 196 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_16_3} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3400 2025.02.22 21:14:06.364475 [ 138 ] {} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3401 2025.02.22 21:14:06.364570 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3402 2025.02.22 21:14:06.364592 [ 268 ] {d9dd533a-34ef-4e79-b220-aad5b376ddca} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.006913 sec., 10993.779835093303 rows/sec., 879.80 KiB/sec.
3403 2025.02.22 21:14:06.364859 [ 196 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_16_3} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3404 2025.02.22 21:14:06.364966 [ 268 ] {d9dd533a-34ef-4e79-b220-aad5b376ddca} <Debug> TCPHandler: Processed in 0.007814279 sec.
3405 2025.02.22 21:14:06.365024 [ 192 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3406 2025.02.22 21:14:06.365098 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
3407 2025.02.22 21:14:06.365259 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3408 2025.02.22 21:14:06.365333 [ 192 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3409 2025.02.22 21:14:06.365385 [ 192 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 443 rows starting from the beginning of the part
3410 2025.02.22 21:14:06.365515 [ 267 ] {fbc11a80-e6d2-408b-a60e-6c15e29ce88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3411 2025.02.22 21:14:06.365680 [ 192 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 587 rows starting from the beginning of the part
3412 2025.02.22 21:14:06.365727 [ 267 ] {fbc11a80-e6d2-408b-a60e-6c15e29ce88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3413 2025.02.22 21:14:06.366101 [ 192 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part
3414 2025.02.22 21:14:06.366575 [ 192 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 72 rows starting from the beginning of the part
3415 2025.02.22 21:14:06.366990 [ 192 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 95 rows starting from the beginning of the part
3416 2025.02.22 21:14:06.367207 [ 192 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 76 rows starting from the beginning of the part
3417 2025.02.22 21:14:06.368197 [ 267 ] {fbc11a80-e6d2-408b-a60e-6c15e29ce88f} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3418 2025.02.22 21:14:06.368290 [ 267 ] {fbc11a80-e6d2-408b-a60e-6c15e29ce88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3419 2025.02.22 21:14:06.369471 [ 267 ] {fbc11a80-e6d2-408b-a60e-6c15e29ce88f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3420 2025.02.22 21:14:06.369953 [ 267 ] {fbc11a80-e6d2-408b-a60e-6c15e29ce88f} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3421 2025.02.22 21:14:06.370349 [ 197 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1337 rows, containing 5 columns (5 merged, 0 gathered) in 0.005629914 sec., 237481.42511590765 rows/sec., 18.63 MiB/sec.
3422 2025.02.22 21:14:06.370450 [ 267 ] {fbc11a80-e6d2-408b-a60e-6c15e29ce88f} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005019 sec., 32277.346084877467 rows/sec., 2.25 MiB/sec.
3423 2025.02.22 21:14:06.370530 [ 267 ] {fbc11a80-e6d2-408b-a60e-6c15e29ce88f} <Debug> TCPHandler: Processed in 0.005426731 sec.
3424 2025.02.22 21:14:06.370606 [ 197 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3425 2025.02.22 21:14:06.370695 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3426 2025.02.22 21:14:06.370903 [ 268 ] {993b32fc-4516-4e45-bdae-a3924911afc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3427 2025.02.22 21:14:06.371077 [ 268 ] {993b32fc-4516-4e45-bdae-a3924911afc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3428 2025.02.22 21:14:06.371089 [ 197 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_21_4} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3429 2025.02.22 21:14:06.371414 [ 197 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_21_4} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3430 2025.02.22 21:14:06.371603 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
3431 2025.02.22 21:14:06.372638 [ 268 ] {993b32fc-4516-4e45-bdae-a3924911afc0} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3432 2025.02.22 21:14:06.372684 [ 268 ] {993b32fc-4516-4e45-bdae-a3924911afc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3433 2025.02.22 21:14:06.373334 [ 268 ] {993b32fc-4516-4e45-bdae-a3924911afc0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3434 2025.02.22 21:14:06.373603 [ 268 ] {993b32fc-4516-4e45-bdae-a3924911afc0} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3435 2025.02.22 21:14:06.373792 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3436 2025.02.22 21:14:06.373855 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3437 2025.02.22 21:14:06.373892 [ 268 ] {993b32fc-4516-4e45-bdae-a3924911afc0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003039 sec., 2632.4448831852583 rows/sec., 4.72 MiB/sec.
3438 2025.02.22 21:14:06.373898 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3439 2025.02.22 21:14:06.374268 [ 192 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
3440 2025.02.22 21:14:06.374334 [ 268 ] {993b32fc-4516-4e45-bdae-a3924911afc0} <Debug> TCPHandler: Processed in 0.003707003 sec.
3441 2025.02.22 21:14:06.374562 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3442 2025.02.22 21:14:06.374861 [ 267 ] {6c3a066d-8c0a-44ce-8038-ff22efd8799f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3443 2025.02.22 21:14:06.375011 [ 192 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3444 2025.02.22 21:14:06.375012 [ 267 ] {6c3a066d-8c0a-44ce-8038-ff22efd8799f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3445 2025.02.22 21:14:06.375213 [ 192 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 247 rows starting from the beginning of the part
3446 2025.02.22 21:14:06.376111 [ 192 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part
3447 2025.02.22 21:14:06.376740 [ 192 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part
3448 2025.02.22 21:14:06.377510 [ 192 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part
3449 2025.02.22 21:14:06.377597 [ 267 ] {6c3a066d-8c0a-44ce-8038-ff22efd8799f} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3450 2025.02.22 21:14:06.377667 [ 267 ] {6c3a066d-8c0a-44ce-8038-ff22efd8799f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3451 2025.02.22 21:14:06.378178 [ 192 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part
3452 2025.02.22 21:14:06.378903 [ 192 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
3453 2025.02.22 21:14:06.379310 [ 267 ] {6c3a066d-8c0a-44ce-8038-ff22efd8799f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3454 2025.02.22 21:14:06.380009 [ 267 ] {6c3a066d-8c0a-44ce-8038-ff22efd8799f} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3455 2025.02.22 21:14:06.380490 [ 267 ] {6c3a066d-8c0a-44ce-8038-ff22efd8799f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005727 sec., 10476.689366160294 rows/sec., 723.00 KiB/sec.
3456 2025.02.22 21:14:06.380815 [ 267 ] {6c3a066d-8c0a-44ce-8038-ff22efd8799f} <Debug> TCPHandler: Processed in 0.006368772 sec.
3457 2025.02.22 21:14:06.383996 [ 197 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 333 rows, containing 19 columns (19 merged, 0 gathered) in 0.009966784 sec., 33410.977904206615 rows/sec., 59.87 MiB/sec.
3458 2025.02.22 21:14:06.384699 [ 199 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3459 2025.02.22 21:14:06.385173 [ 199 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3460 2025.02.22 21:14:06.385252 [ 199 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3461 2025.02.22 21:14:06.385395 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB.
3462 2025.02.22 21:14:08.277318 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3463 2025.02.22 21:14:08.278377 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3464 2025.02.22 21:14:08.278445 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3465 2025.02.22 21:14:08.279067 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3466 2025.02.22 21:14:08.279342 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3467 2025.02.22 21:14:08.279626 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3468 2025.02.22 21:14:08.781261 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3469 2025.02.22 21:14:08.800769 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3470 2025.02.22 21:14:08.800829 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3471 2025.02.22 21:14:08.808132 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3472 2025.02.22 21:14:08.808881 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3473 2025.02.22 21:14:08.811993 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3474 2025.02.22 21:14:10.791900 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 450
3475 2025.02.22 21:14:10.794821 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3476 2025.02.22 21:14:10.794879 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3477 2025.02.22 21:14:10.796353 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3478 2025.02.22 21:14:10.796677 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3479 2025.02.22 21:14:10.796861 [ 134 ] {} <Debug> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3480 2025.02.22 21:14:10.796923 [ 134 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3481 2025.02.22 21:14:10.796968 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3482 2025.02.22 21:14:10.798083 [ 192 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
3483 2025.02.22 21:14:10.798618 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 450
3484 2025.02.22 21:14:10.799150 [ 192 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3485 2025.02.22 21:14:10.799323 [ 192 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 266 rows starting from the beginning of the part
3486 2025.02.22 21:14:10.800004 [ 192 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part
3487 2025.02.22 21:14:10.800684 [ 192 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part
3488 2025.02.22 21:14:10.801321 [ 192 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 70 rows starting from the beginning of the part
3489 2025.02.22 21:14:10.801935 [ 192 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part
3490 2025.02.22 21:14:10.802547 [ 192 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part
3491 2025.02.22 21:14:10.810447 [ 199 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 450 rows, containing 72 columns (72 merged, 0 gathered) in 0.013282451 sec., 33879.289296832336 rows/sec., 33.60 MiB/sec.
3492 2025.02.22 21:14:10.811508 [ 199 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3493 2025.02.22 21:14:10.812347 [ 199 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_11_2} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3494 2025.02.22 21:14:10.812449 [ 199 ] {6c092924-669f-451d-8aeb-b806ef3c2b06::all_1_11_2} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3495 2025.02.22 21:14:10.812783 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB.
3496 2025.02.22 21:14:11.347195 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3497 2025.02.22 21:14:11.347516 [ 267 ] {2706f276-ca3f-4fa1-a241-ced18d55552f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3498 2025.02.22 21:14:11.347630 [ 267 ] {2706f276-ca3f-4fa1-a241-ced18d55552f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3499 2025.02.22 21:14:11.348680 [ 267 ] {2706f276-ca3f-4fa1-a241-ced18d55552f} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3500 2025.02.22 21:14:11.348725 [ 267 ] {2706f276-ca3f-4fa1-a241-ced18d55552f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3501 2025.02.22 21:14:11.349175 [ 267 ] {2706f276-ca3f-4fa1-a241-ced18d55552f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3502 2025.02.22 21:14:11.349435 [ 267 ] {2706f276-ca3f-4fa1-a241-ced18d55552f} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3503 2025.02.22 21:14:11.349691 [ 267 ] {2706f276-ca3f-4fa1-a241-ced18d55552f} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002252 sec., 52397.86856127886 rows/sec., 4.43 MiB/sec.
3504 2025.02.22 21:14:11.349806 [ 267 ] {2706f276-ca3f-4fa1-a241-ced18d55552f} <Debug> TCPHandler: Processed in 0.002793522 sec.
3505 2025.02.22 21:14:11.350183 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3506 2025.02.22 21:14:11.350488 [ 268 ] {dbcc5b3f-fc99-45ba-ab7d-9bf1d4b85c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3507 2025.02.22 21:14:11.350602 [ 268 ] {dbcc5b3f-fc99-45ba-ab7d-9bf1d4b85c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3508 2025.02.22 21:14:11.351578 [ 268 ] {dbcc5b3f-fc99-45ba-ab7d-9bf1d4b85c10} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3509 2025.02.22 21:14:11.351622 [ 268 ] {dbcc5b3f-fc99-45ba-ab7d-9bf1d4b85c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3510 2025.02.22 21:14:11.352052 [ 268 ] {dbcc5b3f-fc99-45ba-ab7d-9bf1d4b85c10} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3511 2025.02.22 21:14:11.352298 [ 268 ] {dbcc5b3f-fc99-45ba-ab7d-9bf1d4b85c10} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3512 2025.02.22 21:14:11.352519 [ 268 ] {dbcc5b3f-fc99-45ba-ab7d-9bf1d4b85c10} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002117 sec., 14643.363249881908 rows/sec., 1.08 MiB/sec.
3513 2025.02.22 21:14:11.352574 [ 268 ] {dbcc5b3f-fc99-45ba-ab7d-9bf1d4b85c10} <Debug> TCPHandler: Processed in 0.002616079 sec.
3514 2025.02.22 21:14:11.352742 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3515 2025.02.22 21:14:11.352888 [ 267 ] {d5181470-5c0a-4074-b90c-4c585f3b3c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3516 2025.02.22 21:14:11.352948 [ 267 ] {d5181470-5c0a-4074-b90c-4c585f3b3c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3517 2025.02.22 21:14:11.353608 [ 267 ] {d5181470-5c0a-4074-b90c-4c585f3b3c2e} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3518 2025.02.22 21:14:11.353648 [ 267 ] {d5181470-5c0a-4074-b90c-4c585f3b3c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3519 2025.02.22 21:14:11.354025 [ 267 ] {d5181470-5c0a-4074-b90c-4c585f3b3c2e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3520 2025.02.22 21:14:11.354269 [ 267 ] {d5181470-5c0a-4074-b90c-4c585f3b3c2e} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3521 2025.02.22 21:14:11.354499 [ 267 ] {d5181470-5c0a-4074-b90c-4c585f3b3c2e} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001645 sec., 57750.759878419456 rows/sec., 4.51 MiB/sec.
3522 2025.02.22 21:14:11.354554 [ 267 ] {d5181470-5c0a-4074-b90c-4c585f3b3c2e} <Debug> TCPHandler: Processed in 0.001882502 sec.
3523 2025.02.22 21:14:11.354759 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3524 2025.02.22 21:14:11.354980 [ 268 ] {92570664-efde-4f09-bba1-19aa6a2b0256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3525 2025.02.22 21:14:11.355077 [ 268 ] {92570664-efde-4f09-bba1-19aa6a2b0256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3526 2025.02.22 21:14:11.355705 [ 268 ] {92570664-efde-4f09-bba1-19aa6a2b0256} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3527 2025.02.22 21:14:11.355743 [ 268 ] {92570664-efde-4f09-bba1-19aa6a2b0256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3528 2025.02.22 21:14:11.356138 [ 268 ] {92570664-efde-4f09-bba1-19aa6a2b0256} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3529 2025.02.22 21:14:11.356369 [ 268 ] {92570664-efde-4f09-bba1-19aa6a2b0256} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3530 2025.02.22 21:14:11.356554 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3531 2025.02.22 21:14:11.356620 [ 268 ] {92570664-efde-4f09-bba1-19aa6a2b0256} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001687 sec., 94842.91641967991 rows/sec., 6.61 MiB/sec.
3532 2025.02.22 21:14:11.356679 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3533 2025.02.22 21:14:11.356744 [ 268 ] {92570664-efde-4f09-bba1-19aa6a2b0256} <Debug> TCPHandler: Processed in 0.002094124 sec.
3534 2025.02.22 21:14:11.356769 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3535 2025.02.22 21:14:11.356989 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3536 2025.02.22 21:14:11.357196 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3537 2025.02.22 21:14:11.357360 [ 267 ] {144c96fb-8acf-4a67-955e-6d897cbfc52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3538 2025.02.22 21:14:11.357611 [ 267 ] {144c96fb-8acf-4a67-955e-6d897cbfc52d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3539 2025.02.22 21:14:11.357684 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3540 2025.02.22 21:14:11.357810 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5516 rows starting from the beginning of the part
3541 2025.02.22 21:14:11.358235 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 128 rows starting from the beginning of the part
3542 2025.02.22 21:14:11.358606 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part
3543 2025.02.22 21:14:11.358937 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part
3544 2025.02.22 21:14:11.359338 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 162 rows starting from the beginning of the part
3545 2025.02.22 21:14:11.359719 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part
3546 2025.02.22 21:14:11.363179 [ 267 ] {144c96fb-8acf-4a67-955e-6d897cbfc52d} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3547 2025.02.22 21:14:11.363233 [ 267 ] {144c96fb-8acf-4a67-955e-6d897cbfc52d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3548 2025.02.22 21:14:11.364375 [ 194 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6286 rows, containing 5 columns (5 merged, 0 gathered) in 0.007481105 sec., 840250.203679804 rows/sec., 57.70 MiB/sec.
3549 2025.02.22 21:14:11.364440 [ 267 ] {144c96fb-8acf-4a67-955e-6d897cbfc52d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3550 2025.02.22 21:14:11.364743 [ 267 ] {144c96fb-8acf-4a67-955e-6d897cbfc52d} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3551 2025.02.22 21:14:11.365311 [ 267 ] {144c96fb-8acf-4a67-955e-6d897cbfc52d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.008028 sec., 3861.4848031888387 rows/sec., 6.92 MiB/sec.
3552 2025.02.22 21:14:11.365335 [ 199 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3553 2025.02.22 21:14:11.366001 [ 267 ] {144c96fb-8acf-4a67-955e-6d897cbfc52d} <Debug> TCPHandler: Processed in 0.009150644 sec.
3554 2025.02.22 21:14:11.366243 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3555 2025.02.22 21:14:11.366255 [ 199 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3556 2025.02.22 21:14:11.366356 [ 199 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3557 2025.02.22 21:14:11.366393 [ 268 ] {77608369-0b3e-4574-b61c-d112aa61781e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3558 2025.02.22 21:14:11.366469 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB.
3559 2025.02.22 21:14:11.366484 [ 268 ] {77608369-0b3e-4574-b61c-d112aa61781e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3560 2025.02.22 21:14:11.367043 [ 268 ] {77608369-0b3e-4574-b61c-d112aa61781e} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3561 2025.02.22 21:14:11.367088 [ 268 ] {77608369-0b3e-4574-b61c-d112aa61781e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3562 2025.02.22 21:14:11.367464 [ 268 ] {77608369-0b3e-4574-b61c-d112aa61781e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3563 2025.02.22 21:14:11.367714 [ 268 ] {77608369-0b3e-4574-b61c-d112aa61781e} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3564 2025.02.22 21:14:11.367876 [ 132 ] {} <Debug> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3565 2025.02.22 21:14:11.367937 [ 132 ] {} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3566 2025.02.22 21:14:11.367970 [ 268 ] {77608369-0b3e-4574-b61c-d112aa61781e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001596 sec., 37593.984962406015 rows/sec., 2.53 MiB/sec.
3567 2025.02.22 21:14:11.367979 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3568 2025.02.22 21:14:11.368122 [ 268 ] {77608369-0b3e-4574-b61c-d112aa61781e} <Debug> TCPHandler: Processed in 0.002001292 sec.
3569 2025.02.22 21:14:11.368244 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3570 2025.02.22 21:14:11.368403 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3571 2025.02.22 21:14:11.368446 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 622 rows starting from the beginning of the part
3572 2025.02.22 21:14:11.368606 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part
3573 2025.02.22 21:14:11.368784 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part
3574 2025.02.22 21:14:11.368882 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part
3575 2025.02.22 21:14:11.369142 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
3576 2025.02.22 21:14:11.369266 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part
3577 2025.02.22 21:14:11.370575 [ 194 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 910 rows, containing 4 columns (4 merged, 0 gathered) in 0.002478099 sec., 367216.9675222822 rows/sec., 24.81 MiB/sec.
3578 2025.02.22 21:14:11.370741 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3579 2025.02.22 21:14:11.371030 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_21_4} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3580 2025.02.22 21:14:11.371110 [ 188 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_21_4} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3581 2025.02.22 21:14:11.371187 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
3582 2025.02.22 21:14:15.688289 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache
3583 2025.02.22 21:14:15.688335 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache
3584 2025.02.22 21:14:15.780013 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3585 2025.02.22 21:14:15.780647 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3586 2025.02.22 21:14:15.780696 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3587 2025.02.22 21:14:15.781229 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3588 2025.02.22 21:14:15.781495 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3589 2025.02.22 21:14:15.781798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3590 2025.02.22 21:14:16.312104 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3591 2025.02.22 21:14:16.331902 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3592 2025.02.22 21:14:16.331965 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3593 2025.02.22 21:14:16.339690 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3594 2025.02.22 21:14:16.340460 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3595 2025.02.22 21:14:16.343218 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3596 2025.02.22 21:14:16.345266 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3597 2025.02.22 21:14:16.345570 [ 267 ] {bd1e49b2-8ffd-4886-8d54-e9343408ad51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3598 2025.02.22 21:14:16.345690 [ 267 ] {bd1e49b2-8ffd-4886-8d54-e9343408ad51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3599 2025.02.22 21:14:16.346703 [ 267 ] {bd1e49b2-8ffd-4886-8d54-e9343408ad51} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3600 2025.02.22 21:14:16.346745 [ 267 ] {bd1e49b2-8ffd-4886-8d54-e9343408ad51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3601 2025.02.22 21:14:16.347179 [ 267 ] {bd1e49b2-8ffd-4886-8d54-e9343408ad51} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3602 2025.02.22 21:14:16.347435 [ 267 ] {bd1e49b2-8ffd-4886-8d54-e9343408ad51} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3603 2025.02.22 21:14:16.347681 [ 267 ] {bd1e49b2-8ffd-4886-8d54-e9343408ad51} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002195 sec., 32801.82232346242 rows/sec., 2.65 MiB/sec.
3604 2025.02.22 21:14:16.347747 [ 267 ] {bd1e49b2-8ffd-4886-8d54-e9343408ad51} <Debug> TCPHandler: Processed in 0.002669891 sec.
3605 2025.02.22 21:14:16.347982 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3606 2025.02.22 21:14:16.348166 [ 268 ] {44f12a7c-28a9-477d-824e-310654e117e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3607 2025.02.22 21:14:16.348237 [ 268 ] {44f12a7c-28a9-477d-824e-310654e117e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3608 2025.02.22 21:14:16.348902 [ 268 ] {44f12a7c-28a9-477d-824e-310654e117e3} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3609 2025.02.22 21:14:16.348941 [ 268 ] {44f12a7c-28a9-477d-824e-310654e117e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3610 2025.02.22 21:14:16.349318 [ 268 ] {44f12a7c-28a9-477d-824e-310654e117e3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3611 2025.02.22 21:14:16.349557 [ 268 ] {44f12a7c-28a9-477d-824e-310654e117e3} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3612 2025.02.22 21:14:16.349865 [ 268 ] {44f12a7c-28a9-477d-824e-310654e117e3} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001722 sec., 4645.760743321719 rows/sec., 349.34 KiB/sec.
3613 2025.02.22 21:14:16.350056 [ 268 ] {44f12a7c-28a9-477d-824e-310654e117e3} <Debug> TCPHandler: Processed in 0.002196915 sec.
3614 2025.02.22 21:14:16.350211 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3615 2025.02.22 21:14:16.350399 [ 267 ] {5bf00159-b1cf-4f8e-8665-4a8887e9d167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3616 2025.02.22 21:14:16.350494 [ 267 ] {5bf00159-b1cf-4f8e-8665-4a8887e9d167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3617 2025.02.22 21:14:16.351482 [ 267 ] {5bf00159-b1cf-4f8e-8665-4a8887e9d167} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3618 2025.02.22 21:14:16.351521 [ 267 ] {5bf00159-b1cf-4f8e-8665-4a8887e9d167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3619 2025.02.22 21:14:16.351896 [ 267 ] {5bf00159-b1cf-4f8e-8665-4a8887e9d167} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3620 2025.02.22 21:14:16.352140 [ 267 ] {5bf00159-b1cf-4f8e-8665-4a8887e9d167} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3621 2025.02.22 21:14:16.352365 [ 267 ] {5bf00159-b1cf-4f8e-8665-4a8887e9d167} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002024 sec., 35573.122529644264 rows/sec., 2.78 MiB/sec.
3622 2025.02.22 21:14:16.352421 [ 267 ] {5bf00159-b1cf-4f8e-8665-4a8887e9d167} <Debug> TCPHandler: Processed in 0.002275086 sec.
3623 2025.02.22 21:14:16.352570 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3624 2025.02.22 21:14:16.352715 [ 268 ] {cd4f1077-1672-408f-b728-e505c2e79965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3625 2025.02.22 21:14:16.352779 [ 268 ] {cd4f1077-1672-408f-b728-e505c2e79965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3626 2025.02.22 21:14:16.353449 [ 268 ] {cd4f1077-1672-408f-b728-e505c2e79965} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3627 2025.02.22 21:14:16.353489 [ 268 ] {cd4f1077-1672-408f-b728-e505c2e79965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3628 2025.02.22 21:14:16.353888 [ 268 ] {cd4f1077-1672-408f-b728-e505c2e79965} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3629 2025.02.22 21:14:16.354128 [ 268 ] {cd4f1077-1672-408f-b728-e505c2e79965} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3630 2025.02.22 21:14:16.354342 [ 268 ] {cd4f1077-1672-408f-b728-e505c2e79965} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec.
3631 2025.02.22 21:14:16.354399 [ 268 ] {cd4f1077-1672-408f-b728-e505c2e79965} <Debug> TCPHandler: Processed in 0.001896552 sec.
3632 2025.02.22 21:14:16.354563 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3633 2025.02.22 21:14:16.354703 [ 267 ] {943486db-5f38-4077-b4ed-58f2e4d575c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3634 2025.02.22 21:14:16.354800 [ 267 ] {943486db-5f38-4077-b4ed-58f2e4d575c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3635 2025.02.22 21:14:16.355992 [ 267 ] {943486db-5f38-4077-b4ed-58f2e4d575c5} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3636 2025.02.22 21:14:16.356032 [ 267 ] {943486db-5f38-4077-b4ed-58f2e4d575c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3637 2025.02.22 21:14:16.356697 [ 267 ] {943486db-5f38-4077-b4ed-58f2e4d575c5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3638 2025.02.22 21:14:16.356966 [ 267 ] {943486db-5f38-4077-b4ed-58f2e4d575c5} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3639 2025.02.22 21:14:16.357231 [ 267 ] {943486db-5f38-4077-b4ed-58f2e4d575c5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00256 sec., 3124.9999999999995 rows/sec., 5.60 MiB/sec.
3640 2025.02.22 21:14:16.357345 [ 267 ] {943486db-5f38-4077-b4ed-58f2e4d575c5} <Debug> TCPHandler: Processed in 0.002850203 sec.
3641 2025.02.22 21:14:16.357498 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3642 2025.02.22 21:14:16.357618 [ 268 ] {5cb25782-fd2d-44af-b0e0-f3d19d5659ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3643 2025.02.22 21:14:16.357672 [ 268 ] {5cb25782-fd2d-44af-b0e0-f3d19d5659ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3644 2025.02.22 21:14:16.358177 [ 268 ] {5cb25782-fd2d-44af-b0e0-f3d19d5659ef} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3645 2025.02.22 21:14:16.358216 [ 268 ] {5cb25782-fd2d-44af-b0e0-f3d19d5659ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3646 2025.02.22 21:14:16.358598 [ 268 ] {5cb25782-fd2d-44af-b0e0-f3d19d5659ef} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3647 2025.02.22 21:14:16.358840 [ 268 ] {5cb25782-fd2d-44af-b0e0-f3d19d5659ef} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3648 2025.02.22 21:14:16.359054 [ 268 ] {5cb25782-fd2d-44af-b0e0-f3d19d5659ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec.
3649 2025.02.22 21:14:16.359106 [ 268 ] {5cb25782-fd2d-44af-b0e0-f3d19d5659ef} <Debug> TCPHandler: Processed in 0.001667289 sec.
3650 2025.02.22 21:14:20.574555 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3651 2025.02.22 21:14:20.574734 [ 267 ] {94cc9c8a-0a1c-45db-b67f-9f3c647f06e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3652 2025.02.22 21:14:20.574804 [ 267 ] {94cc9c8a-0a1c-45db-b67f-9f3c647f06e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3653 2025.02.22 21:14:20.575555 [ 267 ] {94cc9c8a-0a1c-45db-b67f-9f3c647f06e5} <Trace> oximeter.fields_i16 (03d960d4-041b-4307-b6d7-193b24a6a0f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3654 2025.02.22 21:14:20.575595 [ 267 ] {94cc9c8a-0a1c-45db-b67f-9f3c647f06e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3655 2025.02.22 21:14:20.576020 [ 267 ] {94cc9c8a-0a1c-45db-b67f-9f3c647f06e5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3656 2025.02.22 21:14:20.576272 [ 267 ] {94cc9c8a-0a1c-45db-b67f-9f3c647f06e5} <Trace> oximeter.fields_i16 (03d960d4-041b-4307-b6d7-193b24a6a0f0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3657 2025.02.22 21:14:20.576511 [ 267 ] {94cc9c8a-0a1c-45db-b67f-9f3c647f06e5} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001807 sec., 13281.682346430547 rows/sec., 1.10 MiB/sec.
3658 2025.02.22 21:14:20.576639 [ 267 ] {94cc9c8a-0a1c-45db-b67f-9f3c647f06e5} <Debug> TCPHandler: Processed in 0.002217175 sec.
3659 2025.02.22 21:14:20.576921 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3660 2025.02.22 21:14:20.577118 [ 268 ] {78caf822-116d-4f4f-aaf7-fbbbfea7b3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3661 2025.02.22 21:14:20.577196 [ 268 ] {78caf822-116d-4f4f-aaf7-fbbbfea7b3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3662 2025.02.22 21:14:20.577981 [ 268 ] {78caf822-116d-4f4f-aaf7-fbbbfea7b3db} <Trace> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3663 2025.02.22 21:14:20.578036 [ 268 ] {78caf822-116d-4f4f-aaf7-fbbbfea7b3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3664 2025.02.22 21:14:20.578511 [ 268 ] {78caf822-116d-4f4f-aaf7-fbbbfea7b3db} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3665 2025.02.22 21:14:20.578762 [ 268 ] {78caf822-116d-4f4f-aaf7-fbbbfea7b3db} <Trace> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3666 2025.02.22 21:14:20.579045 [ 268 ] {78caf822-116d-4f4f-aaf7-fbbbfea7b3db} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001964 sec., 5091.6496945010185 rows/sec., 415.19 KiB/sec.
3667 2025.02.22 21:14:20.579158 [ 268 ] {78caf822-116d-4f4f-aaf7-fbbbfea7b3db} <Debug> TCPHandler: Processed in 0.002378027 sec.
3668 2025.02.22 21:14:20.579326 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3669 2025.02.22 21:14:20.579455 [ 267 ] {5b8091b3-ac3b-47b2-b3b5-e087a67658d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3670 2025.02.22 21:14:20.579507 [ 267 ] {5b8091b3-ac3b-47b2-b3b5-e087a67658d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3671 2025.02.22 21:14:20.580646 [ 267 ] {5b8091b3-ac3b-47b2-b3b5-e087a67658d7} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3672 2025.02.22 21:14:20.580687 [ 267 ] {5b8091b3-ac3b-47b2-b3b5-e087a67658d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3673 2025.02.22 21:14:20.581142 [ 267 ] {5b8091b3-ac3b-47b2-b3b5-e087a67658d7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3674 2025.02.22 21:14:20.581390 [ 267 ] {5b8091b3-ac3b-47b2-b3b5-e087a67658d7} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3675 2025.02.22 21:14:20.581582 [ 267 ] {5b8091b3-ac3b-47b2-b3b5-e087a67658d7} <Debug> executeQuery: Read 1383 rows, 118.14 KiB in 0.002158 sec., 640871.1770157553 rows/sec., 53.46 MiB/sec.
3676 2025.02.22 21:14:20.581648 [ 267 ] {5b8091b3-ac3b-47b2-b3b5-e087a67658d7} <Debug> TCPHandler: Processed in 0.002378877 sec.
3677 2025.02.22 21:14:20.581812 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3678 2025.02.22 21:14:20.581933 [ 268 ] {f69ce358-e076-454d-9462-d3308e8ac59d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3679 2025.02.22 21:14:20.581986 [ 268 ] {f69ce358-e076-454d-9462-d3308e8ac59d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3680 2025.02.22 21:14:20.582658 [ 268 ] {f69ce358-e076-454d-9462-d3308e8ac59d} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3681 2025.02.22 21:14:20.582701 [ 268 ] {f69ce358-e076-454d-9462-d3308e8ac59d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3682 2025.02.22 21:14:20.583144 [ 268 ] {f69ce358-e076-454d-9462-d3308e8ac59d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3683 2025.02.22 21:14:20.583485 [ 268 ] {f69ce358-e076-454d-9462-d3308e8ac59d} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3684 2025.02.22 21:14:20.583734 [ 268 ] {f69ce358-e076-454d-9462-d3308e8ac59d} <Debug> executeQuery: Read 53 rows, 3.99 KiB in 0.001821 sec., 29104.887424492037 rows/sec., 2.14 MiB/sec.
3685 2025.02.22 21:14:20.583959 [ 268 ] {f69ce358-e076-454d-9462-d3308e8ac59d} <Debug> TCPHandler: Processed in 0.002202465 sec.
3686 2025.02.22 21:14:20.584133 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3687 2025.02.22 21:14:20.584254 [ 267 ] {a6962a7b-34bb-4cfb-9962-99e3d5cecd6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3688 2025.02.22 21:14:20.584304 [ 267 ] {a6962a7b-34bb-4cfb-9962-99e3d5cecd6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3689 2025.02.22 21:14:20.585008 [ 267 ] {a6962a7b-34bb-4cfb-9962-99e3d5cecd6d} <Trace> oximeter.fields_u32 (3fb10a9a-8d9d-43a9-93d7-83395c51147b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3690 2025.02.22 21:14:20.585048 [ 267 ] {a6962a7b-34bb-4cfb-9962-99e3d5cecd6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3691 2025.02.22 21:14:20.585461 [ 267 ] {a6962a7b-34bb-4cfb-9962-99e3d5cecd6d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3692 2025.02.22 21:14:20.585712 [ 267 ] {a6962a7b-34bb-4cfb-9962-99e3d5cecd6d} <Trace> oximeter.fields_u32 (3fb10a9a-8d9d-43a9-93d7-83395c51147b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3693 2025.02.22 21:14:20.585915 [ 267 ] {a6962a7b-34bb-4cfb-9962-99e3d5cecd6d} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001683 sec., 149732.6203208556 rows/sec., 10.36 MiB/sec.
3694 2025.02.22 21:14:20.585989 [ 267 ] {a6962a7b-34bb-4cfb-9962-99e3d5cecd6d} <Debug> TCPHandler: Processed in 0.001913352 sec.
3695 2025.02.22 21:14:20.586147 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3696 2025.02.22 21:14:20.586267 [ 268 ] {d3a0f57f-0c98-43fd-827d-a6d16786c924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3697 2025.02.22 21:14:20.586316 [ 268 ] {d3a0f57f-0c98-43fd-827d-a6d16786c924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3698 2025.02.22 21:14:20.586938 [ 268 ] {d3a0f57f-0c98-43fd-827d-a6d16786c924} <Trace> oximeter.fields_u8 (80ab5d9b-7353-4076-a64b-0df8f61f01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3699 2025.02.22 21:14:20.586980 [ 268 ] {d3a0f57f-0c98-43fd-827d-a6d16786c924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3700 2025.02.22 21:14:20.587346 [ 268 ] {d3a0f57f-0c98-43fd-827d-a6d16786c924} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3701 2025.02.22 21:14:20.587587 [ 268 ] {d3a0f57f-0c98-43fd-827d-a6d16786c924} <Trace> oximeter.fields_u8 (80ab5d9b-7353-4076-a64b-0df8f61f01dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3702 2025.02.22 21:14:20.587884 [ 268 ] {d3a0f57f-0c98-43fd-827d-a6d16786c924} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001629 sec., 7366.482504604051 rows/sec., 575.51 KiB/sec.
3703 2025.02.22 21:14:20.587961 [ 268 ] {d3a0f57f-0c98-43fd-827d-a6d16786c924} <Debug> TCPHandler: Processed in 0.001874682 sec.
3704 2025.02.22 21:14:20.588112 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3705 2025.02.22 21:14:20.588240 [ 267 ] {ea6ef271-aeb9-4df1-af35-749aa172539a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3706 2025.02.22 21:14:20.588290 [ 267 ] {ea6ef271-aeb9-4df1-af35-749aa172539a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3707 2025.02.22 21:14:20.589090 [ 267 ] {ea6ef271-aeb9-4df1-af35-749aa172539a} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3708 2025.02.22 21:14:20.589130 [ 267 ] {ea6ef271-aeb9-4df1-af35-749aa172539a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3709 2025.02.22 21:14:20.589515 [ 267 ] {ea6ef271-aeb9-4df1-af35-749aa172539a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3710 2025.02.22 21:14:20.589755 [ 267 ] {ea6ef271-aeb9-4df1-af35-749aa172539a} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3711 2025.02.22 21:14:20.589932 [ 267 ] {ea6ef271-aeb9-4df1-af35-749aa172539a} <Debug> executeQuery: Read 597 rows, 45.96 KiB in 0.001717 sec., 347699.4758299359 rows/sec., 26.14 MiB/sec.
3712 2025.02.22 21:14:20.589983 [ 267 ] {ea6ef271-aeb9-4df1-af35-749aa172539a} <Debug> TCPHandler: Processed in 0.001926762 sec.
3713 2025.02.22 21:14:20.590172 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3714 2025.02.22 21:14:20.590301 [ 268 ] {311a29af-f426-47d7-b386-e44a880febf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3715 2025.02.22 21:14:20.590358 [ 268 ] {311a29af-f426-47d7-b386-e44a880febf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3716 2025.02.22 21:14:20.591171 [ 268 ] {311a29af-f426-47d7-b386-e44a880febf8} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3717 2025.02.22 21:14:20.591223 [ 268 ] {311a29af-f426-47d7-b386-e44a880febf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3718 2025.02.22 21:14:20.591740 [ 268 ] {311a29af-f426-47d7-b386-e44a880febf8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3719 2025.02.22 21:14:20.592005 [ 268 ] {311a29af-f426-47d7-b386-e44a880febf8} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3720 2025.02.22 21:14:20.592245 [ 268 ] {311a29af-f426-47d7-b386-e44a880febf8} <Debug> executeQuery: Read 921 rows, 63.97 KiB in 0.001965 sec., 468702.29007633583 rows/sec., 31.79 MiB/sec.
3721 2025.02.22 21:14:20.592445 [ 268 ] {311a29af-f426-47d7-b386-e44a880febf8} <Debug> TCPHandler: Processed in 0.002333817 sec.
3722 2025.02.22 21:14:20.592641 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3723 2025.02.22 21:14:20.592759 [ 267 ] {f375bcae-cbac-4666-b0ca-0b5c90ad7018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3724 2025.02.22 21:14:20.592836 [ 267 ] {f375bcae-cbac-4666-b0ca-0b5c90ad7018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3725 2025.02.22 21:14:20.594006 [ 267 ] {f375bcae-cbac-4666-b0ca-0b5c90ad7018} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3726 2025.02.22 21:14:20.594045 [ 267 ] {f375bcae-cbac-4666-b0ca-0b5c90ad7018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3727 2025.02.22 21:14:20.594697 [ 267 ] {f375bcae-cbac-4666-b0ca-0b5c90ad7018} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3728 2025.02.22 21:14:20.594958 [ 267 ] {f375bcae-cbac-4666-b0ca-0b5c90ad7018} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3729 2025.02.22 21:14:20.595155 [ 267 ] {f375bcae-cbac-4666-b0ca-0b5c90ad7018} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00242 sec., 12809.917355371901 rows/sec., 22.95 MiB/sec.
3730 2025.02.22 21:14:20.595246 [ 267 ] {f375bcae-cbac-4666-b0ca-0b5c90ad7018} <Debug> TCPHandler: Processed in 0.002666641 sec.
3731 2025.02.22 21:14:20.595407 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3732 2025.02.22 21:14:20.595538 [ 268 ] {442525c9-aa71-49f8-9d82-0725621ce659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3733 2025.02.22 21:14:20.595600 [ 268 ] {442525c9-aa71-49f8-9d82-0725621ce659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3734 2025.02.22 21:14:20.596197 [ 268 ] {442525c9-aa71-49f8-9d82-0725621ce659} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3735 2025.02.22 21:14:20.596242 [ 268 ] {442525c9-aa71-49f8-9d82-0725621ce659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3736 2025.02.22 21:14:20.596636 [ 268 ] {442525c9-aa71-49f8-9d82-0725621ce659} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3737 2025.02.22 21:14:20.596859 [ 268 ] {442525c9-aa71-49f8-9d82-0725621ce659} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3738 2025.02.22 21:14:20.597173 [ 268 ] {442525c9-aa71-49f8-9d82-0725621ce659} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001662 sec., 36101.08303249098 rows/sec., 2.43 MiB/sec.
3739 2025.02.22 21:14:20.597384 [ 268 ] {442525c9-aa71-49f8-9d82-0725621ce659} <Debug> TCPHandler: Processed in 0.002031063 sec.
3740 2025.02.22 21:14:20.798951 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 494
3741 2025.02.22 21:14:20.802146 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3742 2025.02.22 21:14:20.802198 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3743 2025.02.22 21:14:20.803622 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3744 2025.02.22 21:14:20.803928 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3745 2025.02.22 21:14:20.804470 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 494
3746 2025.02.22 21:14:23.282060 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
3747 2025.02.22 21:14:23.282757 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3748 2025.02.22 21:14:23.282806 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3749 2025.02.22 21:14:23.283340 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3750 2025.02.22 21:14:23.283607 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3751 2025.02.22 21:14:23.283836 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
3752 2025.02.22 21:14:23.843424 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
3753 2025.02.22 21:14:23.864786 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3754 2025.02.22 21:14:23.864842 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3755 2025.02.22 21:14:23.872869 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3756 2025.02.22 21:14:23.873651 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3757 2025.02.22 21:14:23.876569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
3758 2025.02.22 21:14:26.345826 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3759 2025.02.22 21:14:26.346146 [ 267 ] {471553b2-eaaa-45b7-b9eb-fb1c8235079e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3760 2025.02.22 21:14:26.346262 [ 267 ] {471553b2-eaaa-45b7-b9eb-fb1c8235079e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3761 2025.02.22 21:14:26.347233 [ 267 ] {471553b2-eaaa-45b7-b9eb-fb1c8235079e} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3762 2025.02.22 21:14:26.347283 [ 267 ] {471553b2-eaaa-45b7-b9eb-fb1c8235079e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3763 2025.02.22 21:14:26.347732 [ 267 ] {471553b2-eaaa-45b7-b9eb-fb1c8235079e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3764 2025.02.22 21:14:26.348008 [ 267 ] {471553b2-eaaa-45b7-b9eb-fb1c8235079e} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3765 2025.02.22 21:14:26.348301 [ 267 ] {471553b2-eaaa-45b7-b9eb-fb1c8235079e} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002237 sec., 32185.96334376397 rows/sec., 2.60 MiB/sec.
3766 2025.02.22 21:14:26.348431 [ 267 ] {471553b2-eaaa-45b7-b9eb-fb1c8235079e} <Debug> TCPHandler: Processed in 0.002799022 sec.
3767 2025.02.22 21:14:26.348769 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3768 2025.02.22 21:14:26.348954 [ 268 ] {9b0e6a69-8ea7-40de-a650-c22168eb6e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3769 2025.02.22 21:14:26.349028 [ 268 ] {9b0e6a69-8ea7-40de-a650-c22168eb6e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3770 2025.02.22 21:14:26.349784 [ 268 ] {9b0e6a69-8ea7-40de-a650-c22168eb6e35} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3771 2025.02.22 21:14:26.349837 [ 268 ] {9b0e6a69-8ea7-40de-a650-c22168eb6e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3772 2025.02.22 21:14:26.350265 [ 268 ] {9b0e6a69-8ea7-40de-a650-c22168eb6e35} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3773 2025.02.22 21:14:26.350515 [ 268 ] {9b0e6a69-8ea7-40de-a650-c22168eb6e35} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3774 2025.02.22 21:14:26.350840 [ 268 ] {9b0e6a69-8ea7-40de-a650-c22168eb6e35} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001913 sec., 4181.913225300575 rows/sec., 314.46 KiB/sec.
3775 2025.02.22 21:14:26.351041 [ 268 ] {9b0e6a69-8ea7-40de-a650-c22168eb6e35} <Debug> TCPHandler: Processed in 0.002441179 sec.
3776 2025.02.22 21:14:26.351204 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3777 2025.02.22 21:14:26.351350 [ 267 ] {5c452650-9c74-4525-b119-c6e38b9339bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3778 2025.02.22 21:14:26.351412 [ 267 ] {5c452650-9c74-4525-b119-c6e38b9339bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3779 2025.02.22 21:14:26.352080 [ 267 ] {5c452650-9c74-4525-b119-c6e38b9339bf} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3780 2025.02.22 21:14:26.352122 [ 267 ] {5c452650-9c74-4525-b119-c6e38b9339bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3781 2025.02.22 21:14:26.352528 [ 267 ] {5c452650-9c74-4525-b119-c6e38b9339bf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3782 2025.02.22 21:14:26.352772 [ 267 ] {5c452650-9c74-4525-b119-c6e38b9339bf} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3783 2025.02.22 21:14:26.353017 [ 267 ] {5c452650-9c74-4525-b119-c6e38b9339bf} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001702 sec., 42303.17273795535 rows/sec., 3.30 MiB/sec.
3784 2025.02.22 21:14:26.353143 [ 267 ] {5c452650-9c74-4525-b119-c6e38b9339bf} <Debug> TCPHandler: Processed in 0.002010434 sec.
3785 2025.02.22 21:14:26.353364 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3786 2025.02.22 21:14:26.353596 [ 268 ] {5adfe819-0813-4aed-b7d7-0af488e32231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3787 2025.02.22 21:14:26.353697 [ 268 ] {5adfe819-0813-4aed-b7d7-0af488e32231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3788 2025.02.22 21:14:26.354311 [ 268 ] {5adfe819-0813-4aed-b7d7-0af488e32231} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3789 2025.02.22 21:14:26.354378 [ 268 ] {5adfe819-0813-4aed-b7d7-0af488e32231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3790 2025.02.22 21:14:26.354781 [ 268 ] {5adfe819-0813-4aed-b7d7-0af488e32231} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3791 2025.02.22 21:14:26.355042 [ 268 ] {5adfe819-0813-4aed-b7d7-0af488e32231} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3792 2025.02.22 21:14:26.355297 [ 268 ] {5adfe819-0813-4aed-b7d7-0af488e32231} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001753 sec., 91272.10496292071 rows/sec., 6.36 MiB/sec.
3793 2025.02.22 21:14:26.355534 [ 268 ] {5adfe819-0813-4aed-b7d7-0af488e32231} <Debug> TCPHandler: Processed in 0.002272166 sec.
3794 2025.02.22 21:14:26.355711 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3795 2025.02.22 21:14:26.355834 [ 267 ] {ec0a1c2b-5f12-471e-afa6-9d9b638af026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3796 2025.02.22 21:14:26.355920 [ 267 ] {ec0a1c2b-5f12-471e-afa6-9d9b638af026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3797 2025.02.22 21:14:26.357037 [ 267 ] {ec0a1c2b-5f12-471e-afa6-9d9b638af026} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3798 2025.02.22 21:14:26.357089 [ 267 ] {ec0a1c2b-5f12-471e-afa6-9d9b638af026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3799 2025.02.22 21:14:26.357738 [ 267 ] {ec0a1c2b-5f12-471e-afa6-9d9b638af026} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3800 2025.02.22 21:14:26.357998 [ 267 ] {ec0a1c2b-5f12-471e-afa6-9d9b638af026} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3801 2025.02.22 21:14:26.358289 [ 267 ] {ec0a1c2b-5f12-471e-afa6-9d9b638af026} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002476 sec., 3231.0177705977385 rows/sec., 5.79 MiB/sec.
3802 2025.02.22 21:14:26.358438 [ 267 ] {ec0a1c2b-5f12-471e-afa6-9d9b638af026} <Debug> TCPHandler: Processed in 0.002787042 sec.
3803 2025.02.22 21:14:26.358601 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3804 2025.02.22 21:14:26.358733 [ 268 ] {70d6e6ee-1a87-41a6-9800-d302e9237f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3805 2025.02.22 21:14:26.358785 [ 268 ] {70d6e6ee-1a87-41a6-9800-d302e9237f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3806 2025.02.22 21:14:26.359288 [ 268 ] {70d6e6ee-1a87-41a6-9800-d302e9237f26} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3807 2025.02.22 21:14:26.359333 [ 268 ] {70d6e6ee-1a87-41a6-9800-d302e9237f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3808 2025.02.22 21:14:26.359715 [ 268 ] {70d6e6ee-1a87-41a6-9800-d302e9237f26} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3809 2025.02.22 21:14:26.359954 [ 268 ] {70d6e6ee-1a87-41a6-9800-d302e9237f26} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3810 2025.02.22 21:14:26.360170 [ 268 ] {70d6e6ee-1a87-41a6-9800-d302e9237f26} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001465 sec., 40955.631399317404 rows/sec., 2.76 MiB/sec.
3811 2025.02.22 21:14:26.360227 [ 268 ] {70d6e6ee-1a87-41a6-9800-d302e9237f26} <Debug> TCPHandler: Processed in 0.001695589 sec.
3812 2025.02.22 21:14:30.688572 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache
3813 2025.02.22 21:14:30.688628 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache
3814 2025.02.22 21:14:30.784008 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
3815 2025.02.22 21:14:30.784739 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3816 2025.02.22 21:14:30.784794 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3817 2025.02.22 21:14:30.785386 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3818 2025.02.22 21:14:30.785636 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3819 2025.02.22 21:14:30.785881 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
3820 2025.02.22 21:14:30.804799 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 12 entries to flush up to offset 506
3821 2025.02.22 21:14:30.807883 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3822 2025.02.22 21:14:30.807929 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
3823 2025.02.22 21:14:30.809345 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3824 2025.02.22 21:14:30.809647 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3825 2025.02.22 21:14:30.810336 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 506
3826 2025.02.22 21:14:31.346986 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3827 2025.02.22 21:14:31.347212 [ 267 ] {e54fed78-6e98-429e-acd1-0f9922710cbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3828 2025.02.22 21:14:31.347298 [ 267 ] {e54fed78-6e98-429e-acd1-0f9922710cbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3829 2025.02.22 21:14:31.348146 [ 267 ] {e54fed78-6e98-429e-acd1-0f9922710cbd} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3830 2025.02.22 21:14:31.348198 [ 267 ] {e54fed78-6e98-429e-acd1-0f9922710cbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3831 2025.02.22 21:14:31.348660 [ 267 ] {e54fed78-6e98-429e-acd1-0f9922710cbd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3832 2025.02.22 21:14:31.348941 [ 267 ] {e54fed78-6e98-429e-acd1-0f9922710cbd} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3833 2025.02.22 21:14:31.349141 [ 110 ] {} <Debug> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3834 2025.02.22 21:14:31.349216 [ 267 ] {e54fed78-6e98-429e-acd1-0f9922710cbd} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002055 sec., 57420.924574209246 rows/sec., 4.86 MiB/sec.
3835 2025.02.22 21:14:31.349221 [ 110 ] {} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3836 2025.02.22 21:14:31.349308 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3837 2025.02.22 21:14:31.349375 [ 267 ] {e54fed78-6e98-429e-acd1-0f9922710cbd} <Debug> TCPHandler: Processed in 0.002525969 sec.
3838 2025.02.22 21:14:31.349490 [ 189 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
3839 2025.02.22 21:14:31.349601 [ 189 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3840 2025.02.22 21:14:31.349645 [ 189 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1960 rows starting from the beginning of the part
3841 2025.02.22 21:14:31.349664 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3842 2025.02.22 21:14:31.349750 [ 189 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 118 rows starting from the beginning of the part
3843 2025.02.22 21:14:31.350169 [ 189 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 72 rows starting from the beginning of the part
3844 2025.02.22 21:14:31.350267 [ 268 ] {73372118-a21f-44c3-9fa8-0153c45da2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3845 2025.02.22 21:14:31.350454 [ 189 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1383 rows starting from the beginning of the part
3846 2025.02.22 21:14:31.350482 [ 268 ] {73372118-a21f-44c3-9fa8-0153c45da2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3847 2025.02.22 21:14:31.350799 [ 189 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 72 rows starting from the beginning of the part
3848 2025.02.22 21:14:31.351091 [ 189 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 118 rows starting from the beginning of the part
3849 2025.02.22 21:14:31.352963 [ 268 ] {73372118-a21f-44c3-9fa8-0153c45da2d2} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3850 2025.02.22 21:14:31.353049 [ 268 ] {73372118-a21f-44c3-9fa8-0153c45da2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3851 2025.02.22 21:14:31.353937 [ 268 ] {73372118-a21f-44c3-9fa8-0153c45da2d2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3852 2025.02.22 21:14:31.354321 [ 268 ] {73372118-a21f-44c3-9fa8-0153c45da2d2} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3853 2025.02.22 21:14:31.354706 [ 186 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3723 rows, containing 5 columns (5 merged, 0 gathered) in 0.005295881 sec., 702999.1799287031 rows/sec., 60.81 MiB/sec.
3854 2025.02.22 21:14:31.354717 [ 110 ] {} <Debug> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3855 2025.02.22 21:14:31.354822 [ 110 ] {} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3856 2025.02.22 21:14:31.354867 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3857 2025.02.22 21:14:31.354941 [ 268 ] {73372118-a21f-44c3-9fa8-0153c45da2d2} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004921 sec., 6299.5326153220885 rows/sec., 473.70 KiB/sec.
3858 2025.02.22 21:14:31.355148 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3859 2025.02.22 21:14:31.355161 [ 186 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3860 2025.02.22 21:14:31.355246 [ 268 ] {73372118-a21f-44c3-9fa8-0153c45da2d2} <Debug> TCPHandler: Processed in 0.005728146 sec.
3861 2025.02.22 21:14:31.355577 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3862 2025.02.22 21:14:31.355606 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3863 2025.02.22 21:14:31.355672 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 165 rows starting from the beginning of the part
3864 2025.02.22 21:14:31.356057 [ 186 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_26_5} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3865 2025.02.22 21:14:31.356058 [ 267 ] {3d34bbf0-eb44-4b5a-8d72-5438bc05e162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3866 2025.02.22 21:14:31.356101 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part
3867 2025.02.22 21:14:31.356317 [ 267 ] {3d34bbf0-eb44-4b5a-8d72-5438bc05e162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3868 2025.02.22 21:14:31.356636 [ 186 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_26_5} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3869 2025.02.22 21:14:31.356668 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part
3870 2025.02.22 21:14:31.357047 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB.
3871 2025.02.22 21:14:31.357199 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 53 rows starting from the beginning of the part
3872 2025.02.22 21:14:31.357471 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part
3873 2025.02.22 21:14:31.357815 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part
3874 2025.02.22 21:14:31.359571 [ 267 ] {3d34bbf0-eb44-4b5a-8d72-5438bc05e162} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3875 2025.02.22 21:14:31.359644 [ 267 ] {3d34bbf0-eb44-4b5a-8d72-5438bc05e162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3876 2025.02.22 21:14:31.360808 [ 194 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 5 columns (5 merged, 0 gathered) in 0.005869497 sec., 50430.21574080368 rows/sec., 3.64 MiB/sec.
3877 2025.02.22 21:14:31.360831 [ 267 ] {3d34bbf0-eb44-4b5a-8d72-5438bc05e162} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3878 2025.02.22 21:14:31.360994 [ 186 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3879 2025.02.22 21:14:31.361343 [ 267 ] {3d34bbf0-eb44-4b5a-8d72-5438bc05e162} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3880 2025.02.22 21:14:31.361539 [ 186 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_21_4} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3881 2025.02.22 21:14:31.361663 [ 110 ] {} <Debug> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3882 2025.02.22 21:14:31.361768 [ 110 ] {} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3883 2025.02.22 21:14:31.361853 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3884 2025.02.22 21:14:31.361858 [ 186 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_21_4} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3885 2025.02.22 21:14:31.361986 [ 267 ] {3d34bbf0-eb44-4b5a-8d72-5438bc05e162} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.006134 sec., 15487.447016628628 rows/sec., 1.21 MiB/sec.
3886 2025.02.22 21:14:31.362223 [ 267 ] {3d34bbf0-eb44-4b5a-8d72-5438bc05e162} <Debug> TCPHandler: Processed in 0.006825027 sec.
3887 2025.02.22 21:14:31.362233 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
3888 2025.02.22 21:14:31.362340 [ 194 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
3889 2025.02.22 21:14:31.362497 [ 194 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3890 2025.02.22 21:14:31.362529 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3891 2025.02.22 21:14:31.362552 [ 194 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 939 rows starting from the beginning of the part
3892 2025.02.22 21:14:31.362736 [ 194 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 95 rows starting from the beginning of the part
3893 2025.02.22 21:14:31.363080 [ 194 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 72 rows starting from the beginning of the part
3894 2025.02.22 21:14:31.363142 [ 268 ] {78343faa-0703-4a40-bf37-1c99e0d3ac8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3895 2025.02.22 21:14:31.363314 [ 194 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 597 rows starting from the beginning of the part
3896 2025.02.22 21:14:31.363419 [ 268 ] {78343faa-0703-4a40-bf37-1c99e0d3ac8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3897 2025.02.22 21:14:31.363706 [ 194 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 72 rows starting from the beginning of the part
3898 2025.02.22 21:14:31.364129 [ 194 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 95 rows starting from the beginning of the part
3899 2025.02.22 21:14:31.365922 [ 268 ] {78343faa-0703-4a40-bf37-1c99e0d3ac8e} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3900 2025.02.22 21:14:31.365999 [ 268 ] {78343faa-0703-4a40-bf37-1c99e0d3ac8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3901 2025.02.22 21:14:31.366885 [ 268 ] {78343faa-0703-4a40-bf37-1c99e0d3ac8e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3902 2025.02.22 21:14:31.367289 [ 186 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1870 rows, containing 5 columns (5 merged, 0 gathered) in 0.00530603 sec., 352429.2173244403 rows/sec., 27.67 MiB/sec.
3903 2025.02.22 21:14:31.367407 [ 268 ] {78343faa-0703-4a40-bf37-1c99e0d3ac8e} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3904 2025.02.22 21:14:31.367571 [ 195 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3905 2025.02.22 21:14:31.367753 [ 268 ] {78343faa-0703-4a40-bf37-1c99e0d3ac8e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004784 sec., 33444.816053511706 rows/sec., 2.33 MiB/sec.
3906 2025.02.22 21:14:31.367847 [ 268 ] {78343faa-0703-4a40-bf37-1c99e0d3ac8e} <Debug> TCPHandler: Processed in 0.005495873 sec.
3907 2025.02.22 21:14:31.368038 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3908 2025.02.22 21:14:31.368052 [ 195 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_26_5} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3909 2025.02.22 21:14:31.368219 [ 195 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_26_5} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3910 2025.02.22 21:14:31.368250 [ 267 ] {3162928f-833e-4911-be20-1ec7b9021495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3911 2025.02.22 21:14:31.368396 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
3912 2025.02.22 21:14:31.368430 [ 267 ] {3162928f-833e-4911-be20-1ec7b9021495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3913 2025.02.22 21:14:31.369626 [ 267 ] {3162928f-833e-4911-be20-1ec7b9021495} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3914 2025.02.22 21:14:31.369667 [ 267 ] {3162928f-833e-4911-be20-1ec7b9021495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3915 2025.02.22 21:14:31.370335 [ 267 ] {3162928f-833e-4911-be20-1ec7b9021495} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3916 2025.02.22 21:14:31.370595 [ 267 ] {3162928f-833e-4911-be20-1ec7b9021495} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3917 2025.02.22 21:14:31.370774 [ 110 ] {} <Debug> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3918 2025.02.22 21:14:31.370849 [ 110 ] {} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3919 2025.02.22 21:14:31.370891 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3920 2025.02.22 21:14:31.370898 [ 267 ] {3162928f-833e-4911-be20-1ec7b9021495} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002703 sec., 11468.738438771734 rows/sec., 20.55 MiB/sec.
3921 2025.02.22 21:14:31.371171 [ 186 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3922 2025.02.22 21:14:31.371282 [ 267 ] {3162928f-833e-4911-be20-1ec7b9021495} <Debug> TCPHandler: Processed in 0.003322478 sec.
3923 2025.02.22 21:14:31.371592 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3924 2025.02.22 21:14:31.371699 [ 186 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3925 2025.02.22 21:14:31.371807 [ 186 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 333 rows starting from the beginning of the part
3926 2025.02.22 21:14:31.371920 [ 268 ] {1ff91368-4c69-4686-a6b8-06bb87e54a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3927 2025.02.22 21:14:31.372079 [ 268 ] {1ff91368-4c69-4686-a6b8-06bb87e54a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3928 2025.02.22 21:14:31.372640 [ 186 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part
3929 2025.02.22 21:14:31.373269 [ 186 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part
3930 2025.02.22 21:14:31.374080 [ 186 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part
3931 2025.02.22 21:14:31.374305 [ 268 ] {1ff91368-4c69-4686-a6b8-06bb87e54a42} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3932 2025.02.22 21:14:31.374434 [ 268 ] {1ff91368-4c69-4686-a6b8-06bb87e54a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3933 2025.02.22 21:14:31.374832 [ 186 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part
3934 2025.02.22 21:14:31.375412 [ 186 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part
3935 2025.02.22 21:14:31.376112 [ 268 ] {1ff91368-4c69-4686-a6b8-06bb87e54a42} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3936 2025.02.22 21:14:31.376637 [ 268 ] {1ff91368-4c69-4686-a6b8-06bb87e54a42} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3937 2025.02.22 21:14:31.376690 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
3938 2025.02.22 21:14:31.377555 [ 268 ] {1ff91368-4c69-4686-a6b8-06bb87e54a42} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005667 sec., 10587.612493382741 rows/sec., 730.66 KiB/sec.
3939 2025.02.22 21:14:31.377995 [ 268 ] {1ff91368-4c69-4686-a6b8-06bb87e54a42} <Debug> TCPHandler: Processed in 0.006590825 sec.
3940 2025.02.22 21:14:31.389986 [ 201 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 442 rows, containing 19 columns (19 merged, 0 gathered) in 0.019009537 sec., 23251.48687208952 rows/sec., 41.67 MiB/sec.
3941 2025.02.22 21:14:31.391101 [ 201 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3942 2025.02.22 21:14:31.392572 [ 201 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3943 2025.02.22 21:14:31.392874 [ 201 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3944 2025.02.22 21:14:31.393183 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB.
3945 2025.02.22 21:14:31.411044 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3946 2025.02.22 21:14:31.411089 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3947 2025.02.22 21:14:31.418751 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3948 2025.02.22 21:14:31.419518 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3949 2025.02.22 21:14:31.422827 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
3950 2025.02.22 21:14:36.346294 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3951 2025.02.22 21:14:36.346489 [ 267 ] {f59d99a7-7db4-49ae-a37f-da573852a28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3952 2025.02.22 21:14:36.346562 [ 267 ] {f59d99a7-7db4-49ae-a37f-da573852a28d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3953 2025.02.22 21:14:36.347301 [ 267 ] {f59d99a7-7db4-49ae-a37f-da573852a28d} <Trace> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3954 2025.02.22 21:14:36.347355 [ 267 ] {f59d99a7-7db4-49ae-a37f-da573852a28d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3955 2025.02.22 21:14:36.347792 [ 267 ] {f59d99a7-7db4-49ae-a37f-da573852a28d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3956 2025.02.22 21:14:36.348059 [ 267 ] {f59d99a7-7db4-49ae-a37f-da573852a28d} <Trace> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3957 2025.02.22 21:14:36.348284 [ 267 ] {f59d99a7-7db4-49ae-a37f-da573852a28d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001841 sec., 2172.7322107550244 rows/sec., 177.17 KiB/sec.
3958 2025.02.22 21:14:36.348468 [ 267 ] {f59d99a7-7db4-49ae-a37f-da573852a28d} <Debug> TCPHandler: Processed in 0.002300786 sec.
3959 2025.02.22 21:14:36.348735 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3960 2025.02.22 21:14:36.348923 [ 268 ] {339d89da-38af-44f7-8166-c21e5a329dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3961 2025.02.22 21:14:36.348996 [ 268 ] {339d89da-38af-44f7-8166-c21e5a329dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3962 2025.02.22 21:14:36.349751 [ 268 ] {339d89da-38af-44f7-8166-c21e5a329dff} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3963 2025.02.22 21:14:36.349795 [ 268 ] {339d89da-38af-44f7-8166-c21e5a329dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3964 2025.02.22 21:14:36.350217 [ 268 ] {339d89da-38af-44f7-8166-c21e5a329dff} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3965 2025.02.22 21:14:36.350467 [ 268 ] {339d89da-38af-44f7-8166-c21e5a329dff} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3966 2025.02.22 21:14:36.350733 [ 268 ] {339d89da-38af-44f7-8166-c21e5a329dff} <Debug> executeQuery: Read 74 rows, 6.11 KiB in 0.00186 sec., 39784.94623655914 rows/sec., 3.21 MiB/sec.
3967 2025.02.22 21:14:36.350894 [ 268 ] {339d89da-38af-44f7-8166-c21e5a329dff} <Debug> TCPHandler: Processed in 0.002290776 sec.
3968 2025.02.22 21:14:36.351113 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3969 2025.02.22 21:14:36.351238 [ 267 ] {98a8f758-ab78-4c06-aef9-0afea41cac76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3970 2025.02.22 21:14:36.351293 [ 267 ] {98a8f758-ab78-4c06-aef9-0afea41cac76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3971 2025.02.22 21:14:36.351894 [ 267 ] {98a8f758-ab78-4c06-aef9-0afea41cac76} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3972 2025.02.22 21:14:36.351934 [ 267 ] {98a8f758-ab78-4c06-aef9-0afea41cac76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3973 2025.02.22 21:14:36.352308 [ 267 ] {98a8f758-ab78-4c06-aef9-0afea41cac76} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3974 2025.02.22 21:14:36.352556 [ 267 ] {98a8f758-ab78-4c06-aef9-0afea41cac76} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3975 2025.02.22 21:14:36.352734 [ 267 ] {98a8f758-ab78-4c06-aef9-0afea41cac76} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001525 sec., 7868.852459016393 rows/sec., 577.61 KiB/sec.
3976 2025.02.22 21:14:36.352788 [ 267 ] {98a8f758-ab78-4c06-aef9-0afea41cac76} <Debug> TCPHandler: Processed in 0.001766851 sec.
3977 2025.02.22 21:14:36.352933 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3978 2025.02.22 21:14:36.353143 [ 268 ] {e90cb3eb-00ed-4c95-839a-484156338329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3979 2025.02.22 21:14:36.353236 [ 268 ] {e90cb3eb-00ed-4c95-839a-484156338329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3980 2025.02.22 21:14:36.354172 [ 268 ] {e90cb3eb-00ed-4c95-839a-484156338329} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3981 2025.02.22 21:14:36.354213 [ 268 ] {e90cb3eb-00ed-4c95-839a-484156338329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3982 2025.02.22 21:14:36.354586 [ 268 ] {e90cb3eb-00ed-4c95-839a-484156338329} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3983 2025.02.22 21:14:36.354832 [ 268 ] {e90cb3eb-00ed-4c95-839a-484156338329} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3984 2025.02.22 21:14:36.355036 [ 268 ] {e90cb3eb-00ed-4c95-839a-484156338329} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001947 sec., 39034.41191576785 rows/sec., 3.05 MiB/sec.
3985 2025.02.22 21:14:36.355087 [ 268 ] {e90cb3eb-00ed-4c95-839a-484156338329} <Debug> TCPHandler: Processed in 0.002211795 sec.
3986 2025.02.22 21:14:36.355239 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3987 2025.02.22 21:14:36.355363 [ 267 ] {14cc20dc-57b6-4914-8401-9ff5869b1dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3988 2025.02.22 21:14:36.355419 [ 267 ] {14cc20dc-57b6-4914-8401-9ff5869b1dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3989 2025.02.22 21:14:36.356007 [ 267 ] {14cc20dc-57b6-4914-8401-9ff5869b1dba} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3990 2025.02.22 21:14:36.356044 [ 267 ] {14cc20dc-57b6-4914-8401-9ff5869b1dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3991 2025.02.22 21:14:36.356452 [ 267 ] {14cc20dc-57b6-4914-8401-9ff5869b1dba} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3992 2025.02.22 21:14:36.356691 [ 267 ] {14cc20dc-57b6-4914-8401-9ff5869b1dba} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3993 2025.02.22 21:14:36.356814 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3994 2025.02.22 21:14:36.356859 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3995 2025.02.22 21:14:36.356879 [ 267 ] {14cc20dc-57b6-4914-8401-9ff5869b1dba} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001539 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec.
3996 2025.02.22 21:14:36.356884 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
3997 2025.02.22 21:14:36.357002 [ 267 ] {14cc20dc-57b6-4914-8401-9ff5869b1dba} <Debug> TCPHandler: Processed in 0.001821161 sec.
3998 2025.02.22 21:14:36.357368 [ 186 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
3999 2025.02.22 21:14:36.357482 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4000 2025.02.22 21:14:36.357710 [ 186 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4001 2025.02.22 21:14:36.357806 [ 186 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6286 rows starting from the beginning of the part
4002 2025.02.22 21:14:36.357872 [ 268 ] {76570b5a-f1de-41eb-a01b-8f607e8adf3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4003 2025.02.22 21:14:36.358103 [ 186 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part
4004 2025.02.22 21:14:36.358240 [ 268 ] {76570b5a-f1de-41eb-a01b-8f607e8adf3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4005 2025.02.22 21:14:36.358592 [ 186 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 921 rows starting from the beginning of the part
4006 2025.02.22 21:14:36.358907 [ 186 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part
4007 2025.02.22 21:14:36.359338 [ 186 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part
4008 2025.02.22 21:14:36.359693 [ 186 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 162 rows starting from the beginning of the part
4009 2025.02.22 21:14:36.363396 [ 268 ] {76570b5a-f1de-41eb-a01b-8f607e8adf3c} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4010 2025.02.22 21:14:36.363442 [ 268 ] {76570b5a-f1de-41eb-a01b-8f607e8adf3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4011 2025.02.22 21:14:36.364482 [ 268 ] {76570b5a-f1de-41eb-a01b-8f607e8adf3c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4012 2025.02.22 21:14:36.364764 [ 268 ] {76570b5a-f1de-41eb-a01b-8f607e8adf3c} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4013 2025.02.22 21:14:36.365453 [ 186 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7849 rows, containing 5 columns (5 merged, 0 gathered) in 0.008424506 sec., 931686.6769398705 rows/sec., 63.96 MiB/sec.
4014 2025.02.22 21:14:36.365641 [ 268 ] {76570b5a-f1de-41eb-a01b-8f607e8adf3c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007861 sec., 1017.6822287240809 rows/sec., 1.82 MiB/sec.
4015 2025.02.22 21:14:36.365792 [ 268 ] {76570b5a-f1de-41eb-a01b-8f607e8adf3c} <Debug> TCPHandler: Processed in 0.008677889 sec.
4016 2025.02.22 21:14:36.365962 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4017 2025.02.22 21:14:36.366120 [ 191 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4018 2025.02.22 21:14:36.366179 [ 267 ] {95e33d7f-2ff4-4293-8016-e3ccd552b086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4019 2025.02.22 21:14:36.366286 [ 267 ] {95e33d7f-2ff4-4293-8016-e3ccd552b086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4020 2025.02.22 21:14:36.366737 [ 191 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4021 2025.02.22 21:14:36.366910 [ 191 ] {c4b54706-585b-4104-bc06-e3cf36a346f7::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4022 2025.02.22 21:14:36.367071 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB.
4023 2025.02.22 21:14:36.367294 [ 267 ] {95e33d7f-2ff4-4293-8016-e3ccd552b086} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4024 2025.02.22 21:14:36.367337 [ 267 ] {95e33d7f-2ff4-4293-8016-e3ccd552b086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4025 2025.02.22 21:14:36.367711 [ 267 ] {95e33d7f-2ff4-4293-8016-e3ccd552b086} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4026 2025.02.22 21:14:36.367946 [ 267 ] {95e33d7f-2ff4-4293-8016-e3ccd552b086} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4027 2025.02.22 21:14:36.368071 [ 105 ] {} <Debug> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4028 2025.02.22 21:14:36.368110 [ 105 ] {} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4029 2025.02.22 21:14:36.368133 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4030 2025.02.22 21:14:36.368141 [ 267 ] {95e33d7f-2ff4-4293-8016-e3ccd552b086} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002026 sec., 29615.004935834157 rows/sec., 2.00 MiB/sec.
4031 2025.02.22 21:14:36.368261 [ 267 ] {95e33d7f-2ff4-4293-8016-e3ccd552b086} <Debug> TCPHandler: Processed in 0.002368867 sec.
4032 2025.02.22 21:14:36.368285 [ 193 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
4033 2025.02.22 21:14:36.368387 [ 193 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4034 2025.02.22 21:14:36.368418 [ 193 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 910 rows starting from the beginning of the part
4035 2025.02.22 21:14:36.368505 [ 193 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part
4036 2025.02.22 21:14:36.368686 [ 193 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part
4037 2025.02.22 21:14:36.368852 [ 193 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part
4038 2025.02.22 21:14:36.369013 [ 193 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part
4039 2025.02.22 21:14:36.369163 [ 193 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part
4040 2025.02.22 21:14:36.370386 [ 190 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1210 rows, containing 4 columns (4 merged, 0 gathered) in 0.002202955 sec., 549262.2409445494 rows/sec., 37.09 MiB/sec.
4041 2025.02.22 21:14:36.370588 [ 191 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4042 2025.02.22 21:14:36.370890 [ 191 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_26_5} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4043 2025.02.22 21:14:36.370974 [ 191 ] {6e2de243-a66a-44e2-80e3-deeef99ef677::all_1_26_5} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4044 2025.02.22 21:14:36.371057 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB.
4045 2025.02.22 21:14:38.286048 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4046 2025.02.22 21:14:38.286735 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4047 2025.02.22 21:14:38.286779 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4048 2025.02.22 21:14:38.287317 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4049 2025.02.22 21:14:38.287582 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4050 2025.02.22 21:14:38.287737 [ 104 ] {} <Debug> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4051 2025.02.22 21:14:38.287788 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4052 2025.02.22 21:14:38.287790 [ 104 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4053 2025.02.22 21:14:38.287826 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4054 2025.02.22 21:14:38.287979 [ 198 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
4055 2025.02.22 21:14:38.288136 [ 198 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4056 2025.02.22 21:14:38.288179 [ 198 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part
4057 2025.02.22 21:14:38.288256 [ 198 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part
4058 2025.02.22 21:14:38.288360 [ 198 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part
4059 2025.02.22 21:14:38.288477 [ 198 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part
4060 2025.02.22 21:14:38.288552 [ 198 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part
4061 2025.02.22 21:14:38.288651 [ 198 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part
4062 2025.02.22 21:14:38.290743 [ 191 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.002834003 sec., 3422367.583943983 rows/sec., 48.96 MiB/sec.
4063 2025.02.22 21:14:38.290963 [ 198 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4064 2025.02.22 21:14:38.291274 [ 198 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_21_4} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4065 2025.02.22 21:14:38.291360 [ 198 ] {e727d608-5c42-4df3-ba63-ffc5ade8b46b::all_1_21_4} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4066 2025.02.22 21:14:38.291459 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4067 2025.02.22 21:14:38.922931 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4068 2025.02.22 21:14:38.944825 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4069 2025.02.22 21:14:38.944877 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4070 2025.02.22 21:14:38.952523 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4071 2025.02.22 21:14:38.953282 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4072 2025.02.22 21:14:38.953600 [ 103 ] {} <Debug> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4073 2025.02.22 21:14:38.953672 [ 103 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4074 2025.02.22 21:14:38.953721 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4075 2025.02.22 21:14:38.954175 [ 196 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
4076 2025.02.22 21:14:38.969375 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4077 2025.02.22 21:14:38.970917 [ 196 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4078 2025.02.22 21:14:38.972268 [ 196 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part
4079 2025.02.22 21:14:38.977639 [ 196 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part
4080 2025.02.22 21:14:38.983449 [ 196 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part
4081 2025.02.22 21:14:38.989082 [ 196 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part
4082 2025.02.22 21:14:38.994864 [ 196 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part
4083 2025.02.22 21:14:38.999727 [ 196 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part
4084 2025.02.22 21:14:39.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.13 MiB, peak 190.02 MiB, free memory in arenas 0.00 B, will set to 184.25 MiB (RSS), difference: -3.88 MiB
4085 2025.02.22 21:14:39.058044 [ 198 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.104170148 sec., 1526.3489881957353 rows/sec., 7.89 MiB/sec.
4086 2025.02.22 21:14:39.060758 [ 197 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4087 2025.02.22 21:14:39.063697 [ 197 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_21_4} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4088 2025.02.22 21:14:39.063821 [ 197 ] {8b1f757f-7883-4c96-9b8b-01841c204e3b::all_1_21_4} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4089 2025.02.22 21:14:39.066256 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
4090 2025.02.22 21:14:40.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.78 MiB, peak 191.34 MiB, free memory in arenas 0.00 B, will set to 186.28 MiB (RSS), difference: 5.50 MiB
4091 2025.02.22 21:14:40.810519 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 532
4092 2025.02.22 21:14:40.815801 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4093 2025.02.22 21:14:40.815859 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4094 2025.02.22 21:14:40.817394 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4095 2025.02.22 21:14:40.817706 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4096 2025.02.22 21:14:40.818581 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 532
4097 2025.02.22 21:14:41.347374 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4098 2025.02.22 21:14:41.347689 [ 267 ] {2c5d0597-e136-40ca-8ce5-4b20bf383c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4099 2025.02.22 21:14:41.347800 [ 267 ] {2c5d0597-e136-40ca-8ce5-4b20bf383c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4100 2025.02.22 21:14:41.348737 [ 267 ] {2c5d0597-e136-40ca-8ce5-4b20bf383c0c} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4101 2025.02.22 21:14:41.348778 [ 267 ] {2c5d0597-e136-40ca-8ce5-4b20bf383c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4102 2025.02.22 21:14:41.349211 [ 267 ] {2c5d0597-e136-40ca-8ce5-4b20bf383c0c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4103 2025.02.22 21:14:41.349473 [ 267 ] {2c5d0597-e136-40ca-8ce5-4b20bf383c0c} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4104 2025.02.22 21:14:41.349668 [ 267 ] {2c5d0597-e136-40ca-8ce5-4b20bf383c0c} <Debug> executeQuery: Read 118 rows, 10.22 KiB in 0.002061 sec., 57253.76031052887 rows/sec., 4.84 MiB/sec.
4105 2025.02.22 21:14:41.349722 [ 267 ] {2c5d0597-e136-40ca-8ce5-4b20bf383c0c} <Debug> TCPHandler: Processed in 0.002530239 sec.
4106 2025.02.22 21:14:41.349978 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4107 2025.02.22 21:14:41.350202 [ 268 ] {a312ee49-ca22-4cbf-bb6f-a1aeada354af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4108 2025.02.22 21:14:41.350318 [ 268 ] {a312ee49-ca22-4cbf-bb6f-a1aeada354af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4109 2025.02.22 21:14:41.351382 [ 268 ] {a312ee49-ca22-4cbf-bb6f-a1aeada354af} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4110 2025.02.22 21:14:41.351428 [ 268 ] {a312ee49-ca22-4cbf-bb6f-a1aeada354af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4111 2025.02.22 21:14:41.351853 [ 268 ] {a312ee49-ca22-4cbf-bb6f-a1aeada354af} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4112 2025.02.22 21:14:41.352105 [ 268 ] {a312ee49-ca22-4cbf-bb6f-a1aeada354af} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4113 2025.02.22 21:14:41.352341 [ 268 ] {a312ee49-ca22-4cbf-bb6f-a1aeada354af} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.002225 sec., 13932.58426966292 rows/sec., 1.02 MiB/sec.
4114 2025.02.22 21:14:41.352398 [ 268 ] {a312ee49-ca22-4cbf-bb6f-a1aeada354af} <Debug> TCPHandler: Processed in 0.002553039 sec.
4115 2025.02.22 21:14:41.352558 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4116 2025.02.22 21:14:41.352693 [ 267 ] {e8f1a8bb-f7da-49dc-b64f-c17cae75fb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4117 2025.02.22 21:14:41.352751 [ 267 ] {e8f1a8bb-f7da-49dc-b64f-c17cae75fb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4118 2025.02.22 21:14:41.353412 [ 267 ] {e8f1a8bb-f7da-49dc-b64f-c17cae75fb0e} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4119 2025.02.22 21:14:41.353448 [ 267 ] {e8f1a8bb-f7da-49dc-b64f-c17cae75fb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4120 2025.02.22 21:14:41.353812 [ 267 ] {e8f1a8bb-f7da-49dc-b64f-c17cae75fb0e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4121 2025.02.22 21:14:41.354048 [ 267 ] {e8f1a8bb-f7da-49dc-b64f-c17cae75fb0e} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4122 2025.02.22 21:14:41.354263 [ 267 ] {e8f1a8bb-f7da-49dc-b64f-c17cae75fb0e} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001589 sec., 59786.02894902455 rows/sec., 4.67 MiB/sec.
4123 2025.02.22 21:14:41.354339 [ 267 ] {e8f1a8bb-f7da-49dc-b64f-c17cae75fb0e} <Debug> TCPHandler: Processed in 0.001847721 sec.
4124 2025.02.22 21:14:41.354630 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4125 2025.02.22 21:14:41.354858 [ 268 ] {c9b8d6b5-6b0e-4574-9395-a4429a76f699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4126 2025.02.22 21:14:41.354956 [ 268 ] {c9b8d6b5-6b0e-4574-9395-a4429a76f699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4127 2025.02.22 21:14:41.355623 [ 268 ] {c9b8d6b5-6b0e-4574-9395-a4429a76f699} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4128 2025.02.22 21:14:41.355661 [ 268 ] {c9b8d6b5-6b0e-4574-9395-a4429a76f699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4129 2025.02.22 21:14:41.356054 [ 268 ] {c9b8d6b5-6b0e-4574-9395-a4429a76f699} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4130 2025.02.22 21:14:41.356294 [ 268 ] {c9b8d6b5-6b0e-4574-9395-a4429a76f699} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4131 2025.02.22 21:14:41.356499 [ 268 ] {c9b8d6b5-6b0e-4574-9395-a4429a76f699} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec.
4132 2025.02.22 21:14:41.356552 [ 268 ] {c9b8d6b5-6b0e-4574-9395-a4429a76f699} <Debug> TCPHandler: Processed in 0.002100814 sec.
4133 2025.02.22 21:14:41.356703 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4134 2025.02.22 21:14:41.356841 [ 267 ] {1b4ad401-886a-492f-a108-3f7f0c64c9db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4135 2025.02.22 21:14:41.356933 [ 267 ] {1b4ad401-886a-492f-a108-3f7f0c64c9db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4136 2025.02.22 21:14:41.358133 [ 267 ] {1b4ad401-886a-492f-a108-3f7f0c64c9db} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4137 2025.02.22 21:14:41.358169 [ 267 ] {1b4ad401-886a-492f-a108-3f7f0c64c9db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4138 2025.02.22 21:14:41.358817 [ 267 ] {1b4ad401-886a-492f-a108-3f7f0c64c9db} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4139 2025.02.22 21:14:41.359075 [ 267 ] {1b4ad401-886a-492f-a108-3f7f0c64c9db} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4140 2025.02.22 21:14:41.359275 [ 267 ] {1b4ad401-886a-492f-a108-3f7f0c64c9db} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002465 sec., 12576.064908722108 rows/sec., 22.54 MiB/sec.
4141 2025.02.22 21:14:41.359366 [ 267 ] {1b4ad401-886a-492f-a108-3f7f0c64c9db} <Debug> TCPHandler: Processed in 0.002729241 sec.
4142 2025.02.22 21:14:41.359575 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4143 2025.02.22 21:14:41.359796 [ 268 ] {70d798de-5a7f-4efe-93d0-47eb23790821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4144 2025.02.22 21:14:41.359889 [ 268 ] {70d798de-5a7f-4efe-93d0-47eb23790821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4145 2025.02.22 21:14:41.360503 [ 268 ] {70d798de-5a7f-4efe-93d0-47eb23790821} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4146 2025.02.22 21:14:41.360542 [ 268 ] {70d798de-5a7f-4efe-93d0-47eb23790821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4147 2025.02.22 21:14:41.360924 [ 268 ] {70d798de-5a7f-4efe-93d0-47eb23790821} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4148 2025.02.22 21:14:41.361160 [ 268 ] {70d798de-5a7f-4efe-93d0-47eb23790821} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4149 2025.02.22 21:14:41.361424 [ 268 ] {70d798de-5a7f-4efe-93d0-47eb23790821} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001674 sec., 35842.29390681004 rows/sec., 2.42 MiB/sec.
4150 2025.02.22 21:14:41.361611 [ 268 ] {70d798de-5a7f-4efe-93d0-47eb23790821} <Debug> TCPHandler: Processed in 0.002143155 sec.
4151 2025.02.22 21:14:45.688696 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache
4152 2025.02.22 21:14:45.688748 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache
4153 2025.02.22 21:14:45.787951 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4154 2025.02.22 21:14:45.788585 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4155 2025.02.22 21:14:45.788622 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4156 2025.02.22 21:14:45.789227 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4157 2025.02.22 21:14:45.789492 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4158 2025.02.22 21:14:45.789672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4159 2025.02.22 21:14:46.345870 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4160 2025.02.22 21:14:46.346182 [ 267 ] {19032737-a8fe-4b28-8e1f-1be8ec93aafa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4161 2025.02.22 21:14:46.346296 [ 267 ] {19032737-a8fe-4b28-8e1f-1be8ec93aafa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4162 2025.02.22 21:14:46.347082 [ 267 ] {19032737-a8fe-4b28-8e1f-1be8ec93aafa} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4163 2025.02.22 21:14:46.347130 [ 267 ] {19032737-a8fe-4b28-8e1f-1be8ec93aafa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4164 2025.02.22 21:14:46.347570 [ 267 ] {19032737-a8fe-4b28-8e1f-1be8ec93aafa} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4165 2025.02.22 21:14:46.347828 [ 267 ] {19032737-a8fe-4b28-8e1f-1be8ec93aafa} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4166 2025.02.22 21:14:46.348071 [ 267 ] {19032737-a8fe-4b28-8e1f-1be8ec93aafa} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001966 sec., 36622.583926754836 rows/sec., 2.96 MiB/sec.
4167 2025.02.22 21:14:46.348138 [ 267 ] {19032737-a8fe-4b28-8e1f-1be8ec93aafa} <Debug> TCPHandler: Processed in 0.002452258 sec.
4168 2025.02.22 21:14:46.348430 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4169 2025.02.22 21:14:46.348618 [ 268 ] {28b2c9ba-a975-4bc2-86dc-fbee378538e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4170 2025.02.22 21:14:46.348690 [ 268 ] {28b2c9ba-a975-4bc2-86dc-fbee378538e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4171 2025.02.22 21:14:46.349433 [ 268 ] {28b2c9ba-a975-4bc2-86dc-fbee378538e8} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4172 2025.02.22 21:14:46.349474 [ 268 ] {28b2c9ba-a975-4bc2-86dc-fbee378538e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4173 2025.02.22 21:14:46.349902 [ 268 ] {28b2c9ba-a975-4bc2-86dc-fbee378538e8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4174 2025.02.22 21:14:46.350151 [ 268 ] {28b2c9ba-a975-4bc2-86dc-fbee378538e8} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4175 2025.02.22 21:14:46.350357 [ 268 ] {28b2c9ba-a975-4bc2-86dc-fbee378538e8} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001791 sec., 4466.7783361250695 rows/sec., 335.88 KiB/sec.
4176 2025.02.22 21:14:46.350412 [ 268 ] {28b2c9ba-a975-4bc2-86dc-fbee378538e8} <Debug> TCPHandler: Processed in 0.002128505 sec.
4177 2025.02.22 21:14:46.350563 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4178 2025.02.22 21:14:46.350705 [ 267 ] {ceab8bc0-ff44-4c7d-9569-fe46d1f7faf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4179 2025.02.22 21:14:46.350766 [ 267 ] {ceab8bc0-ff44-4c7d-9569-fe46d1f7faf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4180 2025.02.22 21:14:46.351712 [ 267 ] {ceab8bc0-ff44-4c7d-9569-fe46d1f7faf5} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4181 2025.02.22 21:14:46.351754 [ 267 ] {ceab8bc0-ff44-4c7d-9569-fe46d1f7faf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4182 2025.02.22 21:14:46.352124 [ 267 ] {ceab8bc0-ff44-4c7d-9569-fe46d1f7faf5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4183 2025.02.22 21:14:46.352359 [ 267 ] {ceab8bc0-ff44-4c7d-9569-fe46d1f7faf5} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4184 2025.02.22 21:14:46.352577 [ 267 ] {ceab8bc0-ff44-4c7d-9569-fe46d1f7faf5} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001905 sec., 37795.27559055118 rows/sec., 2.95 MiB/sec.
4185 2025.02.22 21:14:46.352634 [ 267 ] {ceab8bc0-ff44-4c7d-9569-fe46d1f7faf5} <Debug> TCPHandler: Processed in 0.002138514 sec.
4186 2025.02.22 21:14:46.352799 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4187 2025.02.22 21:14:46.352938 [ 268 ] {28c0117d-3f09-480f-8be2-4e38804261d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4188 2025.02.22 21:14:46.353003 [ 268 ] {28c0117d-3f09-480f-8be2-4e38804261d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4189 2025.02.22 21:14:46.353625 [ 268 ] {28c0117d-3f09-480f-8be2-4e38804261d6} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4190 2025.02.22 21:14:46.353662 [ 268 ] {28c0117d-3f09-480f-8be2-4e38804261d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4191 2025.02.22 21:14:46.354060 [ 268 ] {28c0117d-3f09-480f-8be2-4e38804261d6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4192 2025.02.22 21:14:46.354297 [ 268 ] {28c0117d-3f09-480f-8be2-4e38804261d6} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4193 2025.02.22 21:14:46.354522 [ 268 ] {28c0117d-3f09-480f-8be2-4e38804261d6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001613 sec., 99194.04835709857 rows/sec., 6.91 MiB/sec.
4194 2025.02.22 21:14:46.354738 [ 268 ] {28c0117d-3f09-480f-8be2-4e38804261d6} <Debug> TCPHandler: Processed in 0.002004983 sec.
4195 2025.02.22 21:14:46.354961 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4196 2025.02.22 21:14:46.355098 [ 267 ] {4dea4a48-eb6d-46ba-9ef7-83d535682b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4197 2025.02.22 21:14:46.355191 [ 267 ] {4dea4a48-eb6d-46ba-9ef7-83d535682b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4198 2025.02.22 21:14:46.356306 [ 267 ] {4dea4a48-eb6d-46ba-9ef7-83d535682b4d} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4199 2025.02.22 21:14:46.356351 [ 267 ] {4dea4a48-eb6d-46ba-9ef7-83d535682b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4200 2025.02.22 21:14:46.356961 [ 267 ] {4dea4a48-eb6d-46ba-9ef7-83d535682b4d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4201 2025.02.22 21:14:46.357214 [ 267 ] {4dea4a48-eb6d-46ba-9ef7-83d535682b4d} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4202 2025.02.22 21:14:46.357539 [ 267 ] {4dea4a48-eb6d-46ba-9ef7-83d535682b4d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002456 sec., 3257.328990228013 rows/sec., 5.84 MiB/sec.
4203 2025.02.22 21:14:46.357947 [ 267 ] {4dea4a48-eb6d-46ba-9ef7-83d535682b4d} <Debug> TCPHandler: Processed in 0.003101176 sec.
4204 2025.02.22 21:14:46.358159 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4205 2025.02.22 21:14:46.358353 [ 268 ] {ea9f6364-5ca8-441f-84c5-103f238e0598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4206 2025.02.22 21:14:46.358415 [ 268 ] {ea9f6364-5ca8-441f-84c5-103f238e0598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4207 2025.02.22 21:14:46.359012 [ 268 ] {ea9f6364-5ca8-441f-84c5-103f238e0598} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4208 2025.02.22 21:14:46.359057 [ 268 ] {ea9f6364-5ca8-441f-84c5-103f238e0598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4209 2025.02.22 21:14:46.359469 [ 268 ] {ea9f6364-5ca8-441f-84c5-103f238e0598} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4210 2025.02.22 21:14:46.359707 [ 268 ] {ea9f6364-5ca8-441f-84c5-103f238e0598} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4211 2025.02.22 21:14:46.359902 [ 268 ] {ea9f6364-5ca8-441f-84c5-103f238e0598} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00158 sec., 37974.6835443038 rows/sec., 2.56 MiB/sec.
4212 2025.02.22 21:14:46.360018 [ 268 ] {ea9f6364-5ca8-441f-84c5-103f238e0598} <Debug> TCPHandler: Processed in 0.001969962 sec.
4213 2025.02.22 21:14:46.469505 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4214 2025.02.22 21:14:46.487727 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4215 2025.02.22 21:14:46.487767 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4216 2025.02.22 21:14:46.494947 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4217 2025.02.22 21:14:46.495682 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4218 2025.02.22 21:14:46.498357 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4219 2025.02.22 21:14:47.350520 [ 94 ] {} <Debug> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4220 2025.02.22 21:14:47.350609 [ 94 ] {} <Trace> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4221 2025.02.22 21:14:47.350647 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4222 2025.02.22 21:14:47.350936 [ 200 ] {afde8bc8-9e71-402b-9e15-87802a5fe9bf::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full
4223 2025.02.22 21:14:47.351193 [ 200 ] {afde8bc8-9e71-402b-9e15-87802a5fe9bf::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4224 2025.02.22 21:14:47.351262 [ 200 ] {afde8bc8-9e71-402b-9e15-87802a5fe9bf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part
4225 2025.02.22 21:14:47.351425 [ 200 ] {afde8bc8-9e71-402b-9e15-87802a5fe9bf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
4226 2025.02.22 21:14:47.351792 [ 200 ] {afde8bc8-9e71-402b-9e15-87802a5fe9bf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part
4227 2025.02.22 21:14:47.352016 [ 200 ] {afde8bc8-9e71-402b-9e15-87802a5fe9bf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part
4228 2025.02.22 21:14:47.352179 [ 200 ] {afde8bc8-9e71-402b-9e15-87802a5fe9bf::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part
4229 2025.02.22 21:14:47.353305 [ 200 ] {afde8bc8-9e71-402b-9e15-87802a5fe9bf::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.002548729 sec., 8631.753317045477 rows/sec., 737.58 KiB/sec.
4230 2025.02.22 21:14:47.353424 [ 200 ] {afde8bc8-9e71-402b-9e15-87802a5fe9bf::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4231 2025.02.22 21:14:47.353691 [ 200 ] {afde8bc8-9e71-402b-9e15-87802a5fe9bf::all_1_5_1} <Trace> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4232 2025.02.22 21:14:47.353769 [ 200 ] {afde8bc8-9e71-402b-9e15-87802a5fe9bf::all_1_5_1} <Trace> oximeter.fields_ipaddr (afde8bc8-9e71-402b-9e15-87802a5fe9bf) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4233 2025.02.22 21:14:47.353846 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
4234 2025.02.22 21:14:50.573032 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4235 2025.02.22 21:14:50.573233 [ 267 ] {32b1731b-b8c7-4672-bec2-23da7f0ed531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4236 2025.02.22 21:14:50.573308 [ 267 ] {32b1731b-b8c7-4672-bec2-23da7f0ed531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4237 2025.02.22 21:14:50.574050 [ 267 ] {32b1731b-b8c7-4672-bec2-23da7f0ed531} <Trace> oximeter.fields_i16 (03d960d4-041b-4307-b6d7-193b24a6a0f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4238 2025.02.22 21:14:50.574094 [ 267 ] {32b1731b-b8c7-4672-bec2-23da7f0ed531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4239 2025.02.22 21:14:50.574503 [ 267 ] {32b1731b-b8c7-4672-bec2-23da7f0ed531} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4240 2025.02.22 21:14:50.574749 [ 267 ] {32b1731b-b8c7-4672-bec2-23da7f0ed531} <Trace> oximeter.fields_i16 (03d960d4-041b-4307-b6d7-193b24a6a0f0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4241 2025.02.22 21:14:50.574992 [ 267 ] {32b1731b-b8c7-4672-bec2-23da7f0ed531} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001814 sec., 13230.429988974642 rows/sec., 1.10 MiB/sec.
4242 2025.02.22 21:14:50.575071 [ 267 ] {32b1731b-b8c7-4672-bec2-23da7f0ed531} <Debug> TCPHandler: Processed in 0.002178875 sec.
4243 2025.02.22 21:14:50.575416 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4244 2025.02.22 21:14:50.575722 [ 268 ] {5640dd7b-75ce-47ae-934b-7161f61e2995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4245 2025.02.22 21:14:50.575839 [ 268 ] {5640dd7b-75ce-47ae-934b-7161f61e2995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4246 2025.02.22 21:14:50.577458 [ 268 ] {5640dd7b-75ce-47ae-934b-7161f61e2995} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4247 2025.02.22 21:14:50.577509 [ 268 ] {5640dd7b-75ce-47ae-934b-7161f61e2995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4248 2025.02.22 21:14:50.578036 [ 268 ] {5640dd7b-75ce-47ae-934b-7161f61e2995} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4249 2025.02.22 21:14:50.578288 [ 268 ] {5640dd7b-75ce-47ae-934b-7161f61e2995} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4250 2025.02.22 21:14:50.578531 [ 268 ] {5640dd7b-75ce-47ae-934b-7161f61e2995} <Debug> executeQuery: Read 1378 rows, 117.78 KiB in 0.002896 sec., 475828.7292817679 rows/sec., 39.72 MiB/sec.
4251 2025.02.22 21:14:50.578592 [ 268 ] {5640dd7b-75ce-47ae-934b-7161f61e2995} <Debug> TCPHandler: Processed in 0.003383549 sec.
4252 2025.02.22 21:14:50.578752 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4253 2025.02.22 21:14:50.578891 [ 267 ] {54ef480e-515f-4a66-9c55-7b2b17c6785d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4254 2025.02.22 21:14:50.578949 [ 267 ] {54ef480e-515f-4a66-9c55-7b2b17c6785d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4255 2025.02.22 21:14:50.579608 [ 267 ] {54ef480e-515f-4a66-9c55-7b2b17c6785d} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4256 2025.02.22 21:14:50.579648 [ 267 ] {54ef480e-515f-4a66-9c55-7b2b17c6785d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4257 2025.02.22 21:14:50.580014 [ 267 ] {54ef480e-515f-4a66-9c55-7b2b17c6785d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4258 2025.02.22 21:14:50.580252 [ 267 ] {54ef480e-515f-4a66-9c55-7b2b17c6785d} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4259 2025.02.22 21:14:50.580477 [ 267 ] {54ef480e-515f-4a66-9c55-7b2b17c6785d} <Debug> executeQuery: Read 43 rows, 3.29 KiB in 0.001615 sec., 26625.386996904028 rows/sec., 1.99 MiB/sec.
4260 2025.02.22 21:14:50.580532 [ 267 ] {54ef480e-515f-4a66-9c55-7b2b17c6785d} <Debug> TCPHandler: Processed in 0.001846521 sec.
4261 2025.02.22 21:14:50.580745 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4262 2025.02.22 21:14:50.580976 [ 268 ] {98cbc70b-f711-447d-9cef-d90c7add67d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4263 2025.02.22 21:14:50.581072 [ 268 ] {98cbc70b-f711-447d-9cef-d90c7add67d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4264 2025.02.22 21:14:50.581902 [ 268 ] {98cbc70b-f711-447d-9cef-d90c7add67d6} <Trace> oximeter.fields_u32 (3fb10a9a-8d9d-43a9-93d7-83395c51147b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4265 2025.02.22 21:14:50.581940 [ 268 ] {98cbc70b-f711-447d-9cef-d90c7add67d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4266 2025.02.22 21:14:50.582302 [ 268 ] {98cbc70b-f711-447d-9cef-d90c7add67d6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4267 2025.02.22 21:14:50.582540 [ 268 ] {98cbc70b-f711-447d-9cef-d90c7add67d6} <Trace> oximeter.fields_u32 (3fb10a9a-8d9d-43a9-93d7-83395c51147b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4268 2025.02.22 21:14:50.582749 [ 268 ] {98cbc70b-f711-447d-9cef-d90c7add67d6} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001823 sec., 138233.68074602305 rows/sec., 9.56 MiB/sec.
4269 2025.02.22 21:14:50.582881 [ 268 ] {98cbc70b-f711-447d-9cef-d90c7add67d6} <Debug> TCPHandler: Processed in 0.002249166 sec.
4270 2025.02.22 21:14:50.583039 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4271 2025.02.22 21:14:50.583175 [ 267 ] {62aaa08b-d455-42bb-bfb7-e324be78fcea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4272 2025.02.22 21:14:50.583231 [ 267 ] {62aaa08b-d455-42bb-bfb7-e324be78fcea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4273 2025.02.22 21:14:50.583824 [ 267 ] {62aaa08b-d455-42bb-bfb7-e324be78fcea} <Trace> oximeter.fields_u8 (80ab5d9b-7353-4076-a64b-0df8f61f01dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4274 2025.02.22 21:14:50.583862 [ 267 ] {62aaa08b-d455-42bb-bfb7-e324be78fcea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4275 2025.02.22 21:14:50.584211 [ 267 ] {62aaa08b-d455-42bb-bfb7-e324be78fcea} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4276 2025.02.22 21:14:50.584443 [ 267 ] {62aaa08b-d455-42bb-bfb7-e324be78fcea} <Trace> oximeter.fields_u8 (80ab5d9b-7353-4076-a64b-0df8f61f01dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4277 2025.02.22 21:14:50.584649 [ 267 ] {62aaa08b-d455-42bb-bfb7-e324be78fcea} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001504 sec., 7978.72340425532 rows/sec., 623.34 KiB/sec.
4278 2025.02.22 21:14:50.584701 [ 267 ] {62aaa08b-d455-42bb-bfb7-e324be78fcea} <Debug> TCPHandler: Processed in 0.00172866 sec.
4279 2025.02.22 21:14:50.584856 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4280 2025.02.22 21:14:50.584992 [ 268 ] {87c5d592-eda1-4541-a262-5503a9c8dd09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4281 2025.02.22 21:14:50.585050 [ 268 ] {87c5d592-eda1-4541-a262-5503a9c8dd09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4282 2025.02.22 21:14:50.585905 [ 268 ] {87c5d592-eda1-4541-a262-5503a9c8dd09} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4283 2025.02.22 21:14:50.585941 [ 268 ] {87c5d592-eda1-4541-a262-5503a9c8dd09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4284 2025.02.22 21:14:50.586319 [ 268 ] {87c5d592-eda1-4541-a262-5503a9c8dd09} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4285 2025.02.22 21:14:50.586567 [ 268 ] {87c5d592-eda1-4541-a262-5503a9c8dd09} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4286 2025.02.22 21:14:50.586753 [ 268 ] {87c5d592-eda1-4541-a262-5503a9c8dd09} <Debug> executeQuery: Read 587 rows, 45.14 KiB in 0.00179 sec., 327932.9608938548 rows/sec., 24.63 MiB/sec.
4287 2025.02.22 21:14:50.586808 [ 268 ] {87c5d592-eda1-4541-a262-5503a9c8dd09} <Debug> TCPHandler: Processed in 0.002022383 sec.
4288 2025.02.22 21:14:50.586965 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4289 2025.02.22 21:14:50.587103 [ 267 ] {32cfb9ec-7258-4e2d-b8d3-6e11fd1a6a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4290 2025.02.22 21:14:50.587165 [ 267 ] {32cfb9ec-7258-4e2d-b8d3-6e11fd1a6a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4291 2025.02.22 21:14:50.588029 [ 267 ] {32cfb9ec-7258-4e2d-b8d3-6e11fd1a6a45} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4292 2025.02.22 21:14:50.588069 [ 267 ] {32cfb9ec-7258-4e2d-b8d3-6e11fd1a6a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4293 2025.02.22 21:14:50.588515 [ 267 ] {32cfb9ec-7258-4e2d-b8d3-6e11fd1a6a45} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4294 2025.02.22 21:14:50.588748 [ 267 ] {32cfb9ec-7258-4e2d-b8d3-6e11fd1a6a45} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4295 2025.02.22 21:14:50.588969 [ 267 ] {32cfb9ec-7258-4e2d-b8d3-6e11fd1a6a45} <Debug> executeQuery: Read 916 rows, 63.62 KiB in 0.001895 sec., 483377.30870712403 rows/sec., 32.78 MiB/sec.
4296 2025.02.22 21:14:50.589061 [ 267 ] {32cfb9ec-7258-4e2d-b8d3-6e11fd1a6a45} <Debug> TCPHandler: Processed in 0.002161874 sec.
4297 2025.02.22 21:14:50.589227 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4298 2025.02.22 21:14:50.589364 [ 268 ] {16dc6422-d32f-49c9-b570-7da1b3e153ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4299 2025.02.22 21:14:50.589457 [ 268 ] {16dc6422-d32f-49c9-b570-7da1b3e153ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4300 2025.02.22 21:14:50.590729 [ 268 ] {16dc6422-d32f-49c9-b570-7da1b3e153ef} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4301 2025.02.22 21:14:50.590767 [ 268 ] {16dc6422-d32f-49c9-b570-7da1b3e153ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4302 2025.02.22 21:14:50.591407 [ 268 ] {16dc6422-d32f-49c9-b570-7da1b3e153ef} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4303 2025.02.22 21:14:50.591663 [ 268 ] {16dc6422-d32f-49c9-b570-7da1b3e153ef} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4304 2025.02.22 21:14:50.591865 [ 268 ] {16dc6422-d32f-49c9-b570-7da1b3e153ef} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002531 sec., 12248.123271434217 rows/sec., 21.95 MiB/sec.
4305 2025.02.22 21:14:50.591955 [ 268 ] {16dc6422-d32f-49c9-b570-7da1b3e153ef} <Debug> TCPHandler: Processed in 0.002804312 sec.
4306 2025.02.22 21:14:50.592112 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4307 2025.02.22 21:14:50.592250 [ 267 ] {1aeeb7e4-273c-4f79-bd42-1edc63e9dedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4308 2025.02.22 21:14:50.592308 [ 267 ] {1aeeb7e4-273c-4f79-bd42-1edc63e9dedb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4309 2025.02.22 21:14:50.592895 [ 267 ] {1aeeb7e4-273c-4f79-bd42-1edc63e9dedb} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4310 2025.02.22 21:14:50.592941 [ 267 ] {1aeeb7e4-273c-4f79-bd42-1edc63e9dedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4311 2025.02.22 21:14:50.593373 [ 267 ] {1aeeb7e4-273c-4f79-bd42-1edc63e9dedb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4312 2025.02.22 21:14:50.593604 [ 267 ] {1aeeb7e4-273c-4f79-bd42-1edc63e9dedb} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4313 2025.02.22 21:14:50.593805 [ 267 ] {1aeeb7e4-273c-4f79-bd42-1edc63e9dedb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001586 sec., 37831.02143757881 rows/sec., 2.55 MiB/sec.
4314 2025.02.22 21:14:50.593854 [ 267 ] {1aeeb7e4-273c-4f79-bd42-1edc63e9dedb} <Debug> TCPHandler: Processed in 0.001810321 sec.
4315 2025.02.22 21:14:50.818800 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 574
4316 2025.02.22 21:14:50.822073 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4317 2025.02.22 21:14:50.822131 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4318 2025.02.22 21:14:50.823616 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4319 2025.02.22 21:14:50.823941 [ 242 ] {} <Trace> system.query_log (6c092924-669f-451d-8aeb-b806ef3c2b06): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4320 2025.02.22 21:14:50.825161 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 574
4321 2025.02.22 21:14:53.289836 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
4322 2025.02.22 21:14:53.290609 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4323 2025.02.22 21:14:53.290662 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4324 2025.02.22 21:14:53.291249 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4325 2025.02.22 21:14:53.291511 [ 244 ] {} <Trace> system.asynchronous_metric_log (e727d608-5c42-4df3-ba63-ffc5ade8b46b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4326 2025.02.22 21:14:53.291776 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
4327 2025.02.22 21:14:53.998478 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4328 2025.02.22 21:14:54.019588 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4329 2025.02.22 21:14:54.019651 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4330 2025.02.22 21:14:54.027339 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4331 2025.02.22 21:14:54.028112 [ 243 ] {} <Trace> system.metric_log (8b1f757f-7883-4c96-9b8b-01841c204e3b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4332 2025.02.22 21:14:54.030763 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4333 2025.02.22 21:14:56.345823 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4334 2025.02.22 21:14:56.346144 [ 267 ] {1c7969a0-31c3-408e-b711-e63a57c0be8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4335 2025.02.22 21:14:56.346257 [ 267 ] {1c7969a0-31c3-408e-b711-e63a57c0be8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4336 2025.02.22 21:14:56.347147 [ 267 ] {1c7969a0-31c3-408e-b711-e63a57c0be8e} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4337 2025.02.22 21:14:56.347197 [ 267 ] {1c7969a0-31c3-408e-b711-e63a57c0be8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4338 2025.02.22 21:14:56.347644 [ 267 ] {1c7969a0-31c3-408e-b711-e63a57c0be8e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4339 2025.02.22 21:14:56.347899 [ 267 ] {1c7969a0-31c3-408e-b711-e63a57c0be8e} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4340 2025.02.22 21:14:56.348120 [ 87 ] {} <Debug> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4341 2025.02.22 21:14:56.348150 [ 267 ] {1c7969a0-31c3-408e-b711-e63a57c0be8e} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002085 sec., 34532.374100719426 rows/sec., 2.79 MiB/sec.
4342 2025.02.22 21:14:56.348243 [ 87 ] {} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4343 2025.02.22 21:14:56.348307 [ 267 ] {1c7969a0-31c3-408e-b711-e63a57c0be8e} <Debug> TCPHandler: Processed in 0.002665821 sec.
4344 2025.02.22 21:14:56.348329 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4345 2025.02.22 21:14:56.348664 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4346 2025.02.22 21:14:56.348668 [ 187 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
4347 2025.02.22 21:14:56.349084 [ 268 ] {c9e78c0e-6ada-4ed7-a6b2-da0b5e4354f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4348 2025.02.22 21:14:56.349096 [ 187 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4349 2025.02.22 21:14:56.349147 [ 187 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1964 rows starting from the beginning of the part
4350 2025.02.22 21:14:56.349172 [ 268 ] {c9e78c0e-6ada-4ed7-a6b2-da0b5e4354f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4351 2025.02.22 21:14:56.349427 [ 187 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 74 rows starting from the beginning of the part
4352 2025.02.22 21:14:56.349787 [ 187 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 118 rows starting from the beginning of the part
4353 2025.02.22 21:14:56.350112 [ 187 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 72 rows starting from the beginning of the part
4354 2025.02.22 21:14:56.350471 [ 187 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1378 rows starting from the beginning of the part
4355 2025.02.22 21:14:56.350851 [ 187 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 72 rows starting from the beginning of the part
4356 2025.02.22 21:14:56.351967 [ 268 ] {c9e78c0e-6ada-4ed7-a6b2-da0b5e4354f6} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4357 2025.02.22 21:14:56.352007 [ 268 ] {c9e78c0e-6ada-4ed7-a6b2-da0b5e4354f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4358 2025.02.22 21:14:56.352606 [ 268 ] {c9e78c0e-6ada-4ed7-a6b2-da0b5e4354f6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4359 2025.02.22 21:14:56.352888 [ 268 ] {c9e78c0e-6ada-4ed7-a6b2-da0b5e4354f6} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4360 2025.02.22 21:14:56.353034 [ 87 ] {} <Debug> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4361 2025.02.22 21:14:56.353080 [ 87 ] {} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4362 2025.02.22 21:14:56.353103 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4363 2025.02.22 21:14:56.353126 [ 268 ] {c9e78c0e-6ada-4ed7-a6b2-da0b5e4354f6} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004168 sec., 1919.3857965451057 rows/sec., 144.33 KiB/sec.
4364 2025.02.22 21:14:56.353569 [ 268 ] {c9e78c0e-6ada-4ed7-a6b2-da0b5e4354f6} <Debug> TCPHandler: Processed in 0.005117939 sec.
4365 2025.02.22 21:14:56.354435 [ 187 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3678 rows, containing 5 columns (5 merged, 0 gathered) in 0.005958508 sec., 617268.6182514146 rows/sec., 53.33 MiB/sec.
4366 2025.02.22 21:14:56.354468 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4367 2025.02.22 21:14:56.354548 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
4368 2025.02.22 21:14:56.354716 [ 267 ] {77bcf589-bb20-494e-b5bc-ed48e56aafe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4369 2025.02.22 21:14:56.354819 [ 187 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4370 2025.02.22 21:14:56.354835 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4371 2025.02.22 21:14:56.354839 [ 267 ] {77bcf589-bb20-494e-b5bc-ed48e56aafe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4372 2025.02.22 21:14:56.354971 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 173 rows starting from the beginning of the part
4373 2025.02.22 21:14:56.355398 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part
4374 2025.02.22 21:14:56.356126 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part
4375 2025.02.22 21:14:56.356192 [ 187 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_31_6} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4376 2025.02.22 21:14:56.356648 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part
4377 2025.02.22 21:14:56.356875 [ 187 ] {5c19a9a3-50d5-4c87-b449-abc611c2985b::all_1_31_6} <Trace> oximeter.fields_string (5c19a9a3-50d5-4c87-b449-abc611c2985b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4378 2025.02.22 21:14:56.357352 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
4379 2025.02.22 21:14:56.357360 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 43 rows starting from the beginning of the part
4380 2025.02.22 21:14:56.357691 [ 197 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part
4381 2025.02.22 21:14:56.358302 [ 267 ] {77bcf589-bb20-494e-b5bc-ed48e56aafe9} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4382 2025.02.22 21:14:56.358345 [ 267 ] {77bcf589-bb20-494e-b5bc-ed48e56aafe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4383 2025.02.22 21:14:56.358930 [ 267 ] {77bcf589-bb20-494e-b5bc-ed48e56aafe9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4384 2025.02.22 21:14:56.359218 [ 187 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 275 rows, containing 5 columns (5 merged, 0 gathered) in 0.006001398 sec., 45822.65665433287 rows/sec., 3.28 MiB/sec.
4385 2025.02.22 21:14:56.359308 [ 267 ] {77bcf589-bb20-494e-b5bc-ed48e56aafe9} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4386 2025.02.22 21:14:56.359435 [ 187 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4387 2025.02.22 21:14:56.359555 [ 87 ] {} <Debug> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4388 2025.02.22 21:14:56.359661 [ 87 ] {} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4389 2025.02.22 21:14:56.359738 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4390 2025.02.22 21:14:56.359881 [ 267 ] {77bcf589-bb20-494e-b5bc-ed48e56aafe9} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005217 sec., 13801.035077630822 rows/sec., 1.08 MiB/sec.
4391 2025.02.22 21:14:56.360224 [ 267 ] {77bcf589-bb20-494e-b5bc-ed48e56aafe9} <Debug> TCPHandler: Processed in 0.006448224 sec.
4392 2025.02.22 21:14:56.360276 [ 200 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
4393 2025.02.22 21:14:56.360395 [ 187 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_26_5} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4394 2025.02.22 21:14:56.360470 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4395 2025.02.22 21:14:56.360589 [ 187 ] {a0e41deb-405a-407d-a440-7f086b5d6451::all_1_26_5} <Trace> oximeter.fields_u16 (a0e41deb-405a-407d-a440-7f086b5d6451) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4396 2025.02.22 21:14:56.360838 [ 200 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4397 2025.02.22 21:14:56.360873 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4398 2025.02.22 21:14:56.360888 [ 268 ] {fb32a6f1-e942-4a9b-a1fa-b6f9dd665a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4399 2025.02.22 21:14:56.360971 [ 200 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 947 rows starting from the beginning of the part
4400 2025.02.22 21:14:56.361036 [ 268 ] {fb32a6f1-e942-4a9b-a1fa-b6f9dd665a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4401 2025.02.22 21:14:56.361366 [ 200 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 76 rows starting from the beginning of the part
4402 2025.02.22 21:14:56.361808 [ 200 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 95 rows starting from the beginning of the part
4403 2025.02.22 21:14:56.362178 [ 200 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 72 rows starting from the beginning of the part
4404 2025.02.22 21:14:56.362524 [ 200 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 587 rows starting from the beginning of the part
4405 2025.02.22 21:14:56.362767 [ 200 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 72 rows starting from the beginning of the part
4406 2025.02.22 21:14:56.363640 [ 268 ] {fb32a6f1-e942-4a9b-a1fa-b6f9dd665a1b} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4407 2025.02.22 21:14:56.363707 [ 268 ] {fb32a6f1-e942-4a9b-a1fa-b6f9dd665a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4408 2025.02.22 21:14:56.364742 [ 268 ] {fb32a6f1-e942-4a9b-a1fa-b6f9dd665a1b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4409 2025.02.22 21:14:56.365230 [ 268 ] {fb32a6f1-e942-4a9b-a1fa-b6f9dd665a1b} <Trace> oximeter.measurements_cumulativeu64 (c4b54706-585b-4104-bc06-e3cf36a346f7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4410 2025.02.22 21:14:56.365552 [ 268 ] {fb32a6f1-e942-4a9b-a1fa-b6f9dd665a1b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004857 sec., 32942.14535721639 rows/sec., 2.29 MiB/sec.
4411 2025.02.22 21:14:56.365907 [ 268 ] {fb32a6f1-e942-4a9b-a1fa-b6f9dd665a1b} <Debug> TCPHandler: Processed in 0.005545973 sec.
4412 2025.02.22 21:14:56.366147 [ 187 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1849 rows, containing 5 columns (5 merged, 0 gathered) in 0.006272681 sec., 294770.2904069249 rows/sec., 23.13 MiB/sec.
4413 2025.02.22 21:14:56.366232 [ 267 ] {} <Trace> TCP-Session: 09702073-668b-49d3-8662-effb26373fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4414 2025.02.22 21:14:56.366343 [ 187 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4415 2025.02.22 21:14:56.366580 [ 267 ] {8d161140-adda-41a4-9d02-448dec1048e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63512) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4416 2025.02.22 21:14:56.366735 [ 267 ] {8d161140-adda-41a4-9d02-448dec1048e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4417 2025.02.22 21:14:56.367002 [ 187 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_31_6} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4418 2025.02.22 21:14:56.367227 [ 187 ] {7ff3bb7e-6b48-49af-8d15-290936fc98ee::all_1_31_6} <Trace> oximeter.fields_uuid (7ff3bb7e-6b48-49af-8d15-290936fc98ee) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4419 2025.02.22 21:14:56.367417 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
4420 2025.02.22 21:14:56.368397 [ 267 ] {8d161140-adda-41a4-9d02-448dec1048e7} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4421 2025.02.22 21:14:56.368446 [ 267 ] {8d161140-adda-41a4-9d02-448dec1048e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4422 2025.02.22 21:14:56.369080 [ 267 ] {8d161140-adda-41a4-9d02-448dec1048e7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4423 2025.02.22 21:14:56.369344 [ 267 ] {8d161140-adda-41a4-9d02-448dec1048e7} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4424 2025.02.22 21:14:56.369524 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4425 2025.02.22 21:14:56.369611 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4426 2025.02.22 21:14:56.369644 [ 267 ] {8d161140-adda-41a4-9d02-448dec1048e7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003147 sec., 2542.103590721322 rows/sec., 4.56 MiB/sec.
4427 2025.02.22 21:14:56.369665 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4428 2025.02.22 21:14:56.370487 [ 267 ] {8d161140-adda-41a4-9d02-448dec1048e7} <Debug> TCPHandler: Processed in 0.004441111 sec.
4429 2025.02.22 21:14:56.370623 [ 199 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
4430 2025.02.22 21:14:56.370864 [ 268 ] {} <Trace> TCP-Session: 83b416c0-f5c5-4494-ae30-5a7765b5afc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4431 2025.02.22 21:14:56.371176 [ 268 ] {711f98c6-cd91-49cf-a2bf-4867e1938e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43848) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4432 2025.02.22 21:14:56.371268 [ 268 ] {711f98c6-cd91-49cf-a2bf-4867e1938e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4433 2025.02.22 21:14:56.371416 [ 199 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4434 2025.02.22 21:14:56.371555 [ 199 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 442 rows starting from the beginning of the part
4435 2025.02.22 21:14:56.372173 [ 199 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part
4436 2025.02.22 21:14:56.372787 [ 199 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part
4437 2025.02.22 21:14:56.372813 [ 268 ] {711f98c6-cd91-49cf-a2bf-4867e1938e5d} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4438 2025.02.22 21:14:56.372859 [ 268 ] {711f98c6-cd91-49cf-a2bf-4867e1938e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB.
4439 2025.02.22 21:14:56.373298 [ 199 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part
4440 2025.02.22 21:14:56.373903 [ 199 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part
4441 2025.02.22 21:14:56.374005 [ 268 ] {711f98c6-cd91-49cf-a2bf-4867e1938e5d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4442 2025.02.22 21:14:56.374406 [ 199 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part
4443 2025.02.22 21:14:56.374797 [ 268 ] {711f98c6-cd91-49cf-a2bf-4867e1938e5d} <Trace> oximeter.measurements_u64 (6e2de243-a66a-44e2-80e3-deeef99ef677): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4444 2025.02.22 21:14:56.375157 [ 268 ] {711f98c6-cd91-49cf-a2bf-4867e1938e5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00403 sec., 14888.33746898263 rows/sec., 1.00 MiB/sec.
4445 2025.02.22 21:14:56.375255 [ 268 ] {711f98c6-cd91-49cf-a2bf-4867e1938e5d} <Debug> TCPHandler: Processed in 0.004638523 sec.
4446 2025.02.22 21:14:56.390245 [ 187 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 19 columns (19 merged, 0 gathered) in 0.020384912 sec., 25901.509901048383 rows/sec., 46.41 MiB/sec.
4447 2025.02.22 21:14:56.391013 [ 188 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4448 2025.02.22 21:14:56.391536 [ 188 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4449 2025.02.22 21:14:56.391632 [ 188 ] {cbf56b97-d6c1-41f1-bea9-097f9ec7c045::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (cbf56b97-d6c1-41f1-bea9-097f9ec7c045) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4450 2025.02.22 21:14:56.391803 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
4451 2025.02.22 21:14:57.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.74 MiB, peak 195.09 MiB, free memory in arenas 0.00 B, will set to 189.02 MiB (RSS), difference: 1.28 MiB
4452 2025.02.22 21:15:00.688812 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache
4453 2025.02.22 21:15:00.688859 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache