Max level shown:
1 [ Feb 23 09:08:24 Enabled. ]
2 [ Feb 23 09:08:24 Rereading configuration. ]
3 [ Feb 23 09:08:24 Rereading configuration. ]
4 [ Feb 23 09:08:26 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 23 09:08:26 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.23 09:08:27.057259 [ 1 ] {} <Information> Application: Will watch for the process with pid 23613
29 2025.02.23 09:08:27.057971 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.02.23 09:08:27.342386 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23613
31 2025.02.23 09:08:27.343236 [ 1 ] {} <Information> Application: starting up
32 2025.02.23 09:08:27.344044 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.02.23 09:08:27.446140 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.02.23 09:08:27.548392 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.02.23 09:08:27.548473 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.02.23 09:08:27.548495 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.02.23 09:08:27.548603 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.02.23 09:08:27.549067 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.02.23 09:08:27.550895 [ 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.23 09:08:27.551752 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.02.23 09:08:27.552720 [ 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.23 09:08:27.552744 [ 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.23 09:08:27.552762 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.02.23 09:08:27.552979 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.02.23 09:08:27.553974 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.02.23 09:08:27.560425 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.02.23 09:08:27.561368 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.02.23 09:08:27.562831 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.02.23 09:08:27.562909 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.02.23 09:08:27.564673 [ 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.23 09:08:27.565219 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.02.23 09:08:27.570293 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.02.23 09:08:27.570680 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.02.23 09:08:27.572505 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.02.23 09:08:27.572981 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.02.23 09:08:27.573398 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.02.23 09:08:27.573845 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.02.23 09:08:27.575552 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.02.23 09:08:27.575589 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.02.23 09:08:27.575654 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.02.23 09:08:27.575741 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.02.23 09:08:27.597728 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.02.23 09:08:27.597760 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000182863 sec
68 2025.02.23 09:08:27.597819 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.02.23 09:08:27.597840 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.02.23 09:08:27.599332 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.02.23 09:08:27.600555 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.02.23 09:08:27.614597 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.02.23 09:08:27.614655 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.02.23 09:08:27.614680 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.02.23 09:08:27.614696 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.02.23 09:08:27.614742 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.02.23 09:08:27.614766 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.02.23 09:08:27.617796 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.02.23 09:08:27.617851 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.02.23 09:08:27.617879 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.02.23 09:08:27.618093 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.02.23 09:08:27.618117 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.02.23 09:08:27.618166 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.02.23 09:08:27.618190 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.02.23 09:08:27.618205 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.02.23 09:08:27.618241 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.02.23 09:08:27.618262 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.02.23 09:08:27.649813 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.02.23 09:08:27.651250 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.02.23 09:08:27.651284 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.7081e-05 sec
91 2025.02.23 09:08:27.651304 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.02.23 09:08:27.651315 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.02.23 09:08:27.651342 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.02.23 09:08:27.651582 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.02.23 09:08:27.651633 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.02.23 09:08:27.651650 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.02.23 09:08:27.651664 [ 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.23 09:08:27.651677 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.02.23 09:08:27.663667 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.02.23 09:08:27.663943 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB
101 2025.02.23 09:08:27.665076 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.7901e-05 sec.
102 2025.02.23 09:08:27.666208 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.02.23 09:08:27.666318 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.02.23 09:08:27.666340 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.02.23 09:08:27.742081 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38244
106 2025.02.23 09:08:27.742397 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.02.23 09:08:27.742474 [ 3 ] {} <Debug> TCP-Session: be25e487-8939-4569-abba-813668143a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:38244
108 2025.02.23 09:08:27.742517 [ 3 ] {} <Debug> TCP-Session: be25e487-8939-4569-abba-813668143a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.02.23 09:08:27.742548 [ 3 ] {} <Debug> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.02.23 09:08:27.742660 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.02.23 09:08:27.742697 [ 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.23 09:08:27.742728 [ 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.23 09:08:27.744421 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65003
114 2025.02.23 09:08:27.744558 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.02.23 09:08:27.744595 [ 4 ] {} <Debug> TCP-Session: 6ce3a63e-3872-4b81-8086-7ea5560c9e15 Authenticating user 'default' from [fd00:1122:3344:101::d]:65003
116 2025.02.23 09:08:27.744630 [ 4 ] {} <Debug> TCP-Session: 6ce3a63e-3872-4b81-8086-7ea5560c9e15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.02.23 09:08:27.744665 [ 4 ] {} <Debug> TCP-Session: 6ce3a63e-3872-4b81-8086-7ea5560c9e15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.02.23 09:08:27.745410 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38530
119 2025.02.23 09:08:27.745426 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52609
120 2025.02.23 09:08:27.745519 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52999
121 2025.02.23 09:08:27.745869 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33371
122 2025.02.23 09:08:27.745891 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
123 2025.02.23 09:08:27.745905 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
124 2025.02.23 09:08:27.746037 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2025.02.23 09:08:27.746090 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2025.02.23 09:08:27.746128 [ 5 ] {} <Debug> TCP-Session: 39a55a79-9b9c-4ad2-a1ed-a326594724f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52609
127 2025.02.23 09:08:27.746157 [ 254 ] {} <Debug> TCP-Session: 67c94533-5795-4f71-9f0e-e9c879d4f2ce Authenticating user 'default' from [fd00:1122:3344:101::d]:52999
128 2025.02.23 09:08:27.746227 [ 255 ] {} <Debug> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Authenticating user 'default' from [fd00:1122:3344:101::d]:33371
129 2025.02.23 09:08:27.746228 [ 5 ] {} <Debug> TCP-Session: 39a55a79-9b9c-4ad2-a1ed-a326594724f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
130 2025.02.23 09:08:27.746198 [ 253 ] {} <Debug> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Authenticating user 'default' from [fd00:1122:3344:101::d]:38530
131 2025.02.23 09:08:27.746330 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62355
132 2025.02.23 09:08:27.746348 [ 5 ] {} <Debug> TCP-Session: 39a55a79-9b9c-4ad2-a1ed-a326594724f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
133 2025.02.23 09:08:27.746348 [ 255 ] {} <Debug> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
134 2025.02.23 09:08:27.746396 [ 254 ] {} <Debug> TCP-Session: 67c94533-5795-4f71-9f0e-e9c879d4f2ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2025.02.23 09:08:27.746374 [ 253 ] {} <Debug> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
136 2025.02.23 09:08:27.747278 [ 255 ] {} <Debug> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
137 2025.02.23 09:08:27.747269 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
138 2025.02.23 09:08:27.747281 [ 253 ] {} <Debug> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
139 2025.02.23 09:08:27.747545 [ 254 ] {} <Debug> TCP-Session: 67c94533-5795-4f71-9f0e-e9c879d4f2ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
140 2025.02.23 09:08:27.747597 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39827
141 2025.02.23 09:08:27.747334 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49539
142 2025.02.23 09:08:27.747584 [ 256 ] {} <Debug> TCP-Session: e81fef09-a582-4218-b736-89dab536b15d Authenticating user 'default' from [fd00:1122:3344:101::d]:62355
143 2025.02.23 09:08:27.748304 [ 256 ] {} <Debug> TCP-Session: e81fef09-a582-4218-b736-89dab536b15d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2025.02.23 09:08:27.748500 [ 256 ] {} <Debug> TCP-Session: e81fef09-a582-4218-b736-89dab536b15d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
145 2025.02.23 09:08:27.748645 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
146 2025.02.23 09:08:27.748695 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
147 2025.02.23 09:08:27.748728 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
148 2025.02.23 09:08:27.748751 [ 257 ] {} <Debug> TCP-Session: 19395151-591b-4907-b501-c408274dbfdd Authenticating user 'default' from [fd00:1122:3344:101::d]:49539
149 2025.02.23 09:08:27.748808 [ 258 ] {} <Debug> TCP-Session: a45f74a8-672d-4486-a447-3373e67d7c42 Authenticating user 'default' from [fd00:1122:3344:101::d]:39827
150 2025.02.23 09:08:27.748823 [ 257 ] {} <Debug> TCP-Session: 19395151-591b-4907-b501-c408274dbfdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
151 2025.02.23 09:08:27.748863 [ 258 ] {} <Debug> TCP-Session: a45f74a8-672d-4486-a447-3373e67d7c42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.02.23 09:08:27.748875 [ 257 ] {} <Debug> TCP-Session: 19395151-591b-4907-b501-c408274dbfdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.02.23 09:08:27.748896 [ 258 ] {} <Debug> TCP-Session: a45f74a8-672d-4486-a447-3373e67d7c42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.02.23 09:08:27.752377 [ 3 ] {80a16a90-c7f3-47d9-bfb3-b5e0608b26ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
155 2025.02.23 09:08:27.809649 [ 3 ] {80a16a90-c7f3-47d9-bfb3-b5e0608b26ca} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38244) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
156 
157 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
158 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
159 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
160 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
161 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
162 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
163 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
164 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
165 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
166 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
167 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
168 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
169 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
170 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
171 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
172 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
173 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
174 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
175 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
176 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
177 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
178 
179 2025.02.23 09:08:27.811323 [ 3 ] {80a16a90-c7f3-47d9-bfb3-b5e0608b26ca} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
180 
181 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
182 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
183 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
184 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
185 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
186 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
187 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
188 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
189 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
190 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
191 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
192 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
193 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
194 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
195 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
196 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
197 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
198 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
199 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
200 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
201 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
202 
203 2025.02.23 09:08:27.811478 [ 3 ] {80a16a90-c7f3-47d9-bfb3-b5e0608b26ca} <Debug> TCPHandler: Processed in 0.065368713 sec.
204 2025.02.23 09:08:27.811971 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
205 2025.02.23 09:08:27.812352 [ 253 ] {1c0d4722-d94d-4c6c-b3df-277096fc96c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
206 2025.02.23 09:08:27.812917 [ 253 ] {1c0d4722-d94d-4c6c-b3df-277096fc96c9} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38530) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
207 
208 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
209 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
210 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
211 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
212 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
213 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
214 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
215 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
216 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
217 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
218 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
219 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
220 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
221 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
222 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
223 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
224 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
225 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
226 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
227 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
228 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
229 
230 2025.02.23 09:08:27.813075 [ 253 ] {1c0d4722-d94d-4c6c-b3df-277096fc96c9} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
231 
232 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
233 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
234 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
235 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
236 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
237 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
238 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
239 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
240 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
241 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
242 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
243 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
244 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
245 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
246 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
247 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
248 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
249 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
250 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
251 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
252 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
253 
254 2025.02.23 09:08:27.813215 [ 253 ] {1c0d4722-d94d-4c6c-b3df-277096fc96c9} <Debug> TCPHandler: Processed in 0.001486588 sec.
255 2025.02.23 09:08:27.813526 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
256 2025.02.23 09:08:27.814407 [ 3 ] {b25d0a1b-ed2c-4e5b-bd1d-95117bc20783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
257 2025.02.23 09:08:27.814526 [ 3 ] {b25d0a1b-ed2c-4e5b-bd1d-95117bc20783} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
258 2025.02.23 09:08:27.815969 [ 3 ] {b25d0a1b-ed2c-4e5b-bd1d-95117bc20783} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
259 2025.02.23 09:08:27.815994 [ 3 ] {b25d0a1b-ed2c-4e5b-bd1d-95117bc20783} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.2882e-05 sec
260 2025.02.23 09:08:27.816011 [ 3 ] {b25d0a1b-ed2c-4e5b-bd1d-95117bc20783} <Trace> ReferentialDeps: No tables
261 2025.02.23 09:08:27.816047 [ 3 ] {b25d0a1b-ed2c-4e5b-bd1d-95117bc20783} <Trace> LoadingDeps: No tables
262 2025.02.23 09:08:27.816078 [ 3 ] {b25d0a1b-ed2c-4e5b-bd1d-95117bc20783} <Information> DatabaseAtomic (oximeter): Starting up tables.
263 2025.02.23 09:08:27.816833 [ 3 ] {b25d0a1b-ed2c-4e5b-bd1d-95117bc20783} <Debug> TCPHandler: Processed in 0.003435184 sec.
264 2025.02.23 09:08:27.817075 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
265 2025.02.23 09:08:27.817350 [ 253 ] {0c9de396-7859-4280-80aa-67147a6614e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) /* The version table contains metadata about the `oximeter` database */
266 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
267 2025.02.23 09:08:27.817424 [ 253 ] {0c9de396-7859-4280-80aa-67147a6614e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
268 2025.02.23 09:08:27.828079 [ 253 ] {0c9de396-7859-4280-80aa-67147a6614e0} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
269 2025.02.23 09:08:27.830970 [ 253 ] {0c9de396-7859-4280-80aa-67147a6614e0} <Debug> oximeter.version (a32b898c-c167-4756-8225-f297e430133f): Loading data parts
270 2025.02.23 09:08:27.831645 [ 253 ] {0c9de396-7859-4280-80aa-67147a6614e0} <Debug> oximeter.version (a32b898c-c167-4756-8225-f297e430133f): There are no data parts
271 2025.02.23 09:08:27.834883 [ 253 ] {0c9de396-7859-4280-80aa-67147a6614e0} <Debug> TCPHandler: Processed in 0.017882264 sec.
272 2025.02.23 09:08:27.835139 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
273 2025.02.23 09:08:27.835462 [ 3 ] {8b11f998-5a78-4c19-8ee0-e0e90ff31c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) /* The measurement tables contain all individual samples from each timeseries.
274 *
275 * Each table stores a single datum type, and otherwise contains nearly the same
276 * structure. The primary sorting key is on the timeseries name, key, and then
277 * timestamp, so that all timeseries from the same schema are grouped, followed
278 * by all samples from the same timeseries.
279 *
280 * This reflects that one usually looks up the _key_ in one or more field table,
281 * and then uses that to index quickly into the measurements tables.
282 */
283 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)
284 2025.02.23 09:08:27.835601 [ 3 ] {8b11f998-5a78-4c19-8ee0-e0e90ff31c9a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
285 2025.02.23 09:08:27.849157 [ 3 ] {8b11f998-5a78-4c19-8ee0-e0e90ff31c9a} <Debug> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Loading data parts
286 2025.02.23 09:08:27.849474 [ 3 ] {8b11f998-5a78-4c19-8ee0-e0e90ff31c9a} <Debug> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): There are no data parts
287 2025.02.23 09:08:27.851265 [ 3 ] {8b11f998-5a78-4c19-8ee0-e0e90ff31c9a} <Debug> TCPHandler: Processed in 0.016213514 sec.
288 2025.02.23 09:08:27.851502 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
289 2025.02.23 09:08:27.851850 [ 253 ] {3c0ec7a4-f414-4d3b-83bb-13b6a6b36eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
290 2025.02.23 09:08:27.851922 [ 253 ] {3c0ec7a4-f414-4d3b-83bb-13b6a6b36eb5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
291 2025.02.23 09:08:27.855017 [ 253 ] {3c0ec7a4-f414-4d3b-83bb-13b6a6b36eb5} <Debug> oximeter.measurements_i8 (7a487fad-a1a0-468f-9aab-0615d8506924): Loading data parts
292 2025.02.23 09:08:27.855236 [ 253 ] {3c0ec7a4-f414-4d3b-83bb-13b6a6b36eb5} <Debug> oximeter.measurements_i8 (7a487fad-a1a0-468f-9aab-0615d8506924): There are no data parts
293 2025.02.23 09:08:27.856568 [ 253 ] {3c0ec7a4-f414-4d3b-83bb-13b6a6b36eb5} <Debug> TCPHandler: Processed in 0.005147336 sec.
294 2025.02.23 09:08:27.856841 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
295 2025.02.23 09:08:27.857099 [ 3 ] {d582366b-6551-48dd-8895-d6afd698facb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
296 2025.02.23 09:08:27.857185 [ 3 ] {d582366b-6551-48dd-8895-d6afd698facb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
297 2025.02.23 09:08:27.867925 [ 3 ] {d582366b-6551-48dd-8895-d6afd698facb} <Debug> oximeter.measurements_u8 (fc94cd00-77ef-4fc9-929d-d8829802d940): Loading data parts
298 2025.02.23 09:08:27.868137 [ 3 ] {d582366b-6551-48dd-8895-d6afd698facb} <Debug> oximeter.measurements_u8 (fc94cd00-77ef-4fc9-929d-d8829802d940): There are no data parts
299 2025.02.23 09:08:27.870276 [ 3 ] {d582366b-6551-48dd-8895-d6afd698facb} <Debug> TCPHandler: Processed in 0.013529914 sec.
300 2025.02.23 09:08:27.870512 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
301 2025.02.23 09:08:27.870819 [ 253 ] {8d3cb986-a651-47cb-93d3-b28e5ba576c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
302 2025.02.23 09:08:27.870886 [ 253 ] {8d3cb986-a651-47cb-93d3-b28e5ba576c6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
303 2025.02.23 09:08:27.873978 [ 253 ] {8d3cb986-a651-47cb-93d3-b28e5ba576c6} <Debug> oximeter.measurements_i16 (22305aa8-8c6e-400a-a39f-153a06a55169): Loading data parts
304 2025.02.23 09:08:27.874150 [ 253 ] {8d3cb986-a651-47cb-93d3-b28e5ba576c6} <Debug> oximeter.measurements_i16 (22305aa8-8c6e-400a-a39f-153a06a55169): There are no data parts
305 2025.02.23 09:08:27.875497 [ 253 ] {8d3cb986-a651-47cb-93d3-b28e5ba576c6} <Debug> TCPHandler: Processed in 0.005067345 sec.
306 2025.02.23 09:08:27.875710 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
307 2025.02.23 09:08:27.875996 [ 3 ] {48a2c65e-51ab-439b-aa29-9ed7e7e49563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
308 2025.02.23 09:08:27.876095 [ 3 ] {48a2c65e-51ab-439b-aa29-9ed7e7e49563} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
309 2025.02.23 09:08:27.884809 [ 3 ] {48a2c65e-51ab-439b-aa29-9ed7e7e49563} <Debug> oximeter.measurements_u16 (a9a6bdc4-47b1-41e1-bf8c-b3af69636799): Loading data parts
310 2025.02.23 09:08:27.885015 [ 3 ] {48a2c65e-51ab-439b-aa29-9ed7e7e49563} <Debug> oximeter.measurements_u16 (a9a6bdc4-47b1-41e1-bf8c-b3af69636799): There are no data parts
311 2025.02.23 09:08:27.887059 [ 3 ] {48a2c65e-51ab-439b-aa29-9ed7e7e49563} <Debug> TCPHandler: Processed in 0.011412913 sec.
312 2025.02.23 09:08:27.887296 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
313 2025.02.23 09:08:27.887614 [ 253 ] {56b71c9d-da75-49e7-ab8d-481ef325320c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
314 2025.02.23 09:08:27.887705 [ 253 ] {56b71c9d-da75-49e7-ab8d-481ef325320c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
315 2025.02.23 09:08:27.890844 [ 253 ] {56b71c9d-da75-49e7-ab8d-481ef325320c} <Debug> oximeter.measurements_i32 (44ae95ab-26ff-4107-93d9-dc665519563b): Loading data parts
316 2025.02.23 09:08:27.891048 [ 253 ] {56b71c9d-da75-49e7-ab8d-481ef325320c} <Debug> oximeter.measurements_i32 (44ae95ab-26ff-4107-93d9-dc665519563b): There are no data parts
317 2025.02.23 09:08:27.892505 [ 253 ] {56b71c9d-da75-49e7-ab8d-481ef325320c} <Debug> TCPHandler: Processed in 0.005290308 sec.
318 2025.02.23 09:08:27.892732 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
319 2025.02.23 09:08:27.893025 [ 3 ] {d5990737-299c-407d-bb68-6ae10875a960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
320 2025.02.23 09:08:27.893124 [ 3 ] {d5990737-299c-407d-bb68-6ae10875a960} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
321 2025.02.23 09:08:27.903891 [ 3 ] {d5990737-299c-407d-bb68-6ae10875a960} <Debug> oximeter.measurements_u32 (a0349e3f-0296-4435-8a6f-6ebfa395ef78): Loading data parts
322 2025.02.23 09:08:27.904094 [ 3 ] {d5990737-299c-407d-bb68-6ae10875a960} <Debug> oximeter.measurements_u32 (a0349e3f-0296-4435-8a6f-6ebfa395ef78): There are no data parts
323 2025.02.23 09:08:27.906218 [ 3 ] {d5990737-299c-407d-bb68-6ae10875a960} <Debug> TCPHandler: Processed in 0.013560074 sec.
324 2025.02.23 09:08:27.906436 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
325 2025.02.23 09:08:27.906754 [ 253 ] {efdefc5d-6a23-4675-b38f-17748d88f62e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
326 2025.02.23 09:08:27.906814 [ 253 ] {efdefc5d-6a23-4675-b38f-17748d88f62e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
327 2025.02.23 09:08:27.909988 [ 253 ] {efdefc5d-6a23-4675-b38f-17748d88f62e} <Debug> oximeter.measurements_i64 (5eba0b09-baf7-4cbf-a208-a73c1bb2fbcd): Loading data parts
328 2025.02.23 09:08:27.910150 [ 253 ] {efdefc5d-6a23-4675-b38f-17748d88f62e} <Debug> oximeter.measurements_i64 (5eba0b09-baf7-4cbf-a208-a73c1bb2fbcd): There are no data parts
329 2025.02.23 09:08:27.911468 [ 253 ] {efdefc5d-6a23-4675-b38f-17748d88f62e} <Debug> TCPHandler: Processed in 0.005112325 sec.
330 2025.02.23 09:08:27.911684 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
331 2025.02.23 09:08:27.911959 [ 3 ] {d0f101b8-fe12-4abb-8eef-cbed3386733e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
332 2025.02.23 09:08:27.912052 [ 3 ] {d0f101b8-fe12-4abb-8eef-cbed3386733e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
333 2025.02.23 09:08:27.920813 [ 3 ] {d0f101b8-fe12-4abb-8eef-cbed3386733e} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Loading data parts
334 2025.02.23 09:08:27.921046 [ 3 ] {d0f101b8-fe12-4abb-8eef-cbed3386733e} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): There are no data parts
335 2025.02.23 09:08:27.922912 [ 3 ] {d0f101b8-fe12-4abb-8eef-cbed3386733e} <Debug> TCPHandler: Processed in 0.011295771 sec.
336 2025.02.23 09:08:27.923107 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
337 2025.02.23 09:08:27.923391 [ 253 ] {21f0a0ba-9535-45fd-bc91-e1b72b5abdbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
338 2025.02.23 09:08:27.923451 [ 253 ] {21f0a0ba-9535-45fd-bc91-e1b72b5abdbf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
339 2025.02.23 09:08:27.926620 [ 253 ] {21f0a0ba-9535-45fd-bc91-e1b72b5abdbf} <Debug> oximeter.measurements_f32 (5f125c67-470a-4c8b-9294-026fb57a4266): Loading data parts
340 2025.02.23 09:08:27.926789 [ 253 ] {21f0a0ba-9535-45fd-bc91-e1b72b5abdbf} <Debug> oximeter.measurements_f32 (5f125c67-470a-4c8b-9294-026fb57a4266): There are no data parts
341 2025.02.23 09:08:27.928062 [ 253 ] {21f0a0ba-9535-45fd-bc91-e1b72b5abdbf} <Debug> TCPHandler: Processed in 0.005018724 sec.
342 2025.02.23 09:08:27.928293 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
343 2025.02.23 09:08:27.928544 [ 3 ] {bfc6c08d-7980-4012-b91f-4c14db66a990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
344 2025.02.23 09:08:27.928630 [ 3 ] {bfc6c08d-7980-4012-b91f-4c14db66a990} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
345 2025.02.23 09:08:27.939512 [ 3 ] {bfc6c08d-7980-4012-b91f-4c14db66a990} <Debug> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Loading data parts
346 2025.02.23 09:08:27.939678 [ 3 ] {bfc6c08d-7980-4012-b91f-4c14db66a990} <Debug> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): There are no data parts
347 2025.02.23 09:08:27.941764 [ 3 ] {bfc6c08d-7980-4012-b91f-4c14db66a990} <Debug> TCPHandler: Processed in 0.013538323 sec.
348 2025.02.23 09:08:27.941991 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
349 2025.02.23 09:08:27.942307 [ 253 ] {c81237da-c886-43bd-a779-3018b0753213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
350 2025.02.23 09:08:27.942382 [ 253 ] {c81237da-c886-43bd-a779-3018b0753213} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
351 2025.02.23 09:08:27.945466 [ 253 ] {c81237da-c886-43bd-a779-3018b0753213} <Debug> oximeter.measurements_string (1641ec61-1ad7-4a50-96be-ae7dc5619961): Loading data parts
352 2025.02.23 09:08:27.945620 [ 253 ] {c81237da-c886-43bd-a779-3018b0753213} <Debug> oximeter.measurements_string (1641ec61-1ad7-4a50-96be-ae7dc5619961): There are no data parts
353 2025.02.23 09:08:27.947292 [ 253 ] {c81237da-c886-43bd-a779-3018b0753213} <Debug> TCPHandler: Processed in 0.005368261 sec.
354 2025.02.23 09:08:27.947527 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
355 2025.02.23 09:08:27.947784 [ 3 ] {7d133f1c-91f9-4231-a4aa-b5b18cbc8220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
356 * NOTE: Right now we can't unambiguously record a nullable byte array.
357 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
358 * a string isn't palatable for a few reasons.
359 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
360 * details.
361 */
362 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
363 2025.02.23 09:08:27.947874 [ 3 ] {7d133f1c-91f9-4231-a4aa-b5b18cbc8220} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
364 2025.02.23 09:08:27.955909 [ 3 ] {7d133f1c-91f9-4231-a4aa-b5b18cbc8220} <Debug> oximeter.measurements_bytes (00ce1203-4d34-49c3-a021-f79366e47dde): Loading data parts
365 2025.02.23 09:08:27.956099 [ 3 ] {7d133f1c-91f9-4231-a4aa-b5b18cbc8220} <Debug> oximeter.measurements_bytes (00ce1203-4d34-49c3-a021-f79366e47dde): There are no data parts
366 2025.02.23 09:08:27.958249 [ 3 ] {7d133f1c-91f9-4231-a4aa-b5b18cbc8220} <Debug> TCPHandler: Processed in 0.010790072 sec.
367 2025.02.23 09:08:27.958445 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
368 2025.02.23 09:08:27.958664 [ 253 ] {be7b937c-1efc-4ace-893c-f01219bef13a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
369 2025.02.23 09:08:27.958764 [ 253 ] {be7b937c-1efc-4ace-893c-f01219bef13a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
370 2025.02.23 09:08:27.961718 [ 253 ] {be7b937c-1efc-4ace-893c-f01219bef13a} <Debug> oximeter.measurements_cumulativei64 (2930e5a6-6366-41ac-9b79-7c5beb300be1): Loading data parts
371 2025.02.23 09:08:27.961922 [ 253 ] {be7b937c-1efc-4ace-893c-f01219bef13a} <Debug> oximeter.measurements_cumulativei64 (2930e5a6-6366-41ac-9b79-7c5beb300be1): There are no data parts
372 2025.02.23 09:08:27.963739 [ 253 ] {be7b937c-1efc-4ace-893c-f01219bef13a} <Debug> TCPHandler: Processed in 0.00535079 sec.
373 2025.02.23 09:08:27.963954 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
374 2025.02.23 09:08:27.964237 [ 3 ] {c0a1ee8f-a019-4682-ae82-27304bd4d1ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
375 2025.02.23 09:08:27.964321 [ 3 ] {c0a1ee8f-a019-4682-ae82-27304bd4d1ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
376 2025.02.23 09:08:27.974390 [ 3 ] {c0a1ee8f-a019-4682-ae82-27304bd4d1ef} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Loading data parts
377 2025.02.23 09:08:27.974550 [ 3 ] {c0a1ee8f-a019-4682-ae82-27304bd4d1ef} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): There are no data parts
378 2025.02.23 09:08:27.988186 [ 3 ] {c0a1ee8f-a019-4682-ae82-27304bd4d1ef} <Debug> TCPHandler: Processed in 0.024291555 sec.
379 2025.02.23 09:08:27.988400 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
380 2025.02.23 09:08:27.988621 [ 253 ] {4a08f2f6-e9b4-478b-9281-21dd6e9a6765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
381 2025.02.23 09:08:27.988754 [ 253 ] {4a08f2f6-e9b4-478b-9281-21dd6e9a6765} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
382 2025.02.23 09:08:28.000206 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.44 MiB, peak 122.44 MiB, free memory in arenas 0.00 B, will set to 133.57 MiB (RSS), difference: 11.12 MiB
383 2025.02.23 09:08:28.000845 [ 253 ] {4a08f2f6-e9b4-478b-9281-21dd6e9a6765} <Debug> oximeter.measurements_cumulativef32 (18e9a683-3a33-4d9e-a00e-c05223426a1e): Loading data parts
384 2025.02.23 09:08:28.001055 [ 253 ] {4a08f2f6-e9b4-478b-9281-21dd6e9a6765} <Debug> oximeter.measurements_cumulativef32 (18e9a683-3a33-4d9e-a00e-c05223426a1e): There are no data parts
385 2025.02.23 09:08:28.003264 [ 253 ] {4a08f2f6-e9b4-478b-9281-21dd6e9a6765} <Debug> TCPHandler: Processed in 0.014921859 sec.
386 2025.02.23 09:08:28.003479 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
387 2025.02.23 09:08:28.003747 [ 3 ] {2df9597a-4170-4db5-988a-d2f2e3c62d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
388 2025.02.23 09:08:28.003841 [ 3 ] {2df9597a-4170-4db5-988a-d2f2e3c62d26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
389 2025.02.23 09:08:28.006896 [ 3 ] {2df9597a-4170-4db5-988a-d2f2e3c62d26} <Debug> oximeter.measurements_cumulativef64 (c83981fd-0489-4631-997b-2eb0e6d48fe3): Loading data parts
390 2025.02.23 09:08:28.007079 [ 3 ] {2df9597a-4170-4db5-988a-d2f2e3c62d26} <Debug> oximeter.measurements_cumulativef64 (c83981fd-0489-4631-997b-2eb0e6d48fe3): There are no data parts
391 2025.02.23 09:08:28.008438 [ 3 ] {2df9597a-4170-4db5-988a-d2f2e3c62d26} <Debug> TCPHandler: Processed in 0.005029124 sec.
392 2025.02.23 09:08:28.008701 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
393 2025.02.23 09:08:28.009014 [ 253 ] {f719370b-800b-4224-b196-935589a662e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
394 * NOTE: Array types cannot be Nullable, see
395 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
396 * for more details.
397 *
398 * This means we need to use empty arrays to indicate a missing value. This
399 * is unfortunate, and at this point relies on the fact that an
400 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
401 * to figure out another way to represent missing samples here.
402 */
403 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)
404 2025.02.23 09:08:28.009109 [ 253 ] {f719370b-800b-4224-b196-935589a662e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
405 2025.02.23 09:08:28.017581 [ 253 ] {f719370b-800b-4224-b196-935589a662e3} <Debug> oximeter.measurements_histogrami8 (90b6dfff-cbf7-4848-804f-0e12083b8852): Loading data parts
406 2025.02.23 09:08:28.017850 [ 253 ] {f719370b-800b-4224-b196-935589a662e3} <Debug> oximeter.measurements_histogrami8 (90b6dfff-cbf7-4848-804f-0e12083b8852): There are no data parts
407 2025.02.23 09:08:28.019841 [ 253 ] {f719370b-800b-4224-b196-935589a662e3} <Debug> TCPHandler: Processed in 0.01120991 sec.
408 2025.02.23 09:08:28.020054 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
409 2025.02.23 09:08:28.020359 [ 3 ] {e52e8aba-a013-4ddf-a480-5eab3ca65f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
410 2025.02.23 09:08:28.020457 [ 3 ] {e52e8aba-a013-4ddf-a480-5eab3ca65f24} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
411 2025.02.23 09:08:28.023724 [ 3 ] {e52e8aba-a013-4ddf-a480-5eab3ca65f24} <Debug> oximeter.measurements_histogramu8 (4f27551a-d77e-4329-ae73-b973c9daabe5): Loading data parts
412 2025.02.23 09:08:28.023903 [ 3 ] {e52e8aba-a013-4ddf-a480-5eab3ca65f24} <Debug> oximeter.measurements_histogramu8 (4f27551a-d77e-4329-ae73-b973c9daabe5): There are no data parts
413 2025.02.23 09:08:28.025269 [ 3 ] {e52e8aba-a013-4ddf-a480-5eab3ca65f24} <Debug> TCPHandler: Processed in 0.005276079 sec.
414 2025.02.23 09:08:28.025490 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
415 2025.02.23 09:08:28.025881 [ 253 ] {db47e30a-4ece-4d82-9101-b7bb3a774324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
416 2025.02.23 09:08:28.025972 [ 253 ] {db47e30a-4ece-4d82-9101-b7bb3a774324} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
417 2025.02.23 09:08:28.036577 [ 253 ] {db47e30a-4ece-4d82-9101-b7bb3a774324} <Debug> oximeter.measurements_histogrami16 (20ece426-83e9-4680-a0c6-73f4432eba46): Loading data parts
418 2025.02.23 09:08:28.036771 [ 253 ] {db47e30a-4ece-4d82-9101-b7bb3a774324} <Debug> oximeter.measurements_histogrami16 (20ece426-83e9-4680-a0c6-73f4432eba46): There are no data parts
419 2025.02.23 09:08:28.038948 [ 253 ] {db47e30a-4ece-4d82-9101-b7bb3a774324} <Debug> TCPHandler: Processed in 0.013526113 sec.
420 2025.02.23 09:08:28.039150 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
421 2025.02.23 09:08:28.039443 [ 3 ] {8b122ac6-bdad-492d-9141-3f0ed8088a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
422 2025.02.23 09:08:28.039539 [ 3 ] {8b122ac6-bdad-492d-9141-3f0ed8088a8e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
423 2025.02.23 09:08:28.042790 [ 3 ] {8b122ac6-bdad-492d-9141-3f0ed8088a8e} <Debug> oximeter.measurements_histogramu16 (771d0efe-f980-4057-92ae-486035a78155): Loading data parts
424 2025.02.23 09:08:28.042995 [ 3 ] {8b122ac6-bdad-492d-9141-3f0ed8088a8e} <Debug> oximeter.measurements_histogramu16 (771d0efe-f980-4057-92ae-486035a78155): There are no data parts
425 2025.02.23 09:08:28.044362 [ 3 ] {8b122ac6-bdad-492d-9141-3f0ed8088a8e} <Debug> TCPHandler: Processed in 0.005269109 sec.
426 2025.02.23 09:08:28.044571 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
427 2025.02.23 09:08:28.044960 [ 253 ] {a87cf1bc-98aa-4a03-a225-2e927fbab2c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
428 2025.02.23 09:08:28.045051 [ 253 ] {a87cf1bc-98aa-4a03-a225-2e927fbab2c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
429 2025.02.23 09:08:28.053856 [ 253 ] {a87cf1bc-98aa-4a03-a225-2e927fbab2c9} <Debug> oximeter.measurements_histogrami32 (d33fb3b3-f488-4210-a6f9-ea057eef94eb): Loading data parts
430 2025.02.23 09:08:28.054162 [ 253 ] {a87cf1bc-98aa-4a03-a225-2e927fbab2c9} <Debug> oximeter.measurements_histogrami32 (d33fb3b3-f488-4210-a6f9-ea057eef94eb): There are no data parts
431 2025.02.23 09:08:28.056180 [ 253 ] {a87cf1bc-98aa-4a03-a225-2e927fbab2c9} <Debug> TCPHandler: Processed in 0.011676668 sec.
432 2025.02.23 09:08:28.056388 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
433 2025.02.23 09:08:28.056744 [ 3 ] {a770cbe2-b4e1-4d35-94f0-0f3a51df608f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
434 2025.02.23 09:08:28.056846 [ 3 ] {a770cbe2-b4e1-4d35-94f0-0f3a51df608f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
435 2025.02.23 09:08:28.060142 [ 3 ] {a770cbe2-b4e1-4d35-94f0-0f3a51df608f} <Debug> oximeter.measurements_histogramu32 (d941e493-698e-43f9-8bcd-bf54ac33e964): Loading data parts
436 2025.02.23 09:08:28.060379 [ 3 ] {a770cbe2-b4e1-4d35-94f0-0f3a51df608f} <Debug> oximeter.measurements_histogramu32 (d941e493-698e-43f9-8bcd-bf54ac33e964): There are no data parts
437 2025.02.23 09:08:28.061907 [ 3 ] {a770cbe2-b4e1-4d35-94f0-0f3a51df608f} <Debug> TCPHandler: Processed in 0.005585364 sec.
438 2025.02.23 09:08:28.062111 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
439 2025.02.23 09:08:28.062499 [ 253 ] {8c512f1b-46b0-4f57-81ea-0744704979cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
440 2025.02.23 09:08:28.062584 [ 253 ] {8c512f1b-46b0-4f57-81ea-0744704979cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
441 2025.02.23 09:08:28.072987 [ 253 ] {8c512f1b-46b0-4f57-81ea-0744704979cc} <Debug> oximeter.measurements_histogrami64 (58b69ede-6b74-45e7-9921-d122a9ab4bd9): Loading data parts
442 2025.02.23 09:08:28.073172 [ 253 ] {8c512f1b-46b0-4f57-81ea-0744704979cc} <Debug> oximeter.measurements_histogrami64 (58b69ede-6b74-45e7-9921-d122a9ab4bd9): There are no data parts
443 2025.02.23 09:08:28.075441 [ 253 ] {8c512f1b-46b0-4f57-81ea-0744704979cc} <Debug> TCPHandler: Processed in 0.013396351 sec.
444 2025.02.23 09:08:28.075630 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
445 2025.02.23 09:08:28.075963 [ 3 ] {2708aae7-3086-47f4-a36a-29fb02a31308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
446 2025.02.23 09:08:28.076078 [ 3 ] {2708aae7-3086-47f4-a36a-29fb02a31308} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
447 2025.02.23 09:08:28.079403 [ 3 ] {2708aae7-3086-47f4-a36a-29fb02a31308} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Loading data parts
448 2025.02.23 09:08:28.079582 [ 3 ] {2708aae7-3086-47f4-a36a-29fb02a31308} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): There are no data parts
449 2025.02.23 09:08:28.080906 [ 3 ] {2708aae7-3086-47f4-a36a-29fb02a31308} <Debug> TCPHandler: Processed in 0.00533342 sec.
450 2025.02.23 09:08:28.081104 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
451 2025.02.23 09:08:28.081495 [ 253 ] {138f97e5-e455-4c96-a389-39eca49b73cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
452 2025.02.23 09:08:28.081589 [ 253 ] {138f97e5-e455-4c96-a389-39eca49b73cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
453 2025.02.23 09:08:28.089861 [ 253 ] {138f97e5-e455-4c96-a389-39eca49b73cd} <Debug> oximeter.measurements_histogramf32 (71ac6f0b-cce4-4463-924a-3ac1095bf64f): Loading data parts
454 2025.02.23 09:08:28.090097 [ 253 ] {138f97e5-e455-4c96-a389-39eca49b73cd} <Debug> oximeter.measurements_histogramf32 (71ac6f0b-cce4-4463-924a-3ac1095bf64f): There are no data parts
455 2025.02.23 09:08:28.092050 [ 253 ] {138f97e5-e455-4c96-a389-39eca49b73cd} <Debug> TCPHandler: Processed in 0.011012725 sec.
456 2025.02.23 09:08:28.092246 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
457 2025.02.23 09:08:28.092602 [ 3 ] {369ea544-609b-4740-b734-2fd4584a9837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
458 2025.02.23 09:08:28.092726 [ 3 ] {369ea544-609b-4740-b734-2fd4584a9837} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
459 2025.02.23 09:08:28.095901 [ 3 ] {369ea544-609b-4740-b734-2fd4584a9837} <Debug> oximeter.measurements_histogramf64 (49cf6a1e-4fb7-490f-b8db-2906327cb3ff): Loading data parts
460 2025.02.23 09:08:28.096091 [ 3 ] {369ea544-609b-4740-b734-2fd4584a9837} <Debug> oximeter.measurements_histogramf64 (49cf6a1e-4fb7-490f-b8db-2906327cb3ff): There are no data parts
461 2025.02.23 09:08:28.097387 [ 3 ] {369ea544-609b-4740-b734-2fd4584a9837} <Debug> TCPHandler: Processed in 0.005209137 sec.
462 2025.02.23 09:08:28.097593 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
463 2025.02.23 09:08:28.097892 [ 253 ] {a359834e-dfa9-4b17-b12d-4fdbdb22cd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) /* The field tables store named dimensions of each timeseries.
464 *
465 * As with the measurement tables, there is one field table for each field data
466 * type. Fields are deduplicated by using the "replacing merge tree", though
467 * this behavior **must not** be relied upon for query correctness.
468 *
469 * The index for the fields differs from the measurements, however. Rows are
470 * sorted by timeseries name, then field name, field value, and finally
471 * timeseries key. This reflects the most common pattern for looking them up:
472 * by field name and possibly value, within a timeseries. The resulting keys are
473 * usually then used to look up measurements.
474 *
475 * NOTE: We may want to consider a secondary index on these tables, sorting by
476 * timeseries name and then key, since it would improve lookups where one
477 * already has the key. Realistically though, these tables are quite small and
478 * so performance benefits will be low in absolute terms.
479 *
480 * TTL: We use a materialized column to expire old field table records. This
481 * column is generated automatically by the database whenever a new row is
482 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
483 * query. Since these tables are `ReplacingMergeTree`s, that means the last
484 * record will remain during a deduplication, which will have the last
485 * timestamp. ClickHouse will then expire old data for us, similar to the
486 * measurement tables.
487 */
488 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)
489 2025.02.23 09:08:28.097972 [ 253 ] {a359834e-dfa9-4b17-b12d-4fdbdb22cd6c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
490 2025.02.23 09:08:28.108768 [ 253 ] {a359834e-dfa9-4b17-b12d-4fdbdb22cd6c} <Debug> oximeter.fields_bool (6cbd8036-6aee-4d45-ab48-60bebd1fc65d): Loading data parts
491 2025.02.23 09:08:28.108999 [ 253 ] {a359834e-dfa9-4b17-b12d-4fdbdb22cd6c} <Debug> oximeter.fields_bool (6cbd8036-6aee-4d45-ab48-60bebd1fc65d): There are no data parts
492 2025.02.23 09:08:28.111092 [ 253 ] {a359834e-dfa9-4b17-b12d-4fdbdb22cd6c} <Debug> TCPHandler: Processed in 0.013568534 sec.
493 2025.02.23 09:08:28.111299 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
494 2025.02.23 09:08:28.111507 [ 3 ] {41946fbf-9b46-4148-b1ab-e5e0ec9b37b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
495 2025.02.23 09:08:28.111598 [ 3 ] {41946fbf-9b46-4148-b1ab-e5e0ec9b37b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
496 2025.02.23 09:08:28.114595 [ 3 ] {41946fbf-9b46-4148-b1ab-e5e0ec9b37b7} <Debug> oximeter.fields_i8 (fc48013a-0af2-4e6d-8fb2-37154fc035fb): Loading data parts
497 2025.02.23 09:08:28.114799 [ 3 ] {41946fbf-9b46-4148-b1ab-e5e0ec9b37b7} <Debug> oximeter.fields_i8 (fc48013a-0af2-4e6d-8fb2-37154fc035fb): There are no data parts
498 2025.02.23 09:08:28.116172 [ 3 ] {41946fbf-9b46-4148-b1ab-e5e0ec9b37b7} <Debug> TCPHandler: Processed in 0.004929882 sec.
499 2025.02.23 09:08:28.116390 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
500 2025.02.23 09:08:28.116678 [ 253 ] {b4412080-e05a-4165-8598-f65418e3aa4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
501 2025.02.23 09:08:28.116748 [ 253 ] {b4412080-e05a-4165-8598-f65418e3aa4b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
502 2025.02.23 09:08:28.125147 [ 253 ] {b4412080-e05a-4165-8598-f65418e3aa4b} <Debug> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Loading data parts
503 2025.02.23 09:08:28.125320 [ 253 ] {b4412080-e05a-4165-8598-f65418e3aa4b} <Debug> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): There are no data parts
504 2025.02.23 09:08:28.127137 [ 253 ] {b4412080-e05a-4165-8598-f65418e3aa4b} <Debug> TCPHandler: Processed in 0.010817102 sec.
505 2025.02.23 09:08:28.127363 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
506 2025.02.23 09:08:28.127613 [ 3 ] {1c0bb2b8-3e45-40b4-8067-483d683c2725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
507 2025.02.23 09:08:28.127710 [ 3 ] {1c0bb2b8-3e45-40b4-8067-483d683c2725} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
508 2025.02.23 09:08:28.130719 [ 3 ] {1c0bb2b8-3e45-40b4-8067-483d683c2725} <Debug> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Loading data parts
509 2025.02.23 09:08:28.130928 [ 3 ] {1c0bb2b8-3e45-40b4-8067-483d683c2725} <Debug> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): There are no data parts
510 2025.02.23 09:08:28.132316 [ 3 ] {1c0bb2b8-3e45-40b4-8067-483d683c2725} <Debug> TCPHandler: Processed in 0.005019764 sec.
511 2025.02.23 09:08:28.132519 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
512 2025.02.23 09:08:28.132794 [ 253 ] {c80ad050-cacf-4fc7-b9bd-c43cf7b7e6cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
513 2025.02.23 09:08:28.132865 [ 253 ] {c80ad050-cacf-4fc7-b9bd-c43cf7b7e6cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
514 2025.02.23 09:08:28.143268 [ 253 ] {c80ad050-cacf-4fc7-b9bd-c43cf7b7e6cf} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Loading data parts
515 2025.02.23 09:08:28.143464 [ 253 ] {c80ad050-cacf-4fc7-b9bd-c43cf7b7e6cf} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): There are no data parts
516 2025.02.23 09:08:28.145496 [ 253 ] {c80ad050-cacf-4fc7-b9bd-c43cf7b7e6cf} <Debug> TCPHandler: Processed in 0.013094245 sec.
517 2025.02.23 09:08:28.145765 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
518 2025.02.23 09:08:28.145974 [ 3 ] {54c9470b-5e92-40cb-9a71-fd59b33fb34b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
519 2025.02.23 09:08:28.146066 [ 3 ] {54c9470b-5e92-40cb-9a71-fd59b33fb34b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
520 2025.02.23 09:08:28.149623 [ 3 ] {54c9470b-5e92-40cb-9a71-fd59b33fb34b} <Debug> oximeter.fields_i32 (6b78aae6-21f2-4b35-a287-ff816a92b2a8): Loading data parts
521 2025.02.23 09:08:28.149793 [ 3 ] {54c9470b-5e92-40cb-9a71-fd59b33fb34b} <Debug> oximeter.fields_i32 (6b78aae6-21f2-4b35-a287-ff816a92b2a8): There are no data parts
522 2025.02.23 09:08:28.151388 [ 3 ] {54c9470b-5e92-40cb-9a71-fd59b33fb34b} <Debug> TCPHandler: Processed in 0.005680586 sec.
523 2025.02.23 09:08:28.151593 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
524 2025.02.23 09:08:28.151881 [ 253 ] {578a1e89-1179-450c-9792-58ffe3d739f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
525 2025.02.23 09:08:28.151959 [ 253 ] {578a1e89-1179-450c-9792-58ffe3d739f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
526 2025.02.23 09:08:28.160222 [ 253 ] {578a1e89-1179-450c-9792-58ffe3d739f8} <Debug> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Loading data parts
527 2025.02.23 09:08:28.160397 [ 253 ] {578a1e89-1179-450c-9792-58ffe3d739f8} <Debug> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): There are no data parts
528 2025.02.23 09:08:28.162219 [ 253 ] {578a1e89-1179-450c-9792-58ffe3d739f8} <Debug> TCPHandler: Processed in 0.01069585 sec.
529 2025.02.23 09:08:28.162417 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
530 2025.02.23 09:08:28.162667 [ 3 ] {78a591df-6239-4375-93fa-8370b2199516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
531 2025.02.23 09:08:28.162811 [ 3 ] {78a591df-6239-4375-93fa-8370b2199516} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
532 2025.02.23 09:08:28.165924 [ 3 ] {78a591df-6239-4375-93fa-8370b2199516} <Debug> oximeter.fields_i64 (7007ae94-93b9-4b1c-9525-12b4a7f00fcd): Loading data parts
533 2025.02.23 09:08:28.166183 [ 3 ] {78a591df-6239-4375-93fa-8370b2199516} <Debug> oximeter.fields_i64 (7007ae94-93b9-4b1c-9525-12b4a7f00fcd): There are no data parts
534 2025.02.23 09:08:28.167553 [ 3 ] {78a591df-6239-4375-93fa-8370b2199516} <Debug> TCPHandler: Processed in 0.005203517 sec.
535 2025.02.23 09:08:28.167758 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
536 2025.02.23 09:08:28.168466 [ 253 ] {b3ce4875-02b3-4952-a0b6-545c84eb6c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
537 2025.02.23 09:08:28.168545 [ 253 ] {b3ce4875-02b3-4952-a0b6-545c84eb6c33} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
538 2025.02.23 09:08:28.178518 [ 253 ] {b3ce4875-02b3-4952-a0b6-545c84eb6c33} <Debug> oximeter.fields_u64 (77e9edd8-c212-4471-abf7-4ffcc2be89d7): Loading data parts
539 2025.02.23 09:08:28.178698 [ 253 ] {b3ce4875-02b3-4952-a0b6-545c84eb6c33} <Debug> oximeter.fields_u64 (77e9edd8-c212-4471-abf7-4ffcc2be89d7): There are no data parts
540 2025.02.23 09:08:28.203618 [ 253 ] {b3ce4875-02b3-4952-a0b6-545c84eb6c33} <Debug> TCPHandler: Processed in 0.035920422 sec.
541 2025.02.23 09:08:28.203896 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
542 2025.02.23 09:08:28.204150 [ 3 ] {2a0bd03f-00f4-4b50-8699-4e1b06866aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
543 2025.02.23 09:08:28.204272 [ 3 ] {2a0bd03f-00f4-4b50-8699-4e1b06866aec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
544 2025.02.23 09:08:28.208492 [ 3 ] {2a0bd03f-00f4-4b50-8699-4e1b06866aec} <Debug> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Loading data parts
545 2025.02.23 09:08:28.208678 [ 3 ] {2a0bd03f-00f4-4b50-8699-4e1b06866aec} <Debug> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): There are no data parts
546 2025.02.23 09:08:28.210001 [ 3 ] {2a0bd03f-00f4-4b50-8699-4e1b06866aec} <Debug> TCPHandler: Processed in 0.006181806 sec.
547 2025.02.23 09:08:28.210201 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
548 2025.02.23 09:08:28.210466 [ 253 ] {6f00a335-862a-4fac-8434-76b280db4711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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)
549 2025.02.23 09:08:28.210543 [ 253 ] {6f00a335-862a-4fac-8434-76b280db4711} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
550 2025.02.23 09:08:28.218947 [ 253 ] {6f00a335-862a-4fac-8434-76b280db4711} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Loading data parts
551 2025.02.23 09:08:28.219118 [ 253 ] {6f00a335-862a-4fac-8434-76b280db4711} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): There are no data parts
552 2025.02.23 09:08:28.220968 [ 253 ] {6f00a335-862a-4fac-8434-76b280db4711} <Debug> TCPHandler: Processed in 0.010835183 sec.
553 2025.02.23 09:08:28.221175 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
554 2025.02.23 09:08:28.221421 [ 3 ] {ee0f376d-20f6-45a9-af22-f15f82e54d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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)
555 2025.02.23 09:08:28.221528 [ 3 ] {ee0f376d-20f6-45a9-af22-f15f82e54d70} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
556 2025.02.23 09:08:28.224556 [ 3 ] {ee0f376d-20f6-45a9-af22-f15f82e54d70} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Loading data parts
557 2025.02.23 09:08:28.224712 [ 3 ] {ee0f376d-20f6-45a9-af22-f15f82e54d70} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): There are no data parts
558 2025.02.23 09:08:28.225955 [ 3 ] {ee0f376d-20f6-45a9-af22-f15f82e54d70} <Debug> TCPHandler: Processed in 0.004847441 sec.
559 2025.02.23 09:08:28.226168 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
560 2025.02.23 09:08:28.226570 [ 253 ] {d4e13ddc-4561-4f71-a439-c635109f0d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) /* The timeseries schema table stores the extracted schema for the samples
561 * oximeter collects.
562 */
563 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)
564 2025.02.23 09:08:28.226709 [ 253 ] {d4e13ddc-4561-4f71-a439-c635109f0d8e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
565 2025.02.23 09:08:28.237274 [ 253 ] {d4e13ddc-4561-4f71-a439-c635109f0d8e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Loading data parts
566 2025.02.23 09:08:28.237498 [ 253 ] {d4e13ddc-4561-4f71-a439-c635109f0d8e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): There are no data parts
567 2025.02.23 09:08:28.239760 [ 253 ] {d4e13ddc-4561-4f71-a439-c635109f0d8e} <Debug> TCPHandler: Processed in 0.013660335 sec.
568 2025.02.23 09:08:28.239998 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
569 2025.02.23 09:08:28.240323 [ 3 ] {eedca1b5-de1f-4808-b3e8-d0c19f8df3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
570 2025.02.23 09:08:28.241699 [ 3 ] {eedca1b5-de1f-4808-b3e8-d0c19f8df3dd} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
571 2025.02.23 09:08:28.250383 [ 260 ] {eedca1b5-de1f-4808-b3e8-d0c19f8df3dd} <Trace> oximeter.version (a32b898c-c167-4756-8225-f297e430133f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
572 2025.02.23 09:08:28.250525 [ 260 ] {eedca1b5-de1f-4808-b3e8-d0c19f8df3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
573 2025.02.23 09:08:28.255701 [ 260 ] {eedca1b5-de1f-4808-b3e8-d0c19f8df3dd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
574 2025.02.23 09:08:28.256098 [ 260 ] {eedca1b5-de1f-4808-b3e8-d0c19f8df3dd} <Trace> oximeter.version (a32b898c-c167-4756-8225-f297e430133f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
575 2025.02.23 09:08:28.256537 [ 3 ] {eedca1b5-de1f-4808-b3e8-d0c19f8df3dd} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016363 sec., 61.11348774674571 rows/sec., 977.82 B/sec.
576 2025.02.23 09:08:28.256826 [ 3 ] {eedca1b5-de1f-4808-b3e8-d0c19f8df3dd} <Debug> TCPHandler: Processed in 0.016894237 sec.
577 2025.02.23 09:08:29.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.60 MiB, peak 135.60 MiB, free memory in arenas 0.00 B, will set to 139.31 MiB (RSS), difference: 3.72 MiB
578 2025.02.23 09:08:29.020934 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36410
579 2025.02.23 09:08:29.021035 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
580 2025.02.23 09:08:29.021064 [ 261 ] {} <Debug> TCP-Session: 16486fdd-c243-4ad1-9f25-7b2bf7763490 Authenticating user 'default' from [fd00:1122:3344:101::b]:36410
581 2025.02.23 09:08:29.021115 [ 261 ] {} <Debug> TCP-Session: 16486fdd-c243-4ad1-9f25-7b2bf7763490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
582 2025.02.23 09:08:29.021130 [ 261 ] {} <Debug> TCP-Session: 16486fdd-c243-4ad1-9f25-7b2bf7763490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
583 2025.02.23 09:08:29.021181 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
584 2025.02.23 09:08:29.021230 [ 261 ] {} <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
585 2025.02.23 09:08:29.021249 [ 261 ] {} <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
586 2025.02.23 09:08:29.021639 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60048
587 2025.02.23 09:08:29.021810 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
588 2025.02.23 09:08:29.021843 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55186
589 2025.02.23 09:08:29.021841 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49699
590 2025.02.23 09:08:29.021915 [ 262 ] {} <Debug> TCP-Session: de1541d8-4215-4b24-9c93-339bb518151c Authenticating user 'default' from [fd00:1122:3344:101::b]:60048
591 2025.02.23 09:08:29.021939 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59810
592 2025.02.23 09:08:29.022203 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
593 2025.02.23 09:08:29.022023 [ 262 ] {} <Debug> TCP-Session: de1541d8-4215-4b24-9c93-339bb518151c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
594 2025.02.23 09:08:29.022219 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
595 2025.02.23 09:08:29.022202 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33963
596 2025.02.23 09:08:29.022361 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
597 2025.02.23 09:08:29.022366 [ 262 ] {} <Debug> TCP-Session: de1541d8-4215-4b24-9c93-339bb518151c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
598 2025.02.23 09:08:29.022538 [ 265 ] {} <Debug> TCP-Session: f7c29623-5da5-48db-bec3-ce4091e540b4 Authenticating user 'default' from [fd00:1122:3344:101::b]:59810
599 2025.02.23 09:08:29.022571 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53795
600 2025.02.23 09:08:29.022578 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56238
601 2025.02.23 09:08:29.022615 [ 264 ] {} <Debug> TCP-Session: 339b8f0c-a8e5-4212-8394-0643d0fce213 Authenticating user 'default' from [fd00:1122:3344:101::b]:49699
602 2025.02.23 09:08:29.022635 [ 265 ] {} <Debug> TCP-Session: f7c29623-5da5-48db-bec3-ce4091e540b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
603 2025.02.23 09:08:29.022609 [ 263 ] {} <Debug> TCP-Session: 8c97c4ad-1225-40b1-80a0-5562ee14ee10 Authenticating user 'default' from [fd00:1122:3344:101::b]:55186
604 2025.02.23 09:08:29.022563 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
605 2025.02.23 09:08:29.022859 [ 264 ] {} <Debug> TCP-Session: 339b8f0c-a8e5-4212-8394-0643d0fce213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
606 2025.02.23 09:08:29.022864 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
607 2025.02.23 09:08:29.022909 [ 265 ] {} <Debug> TCP-Session: f7c29623-5da5-48db-bec3-ce4091e540b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
608 2025.02.23 09:08:29.022902 [ 266 ] {} <Debug> TCP-Session: 85bcb636-fd7e-4ecc-83d2-4a3972ac6811 Authenticating user 'default' from [fd00:1122:3344:101::b]:33963
609 2025.02.23 09:08:29.022924 [ 263 ] {} <Debug> TCP-Session: 8c97c4ad-1225-40b1-80a0-5562ee14ee10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
610 2025.02.23 09:08:29.023013 [ 264 ] {} <Debug> TCP-Session: 339b8f0c-a8e5-4212-8394-0643d0fce213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
611 2025.02.23 09:08:29.023014 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
612 2025.02.23 09:08:29.023071 [ 266 ] {} <Debug> TCP-Session: 85bcb636-fd7e-4ecc-83d2-4a3972ac6811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
613 2025.02.23 09:08:29.023098 [ 263 ] {} <Debug> TCP-Session: 8c97c4ad-1225-40b1-80a0-5562ee14ee10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
614 2025.02.23 09:08:29.023171 [ 267 ] {} <Debug> TCP-Session: 041365a4-e86f-4f1e-8cb9-12111a380ef4 Authenticating user 'default' from [fd00:1122:3344:101::b]:56238
615 2025.02.23 09:08:29.023202 [ 268 ] {} <Debug> TCP-Session: 2accbe8e-eb43-4750-87bb-391483fffca4 Authenticating user 'default' from [fd00:1122:3344:101::b]:53795
616 2025.02.23 09:08:29.023214 [ 266 ] {} <Debug> TCP-Session: 85bcb636-fd7e-4ecc-83d2-4a3972ac6811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
617 2025.02.23 09:08:29.023279 [ 267 ] {} <Debug> TCP-Session: 041365a4-e86f-4f1e-8cb9-12111a380ef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
618 2025.02.23 09:08:29.023328 [ 268 ] {} <Debug> TCP-Session: 2accbe8e-eb43-4750-87bb-391483fffca4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
619 2025.02.23 09:08:29.023392 [ 267 ] {} <Debug> TCP-Session: 041365a4-e86f-4f1e-8cb9-12111a380ef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
620 2025.02.23 09:08:29.023400 [ 268 ] {} <Debug> TCP-Session: 2accbe8e-eb43-4750-87bb-391483fffca4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
621 2025.02.23 09:08:29.539180 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42983
622 2025.02.23 09:08:29.539347 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
623 2025.02.23 09:08:29.539378 [ 269 ] {} <Debug> TCP-Session: 6b84bfbf-5645-4fa7-b14e-198e0c2e926c Authenticating user 'default' from [fd00:1122:3344:101::c]:42983
624 2025.02.23 09:08:29.539401 [ 269 ] {} <Debug> TCP-Session: 6b84bfbf-5645-4fa7-b14e-198e0c2e926c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
625 2025.02.23 09:08:29.539459 [ 269 ] {} <Debug> TCP-Session: 6b84bfbf-5645-4fa7-b14e-198e0c2e926c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
626 2025.02.23 09:08:29.539538 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
627 2025.02.23 09:08:29.539565 [ 269 ] {} <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
628 2025.02.23 09:08:29.539614 [ 269 ] {} <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
629 2025.02.23 09:08:29.540054 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46519
630 2025.02.23 09:08:29.540255 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
631 2025.02.23 09:08:29.540250 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57229
632 2025.02.23 09:08:29.540331 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42272
633 2025.02.23 09:08:29.540300 [ 270 ] {} <Debug> TCP-Session: fc2a9de4-6f4e-401a-a629-b9f1155ad269 Authenticating user 'default' from [fd00:1122:3344:101::c]:46519
634 2025.02.23 09:08:29.540415 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41974
635 2025.02.23 09:08:29.540434 [ 270 ] {} <Debug> TCP-Session: fc2a9de4-6f4e-401a-a629-b9f1155ad269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
636 2025.02.23 09:08:29.540607 [ 270 ] {} <Debug> TCP-Session: fc2a9de4-6f4e-401a-a629-b9f1155ad269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
637 2025.02.23 09:08:29.540753 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41353
638 2025.02.23 09:08:29.540854 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
639 2025.02.23 09:08:29.540997 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
640 2025.02.23 09:08:29.541036 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36132
641 2025.02.23 09:08:29.541033 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
642 2025.02.23 09:08:29.541099 [ 272 ] {} <Debug> TCP-Session: 27d91c4e-ef73-4cf9-9178-e7b950416440 Authenticating user 'default' from [fd00:1122:3344:101::c]:42272
643 2025.02.23 09:08:29.541380 [ 273 ] {} <Debug> TCP-Session: 616fe941-4173-4976-a06b-f37091230ae4 Authenticating user 'default' from [fd00:1122:3344:101::c]:41974
644 2025.02.23 09:08:29.541390 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
645 2025.02.23 09:08:29.541415 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43981
646 2025.02.23 09:08:29.541474 [ 272 ] {} <Debug> TCP-Session: 27d91c4e-ef73-4cf9-9178-e7b950416440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
647 2025.02.23 09:08:29.541450 [ 271 ] {} <Debug> TCP-Session: 070dcf5d-82df-4844-a7f5-746ae80342fe Authenticating user 'default' from [fd00:1122:3344:101::c]:57229
648 2025.02.23 09:08:29.541492 [ 273 ] {} <Debug> TCP-Session: 616fe941-4173-4976-a06b-f37091230ae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
649 2025.02.23 09:08:29.541552 [ 272 ] {} <Debug> TCP-Session: 27d91c4e-ef73-4cf9-9178-e7b950416440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
650 2025.02.23 09:08:29.541503 [ 274 ] {} <Debug> TCP-Session: 9fe2f290-3f4e-4b0b-839b-ebedcc5325a9 Authenticating user 'default' from [fd00:1122:3344:101::c]:41353
651 2025.02.23 09:08:29.541638 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
652 2025.02.23 09:08:29.541719 [ 274 ] {} <Debug> TCP-Session: 9fe2f290-3f4e-4b0b-839b-ebedcc5325a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
653 2025.02.23 09:08:29.541753 [ 271 ] {} <Debug> TCP-Session: 070dcf5d-82df-4844-a7f5-746ae80342fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
654 2025.02.23 09:08:29.541737 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
655 2025.02.23 09:08:29.541793 [ 273 ] {} <Debug> TCP-Session: 616fe941-4173-4976-a06b-f37091230ae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
656 2025.02.23 09:08:29.541826 [ 274 ] {} <Debug> TCP-Session: 9fe2f290-3f4e-4b0b-839b-ebedcc5325a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
657 2025.02.23 09:08:29.541867 [ 271 ] {} <Debug> TCP-Session: 070dcf5d-82df-4844-a7f5-746ae80342fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
658 2025.02.23 09:08:29.541797 [ 275 ] {} <Debug> TCP-Session: 9022c295-d118-4a1d-8e51-4f5b0c883173 Authenticating user 'default' from [fd00:1122:3344:101::c]:36132
659 2025.02.23 09:08:29.542025 [ 275 ] {} <Debug> TCP-Session: 9022c295-d118-4a1d-8e51-4f5b0c883173 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
660 2025.02.23 09:08:29.542052 [ 276 ] {} <Debug> TCP-Session: c4af75cc-6ae6-420d-8efb-29f2e7de2e76 Authenticating user 'default' from [fd00:1122:3344:101::c]:43981
661 2025.02.23 09:08:29.542079 [ 275 ] {} <Debug> TCP-Session: 9022c295-d118-4a1d-8e51-4f5b0c883173 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
662 2025.02.23 09:08:29.542142 [ 276 ] {} <Debug> TCP-Session: c4af75cc-6ae6-420d-8efb-29f2e7de2e76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
663 2025.02.23 09:08:29.542210 [ 276 ] {} <Debug> TCP-Session: c4af75cc-6ae6-420d-8efb-29f2e7de2e76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
664 2025.02.23 09:08:30.281904 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57059
665 2025.02.23 09:08:30.282202 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
666 2025.02.23 09:08:30.282251 [ 277 ] {} <Debug> TCP-Session: 991e62aa-146e-4c2f-94ae-fa1aef655830 Authenticating user 'default' from [fd00:1122:3344:101::a]:57059
667 2025.02.23 09:08:30.282290 [ 277 ] {} <Debug> TCP-Session: 991e62aa-146e-4c2f-94ae-fa1aef655830 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
668 2025.02.23 09:08:30.282364 [ 277 ] {} <Debug> TCP-Session: 991e62aa-146e-4c2f-94ae-fa1aef655830 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
669 2025.02.23 09:08:30.282472 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
670 2025.02.23 09:08:30.282517 [ 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.23 09:08:30.282581 [ 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.23 09:08:30.283063 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64234
673 2025.02.23 09:08:30.283317 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
674 2025.02.23 09:08:30.283366 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40338
675 2025.02.23 09:08:30.283391 [ 278 ] {} <Debug> TCP-Session: 4839036c-fe37-41a1-98cf-2a9e522f1942 Authenticating user 'default' from [fd00:1122:3344:101::a]:64234
676 2025.02.23 09:08:30.283426 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48166
677 2025.02.23 09:08:30.283368 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37642
678 2025.02.23 09:08:30.283702 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46165
679 2025.02.23 09:08:30.283836 [ 278 ] {} <Debug> TCP-Session: 4839036c-fe37-41a1-98cf-2a9e522f1942 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
680 2025.02.23 09:08:30.283881 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
681 2025.02.23 09:08:30.283928 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
682 2025.02.23 09:08:30.284159 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53316
683 2025.02.23 09:08:30.284184 [ 278 ] {} <Debug> TCP-Session: 4839036c-fe37-41a1-98cf-2a9e522f1942 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
684 2025.02.23 09:08:30.284200 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
685 2025.02.23 09:08:30.284247 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51503
686 2025.02.23 09:08:30.284230 [ 281 ] {} <Debug> TCP-Session: 921f74fe-1ac7-46e0-a133-660148ff438d Authenticating user 'default' from [fd00:1122:3344:101::a]:48166
687 2025.02.23 09:08:30.284274 [ 279 ] {} <Debug> TCP-Session: 9ebffe8d-d711-4434-b906-d29df1cd6f80 Authenticating user 'default' from [fd00:1122:3344:101::a]:37642
688 2025.02.23 09:08:30.284321 [ 282 ] {} <Debug> TCP-Session: d9b12982-9125-4a6c-908e-5a517e427855 Authenticating user 'default' from [fd00:1122:3344:101::a]:46165
689 2025.02.23 09:08:30.284580 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
690 2025.02.23 09:08:30.284636 [ 282 ] {} <Debug> TCP-Session: d9b12982-9125-4a6c-908e-5a517e427855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
691 2025.02.23 09:08:30.284625 [ 281 ] {} <Debug> TCP-Session: 921f74fe-1ac7-46e0-a133-660148ff438d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
692 2025.02.23 09:08:30.284606 [ 279 ] {} <Debug> TCP-Session: 9ebffe8d-d711-4434-b906-d29df1cd6f80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
693 2025.02.23 09:08:30.284680 [ 283 ] {} <Debug> TCP-Session: 56a82ab5-9a26-4f40-979d-bf9d1f7e1240 Authenticating user 'default' from [fd00:1122:3344:101::a]:53316
694 2025.02.23 09:08:30.284691 [ 281 ] {} <Debug> TCP-Session: 921f74fe-1ac7-46e0-a133-660148ff438d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
695 2025.02.23 09:08:30.284709 [ 282 ] {} <Debug> TCP-Session: d9b12982-9125-4a6c-908e-5a517e427855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
696 2025.02.23 09:08:30.284730 [ 279 ] {} <Debug> TCP-Session: 9ebffe8d-d711-4434-b906-d29df1cd6f80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
697 2025.02.23 09:08:30.284740 [ 283 ] {} <Debug> TCP-Session: 56a82ab5-9a26-4f40-979d-bf9d1f7e1240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
698 2025.02.23 09:08:30.284599 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
699 2025.02.23 09:08:30.284938 [ 284 ] {} <Debug> TCP-Session: e3d1a07d-f5e8-46b6-8fd0-719b8d64a1a5 Authenticating user 'default' from [fd00:1122:3344:101::a]:51503
700 2025.02.23 09:08:30.284955 [ 283 ] {} <Debug> TCP-Session: 56a82ab5-9a26-4f40-979d-bf9d1f7e1240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
701 2025.02.23 09:08:30.285012 [ 284 ] {} <Debug> TCP-Session: e3d1a07d-f5e8-46b6-8fd0-719b8d64a1a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
702 2025.02.23 09:08:30.285074 [ 284 ] {} <Debug> TCP-Session: e3d1a07d-f5e8-46b6-8fd0-719b8d64a1a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
703 2025.02.23 09:08:30.286082 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
704 2025.02.23 09:08:30.286109 [ 280 ] {} <Debug> TCP-Session: cba976d7-5bff-4f4e-bb35-854960b7d3b7 Authenticating user 'default' from [fd00:1122:3344:101::a]:40338
705 2025.02.23 09:08:30.286143 [ 280 ] {} <Debug> TCP-Session: cba976d7-5bff-4f4e-bb35-854960b7d3b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
706 2025.02.23 09:08:30.286172 [ 280 ] {} <Debug> TCP-Session: cba976d7-5bff-4f4e-bb35-854960b7d3b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
707 2025.02.23 09:08:35.118542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
708 2025.02.23 09:08:35.118651 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
709 2025.02.23 09:08:35.118762 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
710 2025.02.23 09:08:35.118912 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
711 2025.02.23 09:08:35.131266 [ 244 ] {} <Debug> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Loading data parts
712 2025.02.23 09:08:35.131726 [ 244 ] {} <Debug> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): There are no data parts
713 2025.02.23 09:08:35.148508 [ 243 ] {} <Debug> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Loading data parts
714 2025.02.23 09:08:35.148760 [ 243 ] {} <Debug> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): There are no data parts
715 2025.02.23 09:08:35.153356 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
716 2025.02.23 09:08:35.153467 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
717 2025.02.23 09:08:35.156510 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
718 2025.02.23 09:08:35.156867 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
719 2025.02.23 09:08:35.157118 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
720 2025.02.23 09:08:35.180972 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
721 2025.02.23 09:08:35.181028 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
722 2025.02.23 09:08:35.188050 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
723 2025.02.23 09:08:35.188994 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): 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.23 09:08:35.191623 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
725 2025.02.23 09:08:36.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.77 MiB, peak 149.77 MiB, free memory in arenas 0.00 B, will set to 150.65 MiB (RSS), difference: 4.88 MiB
726 2025.02.23 09:08:37.618485 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
727 2025.02.23 09:08:37.618588 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
728 2025.02.23 09:08:37.623889 [ 242 ] {} <Debug> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Loading data parts
729 2025.02.23 09:08:37.624152 [ 242 ] {} <Debug> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): There are no data parts
730 2025.02.23 09:08:37.636085 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
731 2025.02.23 09:08:37.636125 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB.
732 2025.02.23 09:08:37.637714 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
733 2025.02.23 09:08:37.638045 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): 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.23 09:08:37.638532 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
735 2025.02.23 09:08:38.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.83 MiB, peak 154.83 MiB, free memory in arenas 0.00 B, will set to 151.00 MiB (RSS), difference: -3.83 MiB
736 2025.02.23 09:08:42.575787 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache
737 2025.02.23 09:08:42.575853 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache
738 2025.02.23 09:08:42.657207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
739 2025.02.23 09:08:42.658221 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
740 2025.02.23 09:08:42.658322 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
741 2025.02.23 09:08:42.658911 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
742 2025.02.23 09:08:42.659173 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): 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.23 09:08:42.659488 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
744 2025.02.23 09:08:42.691689 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
745 2025.02.23 09:08:42.712961 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
746 2025.02.23 09:08:42.713022 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
747 2025.02.23 09:08:42.719573 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
748 2025.02.23 09:08:42.720340 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): 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.23 09:08:42.722630 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
750 2025.02.23 09:08:43.000152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.67 MiB, peak 155.67 MiB, free memory in arenas 0.00 B, will set to 152.77 MiB (RSS), difference: 1.10 MiB
751 2025.02.23 09:08:48.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.79 MiB, peak 155.67 MiB, free memory in arenas 0.00 B, will set to 152.80 MiB (RSS), difference: 4.02 MiB
752 2025.02.23 09:08:50.159655 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
753 2025.02.23 09:08:50.160481 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
754 2025.02.23 09:08:50.160556 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
755 2025.02.23 09:08:50.161178 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
756 2025.02.23 09:08:50.161444 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): 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.23 09:08:50.161724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
758 2025.02.23 09:08:50.222687 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
759 2025.02.23 09:08:50.240569 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
760 2025.02.23 09:08:50.240640 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
761 2025.02.23 09:08:50.246864 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
762 2025.02.23 09:08:50.247633 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): 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.23 09:08:50.249945 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
764 2025.02.23 09:08:53.267121 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
765 2025.02.23 09:08:53.267332 [ 3 ] {d4ce5844-2308-45c9-850a-2f5327a9bf95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
766 2025.02.23 09:08:53.267731 [ 3 ] {d4ce5844-2308-45c9-850a-2f5327a9bf95} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
767 2025.02.23 09:08:53.269891 [ 3 ] {d4ce5844-2308-45c9-850a-2f5327a9bf95} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
768 2025.02.23 09:08:53.270706 [ 3 ] {d4ce5844-2308-45c9-850a-2f5327a9bf95} <Debug> TCPHandler: Processed in 0.003712039 sec.
769 2025.02.23 09:08:53.277170 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
770 2025.02.23 09:08:53.277410 [ 253 ] {17e5807d-0328-461c-a3a3-06b8236a67f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
771 2025.02.23 09:08:53.279263 [ 253 ] {17e5807d-0328-461c-a3a3-06b8236a67f7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
772 2025.02.23 09:08:53.279345 [ 253 ] {17e5807d-0328-461c-a3a3-06b8236a67f7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
773 2025.02.23 09:08:53.280031 [ 253 ] {17e5807d-0328-461c-a3a3-06b8236a67f7} <Debug> TCPHandler: Processed in 0.002993236 sec.
774 2025.02.23 09:08:53.280403 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
775 2025.02.23 09:08:53.280598 [ 3 ] {3d6ceb62-7337-4a43-9ad4-c52df713d36f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
776 2025.02.23 09:08:53.281105 [ 3 ] {3d6ceb62-7337-4a43-9ad4-c52df713d36f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
777 2025.02.23 09:08:53.281165 [ 3 ] {3d6ceb62-7337-4a43-9ad4-c52df713d36f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
778 2025.02.23 09:08:53.281682 [ 3 ] {3d6ceb62-7337-4a43-9ad4-c52df713d36f} <Debug> TCPHandler: Processed in 0.001352035 sec.
779 2025.02.23 09:08:53.281980 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
780 2025.02.23 09:08:53.282145 [ 253 ] {d8eda95a-8d8b-47ea-91f1-fe5f647b6598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
781 2025.02.23 09:08:53.282526 [ 253 ] {d8eda95a-8d8b-47ea-91f1-fe5f647b6598} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
782 2025.02.23 09:08:53.282586 [ 253 ] {d8eda95a-8d8b-47ea-91f1-fe5f647b6598} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
783 2025.02.23 09:08:53.283107 [ 253 ] {d8eda95a-8d8b-47ea-91f1-fe5f647b6598} <Debug> TCPHandler: Processed in 0.001187212 sec.
784 2025.02.23 09:08:53.283456 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
785 2025.02.23 09:08:53.283626 [ 3 ] {ce3c2934-e37a-4021-8020-6485bcd52e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
786 2025.02.23 09:08:53.284072 [ 3 ] {ce3c2934-e37a-4021-8020-6485bcd52e3d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
787 2025.02.23 09:08:53.284142 [ 3 ] {ce3c2934-e37a-4021-8020-6485bcd52e3d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
788 2025.02.23 09:08:53.284683 [ 3 ] {ce3c2934-e37a-4021-8020-6485bcd52e3d} <Debug> TCPHandler: Processed in 0.001286515 sec.
789 2025.02.23 09:08:53.284939 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
790 2025.02.23 09:08:53.285095 [ 253 ] {9bcec925-d18c-4dda-bf4b-d4352eec8078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
791 2025.02.23 09:08:53.285469 [ 253 ] {9bcec925-d18c-4dda-bf4b-d4352eec8078} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
792 2025.02.23 09:08:53.285526 [ 253 ] {9bcec925-d18c-4dda-bf4b-d4352eec8078} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
793 2025.02.23 09:08:53.286051 [ 253 ] {9bcec925-d18c-4dda-bf4b-d4352eec8078} <Debug> TCPHandler: Processed in 0.001167452 sec.
794 2025.02.23 09:08:53.286317 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
795 2025.02.23 09:08:53.286472 [ 3 ] {7047d8e8-672f-4a85-b1e8-366843f14cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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') FORMAT Native; (stage: Complete)
796 2025.02.23 09:08:53.286845 [ 3 ] {7047d8e8-672f-4a85-b1e8-366843f14cd2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
797 2025.02.23 09:08:53.286900 [ 3 ] {7047d8e8-672f-4a85-b1e8-366843f14cd2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
798 2025.02.23 09:08:53.287443 [ 3 ] {7047d8e8-672f-4a85-b1e8-366843f14cd2} <Debug> TCPHandler: Processed in 0.001184682 sec.
799 2025.02.23 09:08:53.287706 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
800 2025.02.23 09:08:53.287866 [ 253 ] {83462f4e-d7b3-4197-8fe8-84b13a144931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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') FORMAT Native; (stage: Complete)
801 2025.02.23 09:08:53.288245 [ 253 ] {83462f4e-d7b3-4197-8fe8-84b13a144931} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
802 2025.02.23 09:08:53.288301 [ 253 ] {83462f4e-d7b3-4197-8fe8-84b13a144931} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
803 2025.02.23 09:08:53.288798 [ 253 ] {83462f4e-d7b3-4197-8fe8-84b13a144931} <Debug> TCPHandler: Processed in 0.001147052 sec.
804 2025.02.23 09:08:53.289052 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
805 2025.02.23 09:08:53.289217 [ 3 ] {5b5101cf-6a42-4063-8a15-b71cb13e502e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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') FORMAT Native; (stage: Complete)
806 2025.02.23 09:08:53.289611 [ 3 ] {5b5101cf-6a42-4063-8a15-b71cb13e502e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
807 2025.02.23 09:08:53.289668 [ 3 ] {5b5101cf-6a42-4063-8a15-b71cb13e502e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
808 2025.02.23 09:08:53.290150 [ 3 ] {5b5101cf-6a42-4063-8a15-b71cb13e502e} <Debug> TCPHandler: Processed in 0.001153212 sec.
809 2025.02.23 09:08:53.290392 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
810 2025.02.23 09:08:53.290548 [ 253 ] {8139268d-2b6d-4f51-b509-bb28614463bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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') FORMAT Native; (stage: Complete)
811 2025.02.23 09:08:53.291003 [ 253 ] {8139268d-2b6d-4f51-b509-bb28614463bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
812 2025.02.23 09:08:53.291072 [ 253 ] {8139268d-2b6d-4f51-b509-bb28614463bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
813 2025.02.23 09:08:53.291637 [ 253 ] {8139268d-2b6d-4f51-b509-bb28614463bd} <Debug> TCPHandler: Processed in 0.001298855 sec.
814 2025.02.23 09:08:53.291950 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
815 2025.02.23 09:08:53.292113 [ 3 ] {a6293038-1ffa-4edd-9a86-257ceaeaaefc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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') FORMAT Native; (stage: Complete)
816 2025.02.23 09:08:53.292500 [ 3 ] {a6293038-1ffa-4edd-9a86-257ceaeaaefc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
817 2025.02.23 09:08:53.292559 [ 3 ] {a6293038-1ffa-4edd-9a86-257ceaeaaefc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
818 2025.02.23 09:08:53.293048 [ 3 ] {a6293038-1ffa-4edd-9a86-257ceaeaaefc} <Debug> TCPHandler: Processed in 0.001152951 sec.
819 2025.02.23 09:08:53.293294 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
820 2025.02.23 09:08:53.293459 [ 253 ] {6de9462b-bd7f-4bed-8566-d6f7fddc7a9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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') FORMAT Native; (stage: Complete)
821 2025.02.23 09:08:53.293863 [ 253 ] {6de9462b-bd7f-4bed-8566-d6f7fddc7a9f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
822 2025.02.23 09:08:53.293924 [ 253 ] {6de9462b-bd7f-4bed-8566-d6f7fddc7a9f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
823 2025.02.23 09:08:53.294433 [ 253 ] {6de9462b-bd7f-4bed-8566-d6f7fddc7a9f} <Debug> TCPHandler: Processed in 0.001196352 sec.
824 2025.02.23 09:08:53.294707 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
825 2025.02.23 09:08:53.294870 [ 3 ] {342f91a5-9626-4b5c-9232-6ee84d8e07da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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') FORMAT Native; (stage: Complete)
826 2025.02.23 09:08:53.295261 [ 3 ] {342f91a5-9626-4b5c-9232-6ee84d8e07da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
827 2025.02.23 09:08:53.295319 [ 3 ] {342f91a5-9626-4b5c-9232-6ee84d8e07da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
828 2025.02.23 09:08:53.295794 [ 3 ] {342f91a5-9626-4b5c-9232-6ee84d8e07da} <Debug> TCPHandler: Processed in 0.001142042 sec.
829 2025.02.23 09:08:53.296035 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
830 2025.02.23 09:08:53.296197 [ 253 ] {2c67b4cf-b82b-4071-a13d-ad7c4cf9305f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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') FORMAT Native; (stage: Complete)
831 2025.02.23 09:08:53.296594 [ 253 ] {2c67b4cf-b82b-4071-a13d-ad7c4cf9305f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
832 2025.02.23 09:08:53.296651 [ 253 ] {2c67b4cf-b82b-4071-a13d-ad7c4cf9305f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
833 2025.02.23 09:08:53.297148 [ 253 ] {2c67b4cf-b82b-4071-a13d-ad7c4cf9305f} <Debug> TCPHandler: Processed in 0.001168132 sec.
834 2025.02.23 09:08:53.304647 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
835 2025.02.23 09:08:53.304801 [ 3 ] {91c9c38f-a007-4809-bece-9c2ca804de4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
836 2025.02.23 09:08:53.304874 [ 3 ] {91c9c38f-a007-4809-bece-9c2ca804de4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
837 2025.02.23 09:08:53.305784 [ 3 ] {91c9c38f-a007-4809-bece-9c2ca804de4b} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Trying to reserve 1.00 MiB using storage policy from min volume index 0
838 2025.02.23 09:08:53.305829 [ 3 ] {91c9c38f-a007-4809-bece-9c2ca804de4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
839 2025.02.23 09:08:53.306401 [ 3 ] {91c9c38f-a007-4809-bece-9c2ca804de4b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
840 2025.02.23 09:08:53.306633 [ 3 ] {91c9c38f-a007-4809-bece-9c2ca804de4b} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): 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.23 09:08:53.306865 [ 3 ] {91c9c38f-a007-4809-bece-9c2ca804de4b} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002104 sec., 6653.9923954372625 rows/sec., 954.75 KiB/sec.
842 2025.02.23 09:08:53.307013 [ 3 ] {91c9c38f-a007-4809-bece-9c2ca804de4b} <Debug> TCPHandler: Processed in 0.002436725 sec.
843 2025.02.23 09:08:53.307173 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2025.02.23 09:08:53.307313 [ 253 ] {7a93e417-746c-413a-87f9-b0ed818c32d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
845 2025.02.23 09:08:53.307366 [ 253 ] {7a93e417-746c-413a-87f9-b0ed818c32d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
846 2025.02.23 09:08:53.309260 [ 253 ] {7a93e417-746c-413a-87f9-b0ed818c32d9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
847 2025.02.23 09:08:53.309303 [ 253 ] {7a93e417-746c-413a-87f9-b0ed818c32d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
848 2025.02.23 09:08:53.309760 [ 253 ] {7a93e417-746c-413a-87f9-b0ed818c32d9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
849 2025.02.23 09:08:53.310012 [ 253 ] {7a93e417-746c-413a-87f9-b0ed818c32d9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): 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.23 09:08:53.310234 [ 253 ] {7a93e417-746c-413a-87f9-b0ed818c32d9} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002965 sec., 17537.942664418213 rows/sec., 1.34 MiB/sec.
851 2025.02.23 09:08:53.310295 [ 253 ] {7a93e417-746c-413a-87f9-b0ed818c32d9} <Debug> TCPHandler: Processed in 0.00318348 sec.
852 2025.02.23 09:08:53.310451 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
853 2025.02.23 09:08:53.310595 [ 3 ] {b45c1434-cef9-4e20-9f1d-583b6cb5ae8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
854 2025.02.23 09:08:53.310654 [ 3 ] {b45c1434-cef9-4e20-9f1d-583b6cb5ae8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
855 2025.02.23 09:08:53.311390 [ 3 ] {b45c1434-cef9-4e20-9f1d-583b6cb5ae8f} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
856 2025.02.23 09:08:53.311435 [ 3 ] {b45c1434-cef9-4e20-9f1d-583b6cb5ae8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
857 2025.02.23 09:08:53.311834 [ 3 ] {b45c1434-cef9-4e20-9f1d-583b6cb5ae8f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
858 2025.02.23 09:08:53.312077 [ 3 ] {b45c1434-cef9-4e20-9f1d-583b6cb5ae8f} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
859 2025.02.23 09:08:53.312314 [ 3 ] {b45c1434-cef9-4e20-9f1d-583b6cb5ae8f} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001741 sec., 32165.422171166 rows/sec., 2.51 MiB/sec.
860 2025.02.23 09:08:53.312386 [ 3 ] {b45c1434-cef9-4e20-9f1d-583b6cb5ae8f} <Debug> TCPHandler: Processed in 0.002002387 sec.
861 2025.02.23 09:08:53.312589 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
862 2025.02.23 09:08:53.312716 [ 253 ] {b1c5735f-24c0-4a50-8924-479627aaee8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
863 2025.02.23 09:08:53.312772 [ 253 ] {b1c5735f-24c0-4a50-8924-479627aaee8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
864 2025.02.23 09:08:53.313435 [ 253 ] {b1c5735f-24c0-4a50-8924-479627aaee8d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
865 2025.02.23 09:08:53.313472 [ 253 ] {b1c5735f-24c0-4a50-8924-479627aaee8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
866 2025.02.23 09:08:53.313924 [ 253 ] {b1c5735f-24c0-4a50-8924-479627aaee8d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
867 2025.02.23 09:08:53.314177 [ 253 ] {b1c5735f-24c0-4a50-8924-479627aaee8d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
868 2025.02.23 09:08:53.314382 [ 253 ] {b1c5735f-24c0-4a50-8924-479627aaee8d} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001696 sec., 88443.39622641509 rows/sec., 6.13 MiB/sec.
869 2025.02.23 09:08:53.314438 [ 253 ] {b1c5735f-24c0-4a50-8924-479627aaee8d} <Debug> TCPHandler: Processed in 0.001906365 sec.
870 2025.02.23 09:08:53.314588 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
871 2025.02.23 09:08:53.314728 [ 3 ] {8ce1328f-6c8e-4eaf-acf3-17094a014206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
872 2025.02.23 09:08:53.314787 [ 3 ] {8ce1328f-6c8e-4eaf-acf3-17094a014206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
873 2025.02.23 09:08:53.315368 [ 3 ] {8ce1328f-6c8e-4eaf-acf3-17094a014206} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
874 2025.02.23 09:08:53.315413 [ 3 ] {8ce1328f-6c8e-4eaf-acf3-17094a014206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
875 2025.02.23 09:08:53.315811 [ 3 ] {8ce1328f-6c8e-4eaf-acf3-17094a014206} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
876 2025.02.23 09:08:53.316058 [ 3 ] {8ce1328f-6c8e-4eaf-acf3-17094a014206} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
877 2025.02.23 09:08:53.316227 [ 3 ] {8ce1328f-6c8e-4eaf-acf3-17094a014206} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001533 sec., 32615.786040443574 rows/sec., 2.24 MiB/sec.
878 2025.02.23 09:08:53.316279 [ 3 ] {8ce1328f-6c8e-4eaf-acf3-17094a014206} <Debug> TCPHandler: Processed in 0.001751033 sec.
879 2025.02.23 09:08:57.576110 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache
880 2025.02.23 09:08:57.576191 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache
881 2025.02.23 09:08:57.638954 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 126
882 2025.02.23 09:08:57.643110 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
883 2025.02.23 09:08:57.643164 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
884 2025.02.23 09:08:57.644622 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
885 2025.02.23 09:08:57.644932 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
886 2025.02.23 09:08:57.645631 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 126
887 2025.02.23 09:08:57.661935 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
888 2025.02.23 09:08:57.662691 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
889 2025.02.23 09:08:57.662749 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
890 2025.02.23 09:08:57.663367 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
891 2025.02.23 09:08:57.663638 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
892 2025.02.23 09:08:57.663881 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
893 2025.02.23 09:08:57.750057 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
894 2025.02.23 09:08:57.769917 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
895 2025.02.23 09:08:57.769976 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
896 2025.02.23 09:08:57.777007 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
897 2025.02.23 09:08:57.777782 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
898 2025.02.23 09:08:57.780910 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
899 2025.02.23 09:08:58.270487 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
900 2025.02.23 09:08:58.270688 [ 3 ] {bedef17e-0239-4826-a8b8-5b7f31e27192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
901 2025.02.23 09:08:58.270767 [ 3 ] {bedef17e-0239-4826-a8b8-5b7f31e27192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
902 2025.02.23 09:08:58.271542 [ 3 ] {bedef17e-0239-4826-a8b8-5b7f31e27192} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
903 2025.02.23 09:08:58.271591 [ 3 ] {bedef17e-0239-4826-a8b8-5b7f31e27192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
904 2025.02.23 09:08:58.272029 [ 3 ] {bedef17e-0239-4826-a8b8-5b7f31e27192} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
905 2025.02.23 09:08:58.272281 [ 3 ] {bedef17e-0239-4826-a8b8-5b7f31e27192} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
906 2025.02.23 09:08:58.272496 [ 3 ] {bedef17e-0239-4826-a8b8-5b7f31e27192} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001864 sec., 27896.995708154507 rows/sec., 2.13 MiB/sec.
907 2025.02.23 09:08:58.272561 [ 3 ] {bedef17e-0239-4826-a8b8-5b7f31e27192} <Debug> TCPHandler: Processed in 0.002208041 sec.
908 2025.02.23 09:08:58.272832 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
909 2025.02.23 09:08:58.273031 [ 253 ] {72e32e90-c983-4443-82ff-8c50410c7117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
910 2025.02.23 09:08:58.273104 [ 253 ] {72e32e90-c983-4443-82ff-8c50410c7117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
911 2025.02.23 09:08:58.273897 [ 253 ] {72e32e90-c983-4443-82ff-8c50410c7117} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
912 2025.02.23 09:08:58.273941 [ 253 ] {72e32e90-c983-4443-82ff-8c50410c7117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
913 2025.02.23 09:08:58.274386 [ 253 ] {72e32e90-c983-4443-82ff-8c50410c7117} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
914 2025.02.23 09:08:58.274641 [ 253 ] {72e32e90-c983-4443-82ff-8c50410c7117} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
915 2025.02.23 09:08:58.274841 [ 253 ] {72e32e90-c983-4443-82ff-8c50410c7117} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001865 sec., 30026.809651474534 rows/sec., 2.34 MiB/sec.
916 2025.02.23 09:08:58.274904 [ 253 ] {72e32e90-c983-4443-82ff-8c50410c7117} <Debug> TCPHandler: Processed in 0.002205851 sec.
917 2025.02.23 09:08:58.275060 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
918 2025.02.23 09:08:58.275186 [ 3 ] {b6df18d0-ce5e-4b55-8597-fdf984251fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
919 2025.02.23 09:08:58.275244 [ 3 ] {b6df18d0-ce5e-4b55-8597-fdf984251fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
920 2025.02.23 09:08:58.275837 [ 3 ] {b6df18d0-ce5e-4b55-8597-fdf984251fec} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
921 2025.02.23 09:08:58.275879 [ 3 ] {b6df18d0-ce5e-4b55-8597-fdf984251fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
922 2025.02.23 09:08:58.276279 [ 3 ] {b6df18d0-ce5e-4b55-8597-fdf984251fec} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
923 2025.02.23 09:08:58.276518 [ 3 ] {b6df18d0-ce5e-4b55-8597-fdf984251fec} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
924 2025.02.23 09:08:58.276707 [ 3 ] {b6df18d0-ce5e-4b55-8597-fdf984251fec} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001551 sec., 96711.79883945841 rows/sec., 6.71 MiB/sec.
925 2025.02.23 09:08:58.276763 [ 3 ] {b6df18d0-ce5e-4b55-8597-fdf984251fec} <Debug> TCPHandler: Processed in 0.001761973 sec.
926 2025.02.23 09:08:58.276916 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
927 2025.02.23 09:08:58.277063 [ 253 ] {3eb65250-5e7c-4c94-a9ec-6a594420ed5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
928 2025.02.23 09:08:58.277126 [ 253 ] {3eb65250-5e7c-4c94-a9ec-6a594420ed5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
929 2025.02.23 09:08:58.277732 [ 253 ] {3eb65250-5e7c-4c94-a9ec-6a594420ed5f} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
930 2025.02.23 09:08:58.277777 [ 253 ] {3eb65250-5e7c-4c94-a9ec-6a594420ed5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
931 2025.02.23 09:08:58.278172 [ 253 ] {3eb65250-5e7c-4c94-a9ec-6a594420ed5f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
932 2025.02.23 09:08:58.278418 [ 253 ] {3eb65250-5e7c-4c94-a9ec-6a594420ed5f} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
933 2025.02.23 09:08:58.278638 [ 253 ] {3eb65250-5e7c-4c94-a9ec-6a594420ed5f} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001613 sec., 30998.140111593304 rows/sec., 2.13 MiB/sec.
934 2025.02.23 09:08:58.278810 [ 253 ] {3eb65250-5e7c-4c94-a9ec-6a594420ed5f} <Debug> TCPHandler: Processed in 0.001959077 sec.
935 2025.02.23 09:09:03.270909 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
936 2025.02.23 09:09:03.271151 [ 3 ] {1d6276e7-08e3-48e7-89ce-126e881b791a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
937 2025.02.23 09:09:03.271231 [ 3 ] {1d6276e7-08e3-48e7-89ce-126e881b791a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
938 2025.02.23 09:09:03.272111 [ 3 ] {1d6276e7-08e3-48e7-89ce-126e881b791a} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
939 2025.02.23 09:09:03.272155 [ 3 ] {1d6276e7-08e3-48e7-89ce-126e881b791a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
940 2025.02.23 09:09:03.272581 [ 3 ] {1d6276e7-08e3-48e7-89ce-126e881b791a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
941 2025.02.23 09:09:03.272834 [ 3 ] {1d6276e7-08e3-48e7-89ce-126e881b791a} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
942 2025.02.23 09:09:03.273059 [ 3 ] {1d6276e7-08e3-48e7-89ce-126e881b791a} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001962 sec., 26503.567787971457 rows/sec., 2.02 MiB/sec.
943 2025.02.23 09:09:03.273200 [ 3 ] {1d6276e7-08e3-48e7-89ce-126e881b791a} <Debug> TCPHandler: Processed in 0.002458906 sec.
944 2025.02.23 09:09:03.273475 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
945 2025.02.23 09:09:03.273687 [ 253 ] {80ca72f8-e007-4bfd-96ee-d505b9b69e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
946 2025.02.23 09:09:03.273770 [ 253 ] {80ca72f8-e007-4bfd-96ee-d505b9b69e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
947 2025.02.23 09:09:03.274602 [ 253 ] {80ca72f8-e007-4bfd-96ee-d505b9b69e69} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
948 2025.02.23 09:09:03.274651 [ 253 ] {80ca72f8-e007-4bfd-96ee-d505b9b69e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
949 2025.02.23 09:09:03.275081 [ 253 ] {80ca72f8-e007-4bfd-96ee-d505b9b69e69} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
950 2025.02.23 09:09:03.275336 [ 253 ] {80ca72f8-e007-4bfd-96ee-d505b9b69e69} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
951 2025.02.23 09:09:03.275597 [ 253 ] {80ca72f8-e007-4bfd-96ee-d505b9b69e69} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.22 MiB/sec.
952 2025.02.23 09:09:03.275666 [ 253 ] {80ca72f8-e007-4bfd-96ee-d505b9b69e69} <Debug> TCPHandler: Processed in 0.002332483 sec.
953 2025.02.23 09:09:03.275826 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
954 2025.02.23 09:09:03.275962 [ 3 ] {c8abc38f-cf58-40de-a04c-4fe2e32a5073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
955 2025.02.23 09:09:03.276027 [ 3 ] {c8abc38f-cf58-40de-a04c-4fe2e32a5073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
956 2025.02.23 09:09:03.276718 [ 3 ] {c8abc38f-cf58-40de-a04c-4fe2e32a5073} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
957 2025.02.23 09:09:03.276763 [ 3 ] {c8abc38f-cf58-40de-a04c-4fe2e32a5073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
958 2025.02.23 09:09:03.277188 [ 3 ] {c8abc38f-cf58-40de-a04c-4fe2e32a5073} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
959 2025.02.23 09:09:03.277439 [ 3 ] {c8abc38f-cf58-40de-a04c-4fe2e32a5073} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
960 2025.02.23 09:09:03.277618 [ 3 ] {c8abc38f-cf58-40de-a04c-4fe2e32a5073} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001694 sec., 88547.8158205431 rows/sec., 6.14 MiB/sec.
961 2025.02.23 09:09:03.277671 [ 3 ] {c8abc38f-cf58-40de-a04c-4fe2e32a5073} <Debug> TCPHandler: Processed in 0.001903616 sec.
962 2025.02.23 09:09:03.277822 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
963 2025.02.23 09:09:03.277956 [ 253 ] {e9b04b81-8925-4eff-b446-cd69a3f2fa30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
964 2025.02.23 09:09:03.278035 [ 253 ] {e9b04b81-8925-4eff-b446-cd69a3f2fa30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
965 2025.02.23 09:09:03.278745 [ 253 ] {e9b04b81-8925-4eff-b446-cd69a3f2fa30} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
966 2025.02.23 09:09:03.278803 [ 253 ] {e9b04b81-8925-4eff-b446-cd69a3f2fa30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
967 2025.02.23 09:09:03.279237 [ 253 ] {e9b04b81-8925-4eff-b446-cd69a3f2fa30} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
968 2025.02.23 09:09:03.279470 [ 253 ] {e9b04b81-8925-4eff-b446-cd69a3f2fa30} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
969 2025.02.23 09:09:03.279661 [ 253 ] {e9b04b81-8925-4eff-b446-cd69a3f2fa30} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001743 sec., 28686.17326448652 rows/sec., 1.97 MiB/sec.
970 2025.02.23 09:09:03.279714 [ 253 ] {e9b04b81-8925-4eff-b446-cd69a3f2fa30} <Debug> TCPHandler: Processed in 0.001949366 sec.
971 2025.02.23 09:09:05.164045 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
972 2025.02.23 09:09:05.164719 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
973 2025.02.23 09:09:05.164773 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
974 2025.02.23 09:09:05.165484 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
975 2025.02.23 09:09:05.165752 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
976 2025.02.23 09:09:05.165999 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
977 2025.02.23 09:09:05.281036 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
978 2025.02.23 09:09:05.302387 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
979 2025.02.23 09:09:05.302463 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
980 2025.02.23 09:09:05.309757 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
981 2025.02.23 09:09:05.310621 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
982 2025.02.23 09:09:05.314592 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
983 2025.02.23 09:09:07.645911 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 142
984 2025.02.23 09:09:07.648543 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
985 2025.02.23 09:09:07.648595 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
986 2025.02.23 09:09:07.650054 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
987 2025.02.23 09:09:07.650371 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
988 2025.02.23 09:09:07.651196 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142
989 2025.02.23 09:09:08.265408 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
990 2025.02.23 09:09:08.265647 [ 3 ] {1c700b9e-8c64-42e0-abca-26f05d8e050e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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') FORMAT Native; (stage: Complete)
991 2025.02.23 09:09:08.268196 [ 3 ] {1c700b9e-8c64-42e0-abca-26f05d8e050e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
992 2025.02.23 09:09:08.270299 [ 3 ] {1c700b9e-8c64-42e0-abca-26f05d8e050e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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')" moved to PREWHERE
993 2025.02.23 09:09:08.270617 [ 3 ] {1c700b9e-8c64-42e0-abca-26f05d8e050e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
994 2025.02.23 09:09:08.272788 [ 3 ] {1c700b9e-8c64-42e0-abca-26f05d8e050e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
995 2025.02.23 09:09:08.273182 [ 3 ] {1c700b9e-8c64-42e0-abca-26f05d8e050e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
996 2025.02.23 09:09:08.276227 [ 3 ] {1c700b9e-8c64-42e0-abca-26f05d8e050e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
997 2025.02.23 09:09:08.278273 [ 3 ] {1c700b9e-8c64-42e0-abca-26f05d8e050e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
998 2025.02.23 09:09:08.278305 [ 3 ] {1c700b9e-8c64-42e0-abca-26f05d8e050e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
999 2025.02.23 09:09:08.278432 [ 3 ] {1c700b9e-8c64-42e0-abca-26f05d8e050e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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'))"
1000 2025.02.23 09:09:08.278461 [ 3 ] {1c700b9e-8c64-42e0-abca-26f05d8e050e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1001 2025.02.23 09:09:08.290464 [ 3 ] {1c700b9e-8c64-42e0-abca-26f05d8e050e} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.024919 sec., 561.8202977647578 rows/sec., 22.93 KiB/sec.
1002 2025.02.23 09:09:08.290570 [ 3 ] {1c700b9e-8c64-42e0-abca-26f05d8e050e} <Debug> TCPHandler: Processed in 0.025291753 sec.
1003 2025.02.23 09:09:08.290946 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1004 2025.02.23 09:09:08.291217 [ 253 ] {21a6ef56-585e-478b-9c51-9c1afb1b5136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
1005 2025.02.23 09:09:08.291633 [ 253 ] {21a6ef56-585e-478b-9c51-9c1afb1b5136} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1006 2025.02.23 09:09:08.291677 [ 253 ] {21a6ef56-585e-478b-9c51-9c1afb1b5136} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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', 'static_routing_config:static_routes')" moved to PREWHERE
1007 2025.02.23 09:09:08.291983 [ 253 ] {21a6ef56-585e-478b-9c51-9c1afb1b5136} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1008 2025.02.23 09:09:08.292069 [ 253 ] {21a6ef56-585e-478b-9c51-9c1afb1b5136} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1009 2025.02.23 09:09:08.292253 [ 253 ] {21a6ef56-585e-478b-9c51-9c1afb1b5136} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1010 2025.02.23 09:09:08.292295 [ 253 ] {21a6ef56-585e-478b-9c51-9c1afb1b5136} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1011 2025.02.23 09:09:08.292321 [ 253 ] {21a6ef56-585e-478b-9c51-9c1afb1b5136} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1012 2025.02.23 09:09:08.292340 [ 253 ] {21a6ef56-585e-478b-9c51-9c1afb1b5136} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1013 2025.02.23 09:09:08.292391 [ 253 ] {21a6ef56-585e-478b-9c51-9c1afb1b5136} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'static_routing_config:static_routes'))"
1014 2025.02.23 09:09:08.292415 [ 253 ] {21a6ef56-585e-478b-9c51-9c1afb1b5136} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1015 2025.02.23 09:09:08.293083 [ 253 ] {21a6ef56-585e-478b-9c51-9c1afb1b5136} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001981 sec., 7067.137809187278 rows/sec., 288.38 KiB/sec.
1016 2025.02.23 09:09:08.293216 [ 253 ] {21a6ef56-585e-478b-9c51-9c1afb1b5136} <Debug> TCPHandler: Processed in 0.002418725 sec.
1017 2025.02.23 09:09:08.293516 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1018 2025.02.23 09:09:08.293729 [ 3 ] {2fd3abcb-9c83-430e-8450-126c424c592e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
1019 2025.02.23 09:09:08.294133 [ 3 ] {2fd3abcb-9c83-430e-8450-126c424c592e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1020 2025.02.23 09:09:08.294177 [ 3 ] {2fd3abcb-9c83-430e-8450-126c424c592e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE
1021 2025.02.23 09:09:08.294448 [ 3 ] {2fd3abcb-9c83-430e-8450-126c424c592e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1022 2025.02.23 09:09:08.294520 [ 3 ] {2fd3abcb-9c83-430e-8450-126c424c592e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1023 2025.02.23 09:09:08.294680 [ 3 ] {2fd3abcb-9c83-430e-8450-126c424c592e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1024 2025.02.23 09:09:08.294717 [ 3 ] {2fd3abcb-9c83-430e-8450-126c424c592e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1025 2025.02.23 09:09:08.294741 [ 3 ] {2fd3abcb-9c83-430e-8450-126c424c592e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1026 2025.02.23 09:09:08.294759 [ 3 ] {2fd3abcb-9c83-430e-8450-126c424c592e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1027 2025.02.23 09:09:08.294805 [ 3 ] {2fd3abcb-9c83-430e-8450-126c424c592e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))"
1028 2025.02.23 09:09:08.294830 [ 3 ] {2fd3abcb-9c83-430e-8450-126c424c592e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1029 2025.02.23 09:09:08.295406 [ 3 ] {2fd3abcb-9c83-430e-8450-126c424c592e} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001779 sec., 7869.589657110737 rows/sec., 321.13 KiB/sec.
1030 2025.02.23 09:09:08.295498 [ 3 ] {2fd3abcb-9c83-430e-8450-126c424c592e} <Debug> TCPHandler: Processed in 0.002063569 sec.
1031 2025.02.23 09:09:08.295853 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1032 2025.02.23 09:09:08.296040 [ 253 ] {682aaa24-70d0-445f-8abc-bbe233e8cd01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1033 2025.02.23 09:09:08.296363 [ 253 ] {682aaa24-70d0-445f-8abc-bbe233e8cd01} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1034 2025.02.23 09:09:08.296405 [ 253 ] {682aaa24-70d0-445f-8abc-bbe233e8cd01} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1035 2025.02.23 09:09:08.296670 [ 253 ] {682aaa24-70d0-445f-8abc-bbe233e8cd01} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1036 2025.02.23 09:09:08.296740 [ 253 ] {682aaa24-70d0-445f-8abc-bbe233e8cd01} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1037 2025.02.23 09:09:08.296895 [ 253 ] {682aaa24-70d0-445f-8abc-bbe233e8cd01} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1038 2025.02.23 09:09:08.296932 [ 253 ] {682aaa24-70d0-445f-8abc-bbe233e8cd01} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1039 2025.02.23 09:09:08.296957 [ 253 ] {682aaa24-70d0-445f-8abc-bbe233e8cd01} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1040 2025.02.23 09:09:08.296976 [ 253 ] {682aaa24-70d0-445f-8abc-bbe233e8cd01} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1041 2025.02.23 09:09:08.297022 [ 253 ] {682aaa24-70d0-445f-8abc-bbe233e8cd01} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1042 2025.02.23 09:09:08.297045 [ 253 ] {682aaa24-70d0-445f-8abc-bbe233e8cd01} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1043 2025.02.23 09:09:08.297623 [ 253 ] {682aaa24-70d0-445f-8abc-bbe233e8cd01} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001666 sec., 8403.361344537816 rows/sec., 342.91 KiB/sec.
1044 2025.02.23 09:09:08.297744 [ 253 ] {682aaa24-70d0-445f-8abc-bbe233e8cd01} <Debug> TCPHandler: Processed in 0.001952877 sec.
1045 2025.02.23 09:09:08.304518 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1046 2025.02.23 09:09:08.304676 [ 3 ] {fb76f6a5-daba-4284-8b93-b302579270ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1047 2025.02.23 09:09:08.304745 [ 3 ] {fb76f6a5-daba-4284-8b93-b302579270ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1048 2025.02.23 09:09:08.305573 [ 3 ] {fb76f6a5-daba-4284-8b93-b302579270ec} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1049 2025.02.23 09:09:08.305617 [ 3 ] {fb76f6a5-daba-4284-8b93-b302579270ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
1050 2025.02.23 09:09:08.306122 [ 3 ] {fb76f6a5-daba-4284-8b93-b302579270ec} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1051 2025.02.23 09:09:08.306348 [ 3 ] {fb76f6a5-daba-4284-8b93-b302579270ec} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1052 2025.02.23 09:09:08.306598 [ 3 ] {fb76f6a5-daba-4284-8b93-b302579270ec} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.00196 sec., 2040.8163265306123 rows/sec., 259.59 KiB/sec.
1053 2025.02.23 09:09:08.306777 [ 3 ] {fb76f6a5-daba-4284-8b93-b302579270ec} <Debug> TCPHandler: Processed in 0.002330704 sec.
1054 2025.02.23 09:09:08.306946 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1055 2025.02.23 09:09:08.307082 [ 253 ] {1cd75b72-c791-463f-8d5d-8b0df5bc74c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1056 2025.02.23 09:09:08.307135 [ 253 ] {1cd75b72-c791-463f-8d5d-8b0df5bc74c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1057 2025.02.23 09:09:08.307817 [ 253 ] {1cd75b72-c791-463f-8d5d-8b0df5bc74c5} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1058 2025.02.23 09:09:08.307866 [ 253 ] {1cd75b72-c791-463f-8d5d-8b0df5bc74c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
1059 2025.02.23 09:09:08.308307 [ 253 ] {1cd75b72-c791-463f-8d5d-8b0df5bc74c5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1060 2025.02.23 09:09:08.308569 [ 253 ] {1cd75b72-c791-463f-8d5d-8b0df5bc74c5} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1061 2025.02.23 09:09:08.308818 [ 253 ] {1cd75b72-c791-463f-8d5d-8b0df5bc74c5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001771 sec., 31620.553359683796 rows/sec., 2.43 MiB/sec.
1062 2025.02.23 09:09:08.308966 [ 253 ] {1cd75b72-c791-463f-8d5d-8b0df5bc74c5} <Debug> TCPHandler: Processed in 0.002077769 sec.
1063 2025.02.23 09:09:08.309135 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1064 2025.02.23 09:09:08.309265 [ 3 ] {7309e0b9-d7cc-4ffd-ae31-4410d426a16d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1065 2025.02.23 09:09:08.309318 [ 3 ] {7309e0b9-d7cc-4ffd-ae31-4410d426a16d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1066 2025.02.23 09:09:08.309959 [ 3 ] {7309e0b9-d7cc-4ffd-ae31-4410d426a16d} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1067 2025.02.23 09:09:08.310001 [ 3 ] {7309e0b9-d7cc-4ffd-ae31-4410d426a16d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
1068 2025.02.23 09:09:08.310398 [ 3 ] {7309e0b9-d7cc-4ffd-ae31-4410d426a16d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1069 2025.02.23 09:09:08.310638 [ 3 ] {7309e0b9-d7cc-4ffd-ae31-4410d426a16d} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1070 2025.02.23 09:09:08.310860 [ 3 ] {7309e0b9-d7cc-4ffd-ae31-4410d426a16d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001625 sec., 39384.61538461538 rows/sec., 3.07 MiB/sec.
1071 2025.02.23 09:09:08.310921 [ 3 ] {7309e0b9-d7cc-4ffd-ae31-4410d426a16d} <Debug> TCPHandler: Processed in 0.001850904 sec.
1072 2025.02.23 09:09:08.311070 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1073 2025.02.23 09:09:08.311205 [ 253 ] {f875a8cb-f2dd-414b-ad45-370aaa694972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1074 2025.02.23 09:09:08.311268 [ 253 ] {f875a8cb-f2dd-414b-ad45-370aaa694972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1075 2025.02.23 09:09:08.311948 [ 253 ] {f875a8cb-f2dd-414b-ad45-370aaa694972} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1076 2025.02.23 09:09:08.311998 [ 253 ] {f875a8cb-f2dd-414b-ad45-370aaa694972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
1077 2025.02.23 09:09:08.312424 [ 253 ] {f875a8cb-f2dd-414b-ad45-370aaa694972} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1078 2025.02.23 09:09:08.312677 [ 253 ] {f875a8cb-f2dd-414b-ad45-370aaa694972} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1079 2025.02.23 09:09:08.312893 [ 253 ] {f875a8cb-f2dd-414b-ad45-370aaa694972} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001723 sec., 92861.28845037725 rows/sec., 6.47 MiB/sec.
1080 2025.02.23 09:09:08.312954 [ 253 ] {f875a8cb-f2dd-414b-ad45-370aaa694972} <Debug> TCPHandler: Processed in 0.001940796 sec.
1081 2025.02.23 09:09:08.313129 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1082 2025.02.23 09:09:08.313256 [ 3 ] {026f591d-e9b9-47c0-a652-a7a7d43a0495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1083 2025.02.23 09:09:08.313310 [ 3 ] {026f591d-e9b9-47c0-a652-a7a7d43a0495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1084 2025.02.23 09:09:08.313854 [ 3 ] {026f591d-e9b9-47c0-a652-a7a7d43a0495} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1085 2025.02.23 09:09:08.313905 [ 3 ] {026f591d-e9b9-47c0-a652-a7a7d43a0495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB.
1086 2025.02.23 09:09:08.314361 [ 3 ] {026f591d-e9b9-47c0-a652-a7a7d43a0495} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1087 2025.02.23 09:09:08.314616 [ 3 ] {026f591d-e9b9-47c0-a652-a7a7d43a0495} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1088 2025.02.23 09:09:08.314840 [ 3 ] {026f591d-e9b9-47c0-a652-a7a7d43a0495} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001613 sec., 37197.768133911966 rows/sec., 2.51 MiB/sec.
1089 2025.02.23 09:09:08.314903 [ 3 ] {026f591d-e9b9-47c0-a652-a7a7d43a0495} <Debug> TCPHandler: Processed in 0.001841175 sec.
1090 2025.02.23 09:09:12.576373 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache
1091 2025.02.23 09:09:12.576449 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache
1092 2025.02.23 09:09:12.667164 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1093 2025.02.23 09:09:12.667761 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1094 2025.02.23 09:09:12.667804 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1095 2025.02.23 09:09:12.668414 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1096 2025.02.23 09:09:12.668659 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1097 2025.02.23 09:09:12.668850 [ 58 ] {} <Debug> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1098 2025.02.23 09:09:12.668897 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1099 2025.02.23 09:09:12.668930 [ 58 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1100 2025.02.23 09:09:12.669021 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1101 2025.02.23 09:09:12.672932 [ 186 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
1102 2025.02.23 09:09:12.673167 [ 186 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1103 2025.02.23 09:09:12.673308 [ 186 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
1104 2025.02.23 09:09:12.673423 [ 186 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
1105 2025.02.23 09:09:12.673559 [ 186 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
1106 2025.02.23 09:09:12.673715 [ 186 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
1107 2025.02.23 09:09:12.673808 [ 186 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
1108 2025.02.23 09:09:12.673888 [ 186 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
1109 2025.02.23 09:09:12.694211 [ 196 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.02510308 sec., 111779.11236390116 rows/sec., 1.60 MiB/sec.
1110 2025.02.23 09:09:12.694853 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1111 2025.02.23 09:09:12.695221 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_6_1} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1112 2025.02.23 09:09:12.695300 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_6_1} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1113 2025.02.23 09:09:12.695408 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1114 2025.02.23 09:09:12.815841 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1115 2025.02.23 09:09:12.836090 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1116 2025.02.23 09:09:12.836221 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1117 2025.02.23 09:09:12.843168 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1118 2025.02.23 09:09:12.843899 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1119 2025.02.23 09:09:12.844299 [ 58 ] {} <Debug> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1120 2025.02.23 09:09:12.844418 [ 58 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1121 2025.02.23 09:09:12.844484 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1122 2025.02.23 09:09:12.844904 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
1123 2025.02.23 09:09:12.862643 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1124 2025.02.23 09:09:12.863618 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1125 2025.02.23 09:09:12.865257 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
1126 2025.02.23 09:09:12.870809 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
1127 2025.02.23 09:09:12.876054 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
1128 2025.02.23 09:09:12.881123 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
1129 2025.02.23 09:09:12.888216 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
1130 2025.02.23 09:09:12.892606 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
1131 2025.02.23 09:09:12.953443 [ 196 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.108717474 sec., 423.1150550830495 rows/sec., 2.19 MiB/sec.
1132 2025.02.23 09:09:12.956133 [ 196 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1133 2025.02.23 09:09:12.959299 [ 196 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_6_1} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1134 2025.02.23 09:09:12.959422 [ 196 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_6_1} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1135 2025.02.23 09:09:12.961799 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1136 2025.02.23 09:09:13.001142 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.77 MiB, peak 168.31 MiB, free memory in arenas 0.00 B, will set to 162.59 MiB (RSS), difference: 3.82 MiB
1137 2025.02.23 09:09:13.271466 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1138 2025.02.23 09:09:13.271807 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1139 2025.02.23 09:09:13.272198 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1140 2025.02.23 09:09:13.272242 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1141 2025.02.23 09:09:13.272553 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1142 2025.02.23 09:09:13.272636 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1143 2025.02.23 09:09:13.272816 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1144 2025.02.23 09:09:13.273074 [ 286 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1145 2025.02.23 09:09:13.273112 [ 287 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1146 2025.02.23 09:09:13.273235 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1147 2025.02.23 09:09:13.273266 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1148 2025.02.23 09:09:13.275397 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1149 2025.02.23 09:09:13.275428 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1150 2025.02.23 09:09:13.275491 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1151 2025.02.23 09:09:13.275540 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1152 2025.02.23 09:09:13.277020 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.005404 sec., 3330.8660251665433 rows/sec., 136.26 KiB/sec.
1153 2025.02.23 09:09:13.277166 [ 3 ] {2bdc4cc7-acf6-4e66-889d-a35cb7758605} <Debug> TCPHandler: Processed in 0.00583611 sec.
1154 2025.02.23 09:09:13.278830 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1155 2025.02.23 09:09:13.279111 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1156 2025.02.23 09:09:13.279580 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1157 2025.02.23 09:09:13.279638 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1158 2025.02.23 09:09:13.279956 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1159 2025.02.23 09:09:13.280041 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1160 2025.02.23 09:09:13.280227 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1161 2025.02.23 09:09:13.280352 [ 287 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1162 2025.02.23 09:09:13.280369 [ 286 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1163 2025.02.23 09:09:13.280471 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1164 2025.02.23 09:09:13.280497 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1165 2025.02.23 09:09:13.280591 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1166 2025.02.23 09:09:13.280614 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1167 2025.02.23 09:09:13.280660 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1168 2025.02.23 09:09:13.280711 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1169 2025.02.23 09:09:13.281870 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002893 sec., 6221.914967162115 rows/sec., 254.52 KiB/sec.
1170 2025.02.23 09:09:13.282018 [ 253 ] {7ca2759f-597b-47b4-afbc-29bdaab5640f} <Debug> TCPHandler: Processed in 0.003329472 sec.
1171 2025.02.23 09:09:13.282277 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1172 2025.02.23 09:09:13.282463 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1173 2025.02.23 09:09:13.282790 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1174 2025.02.23 09:09:13.282834 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1175 2025.02.23 09:09:13.283110 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1176 2025.02.23 09:09:13.283179 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1177 2025.02.23 09:09:13.283337 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1178 2025.02.23 09:09:13.283448 [ 286 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1179 2025.02.23 09:09:13.283455 [ 287 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1180 2025.02.23 09:09:13.283558 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1181 2025.02.23 09:09:13.283584 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1182 2025.02.23 09:09:13.283672 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1183 2025.02.23 09:09:13.283696 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1184 2025.02.23 09:09:13.283738 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1185 2025.02.23 09:09:13.283785 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1186 2025.02.23 09:09:13.284931 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002555 sec., 7045.009784735812 rows/sec., 288.19 KiB/sec.
1187 2025.02.23 09:09:13.285084 [ 3 ] {e5dd6bdd-0c23-4daa-9556-a1ef2a06492e} <Debug> TCPHandler: Processed in 0.002866694 sec.
1188 2025.02.23 09:09:13.285363 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1189 2025.02.23 09:09:13.285560 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1190 2025.02.23 09:09:13.285898 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1191 2025.02.23 09:09:13.285942 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1192 2025.02.23 09:09:13.286227 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1193 2025.02.23 09:09:13.286299 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1194 2025.02.23 09:09:13.286457 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1195 2025.02.23 09:09:13.286546 [ 286 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1196 2025.02.23 09:09:13.286563 [ 287 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1197 2025.02.23 09:09:13.286664 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1198 2025.02.23 09:09:13.286693 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1199 2025.02.23 09:09:13.286780 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1200 2025.02.23 09:09:13.286803 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1201 2025.02.23 09:09:13.286849 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1202 2025.02.23 09:09:13.286899 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1203 2025.02.23 09:09:13.287969 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.0025 sec., 7200 rows/sec., 294.53 KiB/sec.
1204 2025.02.23 09:09:13.288132 [ 253 ] {c3a626d1-4b6a-46ed-b1cb-a73e0b020176} <Debug> TCPHandler: Processed in 0.002846384 sec.
1205 2025.02.23 09:09:13.291148 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1206 2025.02.23 09:09:13.291367 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1207 2025.02.23 09:09:13.291739 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1208 2025.02.23 09:09:13.291785 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1209 2025.02.23 09:09:13.292069 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1210 2025.02.23 09:09:13.292138 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1211 2025.02.23 09:09:13.292289 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1212 2025.02.23 09:09:13.292409 [ 286 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1213 2025.02.23 09:09:13.292411 [ 288 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1214 2025.02.23 09:09:13.292538 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1215 2025.02.23 09:09:13.292566 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1216 2025.02.23 09:09:13.292653 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1217 2025.02.23 09:09:13.292676 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1218 2025.02.23 09:09:13.292719 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1219 2025.02.23 09:09:13.292765 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1220 2025.02.23 09:09:13.293879 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002616 sec., 6880.733944954129 rows/sec., 281.47 KiB/sec.
1221 2025.02.23 09:09:13.294023 [ 3 ] {f45941fe-6f43-44a9-91e5-02d019c8947d} <Debug> TCPHandler: Processed in 0.002944785 sec.
1222 2025.02.23 09:09:13.294388 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1223 2025.02.23 09:09:13.294608 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1224 2025.02.23 09:09:13.294937 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1225 2025.02.23 09:09:13.294983 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1226 2025.02.23 09:09:13.295273 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1227 2025.02.23 09:09:13.295347 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1228 2025.02.23 09:09:13.295508 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1229 2025.02.23 09:09:13.295625 [ 286 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1230 2025.02.23 09:09:13.295629 [ 287 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1231 2025.02.23 09:09:13.295743 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1232 2025.02.23 09:09:13.295771 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1233 2025.02.23 09:09:13.295855 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1234 2025.02.23 09:09:13.295878 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1235 2025.02.23 09:09:13.295920 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1236 2025.02.23 09:09:13.295970 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1237 2025.02.23 09:09:13.297051 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002549 sec., 7061.592781482935 rows/sec., 288.87 KiB/sec.
1238 2025.02.23 09:09:13.297205 [ 253 ] {a4f6a68d-4150-43f8-9b2c-24be5f579643} <Debug> TCPHandler: Processed in 0.002885483 sec.
1239 2025.02.23 09:09:13.297888 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1240 2025.02.23 09:09:13.298071 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1241 2025.02.23 09:09:13.298394 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1242 2025.02.23 09:09:13.298439 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1243 2025.02.23 09:09:13.298726 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1244 2025.02.23 09:09:13.298796 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1245 2025.02.23 09:09:13.298947 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1246 2025.02.23 09:09:13.299052 [ 287 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1247 2025.02.23 09:09:13.299066 [ 286 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1248 2025.02.23 09:09:13.299163 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1249 2025.02.23 09:09:13.299194 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1250 2025.02.23 09:09:13.299276 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1251 2025.02.23 09:09:13.299297 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1252 2025.02.23 09:09:13.299344 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1253 2025.02.23 09:09:13.299393 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1254 2025.02.23 09:09:13.300469 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002483 sec., 7249.2952074103905 rows/sec., 296.55 KiB/sec.
1255 2025.02.23 09:09:13.300609 [ 3 ] {09ebdf49-1ba0-4b10-b6d4-89a1fbad6215} <Debug> TCPHandler: Processed in 0.002779692 sec.
1256 2025.02.23 09:09:13.300887 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1257 2025.02.23 09:09:13.301073 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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', 'mg_lower:routes_blocked_by_link_state', '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') FORMAT Native; (stage: Complete)
1258 2025.02.23 09:09:13.301396 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1259 2025.02.23 09:09:13.301438 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <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', 'mg_lower:routes_blocked_by_link_state', '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')" moved to PREWHERE
1260 2025.02.23 09:09:13.301713 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1261 2025.02.23 09:09:13.301775 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1262 2025.02.23 09:09:13.301918 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1263 2025.02.23 09:09:13.302047 [ 286 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1264 2025.02.23 09:09:13.302048 [ 287 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1265 2025.02.23 09:09:13.302149 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1266 2025.02.23 09:09:13.302175 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1267 2025.02.23 09:09:13.302252 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1268 2025.02.23 09:09:13.302337 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1269 2025.02.23 09:09:13.302382 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <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', 'mg_lower:routes_blocked_by_link_state', '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'))"
1270 2025.02.23 09:09:13.302459 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <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', 'mg_lower:routes_blocked_by_link_state', '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'))"
1271 2025.02.23 09:09:13.303500 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002514 sec., 7159.904534606205 rows/sec., 292.89 KiB/sec.
1272 2025.02.23 09:09:13.303651 [ 253 ] {8b03531a-0a04-4d21-bfb6-bf8db119b9f1} <Debug> TCPHandler: Processed in 0.002821423 sec.
1273 2025.02.23 09:09:13.303944 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1274 2025.02.23 09:09:13.304128 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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', 'mg_lower:routes_blocked_by_link_state', '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:occupancy') FORMAT Native; (stage: Complete)
1275 2025.02.23 09:09:13.304453 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1276 2025.02.23 09:09:13.304497 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <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', 'mg_lower:routes_blocked_by_link_state', '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:occupancy')" moved to PREWHERE
1277 2025.02.23 09:09:13.304788 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1278 2025.02.23 09:09:13.304857 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1279 2025.02.23 09:09:13.305009 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1280 2025.02.23 09:09:13.305075 [ 287 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1281 2025.02.23 09:09:13.305101 [ 286 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1282 2025.02.23 09:09:13.305202 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1283 2025.02.23 09:09:13.305239 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1284 2025.02.23 09:09:13.305329 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1285 2025.02.23 09:09:13.305372 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1286 2025.02.23 09:09:13.305422 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <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', 'mg_lower:routes_blocked_by_link_state', '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:occupancy'))"
1287 2025.02.23 09:09:13.305471 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <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', 'mg_lower:routes_blocked_by_link_state', '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:occupancy'))"
1288 2025.02.23 09:09:13.306498 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002456 sec., 7328.99022801303 rows/sec., 299.81 KiB/sec.
1289 2025.02.23 09:09:13.306636 [ 3 ] {b1e45933-354e-4af4-9983-33b4eeff4888} <Debug> TCPHandler: Processed in 0.002751242 sec.
1290 2025.02.23 09:09:13.306947 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1291 2025.02.23 09:09:13.307132 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1292 2025.02.23 09:09:13.307465 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1293 2025.02.23 09:09:13.307511 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <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', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy')" moved to PREWHERE
1294 2025.02.23 09:09:13.307804 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1295 2025.02.23 09:09:13.307872 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1296 2025.02.23 09:09:13.308023 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1297 2025.02.23 09:09:13.308134 [ 287 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1298 2025.02.23 09:09:13.308137 [ 286 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1299 2025.02.23 09:09:13.308234 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1300 2025.02.23 09:09:13.308258 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1301 2025.02.23 09:09:13.308337 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1302 2025.02.23 09:09:13.308359 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1303 2025.02.23 09:09:13.308401 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <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', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy'))"
1304 2025.02.23 09:09:13.308450 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <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', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy'))"
1305 2025.02.23 09:09:13.309471 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002428 sec., 7413.509060955519 rows/sec., 303.27 KiB/sec.
1306 2025.02.23 09:09:13.309599 [ 253 ] {bda80c5b-f6ea-4da6-bc88-c2999d15d989} <Debug> TCPHandler: Processed in 0.00271418 sec.
1307 2025.02.23 09:09:13.309887 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1308 2025.02.23 09:09:13.310072 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1309 2025.02.23 09:09:13.310406 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1310 2025.02.23 09:09:13.310452 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1311 2025.02.23 09:09:13.310753 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1312 2025.02.23 09:09:13.310821 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1313 2025.02.23 09:09:13.310975 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1314 2025.02.23 09:09:13.311083 [ 286 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1315 2025.02.23 09:09:13.311089 [ 288 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1316 2025.02.23 09:09:13.311212 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1317 2025.02.23 09:09:13.311242 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1318 2025.02.23 09:09:13.311323 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1319 2025.02.23 09:09:13.311347 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1320 2025.02.23 09:09:13.311389 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1321 2025.02.23 09:09:13.311439 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1322 2025.02.23 09:09:13.312493 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00251 sec., 7171.314741035856 rows/sec., 293.36 KiB/sec.
1323 2025.02.23 09:09:13.312625 [ 3 ] {a8178c53-e16f-4fa8-aaf5-b65f98aff1ae} <Debug> TCPHandler: Processed in 0.002796932 sec.
1324 2025.02.23 09:09:13.312907 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1325 2025.02.23 09:09:13.313101 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1326 2025.02.23 09:09:13.313432 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1327 2025.02.23 09:09:13.313479 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1328 2025.02.23 09:09:13.313781 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1329 2025.02.23 09:09:13.313849 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1330 2025.02.23 09:09:13.314005 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1331 2025.02.23 09:09:13.314072 [ 286 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1332 2025.02.23 09:09:13.314098 [ 288 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1333 2025.02.23 09:09:13.314193 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1334 2025.02.23 09:09:13.314222 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1335 2025.02.23 09:09:13.314303 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1336 2025.02.23 09:09:13.314325 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1337 2025.02.23 09:09:13.314369 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1338 2025.02.23 09:09:13.314420 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1339 2025.02.23 09:09:13.315469 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002458 sec., 7323.026851098453 rows/sec., 299.56 KiB/sec.
1340 2025.02.23 09:09:13.315620 [ 253 ] {b1858aac-caef-4413-ba48-d44bfb01b742} <Debug> TCPHandler: Processed in 0.002769922 sec.
1341 2025.02.23 09:09:13.315931 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1342 2025.02.23 09:09:13.316119 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1343 2025.02.23 09:09:13.316451 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1344 2025.02.23 09:09:13.316498 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1345 2025.02.23 09:09:13.316805 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1346 2025.02.23 09:09:13.316873 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1347 2025.02.23 09:09:13.317026 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1348 2025.02.23 09:09:13.317138 [ 286 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1349 2025.02.23 09:09:13.317140 [ 288 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1350 2025.02.23 09:09:13.317251 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1351 2025.02.23 09:09:13.317279 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1352 2025.02.23 09:09:13.317362 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1353 2025.02.23 09:09:13.317384 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1354 2025.02.23 09:09:13.317427 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1355 2025.02.23 09:09:13.317477 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1356 2025.02.23 09:09:13.318563 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002535 sec., 7100.591715976331 rows/sec., 290.46 KiB/sec.
1357 2025.02.23 09:09:13.318696 [ 3 ] {0a13b5a4-d41a-4807-8695-43929ddc7030} <Debug> TCPHandler: Processed in 0.002823993 sec.
1358 2025.02.23 09:09:13.318975 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1359 2025.02.23 09:09:13.319162 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1360 2025.02.23 09:09:13.319498 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1361 2025.02.23 09:09:13.319544 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1362 2025.02.23 09:09:13.319852 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1363 2025.02.23 09:09:13.319920 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1364 2025.02.23 09:09:13.320074 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1365 2025.02.23 09:09:13.320144 [ 286 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1366 2025.02.23 09:09:13.320166 [ 288 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1367 2025.02.23 09:09:13.320259 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1368 2025.02.23 09:09:13.320287 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1369 2025.02.23 09:09:13.320368 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1370 2025.02.23 09:09:13.320390 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1371 2025.02.23 09:09:13.320432 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1372 2025.02.23 09:09:13.320481 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <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', 'mg_lower:routes_blocked_by_link_state', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1373 2025.02.23 09:09:13.321507 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002435 sec., 7392.197125256674 rows/sec., 302.39 KiB/sec.
1374 2025.02.23 09:09:13.321659 [ 253 ] {7d128892-b8c0-4a5c-bde4-e83f89146348} <Debug> TCPHandler: Processed in 0.002741011 sec.
1375 2025.02.23 09:09:13.321949 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1376 2025.02.23 09:09:13.322134 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1377 2025.02.23 09:09:13.322476 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1378 2025.02.23 09:09:13.322523 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <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', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1379 2025.02.23 09:09:13.322830 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1380 2025.02.23 09:09:13.322897 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1381 2025.02.23 09:09:13.323052 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1382 2025.02.23 09:09:13.323157 [ 286 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1383 2025.02.23 09:09:13.323168 [ 288 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1384 2025.02.23 09:09:13.323273 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1385 2025.02.23 09:09:13.323302 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1386 2025.02.23 09:09:13.323387 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1387 2025.02.23 09:09:13.323408 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1388 2025.02.23 09:09:13.323452 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <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', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1389 2025.02.23 09:09:13.323500 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <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', 'mg_lower:routes_blocked_by_link_state', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1390 2025.02.23 09:09:13.324537 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002493 sec., 7220.216606498195 rows/sec., 295.36 KiB/sec.
1391 2025.02.23 09:09:13.324673 [ 3 ] {e88d2b20-117c-4bce-ba1a-2620e5857953} <Debug> TCPHandler: Processed in 0.002782132 sec.
1392 2025.02.23 09:09:13.330265 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1393 2025.02.23 09:09:13.330490 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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', 'mg_lower:routes_blocked_by_link_state', '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)
1394 2025.02.23 09:09:13.330853 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1395 2025.02.23 09:09:13.330904 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <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', 'mg_lower:routes_blocked_by_link_state', '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
1396 2025.02.23 09:09:13.331216 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1397 2025.02.23 09:09:13.331285 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1398 2025.02.23 09:09:13.331437 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1399 2025.02.23 09:09:13.331521 [ 286 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1400 2025.02.23 09:09:13.331540 [ 288 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1401 2025.02.23 09:09:13.331637 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1402 2025.02.23 09:09:13.331666 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1403 2025.02.23 09:09:13.331748 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1404 2025.02.23 09:09:13.331769 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 18 rows with 2 streams
1405 2025.02.23 09:09:13.331811 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <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', 'mg_lower:routes_blocked_by_link_state', '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'))"
1406 2025.02.23 09:09:13.331861 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <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', 'mg_lower:routes_blocked_by_link_state', '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'))"
1407 2025.02.23 09:09:13.332920 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002543 sec., 7078.254030672434 rows/sec., 289.55 KiB/sec.
1408 2025.02.23 09:09:13.333071 [ 253 ] {10647ede-b728-4a4e-b74d-646d25b898fd} <Debug> TCPHandler: Processed in 0.002874354 sec.
1409 2025.02.23 09:09:13.333416 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1410 2025.02.23 09:09:13.333546 [ 3 ] {5eaa8f1c-318c-4233-8650-90f3b6e216e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1411 2025.02.23 09:09:13.333601 [ 3 ] {5eaa8f1c-318c-4233-8650-90f3b6e216e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1412 2025.02.23 09:09:13.334372 [ 3 ] {5eaa8f1c-318c-4233-8650-90f3b6e216e4} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1413 2025.02.23 09:09:13.334413 [ 3 ] {5eaa8f1c-318c-4233-8650-90f3b6e216e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1414 2025.02.23 09:09:13.334929 [ 3 ] {5eaa8f1c-318c-4233-8650-90f3b6e216e4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1415 2025.02.23 09:09:13.335170 [ 3 ] {5eaa8f1c-318c-4233-8650-90f3b6e216e4} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1416 2025.02.23 09:09:13.335396 [ 3 ] {5eaa8f1c-318c-4233-8650-90f3b6e216e4} <Debug> executeQuery: Read 16 rows, 4.79 KiB in 0.001887 sec., 8479.067302596713 rows/sec., 2.48 MiB/sec.
1417 2025.02.23 09:09:13.335460 [ 3 ] {5eaa8f1c-318c-4233-8650-90f3b6e216e4} <Debug> TCPHandler: Processed in 0.002103289 sec.
1418 2025.02.23 09:09:13.335625 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1419 2025.02.23 09:09:13.335754 [ 253 ] {dee6d9c6-1eec-4d03-b135-ea337d89e5eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1420 2025.02.23 09:09:13.335806 [ 253 ] {dee6d9c6-1eec-4d03-b135-ea337d89e5eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1421 2025.02.23 09:09:13.337122 [ 253 ] {dee6d9c6-1eec-4d03-b135-ea337d89e5eb} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1422 2025.02.23 09:09:13.337166 [ 253 ] {dee6d9c6-1eec-4d03-b135-ea337d89e5eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1423 2025.02.23 09:09:13.337582 [ 253 ] {dee6d9c6-1eec-4d03-b135-ea337d89e5eb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1424 2025.02.23 09:09:13.337833 [ 253 ] {dee6d9c6-1eec-4d03-b135-ea337d89e5eb} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1425 2025.02.23 09:09:13.338075 [ 253 ] {dee6d9c6-1eec-4d03-b135-ea337d89e5eb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002354 sec., 90059.47323704332 rows/sec., 5.73 MiB/sec.
1426 2025.02.23 09:09:13.338222 [ 253 ] {dee6d9c6-1eec-4d03-b135-ea337d89e5eb} <Debug> TCPHandler: Processed in 0.00264828 sec.
1427 2025.02.23 09:09:13.338382 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1428 2025.02.23 09:09:13.338504 [ 3 ] {54be5b65-c9fa-4cfd-a89a-c824fb615717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1429 2025.02.23 09:09:13.338554 [ 3 ] {54be5b65-c9fa-4cfd-a89a-c824fb615717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1430 2025.02.23 09:09:13.339472 [ 3 ] {54be5b65-c9fa-4cfd-a89a-c824fb615717} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1431 2025.02.23 09:09:13.339513 [ 3 ] {54be5b65-c9fa-4cfd-a89a-c824fb615717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1432 2025.02.23 09:09:13.339931 [ 3 ] {54be5b65-c9fa-4cfd-a89a-c824fb615717} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1433 2025.02.23 09:09:13.340183 [ 3 ] {54be5b65-c9fa-4cfd-a89a-c824fb615717} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1434 2025.02.23 09:09:13.340408 [ 3 ] {54be5b65-c9fa-4cfd-a89a-c824fb615717} <Debug> executeQuery: Read 673 rows, 54.71 KiB in 0.001932 sec., 348343.68530020706 rows/sec., 27.65 MiB/sec.
1435 2025.02.23 09:09:13.340467 [ 3 ] {54be5b65-c9fa-4cfd-a89a-c824fb615717} <Debug> TCPHandler: Processed in 0.00214461 sec.
1436 2025.02.23 09:09:13.340620 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1437 2025.02.23 09:09:13.340740 [ 253 ] {1f8791ba-fcc2-4457-8630-7b417f032eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1438 2025.02.23 09:09:13.340791 [ 253 ] {1f8791ba-fcc2-4457-8630-7b417f032eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1439 2025.02.23 09:09:13.341473 [ 253 ] {1f8791ba-fcc2-4457-8630-7b417f032eef} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1440 2025.02.23 09:09:13.341508 [ 253 ] {1f8791ba-fcc2-4457-8630-7b417f032eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1441 2025.02.23 09:09:13.341873 [ 253 ] {1f8791ba-fcc2-4457-8630-7b417f032eef} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1442 2025.02.23 09:09:13.342120 [ 253 ] {1f8791ba-fcc2-4457-8630-7b417f032eef} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1443 2025.02.23 09:09:13.342350 [ 253 ] {1f8791ba-fcc2-4457-8630-7b417f032eef} <Debug> executeQuery: Read 134 rows, 8.49 KiB in 0.00163 sec., 82208.58895705522 rows/sec., 5.09 MiB/sec.
1444 2025.02.23 09:09:13.342405 [ 253 ] {1f8791ba-fcc2-4457-8630-7b417f032eef} <Debug> TCPHandler: Processed in 0.001841254 sec.
1445 2025.02.23 09:09:13.342551 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1446 2025.02.23 09:09:13.342673 [ 3 ] {03287561-d09d-4403-a684-a65cbee96470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1447 2025.02.23 09:09:13.342722 [ 3 ] {03287561-d09d-4403-a684-a65cbee96470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1448 2025.02.23 09:09:13.343353 [ 3 ] {03287561-d09d-4403-a684-a65cbee96470} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1449 2025.02.23 09:09:13.343393 [ 3 ] {03287561-d09d-4403-a684-a65cbee96470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1450 2025.02.23 09:09:13.343769 [ 3 ] {03287561-d09d-4403-a684-a65cbee96470} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1451 2025.02.23 09:09:13.344015 [ 3 ] {03287561-d09d-4403-a684-a65cbee96470} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1452 2025.02.23 09:09:13.344289 [ 3 ] {03287561-d09d-4403-a684-a65cbee96470} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001628 sec., 69410.31941031941 rows/sec., 4.49 MiB/sec.
1453 2025.02.23 09:09:13.344347 [ 3 ] {03287561-d09d-4403-a684-a65cbee96470} <Debug> TCPHandler: Processed in 0.001850645 sec.
1454 2025.02.23 09:09:13.344499 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1455 2025.02.23 09:09:13.344615 [ 253 ] {f66da61a-4fae-424a-b60f-87af128e33ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1456 2025.02.23 09:09:13.344669 [ 253 ] {f66da61a-4fae-424a-b60f-87af128e33ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1457 2025.02.23 09:09:13.345399 [ 253 ] {f66da61a-4fae-424a-b60f-87af128e33ca} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1458 2025.02.23 09:09:13.345446 [ 253 ] {f66da61a-4fae-424a-b60f-87af128e33ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1459 2025.02.23 09:09:13.345835 [ 253 ] {f66da61a-4fae-424a-b60f-87af128e33ca} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1460 2025.02.23 09:09:13.346075 [ 253 ] {f66da61a-4fae-424a-b60f-87af128e33ca} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1461 2025.02.23 09:09:13.346306 [ 253 ] {f66da61a-4fae-424a-b60f-87af128e33ca} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001712 sec., 65420.56074766355 rows/sec., 3.73 MiB/sec.
1462 2025.02.23 09:09:13.346360 [ 253 ] {f66da61a-4fae-424a-b60f-87af128e33ca} <Debug> TCPHandler: Processed in 0.001916906 sec.
1463 2025.02.23 09:09:13.346507 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1464 2025.02.23 09:09:13.346625 [ 3 ] {c1dfd091-8023-4bcb-a8bc-fb689bdbcdbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1465 2025.02.23 09:09:13.346675 [ 3 ] {c1dfd091-8023-4bcb-a8bc-fb689bdbcdbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1466 2025.02.23 09:09:13.347432 [ 3 ] {c1dfd091-8023-4bcb-a8bc-fb689bdbcdbc} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1467 2025.02.23 09:09:13.347472 [ 3 ] {c1dfd091-8023-4bcb-a8bc-fb689bdbcdbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1468 2025.02.23 09:09:13.347864 [ 3 ] {c1dfd091-8023-4bcb-a8bc-fb689bdbcdbc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1469 2025.02.23 09:09:13.348125 [ 3 ] {c1dfd091-8023-4bcb-a8bc-fb689bdbcdbc} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1470 2025.02.23 09:09:13.348415 [ 3 ] {c1dfd091-8023-4bcb-a8bc-fb689bdbcdbc} <Debug> executeQuery: Read 423 rows, 30.88 KiB in 0.0018 sec., 235000 rows/sec., 16.75 MiB/sec.
1471 2025.02.23 09:09:13.348481 [ 3 ] {c1dfd091-8023-4bcb-a8bc-fb689bdbcdbc} <Debug> TCPHandler: Processed in 0.002028938 sec.
1472 2025.02.23 09:09:13.348628 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1473 2025.02.23 09:09:13.348747 [ 253 ] {39f53a4f-b507-4517-a503-cb5945e30455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1474 2025.02.23 09:09:13.348799 [ 253 ] {39f53a4f-b507-4517-a503-cb5945e30455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1475 2025.02.23 09:09:13.349302 [ 253 ] {39f53a4f-b507-4517-a503-cb5945e30455} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1476 2025.02.23 09:09:13.349345 [ 253 ] {39f53a4f-b507-4517-a503-cb5945e30455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1477 2025.02.23 09:09:13.349721 [ 253 ] {39f53a4f-b507-4517-a503-cb5945e30455} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1478 2025.02.23 09:09:13.349960 [ 253 ] {39f53a4f-b507-4517-a503-cb5945e30455} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1479 2025.02.23 09:09:13.350160 [ 253 ] {39f53a4f-b507-4517-a503-cb5945e30455} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec.
1480 2025.02.23 09:09:13.350210 [ 253 ] {39f53a4f-b507-4517-a503-cb5945e30455} <Debug> TCPHandler: Processed in 0.00163981 sec.
1481 2025.02.23 09:09:13.350348 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1482 2025.02.23 09:09:13.350465 [ 3 ] {434472ce-d5a8-4e22-9468-5810a0125dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1483 2025.02.23 09:09:13.350518 [ 3 ] {434472ce-d5a8-4e22-9468-5810a0125dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1484 2025.02.23 09:09:13.351124 [ 3 ] {434472ce-d5a8-4e22-9468-5810a0125dd6} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1485 2025.02.23 09:09:13.351163 [ 3 ] {434472ce-d5a8-4e22-9468-5810a0125dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1486 2025.02.23 09:09:13.351567 [ 3 ] {434472ce-d5a8-4e22-9468-5810a0125dd6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1487 2025.02.23 09:09:13.351806 [ 3 ] {434472ce-d5a8-4e22-9468-5810a0125dd6} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1488 2025.02.23 09:09:13.352027 [ 3 ] {434472ce-d5a8-4e22-9468-5810a0125dd6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001589 sec., 149150.40906230334 rows/sec., 10.00 MiB/sec.
1489 2025.02.23 09:09:13.352084 [ 3 ] {434472ce-d5a8-4e22-9468-5810a0125dd6} <Debug> TCPHandler: Processed in 0.001794673 sec.
1490 2025.02.23 09:09:13.352246 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1491 2025.02.23 09:09:13.352388 [ 253 ] {d1c6bdda-d8f2-4571-ad5d-dedb2618d394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1492 2025.02.23 09:09:13.352450 [ 253 ] {d1c6bdda-d8f2-4571-ad5d-dedb2618d394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1493 2025.02.23 09:09:13.352984 [ 253 ] {d1c6bdda-d8f2-4571-ad5d-dedb2618d394} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1494 2025.02.23 09:09:13.353023 [ 253 ] {d1c6bdda-d8f2-4571-ad5d-dedb2618d394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1495 2025.02.23 09:09:13.353390 [ 253 ] {d1c6bdda-d8f2-4571-ad5d-dedb2618d394} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1496 2025.02.23 09:09:13.353676 [ 253 ] {d1c6bdda-d8f2-4571-ad5d-dedb2618d394} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1497 2025.02.23 09:09:13.353918 [ 253 ] {d1c6bdda-d8f2-4571-ad5d-dedb2618d394} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00156 sec., 641.025641025641 rows/sec., 43.19 KiB/sec.
1498 2025.02.23 09:09:13.353974 [ 253 ] {d1c6bdda-d8f2-4571-ad5d-dedb2618d394} <Debug> TCPHandler: Processed in 0.001793574 sec.
1499 2025.02.23 09:09:13.354120 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1500 2025.02.23 09:09:13.354238 [ 3 ] {04806b66-69c5-4c78-a37f-cb6dc96d08f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1501 2025.02.23 09:09:13.354322 [ 3 ] {04806b66-69c5-4c78-a37f-cb6dc96d08f1} <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
1502 2025.02.23 09:09:13.355477 [ 3 ] {04806b66-69c5-4c78-a37f-cb6dc96d08f1} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1503 2025.02.23 09:09:13.355517 [ 3 ] {04806b66-69c5-4c78-a37f-cb6dc96d08f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1504 2025.02.23 09:09:13.358100 [ 3 ] {04806b66-69c5-4c78-a37f-cb6dc96d08f1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1505 2025.02.23 09:09:13.358374 [ 3 ] {04806b66-69c5-4c78-a37f-cb6dc96d08f1} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1506 2025.02.23 09:09:13.358699 [ 3 ] {04806b66-69c5-4c78-a37f-cb6dc96d08f1} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.004477 sec., 6254.1880723698905 rows/sec., 11.21 MiB/sec.
1507 2025.02.23 09:09:13.358811 [ 3 ] {04806b66-69c5-4c78-a37f-cb6dc96d08f1} <Debug> TCPHandler: Processed in 0.004746458 sec.
1508 2025.02.23 09:09:13.358977 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1509 2025.02.23 09:09:13.359115 [ 253 ] {676fc24e-ef52-47c1-9b02-bfcd4a6852cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1510 2025.02.23 09:09:13.359176 [ 253 ] {676fc24e-ef52-47c1-9b02-bfcd4a6852cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1511 2025.02.23 09:09:13.359733 [ 253 ] {676fc24e-ef52-47c1-9b02-bfcd4a6852cc} <Trace> oximeter.measurements_i64 (5eba0b09-baf7-4cbf-a208-a73c1bb2fbcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1512 2025.02.23 09:09:13.359770 [ 253 ] {676fc24e-ef52-47c1-9b02-bfcd4a6852cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1513 2025.02.23 09:09:13.360149 [ 253 ] {676fc24e-ef52-47c1-9b02-bfcd4a6852cc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1514 2025.02.23 09:09:13.360394 [ 253 ] {676fc24e-ef52-47c1-9b02-bfcd4a6852cc} <Trace> oximeter.measurements_i64 (5eba0b09-baf7-4cbf-a208-a73c1bb2fbcd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1515 2025.02.23 09:09:13.360636 [ 253 ] {676fc24e-ef52-47c1-9b02-bfcd4a6852cc} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001549 sec., 13557.13363460297 rows/sec., 1012.50 KiB/sec.
1516 2025.02.23 09:09:13.360689 [ 253 ] {676fc24e-ef52-47c1-9b02-bfcd4a6852cc} <Debug> TCPHandler: Processed in 0.001780833 sec.
1517 2025.02.23 09:09:13.360846 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1518 2025.02.23 09:09:13.360965 [ 3 ] {05a5a3fa-c712-4876-9635-25d5061c08cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1519 2025.02.23 09:09:13.361016 [ 3 ] {05a5a3fa-c712-4876-9635-25d5061c08cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1520 2025.02.23 09:09:13.361523 [ 3 ] {05a5a3fa-c712-4876-9635-25d5061c08cd} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1521 2025.02.23 09:09:13.361561 [ 3 ] {05a5a3fa-c712-4876-9635-25d5061c08cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1522 2025.02.23 09:09:13.361933 [ 3 ] {05a5a3fa-c712-4876-9635-25d5061c08cd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1523 2025.02.23 09:09:13.362176 [ 3 ] {05a5a3fa-c712-4876-9635-25d5061c08cd} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1524 2025.02.23 09:09:13.362406 [ 3 ] {05a5a3fa-c712-4876-9635-25d5061c08cd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001465 sec., 55972.696245733794 rows/sec., 3.55 MiB/sec.
1525 2025.02.23 09:09:13.362460 [ 3 ] {05a5a3fa-c712-4876-9635-25d5061c08cd} <Debug> TCPHandler: Processed in 0.001671612 sec.
1526 2025.02.23 09:09:14.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.35 MiB, peak 168.31 MiB, free memory in arenas 0.00 B, will set to 162.98 MiB (RSS), difference: -1.36 MiB
1527 2025.02.23 09:09:17.474149 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1528 2025.02.23 09:09:17.474440 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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', '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)
1529 2025.02.23 09:09:17.474867 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1530 2025.02.23 09:09:17.474919 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <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', '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
1531 2025.02.23 09:09:17.475358 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1532 2025.02.23 09:09:17.475456 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1533 2025.02.23 09:09:17.475661 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1534 2025.02.23 09:09:17.475843 [ 287 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1535 2025.02.23 09:09:17.475856 [ 288 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1536 2025.02.23 09:09:17.475874 [ 286 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1537 2025.02.23 09:09:17.476041 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1538 2025.02.23 09:09:17.476072 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1539 2025.02.23 09:09:17.476193 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1540 2025.02.23 09:09:17.476221 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 34 rows with 3 streams
1541 2025.02.23 09:09:17.476268 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <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', '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'))"
1542 2025.02.23 09:09:17.476317 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <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', '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'))"
1543 2025.02.23 09:09:17.476360 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <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', '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'))"
1544 2025.02.23 09:09:17.478005 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003687 sec., 9221.589368049905 rows/sec., 354.92 KiB/sec.
1545 2025.02.23 09:09:17.478206 [ 3 ] {38d9b84b-7736-48e9-b7a1-ac3f4084740a} <Debug> TCPHandler: Processed in 0.004196568 sec.
1546 2025.02.23 09:09:17.478577 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1547 2025.02.23 09:09:17.478821 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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', '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_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)
1548 2025.02.23 09:09:17.479242 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1549 2025.02.23 09:09:17.479294 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <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', '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_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
1550 2025.02.23 09:09:17.479655 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1551 2025.02.23 09:09:17.479737 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1552 2025.02.23 09:09:17.479918 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1553 2025.02.23 09:09:17.480062 [ 286 ] {69da8221-35bc-4faa-8e85-065959760764} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1554 2025.02.23 09:09:17.480101 [ 287 ] {69da8221-35bc-4faa-8e85-065959760764} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1555 2025.02.23 09:09:17.480127 [ 288 ] {69da8221-35bc-4faa-8e85-065959760764} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1556 2025.02.23 09:09:17.480321 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1557 2025.02.23 09:09:17.480354 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1558 2025.02.23 09:09:17.480471 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1559 2025.02.23 09:09:17.480495 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 34 rows with 3 streams
1560 2025.02.23 09:09:17.480540 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <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', '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_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'))"
1561 2025.02.23 09:09:17.480590 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <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', '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_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'))"
1562 2025.02.23 09:09:17.480635 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <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', '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_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'))"
1563 2025.02.23 09:09:17.482073 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003377 sec., 10068.107787977495 rows/sec., 387.50 KiB/sec.
1564 2025.02.23 09:09:17.482251 [ 253 ] {69da8221-35bc-4faa-8e85-065959760764} <Debug> TCPHandler: Processed in 0.003802521 sec.
1565 2025.02.23 09:09:17.482523 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1566 2025.02.23 09:09:17.482732 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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', '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_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)
1567 2025.02.23 09:09:17.483091 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1568 2025.02.23 09:09:17.483140 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <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', '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_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
1569 2025.02.23 09:09:17.483481 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1570 2025.02.23 09:09:17.483551 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1571 2025.02.23 09:09:17.483707 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1572 2025.02.23 09:09:17.483808 [ 287 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1573 2025.02.23 09:09:17.483847 [ 288 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1574 2025.02.23 09:09:17.483850 [ 286 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1575 2025.02.23 09:09:17.483996 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1576 2025.02.23 09:09:17.484027 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1577 2025.02.23 09:09:17.484136 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1578 2025.02.23 09:09:17.484158 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 34 rows with 3 streams
1579 2025.02.23 09:09:17.484200 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <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', '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_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'))"
1580 2025.02.23 09:09:17.484247 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <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', '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_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'))"
1581 2025.02.23 09:09:17.484293 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <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', '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_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'))"
1582 2025.02.23 09:09:17.485840 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003213 sec., 10582.010582010582 rows/sec., 407.28 KiB/sec.
1583 2025.02.23 09:09:17.486029 [ 3 ] {5d42a7ac-262d-40d5-9315-b320fa6d8bb2} <Debug> TCPHandler: Processed in 0.003567807 sec.
1584 2025.02.23 09:09:17.486404 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1585 2025.02.23 09:09:17.486609 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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', '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_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)
1586 2025.02.23 09:09:17.486964 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1587 2025.02.23 09:09:17.487014 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <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', '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_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
1588 2025.02.23 09:09:17.487349 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1589 2025.02.23 09:09:17.487417 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1590 2025.02.23 09:09:17.487570 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1591 2025.02.23 09:09:17.487713 [ 288 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1592 2025.02.23 09:09:17.487727 [ 290 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1593 2025.02.23 09:09:17.487719 [ 287 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1594 2025.02.23 09:09:17.487863 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1595 2025.02.23 09:09:17.487893 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1596 2025.02.23 09:09:17.487997 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1597 2025.02.23 09:09:17.488020 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 34 rows with 3 streams
1598 2025.02.23 09:09:17.488065 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <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', '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_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'))"
1599 2025.02.23 09:09:17.488113 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <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', '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_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'))"
1600 2025.02.23 09:09:17.488157 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <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', '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_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'))"
1601 2025.02.23 09:09:17.489573 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003069 sec., 11078.527207559466 rows/sec., 426.39 KiB/sec.
1602 2025.02.23 09:09:17.489738 [ 253 ] {4f6ae3fe-6e66-498f-becb-f166fcc63b49} <Debug> TCPHandler: Processed in 0.003396114 sec.
1603 2025.02.23 09:09:17.490026 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1604 2025.02.23 09:09:17.490254 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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', '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_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)
1605 2025.02.23 09:09:17.490672 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1606 2025.02.23 09:09:17.490734 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <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', '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_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
1607 2025.02.23 09:09:17.491084 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1608 2025.02.23 09:09:17.491152 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1609 2025.02.23 09:09:17.491304 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1610 2025.02.23 09:09:17.491448 [ 288 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1611 2025.02.23 09:09:17.491450 [ 290 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1612 2025.02.23 09:09:17.491443 [ 287 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1613 2025.02.23 09:09:17.491615 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1614 2025.02.23 09:09:17.491641 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1615 2025.02.23 09:09:17.491745 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1616 2025.02.23 09:09:17.491766 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 34 rows with 3 streams
1617 2025.02.23 09:09:17.491807 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <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', '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_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'))"
1618 2025.02.23 09:09:17.491885 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <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', '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_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'))"
1619 2025.02.23 09:09:17.491931 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <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', '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_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'))"
1620 2025.02.23 09:09:17.493254 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003116 sec., 10911.424903722722 rows/sec., 419.96 KiB/sec.
1621 2025.02.23 09:09:17.493450 [ 3 ] {bfd00fd9-fdfc-4820-a354-14954802200e} <Debug> TCPHandler: Processed in 0.003490916 sec.
1622 2025.02.23 09:09:17.493727 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1623 2025.02.23 09:09:17.493961 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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', '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_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)
1624 2025.02.23 09:09:17.494379 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1625 2025.02.23 09:09:17.494441 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <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', '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_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
1626 2025.02.23 09:09:17.494849 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1627 2025.02.23 09:09:17.494918 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1628 2025.02.23 09:09:17.495067 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1629 2025.02.23 09:09:17.495221 [ 288 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1630 2025.02.23 09:09:17.495241 [ 286 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1631 2025.02.23 09:09:17.495246 [ 287 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1632 2025.02.23 09:09:17.495396 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1633 2025.02.23 09:09:17.495427 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1634 2025.02.23 09:09:17.495535 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1635 2025.02.23 09:09:17.495556 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 34 rows with 3 streams
1636 2025.02.23 09:09:17.495600 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <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', '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_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'))"
1637 2025.02.23 09:09:17.495648 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <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', '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_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'))"
1638 2025.02.23 09:09:17.495693 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <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', '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_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'))"
1639 2025.02.23 09:09:17.497045 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003204 sec., 10611.735330836455 rows/sec., 408.43 KiB/sec.
1640 2025.02.23 09:09:17.497217 [ 253 ] {145012ca-9688-4876-a8f0-f5999cbaa447} <Debug> TCPHandler: Processed in 0.003558236 sec.
1641 2025.02.23 09:09:17.560797 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1642 2025.02.23 09:09:17.561153 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) 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', '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_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)
1643 2025.02.23 09:09:17.561808 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1644 2025.02.23 09:09:17.561889 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <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', '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_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
1645 2025.02.23 09:09:17.562233 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1646 2025.02.23 09:09:17.562303 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1647 2025.02.23 09:09:17.562463 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
1648 2025.02.23 09:09:17.562585 [ 287 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1649 2025.02.23 09:09:17.562619 [ 288 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1650 2025.02.23 09:09:17.562655 [ 286 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1651 2025.02.23 09:09:17.562814 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
1652 2025.02.23 09:09:17.562846 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
1653 2025.02.23 09:09:17.562956 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1654 2025.02.23 09:09:17.562977 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 34 rows with 3 streams
1655 2025.02.23 09:09:17.563022 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <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', '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_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'))"
1656 2025.02.23 09:09:17.563072 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <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', '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_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'))"
1657 2025.02.23 09:09:17.563116 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <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', '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_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'))"
1658 2025.02.23 09:09:17.564447 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003486 sec., 9753.298909925416 rows/sec., 375.39 KiB/sec.
1659 2025.02.23 09:09:17.564656 [ 3 ] {c446a7fc-6643-4f21-bbb3-0e8581506c7f} <Debug> TCPHandler: Processed in 0.003932244 sec.
1660 2025.02.23 09:09:17.565143 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1661 2025.02.23 09:09:17.565284 [ 253 ] {0c569129-2f76-4056-8c28-b7202c3c556c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1662 2025.02.23 09:09:17.565342 [ 253 ] {0c569129-2f76-4056-8c28-b7202c3c556c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1663 2025.02.23 09:09:17.566144 [ 253 ] {0c569129-2f76-4056-8c28-b7202c3c556c} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1664 2025.02.23 09:09:17.566187 [ 253 ] {0c569129-2f76-4056-8c28-b7202c3c556c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1665 2025.02.23 09:09:17.566704 [ 253 ] {0c569129-2f76-4056-8c28-b7202c3c556c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1666 2025.02.23 09:09:17.566949 [ 253 ] {0c569129-2f76-4056-8c28-b7202c3c556c} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1667 2025.02.23 09:09:17.567155 [ 253 ] {0c569129-2f76-4056-8c28-b7202c3c556c} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001907 sec., 3670.6869428421605 rows/sec., 746.63 KiB/sec.
1668 2025.02.23 09:09:17.567235 [ 253 ] {0c569129-2f76-4056-8c28-b7202c3c556c} <Debug> TCPHandler: Processed in 0.00215539 sec.
1669 2025.02.23 09:09:17.567402 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1670 2025.02.23 09:09:17.567536 [ 3 ] {f73b4a94-7f16-431b-af56-bef05075115f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1671 2025.02.23 09:09:17.567586 [ 3 ] {f73b4a94-7f16-431b-af56-bef05075115f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1672 2025.02.23 09:09:17.568873 [ 3 ] {f73b4a94-7f16-431b-af56-bef05075115f} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1673 2025.02.23 09:09:17.568920 [ 3 ] {f73b4a94-7f16-431b-af56-bef05075115f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1674 2025.02.23 09:09:17.569442 [ 3 ] {f73b4a94-7f16-431b-af56-bef05075115f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1675 2025.02.23 09:09:17.569695 [ 3 ] {f73b4a94-7f16-431b-af56-bef05075115f} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1676 2025.02.23 09:09:17.569886 [ 52 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1677 2025.02.23 09:09:17.569957 [ 3 ] {f73b4a94-7f16-431b-af56-bef05075115f} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.002453 sec., 487973.9094985732 rows/sec., 40.23 MiB/sec.
1678 2025.02.23 09:09:17.569978 [ 52 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1679 2025.02.23 09:09:17.570072 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1680 2025.02.23 09:09:17.570087 [ 3 ] {f73b4a94-7f16-431b-af56-bef05075115f} <Debug> TCPHandler: Processed in 0.002740641 sec.
1681 2025.02.23 09:09:17.570327 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::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
1682 2025.02.23 09:09:17.570341 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1683 2025.02.23 09:09:17.570556 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1684 2025.02.23 09:09:17.570604 [ 253 ] {8c03f911-ba43-4fd5-a617-0e89ce8bbf54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1685 2025.02.23 09:09:17.570624 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::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
1686 2025.02.23 09:09:17.570707 [ 253 ] {8c03f911-ba43-4fd5-a617-0e89ce8bbf54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1687 2025.02.23 09:09:17.571015 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part
1688 2025.02.23 09:09:17.571357 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part
1689 2025.02.23 09:09:17.571677 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part
1690 2025.02.23 09:09:17.572012 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 673 rows starting from the beginning of the part
1691 2025.02.23 09:09:17.572369 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1197 rows starting from the beginning of the part
1692 2025.02.23 09:09:17.573264 [ 253 ] {8c03f911-ba43-4fd5-a617-0e89ce8bbf54} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1693 2025.02.23 09:09:17.573313 [ 253 ] {8c03f911-ba43-4fd5-a617-0e89ce8bbf54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1694 2025.02.23 09:09:17.574010 [ 253 ] {8c03f911-ba43-4fd5-a617-0e89ce8bbf54} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1695 2025.02.23 09:09:17.574323 [ 253 ] {8c03f911-ba43-4fd5-a617-0e89ce8bbf54} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1696 2025.02.23 09:09:17.574703 [ 253 ] {8c03f911-ba43-4fd5-a617-0e89ce8bbf54} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004131 sec., 55192.447349310096 rows/sec., 3.74 MiB/sec.
1697 2025.02.23 09:09:17.575034 [ 253 ] {8c03f911-ba43-4fd5-a617-0e89ce8bbf54} <Debug> TCPHandler: Processed in 0.00481895 sec.
1698 2025.02.23 09:09:17.575195 [ 187 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2082 rows, containing 5 columns (5 merged, 0 gathered) in 0.004971003 sec., 418828.956651203 rows/sec., 35.46 MiB/sec.
1699 2025.02.23 09:09:17.575221 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1700 2025.02.23 09:09:17.575367 [ 3 ] {5cefa661-e370-460d-99d8-0f85c693dd0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1701 2025.02.23 09:09:17.575435 [ 3 ] {5cefa661-e370-460d-99d8-0f85c693dd0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1702 2025.02.23 09:09:17.575651 [ 187 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1703 2025.02.23 09:09:17.576332 [ 187 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_6_1} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1704 2025.02.23 09:09:17.576510 [ 187 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_6_1} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1705 2025.02.23 09:09:17.576690 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
1706 2025.02.23 09:09:17.576990 [ 3 ] {5cefa661-e370-460d-99d8-0f85c693dd0e} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1707 2025.02.23 09:09:17.577034 [ 3 ] {5cefa661-e370-460d-99d8-0f85c693dd0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1708 2025.02.23 09:09:17.577440 [ 3 ] {5cefa661-e370-460d-99d8-0f85c693dd0e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1709 2025.02.23 09:09:17.577693 [ 3 ] {5cefa661-e370-460d-99d8-0f85c693dd0e} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1710 2025.02.23 09:09:17.577859 [ 52 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1711 2025.02.23 09:09:17.577925 [ 52 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1712 2025.02.23 09:09:17.577970 [ 3 ] {5cefa661-e370-460d-99d8-0f85c693dd0e} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.002633 sec., 197493.3535890619 rows/sec., 14.61 MiB/sec.
1713 2025.02.23 09:09:17.577980 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1714 2025.02.23 09:09:17.578137 [ 3 ] {5cefa661-e370-460d-99d8-0f85c693dd0e} <Debug> TCPHandler: Processed in 0.002978586 sec.
1715 2025.02.23 09:09:17.578273 [ 201 ] {64219c07-fe56-4632-a29b-1722d548a1cf::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
1716 2025.02.23 09:09:17.578349 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1717 2025.02.23 09:09:17.578527 [ 201 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1718 2025.02.23 09:09:17.578615 [ 201 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part
1719 2025.02.23 09:09:17.578619 [ 253 ] {b8d64f62-737f-4332-ade4-1888ecf36d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1720 2025.02.23 09:09:17.578780 [ 253 ] {b8d64f62-737f-4332-ade4-1888ecf36d7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1721 2025.02.23 09:09:17.578894 [ 201 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part
1722 2025.02.23 09:09:17.579320 [ 201 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part
1723 2025.02.23 09:09:17.579662 [ 201 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part
1724 2025.02.23 09:09:17.580122 [ 201 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 423 rows starting from the beginning of the part
1725 2025.02.23 09:09:17.580454 [ 201 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 520 rows starting from the beginning of the part
1726 2025.02.23 09:09:17.582112 [ 253 ] {b8d64f62-737f-4332-ade4-1888ecf36d7d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1727 2025.02.23 09:09:17.582173 [ 253 ] {b8d64f62-737f-4332-ade4-1888ecf36d7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1728 2025.02.23 09:09:17.582944 [ 201 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1175 rows, containing 5 columns (5 merged, 0 gathered) in 0.00479483 sec., 245055.61198207235 rows/sec., 19.02 MiB/sec.
1729 2025.02.23 09:09:17.583134 [ 188 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1730 2025.02.23 09:09:17.583210 [ 253 ] {b8d64f62-737f-4332-ade4-1888ecf36d7d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1731 2025.02.23 09:09:17.583482 [ 188 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_6_1} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1732 2025.02.23 09:09:17.583512 [ 253 ] {b8d64f62-737f-4332-ade4-1888ecf36d7d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1733 2025.02.23 09:09:17.583593 [ 188 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_6_1} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1734 2025.02.23 09:09:17.583683 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1735 2025.02.23 09:09:17.583750 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1736 2025.02.23 09:09:17.583753 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB.
1737 2025.02.23 09:09:17.583788 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1738 2025.02.23 09:09:17.583815 [ 253 ] {b8d64f62-737f-4332-ade4-1888ecf36d7d} <Debug> executeQuery: Read 1829 rows, 125.51 KiB in 0.005263 sec., 347520.4256127684 rows/sec., 23.29 MiB/sec.
1739 2025.02.23 09:09:17.583940 [ 253 ] {b8d64f62-737f-4332-ade4-1888ecf36d7d} <Debug> TCPHandler: Processed in 0.005684057 sec.
1740 2025.02.23 09:09:17.583951 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::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
1741 2025.02.23 09:09:17.584085 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1742 2025.02.23 09:09:17.584134 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 150 rows starting from the beginning of the part
1743 2025.02.23 09:09:17.584136 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1744 2025.02.23 09:09:17.584338 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part
1745 2025.02.23 09:09:17.584428 [ 3 ] {859b15a5-a909-4f54-b279-827ab715ddad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1746 2025.02.23 09:09:17.584591 [ 3 ] {859b15a5-a909-4f54-b279-827ab715ddad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1747 2025.02.23 09:09:17.584677 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part
1748 2025.02.23 09:09:17.585067 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part
1749 2025.02.23 09:09:17.585495 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part
1750 2025.02.23 09:09:17.585842 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1829 rows starting from the beginning of the part
1751 2025.02.23 09:09:17.586773 [ 3 ] {859b15a5-a909-4f54-b279-827ab715ddad} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1752 2025.02.23 09:09:17.586836 [ 3 ] {859b15a5-a909-4f54-b279-827ab715ddad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1753 2025.02.23 09:09:17.587886 [ 3 ] {859b15a5-a909-4f54-b279-827ab715ddad} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1754 2025.02.23 09:09:17.588369 [ 3 ] {859b15a5-a909-4f54-b279-827ab715ddad} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1755 2025.02.23 09:09:17.588548 [ 52 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1756 2025.02.23 09:09:17.588645 [ 52 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1757 2025.02.23 09:09:17.588701 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1758 2025.02.23 09:09:17.588737 [ 3 ] {859b15a5-a909-4f54-b279-827ab715ddad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004386 sec., 13679.890560875512 rows/sec., 944.05 KiB/sec.
1759 2025.02.23 09:09:17.589135 [ 3 ] {859b15a5-a909-4f54-b279-827ab715ddad} <Debug> TCPHandler: Processed in 0.005089885 sec.
1760 2025.02.23 09:09:17.589163 [ 188 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::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
1761 2025.02.23 09:09:17.589528 [ 188 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1762 2025.02.23 09:09:17.589537 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2676 rows, containing 5 columns (5 merged, 0 gathered) in 0.005692206 sec., 470116.5066759706 rows/sec., 31.76 MiB/sec.
1763 2025.02.23 09:09:17.589568 [ 188 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 50 rows starting from the beginning of the part
1764 2025.02.23 09:09:17.589695 [ 188 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part
1765 2025.02.23 09:09:17.589964 [ 188 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part
1766 2025.02.23 09:09:17.590027 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1767 2025.02.23 09:09:17.590253 [ 188 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part
1768 2025.02.23 09:09:17.590425 [ 188 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part
1769 2025.02.23 09:09:17.590760 [ 188 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::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
1770 2025.02.23 09:09:17.591103 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1771 2025.02.23 09:09:17.591339 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1772 2025.02.23 09:09:17.591487 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB.
1773 2025.02.23 09:09:17.592199 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 352 rows, containing 4 columns (4 merged, 0 gathered) in 0.003454764 sec., 101888.29106705986 rows/sec., 6.83 MiB/sec.
1774 2025.02.23 09:09:17.592418 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1775 2025.02.23 09:09:17.592713 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_6_1} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1776 2025.02.23 09:09:17.592790 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_6_1} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1777 2025.02.23 09:09:17.592870 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
1778 2025.02.23 09:09:17.652754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 102 entries to flush up to offset 244
1779 2025.02.23 09:09:17.657226 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1780 2025.02.23 09:09:17.657265 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1781 2025.02.23 09:09:17.658790 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1782 2025.02.23 09:09:17.659097 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1783 2025.02.23 09:09:17.659594 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 244
1784 2025.02.23 09:09:20.169536 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1785 2025.02.23 09:09:20.170406 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1786 2025.02.23 09:09:20.170451 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1787 2025.02.23 09:09:20.170996 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1788 2025.02.23 09:09:20.171258 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1789 2025.02.23 09:09:20.171528 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1790 2025.02.23 09:09:20.363031 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1791 2025.02.23 09:09:20.381922 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1792 2025.02.23 09:09:20.381971 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1793 2025.02.23 09:09:20.389071 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1794 2025.02.23 09:09:20.389837 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1795 2025.02.23 09:09:20.392091 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1796 2025.02.23 09:09:21.001189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.98 MiB, peak 168.31 MiB, free memory in arenas 0.00 B, will set to 165.72 MiB (RSS), difference: 1.74 MiB
1797 2025.02.23 09:09:23.279894 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1798 2025.02.23 09:09:23.280193 [ 3 ] {f5c14d54-6ca9-4e25-9c3d-c579abfed607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1799 2025.02.23 09:09:23.280261 [ 3 ] {f5c14d54-6ca9-4e25-9c3d-c579abfed607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1800 2025.02.23 09:09:23.281093 [ 3 ] {f5c14d54-6ca9-4e25-9c3d-c579abfed607} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1801 2025.02.23 09:09:23.281134 [ 3 ] {f5c14d54-6ca9-4e25-9c3d-c579abfed607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1802 2025.02.23 09:09:23.281567 [ 3 ] {f5c14d54-6ca9-4e25-9c3d-c579abfed607} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1803 2025.02.23 09:09:23.281816 [ 3 ] {f5c14d54-6ca9-4e25-9c3d-c579abfed607} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1804 2025.02.23 09:09:23.282024 [ 3 ] {f5c14d54-6ca9-4e25-9c3d-c579abfed607} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001891 sec., 112109.9947117927 rows/sec., 7.13 MiB/sec.
1805 2025.02.23 09:09:23.282087 [ 3 ] {f5c14d54-6ca9-4e25-9c3d-c579abfed607} <Debug> TCPHandler: Processed in 0.002375104 sec.
1806 2025.02.23 09:09:23.282441 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1807 2025.02.23 09:09:23.282767 [ 253 ] {8d1f46ee-3933-407b-a7ac-53ec18068ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1808 2025.02.23 09:09:23.282892 [ 253 ] {8d1f46ee-3933-407b-a7ac-53ec18068ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1809 2025.02.23 09:09:23.284119 [ 253 ] {8d1f46ee-3933-407b-a7ac-53ec18068ee7} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1810 2025.02.23 09:09:23.284173 [ 253 ] {8d1f46ee-3933-407b-a7ac-53ec18068ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1811 2025.02.23 09:09:23.284665 [ 253 ] {8d1f46ee-3933-407b-a7ac-53ec18068ee7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1812 2025.02.23 09:09:23.284926 [ 253 ] {8d1f46ee-3933-407b-a7ac-53ec18068ee7} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1813 2025.02.23 09:09:23.285208 [ 253 ] {8d1f46ee-3933-407b-a7ac-53ec18068ee7} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002529 sec., 267694.74100434955 rows/sec., 21.28 MiB/sec.
1814 2025.02.23 09:09:23.285380 [ 253 ] {8d1f46ee-3933-407b-a7ac-53ec18068ee7} <Debug> TCPHandler: Processed in 0.003138269 sec.
1815 2025.02.23 09:09:23.285611 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1816 2025.02.23 09:09:23.285836 [ 3 ] {c2568f1d-b3ce-4788-9cf0-9a3e66c430c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1817 2025.02.23 09:09:23.285929 [ 3 ] {c2568f1d-b3ce-4788-9cf0-9a3e66c430c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1818 2025.02.23 09:09:23.286660 [ 3 ] {c2568f1d-b3ce-4788-9cf0-9a3e66c430c2} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1819 2025.02.23 09:09:23.286698 [ 3 ] {c2568f1d-b3ce-4788-9cf0-9a3e66c430c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1820 2025.02.23 09:09:23.287064 [ 3 ] {c2568f1d-b3ce-4788-9cf0-9a3e66c430c2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1821 2025.02.23 09:09:23.287311 [ 3 ] {c2568f1d-b3ce-4788-9cf0-9a3e66c430c2} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1822 2025.02.23 09:09:23.287494 [ 3 ] {c2568f1d-b3ce-4788-9cf0-9a3e66c430c2} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.00171 sec., 79532.16374269006 rows/sec., 4.94 MiB/sec.
1823 2025.02.23 09:09:23.287545 [ 3 ] {c2568f1d-b3ce-4788-9cf0-9a3e66c430c2} <Debug> TCPHandler: Processed in 0.002051419 sec.
1824 2025.02.23 09:09:23.287714 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1825 2025.02.23 09:09:23.287863 [ 253 ] {6f58ac88-0ee2-4e3d-8338-e4738ef0a0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1826 2025.02.23 09:09:23.287924 [ 253 ] {6f58ac88-0ee2-4e3d-8338-e4738ef0a0da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1827 2025.02.23 09:09:23.288596 [ 253 ] {6f58ac88-0ee2-4e3d-8338-e4738ef0a0da} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1828 2025.02.23 09:09:23.288639 [ 253 ] {6f58ac88-0ee2-4e3d-8338-e4738ef0a0da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1829 2025.02.23 09:09:23.289016 [ 253 ] {6f58ac88-0ee2-4e3d-8338-e4738ef0a0da} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1830 2025.02.23 09:09:23.289256 [ 253 ] {6f58ac88-0ee2-4e3d-8338-e4738ef0a0da} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1831 2025.02.23 09:09:23.289464 [ 253 ] {6f58ac88-0ee2-4e3d-8338-e4738ef0a0da} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001637 sec., 69028.71105681124 rows/sec., 4.47 MiB/sec.
1832 2025.02.23 09:09:23.289526 [ 253 ] {6f58ac88-0ee2-4e3d-8338-e4738ef0a0da} <Debug> TCPHandler: Processed in 0.001879796 sec.
1833 2025.02.23 09:09:23.289680 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1834 2025.02.23 09:09:23.289817 [ 3 ] {7631d1aa-a868-4a5e-8117-4d0c61b531da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1835 2025.02.23 09:09:23.289872 [ 3 ] {7631d1aa-a868-4a5e-8117-4d0c61b531da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1836 2025.02.23 09:09:23.290591 [ 3 ] {7631d1aa-a868-4a5e-8117-4d0c61b531da} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1837 2025.02.23 09:09:23.290629 [ 3 ] {7631d1aa-a868-4a5e-8117-4d0c61b531da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1838 2025.02.23 09:09:23.290985 [ 3 ] {7631d1aa-a868-4a5e-8117-4d0c61b531da} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1839 2025.02.23 09:09:23.291222 [ 3 ] {7631d1aa-a868-4a5e-8117-4d0c61b531da} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1840 2025.02.23 09:09:23.291429 [ 3 ] {7631d1aa-a868-4a5e-8117-4d0c61b531da} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001643 sec., 68167.98539257456 rows/sec., 3.88 MiB/sec.
1841 2025.02.23 09:09:23.291478 [ 3 ] {7631d1aa-a868-4a5e-8117-4d0c61b531da} <Debug> TCPHandler: Processed in 0.001863405 sec.
1842 2025.02.23 09:09:23.291630 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1843 2025.02.23 09:09:23.291752 [ 253 ] {cac590d5-83f4-4d50-970f-ec0bd7ddbe8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1844 2025.02.23 09:09:23.291805 [ 253 ] {cac590d5-83f4-4d50-970f-ec0bd7ddbe8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1845 2025.02.23 09:09:23.292556 [ 253 ] {cac590d5-83f4-4d50-970f-ec0bd7ddbe8d} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1846 2025.02.23 09:09:23.292596 [ 253 ] {cac590d5-83f4-4d50-970f-ec0bd7ddbe8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1847 2025.02.23 09:09:23.292995 [ 253 ] {cac590d5-83f4-4d50-970f-ec0bd7ddbe8d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1848 2025.02.23 09:09:23.293237 [ 253 ] {cac590d5-83f4-4d50-970f-ec0bd7ddbe8d} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1849 2025.02.23 09:09:23.293447 [ 253 ] {cac590d5-83f4-4d50-970f-ec0bd7ddbe8d} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001723 sec., 239117.81775972142 rows/sec., 17.00 MiB/sec.
1850 2025.02.23 09:09:23.293503 [ 253 ] {cac590d5-83f4-4d50-970f-ec0bd7ddbe8d} <Debug> TCPHandler: Processed in 0.001929996 sec.
1851 2025.02.23 09:09:23.293705 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1852 2025.02.23 09:09:23.293923 [ 3 ] {8ff1c464-ab0e-4903-bed6-f263397770c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1853 2025.02.23 09:09:23.294016 [ 3 ] {8ff1c464-ab0e-4903-bed6-f263397770c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1854 2025.02.23 09:09:23.294566 [ 3 ] {8ff1c464-ab0e-4903-bed6-f263397770c3} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1855 2025.02.23 09:09:23.294604 [ 3 ] {8ff1c464-ab0e-4903-bed6-f263397770c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1856 2025.02.23 09:09:23.294982 [ 3 ] {8ff1c464-ab0e-4903-bed6-f263397770c3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1857 2025.02.23 09:09:23.295216 [ 3 ] {8ff1c464-ab0e-4903-bed6-f263397770c3} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1858 2025.02.23 09:09:23.295455 [ 3 ] {8ff1c464-ab0e-4903-bed6-f263397770c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001587 sec., 3780.7183364839316 rows/sec., 197.53 KiB/sec.
1859 2025.02.23 09:09:23.295585 [ 3 ] {8ff1c464-ab0e-4903-bed6-f263397770c3} <Debug> TCPHandler: Processed in 0.001985877 sec.
1860 2025.02.23 09:09:23.295796 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1861 2025.02.23 09:09:23.296023 [ 253 ] {18551e91-8027-43f4-a47e-c98432dcce7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1862 2025.02.23 09:09:23.296122 [ 253 ] {18551e91-8027-43f4-a47e-c98432dcce7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1863 2025.02.23 09:09:23.296740 [ 253 ] {18551e91-8027-43f4-a47e-c98432dcce7c} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1864 2025.02.23 09:09:23.296778 [ 253 ] {18551e91-8027-43f4-a47e-c98432dcce7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1865 2025.02.23 09:09:23.297178 [ 253 ] {18551e91-8027-43f4-a47e-c98432dcce7c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1866 2025.02.23 09:09:23.297416 [ 253 ] {18551e91-8027-43f4-a47e-c98432dcce7c} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1867 2025.02.23 09:09:23.297629 [ 253 ] {18551e91-8027-43f4-a47e-c98432dcce7c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001662 sec., 142599.27797833935 rows/sec., 9.56 MiB/sec.
1868 2025.02.23 09:09:23.297684 [ 253 ] {18551e91-8027-43f4-a47e-c98432dcce7c} <Debug> TCPHandler: Processed in 0.001999387 sec.
1869 2025.02.23 09:09:23.297890 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1870 2025.02.23 09:09:23.298111 [ 3 ] {ec136a84-86ad-4b34-8dfe-f4c6d42e0d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1871 2025.02.23 09:09:23.298179 [ 3 ] {ec136a84-86ad-4b34-8dfe-f4c6d42e0d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1872 2025.02.23 09:09:23.298753 [ 3 ] {ec136a84-86ad-4b34-8dfe-f4c6d42e0d43} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1873 2025.02.23 09:09:23.298791 [ 3 ] {ec136a84-86ad-4b34-8dfe-f4c6d42e0d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1874 2025.02.23 09:09:23.299144 [ 3 ] {ec136a84-86ad-4b34-8dfe-f4c6d42e0d43} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1875 2025.02.23 09:09:23.299378 [ 3 ] {ec136a84-86ad-4b34-8dfe-f4c6d42e0d43} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1876 2025.02.23 09:09:23.299598 [ 3 ] {ec136a84-86ad-4b34-8dfe-f4c6d42e0d43} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001544 sec., 647.6683937823834 rows/sec., 43.64 KiB/sec.
1877 2025.02.23 09:09:23.299649 [ 3 ] {ec136a84-86ad-4b34-8dfe-f4c6d42e0d43} <Debug> TCPHandler: Processed in 0.001867845 sec.
1878 2025.02.23 09:09:23.299800 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1879 2025.02.23 09:09:23.299916 [ 253 ] {8d6e6c27-1a3f-4a41-8cd3-7e5199816450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1880 2025.02.23 09:09:23.299998 [ 253 ] {8d6e6c27-1a3f-4a41-8cd3-7e5199816450} <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
1881 2025.02.23 09:09:23.301433 [ 253 ] {8d6e6c27-1a3f-4a41-8cd3-7e5199816450} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1882 2025.02.23 09:09:23.301473 [ 253 ] {8d6e6c27-1a3f-4a41-8cd3-7e5199816450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1883 2025.02.23 09:09:23.302125 [ 253 ] {8d6e6c27-1a3f-4a41-8cd3-7e5199816450} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1884 2025.02.23 09:09:23.302393 [ 253 ] {8d6e6c27-1a3f-4a41-8cd3-7e5199816450} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1885 2025.02.23 09:09:23.302632 [ 253 ] {8d6e6c27-1a3f-4a41-8cd3-7e5199816450} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00274 sec., 10948.905109489051 rows/sec., 19.62 MiB/sec.
1886 2025.02.23 09:09:23.302733 [ 253 ] {8d6e6c27-1a3f-4a41-8cd3-7e5199816450} <Debug> TCPHandler: Processed in 0.002991906 sec.
1887 2025.02.23 09:09:23.302890 [ 3 ] {} <Trace> TCP-Session: be25e487-8939-4569-abba-813668143a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1888 2025.02.23 09:09:23.303026 [ 3 ] {ee63a10f-f012-435b-b89a-4910376deb38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38244) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1889 2025.02.23 09:09:23.303086 [ 3 ] {ee63a10f-f012-435b-b89a-4910376deb38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1890 2025.02.23 09:09:23.304021 [ 3 ] {ee63a10f-f012-435b-b89a-4910376deb38} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1891 2025.02.23 09:09:23.304066 [ 3 ] {ee63a10f-f012-435b-b89a-4910376deb38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1892 2025.02.23 09:09:23.304446 [ 3 ] {ee63a10f-f012-435b-b89a-4910376deb38} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1893 2025.02.23 09:09:23.304678 [ 3 ] {ee63a10f-f012-435b-b89a-4910376deb38} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1894 2025.02.23 09:09:23.304948 [ 3 ] {ee63a10f-f012-435b-b89a-4910376deb38} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001935 sec., 42377.26098191214 rows/sec., 2.69 MiB/sec.
1895 2025.02.23 09:09:23.305076 [ 3 ] {ee63a10f-f012-435b-b89a-4910376deb38} <Debug> TCPHandler: Processed in 0.002251902 sec.
1896 2025.02.23 09:09:27.576707 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache
1897 2025.02.23 09:09:27.576784 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache
1898 2025.02.23 09:09:27.660303 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 266
1899 2025.02.23 09:09:27.663097 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1900 2025.02.23 09:09:27.663152 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1901 2025.02.23 09:09:27.664648 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1902 2025.02.23 09:09:27.664962 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1903 2025.02.23 09:09:27.665593 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266
1904 2025.02.23 09:09:27.671729 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1905 2025.02.23 09:09:27.672382 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1906 2025.02.23 09:09:27.672423 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1907 2025.02.23 09:09:27.673102 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1908 2025.02.23 09:09:27.673369 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1909 2025.02.23 09:09:27.673627 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1910 2025.02.23 09:09:27.747876 [ 3 ] {} <Debug> TCPHandler: Done processing connection.
1911 2025.02.23 09:09:27.747984 [ 3 ] {} <Debug> TCP-Session: be25e487-8939-4569-abba-813668143a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1912 2025.02.23 09:09:27.892249 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1913 2025.02.23 09:09:27.912106 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1914 2025.02.23 09:09:27.912174 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1915 2025.02.23 09:09:27.919177 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1916 2025.02.23 09:09:27.919993 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1917 2025.02.23 09:09:27.923132 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1918 2025.02.23 09:09:28.000205 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.25 MiB, peak 169.91 MiB, free memory in arenas 0.00 B, will set to 166.39 MiB (RSS), difference: 2.14 MiB
1919 2025.02.23 09:09:28.273232 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1920 2025.02.23 09:09:28.273416 [ 253 ] {fdffb6c8-a385-4892-b584-72dc5fedc300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1921 2025.02.23 09:09:28.273485 [ 253 ] {fdffb6c8-a385-4892-b584-72dc5fedc300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1922 2025.02.23 09:09:28.274254 [ 253 ] {fdffb6c8-a385-4892-b584-72dc5fedc300} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1923 2025.02.23 09:09:28.274296 [ 253 ] {fdffb6c8-a385-4892-b584-72dc5fedc300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1924 2025.02.23 09:09:28.274744 [ 253 ] {fdffb6c8-a385-4892-b584-72dc5fedc300} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1925 2025.02.23 09:09:28.275001 [ 253 ] {fdffb6c8-a385-4892-b584-72dc5fedc300} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1926 2025.02.23 09:09:28.275225 [ 253 ] {fdffb6c8-a385-4892-b584-72dc5fedc300} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001856 sec., 30172.41379310345 rows/sec., 2.32 MiB/sec.
1927 2025.02.23 09:09:28.275288 [ 253 ] {fdffb6c8-a385-4892-b584-72dc5fedc300} <Debug> TCPHandler: Processed in 0.002180051 sec.
1928 2025.02.23 09:09:28.275576 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1929 2025.02.23 09:09:28.275763 [ 255 ] {0ace987e-e4ab-487e-a01d-459a649192cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1930 2025.02.23 09:09:28.275860 [ 255 ] {0ace987e-e4ab-487e-a01d-459a649192cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1931 2025.02.23 09:09:28.276662 [ 255 ] {0ace987e-e4ab-487e-a01d-459a649192cb} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1932 2025.02.23 09:09:28.276705 [ 255 ] {0ace987e-e4ab-487e-a01d-459a649192cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1933 2025.02.23 09:09:28.277120 [ 255 ] {0ace987e-e4ab-487e-a01d-459a649192cb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1934 2025.02.23 09:09:28.277369 [ 255 ] {0ace987e-e4ab-487e-a01d-459a649192cb} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1935 2025.02.23 09:09:28.277687 [ 255 ] {0ace987e-e4ab-487e-a01d-459a649192cb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.57 MiB/sec.
1936 2025.02.23 09:09:28.277796 [ 255 ] {0ace987e-e4ab-487e-a01d-459a649192cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB.
1937 2025.02.23 09:09:28.277813 [ 255 ] {0ace987e-e4ab-487e-a01d-459a649192cb} <Debug> TCPHandler: Processed in 0.002397995 sec.
1938 2025.02.23 09:09:28.277982 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1939 2025.02.23 09:09:28.278131 [ 253 ] {3c6f5cb1-ef29-4382-a4ae-d333adfd96aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1940 2025.02.23 09:09:28.278194 [ 253 ] {3c6f5cb1-ef29-4382-a4ae-d333adfd96aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1941 2025.02.23 09:09:28.278815 [ 253 ] {3c6f5cb1-ef29-4382-a4ae-d333adfd96aa} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1942 2025.02.23 09:09:28.278854 [ 253 ] {3c6f5cb1-ef29-4382-a4ae-d333adfd96aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1943 2025.02.23 09:09:28.279271 [ 253 ] {3c6f5cb1-ef29-4382-a4ae-d333adfd96aa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1944 2025.02.23 09:09:28.279512 [ 253 ] {3c6f5cb1-ef29-4382-a4ae-d333adfd96aa} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1945 2025.02.23 09:09:28.279711 [ 253 ] {3c6f5cb1-ef29-4382-a4ae-d333adfd96aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001612 sec., 99255.58312655088 rows/sec., 6.91 MiB/sec.
1946 2025.02.23 09:09:28.279770 [ 253 ] {3c6f5cb1-ef29-4382-a4ae-d333adfd96aa} <Debug> TCPHandler: Processed in 0.001853455 sec.
1947 2025.02.23 09:09:28.279944 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1948 2025.02.23 09:09:28.280078 [ 255 ] {38abca39-dc6b-412c-ac55-02c14f70525c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1949 2025.02.23 09:09:28.280136 [ 255 ] {38abca39-dc6b-412c-ac55-02c14f70525c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1950 2025.02.23 09:09:28.280647 [ 255 ] {38abca39-dc6b-412c-ac55-02c14f70525c} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1951 2025.02.23 09:09:28.280688 [ 255 ] {38abca39-dc6b-412c-ac55-02c14f70525c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1952 2025.02.23 09:09:28.281095 [ 255 ] {38abca39-dc6b-412c-ac55-02c14f70525c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1953 2025.02.23 09:09:28.281340 [ 255 ] {38abca39-dc6b-412c-ac55-02c14f70525c} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1954 2025.02.23 09:09:28.281542 [ 255 ] {38abca39-dc6b-412c-ac55-02c14f70525c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001494 sec., 40160.642570281125 rows/sec., 2.71 MiB/sec.
1955 2025.02.23 09:09:28.281654 [ 255 ] {38abca39-dc6b-412c-ac55-02c14f70525c} <Debug> TCPHandler: Processed in 0.001772923 sec.
1956 2025.02.23 09:09:29.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.69 MiB, peak 170.68 MiB, free memory in arenas 0.00 B, will set to 166.46 MiB (RSS), difference: -2.23 MiB
1957 2025.02.23 09:09:33.281460 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1958 2025.02.23 09:09:33.281775 [ 253 ] {666747d5-1bd8-404e-bdc0-8b97f6a8a2f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1959 2025.02.23 09:09:33.281894 [ 253 ] {666747d5-1bd8-404e-bdc0-8b97f6a8a2f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1960 2025.02.23 09:09:33.283014 [ 253 ] {666747d5-1bd8-404e-bdc0-8b97f6a8a2f5} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1961 2025.02.23 09:09:33.283064 [ 253 ] {666747d5-1bd8-404e-bdc0-8b97f6a8a2f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1962 2025.02.23 09:09:33.283517 [ 253 ] {666747d5-1bd8-404e-bdc0-8b97f6a8a2f5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1963 2025.02.23 09:09:33.283775 [ 253 ] {666747d5-1bd8-404e-bdc0-8b97f6a8a2f5} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1964 2025.02.23 09:09:33.284019 [ 253 ] {666747d5-1bd8-404e-bdc0-8b97f6a8a2f5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002333 sec., 90870.12430347192 rows/sec., 5.78 MiB/sec.
1965 2025.02.23 09:09:33.284084 [ 253 ] {666747d5-1bd8-404e-bdc0-8b97f6a8a2f5} <Debug> TCPHandler: Processed in 0.002770002 sec.
1966 2025.02.23 09:09:33.284344 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1967 2025.02.23 09:09:33.284539 [ 255 ] {200804d5-5a7e-41e2-9d90-b7d6e7c9c842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1968 2025.02.23 09:09:33.284616 [ 255 ] {200804d5-5a7e-41e2-9d90-b7d6e7c9c842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1969 2025.02.23 09:09:33.285837 [ 255 ] {200804d5-5a7e-41e2-9d90-b7d6e7c9c842} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1970 2025.02.23 09:09:33.285890 [ 255 ] {200804d5-5a7e-41e2-9d90-b7d6e7c9c842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1971 2025.02.23 09:09:33.286382 [ 255 ] {200804d5-5a7e-41e2-9d90-b7d6e7c9c842} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1972 2025.02.23 09:09:33.286641 [ 255 ] {200804d5-5a7e-41e2-9d90-b7d6e7c9c842} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1973 2025.02.23 09:09:33.286911 [ 255 ] {200804d5-5a7e-41e2-9d90-b7d6e7c9c842} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002425 sec., 279175.25773195876 rows/sec., 22.19 MiB/sec.
1974 2025.02.23 09:09:33.286984 [ 255 ] {200804d5-5a7e-41e2-9d90-b7d6e7c9c842} <Debug> TCPHandler: Processed in 0.002772742 sec.
1975 2025.02.23 09:09:33.287177 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1976 2025.02.23 09:09:33.287311 [ 253 ] {60b101d5-a808-4548-a68c-5c7803564e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1977 2025.02.23 09:09:33.287367 [ 253 ] {60b101d5-a808-4548-a68c-5c7803564e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1978 2025.02.23 09:09:33.288034 [ 253 ] {60b101d5-a808-4548-a68c-5c7803564e8b} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1979 2025.02.23 09:09:33.288078 [ 253 ] {60b101d5-a808-4548-a68c-5c7803564e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1980 2025.02.23 09:09:33.288482 [ 253 ] {60b101d5-a808-4548-a68c-5c7803564e8b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1981 2025.02.23 09:09:33.288728 [ 253 ] {60b101d5-a808-4548-a68c-5c7803564e8b} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1982 2025.02.23 09:09:33.289035 [ 253 ] {60b101d5-a808-4548-a68c-5c7803564e8b} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001739 sec., 78205.86543990798 rows/sec., 4.85 MiB/sec.
1983 2025.02.23 09:09:33.289119 [ 253 ] {60b101d5-a808-4548-a68c-5c7803564e8b} <Debug> TCPHandler: Processed in 0.002011858 sec.
1984 2025.02.23 09:09:33.289357 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1985 2025.02.23 09:09:33.289489 [ 255 ] {12b7863b-7f9f-4f78-8bcc-7172c6532b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1986 2025.02.23 09:09:33.289543 [ 255 ] {12b7863b-7f9f-4f78-8bcc-7172c6532b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1987 2025.02.23 09:09:33.290258 [ 255 ] {12b7863b-7f9f-4f78-8bcc-7172c6532b47} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1988 2025.02.23 09:09:33.290301 [ 255 ] {12b7863b-7f9f-4f78-8bcc-7172c6532b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1989 2025.02.23 09:09:33.290701 [ 255 ] {12b7863b-7f9f-4f78-8bcc-7172c6532b47} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1990 2025.02.23 09:09:33.290947 [ 255 ] {12b7863b-7f9f-4f78-8bcc-7172c6532b47} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1991 2025.02.23 09:09:33.291170 [ 255 ] {12b7863b-7f9f-4f78-8bcc-7172c6532b47} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00171 sec., 66081.87134502924 rows/sec., 4.28 MiB/sec.
1992 2025.02.23 09:09:33.291225 [ 255 ] {12b7863b-7f9f-4f78-8bcc-7172c6532b47} <Debug> TCPHandler: Processed in 0.001928036 sec.
1993 2025.02.23 09:09:33.291375 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1994 2025.02.23 09:09:33.291501 [ 253 ] {92a138c9-85a6-4816-9d93-5489ef3c311c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1995 2025.02.23 09:09:33.291593 [ 253 ] {92a138c9-85a6-4816-9d93-5489ef3c311c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1996 2025.02.23 09:09:33.292642 [ 253 ] {92a138c9-85a6-4816-9d93-5489ef3c311c} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1997 2025.02.23 09:09:33.292684 [ 253 ] {92a138c9-85a6-4816-9d93-5489ef3c311c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
1998 2025.02.23 09:09:33.293050 [ 253 ] {92a138c9-85a6-4816-9d93-5489ef3c311c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1999 2025.02.23 09:09:33.293290 [ 253 ] {92a138c9-85a6-4816-9d93-5489ef3c311c} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2000 2025.02.23 09:09:33.293556 [ 253 ] {92a138c9-85a6-4816-9d93-5489ef3c311c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002077 sec., 53923.92874337988 rows/sec., 3.07 MiB/sec.
2001 2025.02.23 09:09:33.293695 [ 253 ] {92a138c9-85a6-4816-9d93-5489ef3c311c} <Debug> TCPHandler: Processed in 0.002375305 sec.
2002 2025.02.23 09:09:33.293854 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2003 2025.02.23 09:09:33.293996 [ 255 ] {470ad44b-7103-428e-9da4-e864454f817a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2004 2025.02.23 09:09:33.294054 [ 255 ] {470ad44b-7103-428e-9da4-e864454f817a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2005 2025.02.23 09:09:33.294949 [ 255 ] {470ad44b-7103-428e-9da4-e864454f817a} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2006 2025.02.23 09:09:33.294989 [ 255 ] {470ad44b-7103-428e-9da4-e864454f817a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2007 2025.02.23 09:09:33.295389 [ 255 ] {470ad44b-7103-428e-9da4-e864454f817a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2008 2025.02.23 09:09:33.295641 [ 255 ] {470ad44b-7103-428e-9da4-e864454f817a} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2009 2025.02.23 09:09:33.295858 [ 255 ] {470ad44b-7103-428e-9da4-e864454f817a} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001895 sec., 217414.2480211082 rows/sec., 15.45 MiB/sec.
2010 2025.02.23 09:09:33.295913 [ 255 ] {470ad44b-7103-428e-9da4-e864454f817a} <Debug> TCPHandler: Processed in 0.002127339 sec.
2011 2025.02.23 09:09:33.296072 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2012 2025.02.23 09:09:33.296215 [ 253 ] {bd9f0e63-ac79-4bc3-a542-8c06d6b31327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2013 2025.02.23 09:09:33.296276 [ 253 ] {bd9f0e63-ac79-4bc3-a542-8c06d6b31327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2014 2025.02.23 09:09:33.296810 [ 253 ] {bd9f0e63-ac79-4bc3-a542-8c06d6b31327} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2015 2025.02.23 09:09:33.296851 [ 253 ] {bd9f0e63-ac79-4bc3-a542-8c06d6b31327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2016 2025.02.23 09:09:33.297219 [ 253 ] {bd9f0e63-ac79-4bc3-a542-8c06d6b31327} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2017 2025.02.23 09:09:33.297472 [ 253 ] {bd9f0e63-ac79-4bc3-a542-8c06d6b31327} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2018 2025.02.23 09:09:33.297735 [ 253 ] {bd9f0e63-ac79-4bc3-a542-8c06d6b31327} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 203.29 KiB/sec.
2019 2025.02.23 09:09:33.297899 [ 253 ] {bd9f0e63-ac79-4bc3-a542-8c06d6b31327} <Debug> TCPHandler: Processed in 0.001890166 sec.
2020 2025.02.23 09:09:33.298063 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2021 2025.02.23 09:09:33.298203 [ 255 ] {dbd49187-02a1-41c3-aac6-8ca5648d3e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2022 2025.02.23 09:09:33.298266 [ 255 ] {dbd49187-02a1-41c3-aac6-8ca5648d3e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2023 2025.02.23 09:09:33.298965 [ 255 ] {dbd49187-02a1-41c3-aac6-8ca5648d3e0c} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2024 2025.02.23 09:09:33.299005 [ 255 ] {dbd49187-02a1-41c3-aac6-8ca5648d3e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2025 2025.02.23 09:09:33.299415 [ 255 ] {dbd49187-02a1-41c3-aac6-8ca5648d3e0c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2026 2025.02.23 09:09:33.299661 [ 255 ] {dbd49187-02a1-41c3-aac6-8ca5648d3e0c} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2027 2025.02.23 09:09:33.299872 [ 255 ] {dbd49187-02a1-41c3-aac6-8ca5648d3e0c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec.
2028 2025.02.23 09:09:33.299928 [ 255 ] {dbd49187-02a1-41c3-aac6-8ca5648d3e0c} <Debug> TCPHandler: Processed in 0.001932966 sec.
2029 2025.02.23 09:09:33.301143 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2030 2025.02.23 09:09:33.301366 [ 253 ] {675e747b-bcb4-4868-b580-da57e23e4f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2031 2025.02.23 09:09:33.301461 [ 253 ] {675e747b-bcb4-4868-b580-da57e23e4f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2032 2025.02.23 09:09:33.301943 [ 253 ] {675e747b-bcb4-4868-b580-da57e23e4f19} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2033 2025.02.23 09:09:33.301981 [ 253 ] {675e747b-bcb4-4868-b580-da57e23e4f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2034 2025.02.23 09:09:33.302323 [ 253 ] {675e747b-bcb4-4868-b580-da57e23e4f19} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2035 2025.02.23 09:09:33.302610 [ 253 ] {675e747b-bcb4-4868-b580-da57e23e4f19} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2036 2025.02.23 09:09:33.302812 [ 253 ] {675e747b-bcb4-4868-b580-da57e23e4f19} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec.
2037 2025.02.23 09:09:33.302864 [ 253 ] {675e747b-bcb4-4868-b580-da57e23e4f19} <Debug> TCPHandler: Processed in 0.001829744 sec.
2038 2025.02.23 09:09:33.303018 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2039 2025.02.23 09:09:33.303152 [ 255 ] {3bc863eb-b775-4a1a-940c-f31c75526e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2040 2025.02.23 09:09:33.303245 [ 255 ] {3bc863eb-b775-4a1a-940c-f31c75526e4d} <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
2041 2025.02.23 09:09:33.304812 [ 255 ] {3bc863eb-b775-4a1a-940c-f31c75526e4d} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2042 2025.02.23 09:09:33.304851 [ 255 ] {3bc863eb-b775-4a1a-940c-f31c75526e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2043 2025.02.23 09:09:33.305506 [ 255 ] {3bc863eb-b775-4a1a-940c-f31c75526e4d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2044 2025.02.23 09:09:33.305768 [ 255 ] {3bc863eb-b775-4a1a-940c-f31c75526e4d} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2045 2025.02.23 09:09:33.305963 [ 255 ] {3bc863eb-b775-4a1a-940c-f31c75526e4d} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002841 sec., 10559.662090813094 rows/sec., 18.92 MiB/sec.
2046 2025.02.23 09:09:33.306079 [ 255 ] {3bc863eb-b775-4a1a-940c-f31c75526e4d} <Debug> TCPHandler: Processed in 0.003127188 sec.
2047 2025.02.23 09:09:33.306238 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2048 2025.02.23 09:09:33.306377 [ 253 ] {a76563f4-cf40-448f-9140-87ce882421f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2049 2025.02.23 09:09:33.306436 [ 253 ] {a76563f4-cf40-448f-9140-87ce882421f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2050 2025.02.23 09:09:33.306938 [ 253 ] {a76563f4-cf40-448f-9140-87ce882421f0} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2051 2025.02.23 09:09:33.306977 [ 253 ] {a76563f4-cf40-448f-9140-87ce882421f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2052 2025.02.23 09:09:33.307351 [ 253 ] {a76563f4-cf40-448f-9140-87ce882421f0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2053 2025.02.23 09:09:33.307599 [ 253 ] {a76563f4-cf40-448f-9140-87ce882421f0} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2054 2025.02.23 09:09:33.307821 [ 253 ] {a76563f4-cf40-448f-9140-87ce882421f0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001474 sec., 55630.93622795115 rows/sec., 3.53 MiB/sec.
2055 2025.02.23 09:09:33.307873 [ 253 ] {a76563f4-cf40-448f-9140-87ce882421f0} <Debug> TCPHandler: Processed in 0.001699982 sec.
2056 2025.02.23 09:09:35.173819 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
2057 2025.02.23 09:09:35.174495 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2058 2025.02.23 09:09:35.174545 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2059 2025.02.23 09:09:35.175111 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2060 2025.02.23 09:09:35.175383 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2061 2025.02.23 09:09:35.175719 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
2062 2025.02.23 09:09:35.423462 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2063 2025.02.23 09:09:35.444499 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2064 2025.02.23 09:09:35.444566 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB.
2065 2025.02.23 09:09:35.452212 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2066 2025.02.23 09:09:35.453094 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2067 2025.02.23 09:09:35.457113 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2068 2025.02.23 09:09:37.665827 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 296
2069 2025.02.23 09:09:37.668922 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2070 2025.02.23 09:09:37.668979 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2071 2025.02.23 09:09:37.670535 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2072 2025.02.23 09:09:37.670845 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2073 2025.02.23 09:09:37.671081 [ 49 ] {} <Debug> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2074 2025.02.23 09:09:37.671203 [ 49 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2075 2025.02.23 09:09:37.671266 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2076 2025.02.23 09:09:37.671781 [ 194 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::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
2077 2025.02.23 09:09:37.672389 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 296
2078 2025.02.23 09:09:37.673140 [ 194 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2079 2025.02.23 09:09:37.673293 [ 194 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::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
2080 2025.02.23 09:09:37.673762 [ 194 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 38 rows starting from the beginning of the part
2081 2025.02.23 09:09:37.674179 [ 194 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part
2082 2025.02.23 09:09:37.674580 [ 194 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 102 rows starting from the beginning of the part
2083 2025.02.23 09:09:37.675097 [ 194 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part
2084 2025.02.23 09:09:37.675533 [ 194 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::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
2085 2025.02.23 09:09:37.683571 [ 200 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 72 columns (72 merged, 0 gathered) in 0.012177618 sec., 24306.88826008502 rows/sec., 25.64 MiB/sec.
2086 2025.02.23 09:09:37.684543 [ 197 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2087 2025.02.23 09:09:37.685372 [ 197 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_6_1} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2088 2025.02.23 09:09:37.685467 [ 197 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_6_1} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2089 2025.02.23 09:09:37.685796 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.61 MiB.
2090 2025.02.23 09:09:38.273019 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2091 2025.02.23 09:09:38.273218 [ 253 ] {9d024cc7-24e6-4e8c-90fc-b96607c5bf9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2092 2025.02.23 09:09:38.273293 [ 253 ] {9d024cc7-24e6-4e8c-90fc-b96607c5bf9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2093 2025.02.23 09:09:38.274076 [ 253 ] {9d024cc7-24e6-4e8c-90fc-b96607c5bf9b} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2094 2025.02.23 09:09:38.274131 [ 253 ] {9d024cc7-24e6-4e8c-90fc-b96607c5bf9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2095 2025.02.23 09:09:38.274576 [ 253 ] {9d024cc7-24e6-4e8c-90fc-b96607c5bf9b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2096 2025.02.23 09:09:38.274835 [ 253 ] {9d024cc7-24e6-4e8c-90fc-b96607c5bf9b} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2097 2025.02.23 09:09:38.275082 [ 253 ] {9d024cc7-24e6-4e8c-90fc-b96607c5bf9b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.24 MiB/sec.
2098 2025.02.23 09:09:38.275149 [ 253 ] {9d024cc7-24e6-4e8c-90fc-b96607c5bf9b} <Debug> TCPHandler: Processed in 0.002273263 sec.
2099 2025.02.23 09:09:38.275401 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2100 2025.02.23 09:09:38.275613 [ 255 ] {7b852094-b146-49ce-b62b-99cd5c38eec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2101 2025.02.23 09:09:38.275695 [ 255 ] {7b852094-b146-49ce-b62b-99cd5c38eec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2102 2025.02.23 09:09:38.276463 [ 255 ] {7b852094-b146-49ce-b62b-99cd5c38eec8} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2103 2025.02.23 09:09:38.276509 [ 255 ] {7b852094-b146-49ce-b62b-99cd5c38eec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2104 2025.02.23 09:09:38.276952 [ 255 ] {7b852094-b146-49ce-b62b-99cd5c38eec8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2105 2025.02.23 09:09:38.277205 [ 255 ] {7b852094-b146-49ce-b62b-99cd5c38eec8} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2106 2025.02.23 09:09:38.277448 [ 255 ] {7b852094-b146-49ce-b62b-99cd5c38eec8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec.
2107 2025.02.23 09:09:38.277511 [ 255 ] {7b852094-b146-49ce-b62b-99cd5c38eec8} <Debug> TCPHandler: Processed in 0.002253922 sec.
2108 2025.02.23 09:09:38.277665 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2109 2025.02.23 09:09:38.277811 [ 253 ] {3c7967d0-58fd-4c15-aee5-da39d37045e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2110 2025.02.23 09:09:38.277879 [ 253 ] {3c7967d0-58fd-4c15-aee5-da39d37045e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2111 2025.02.23 09:09:38.278556 [ 253 ] {3c7967d0-58fd-4c15-aee5-da39d37045e6} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2112 2025.02.23 09:09:38.278605 [ 253 ] {3c7967d0-58fd-4c15-aee5-da39d37045e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2113 2025.02.23 09:09:38.279027 [ 253 ] {3c7967d0-58fd-4c15-aee5-da39d37045e6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2114 2025.02.23 09:09:38.279279 [ 253 ] {3c7967d0-58fd-4c15-aee5-da39d37045e6} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2115 2025.02.23 09:09:38.279501 [ 253 ] {3c7967d0-58fd-4c15-aee5-da39d37045e6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001727 sec., 92646.20729588882 rows/sec., 6.45 MiB/sec.
2116 2025.02.23 09:09:38.279557 [ 253 ] {3c7967d0-58fd-4c15-aee5-da39d37045e6} <Debug> TCPHandler: Processed in 0.001959436 sec.
2117 2025.02.23 09:09:38.279700 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2118 2025.02.23 09:09:38.279824 [ 255 ] {85175ddf-19fa-4f03-a5a6-dd89c1f1b180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2119 2025.02.23 09:09:38.279879 [ 255 ] {85175ddf-19fa-4f03-a5a6-dd89c1f1b180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2120 2025.02.23 09:09:38.280401 [ 255 ] {85175ddf-19fa-4f03-a5a6-dd89c1f1b180} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2121 2025.02.23 09:09:38.280440 [ 255 ] {85175ddf-19fa-4f03-a5a6-dd89c1f1b180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2122 2025.02.23 09:09:38.280831 [ 255 ] {85175ddf-19fa-4f03-a5a6-dd89c1f1b180} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2123 2025.02.23 09:09:38.281110 [ 255 ] {85175ddf-19fa-4f03-a5a6-dd89c1f1b180} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2124 2025.02.23 09:09:38.281331 [ 255 ] {85175ddf-19fa-4f03-a5a6-dd89c1f1b180} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001537 sec., 39037.085230969424 rows/sec., 2.63 MiB/sec.
2125 2025.02.23 09:09:38.281387 [ 255 ] {85175ddf-19fa-4f03-a5a6-dd89c1f1b180} <Debug> TCPHandler: Processed in 0.001745703 sec.
2126 2025.02.23 09:09:42.576822 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache
2127 2025.02.23 09:09:42.576890 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache
2128 2025.02.23 09:09:42.675917 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2129 2025.02.23 09:09:42.676676 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2130 2025.02.23 09:09:42.676734 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2131 2025.02.23 09:09:42.677297 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2132 2025.02.23 09:09:42.677563 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2133 2025.02.23 09:09:42.677803 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2134 2025.02.23 09:09:42.957248 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2135 2025.02.23 09:09:42.977939 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2136 2025.02.23 09:09:42.978001 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2137 2025.02.23 09:09:42.984914 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2138 2025.02.23 09:09:42.985679 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2139 2025.02.23 09:09:42.988964 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2140 2025.02.23 09:09:43.281175 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2141 2025.02.23 09:09:43.281378 [ 253 ] {65348ef1-0392-4e13-856c-6c9d0f5c9a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2142 2025.02.23 09:09:43.281457 [ 253 ] {65348ef1-0392-4e13-856c-6c9d0f5c9a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2143 2025.02.23 09:09:43.282328 [ 253 ] {65348ef1-0392-4e13-856c-6c9d0f5c9a5e} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2144 2025.02.23 09:09:43.282392 [ 253 ] {65348ef1-0392-4e13-856c-6c9d0f5c9a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2145 2025.02.23 09:09:43.282871 [ 253 ] {65348ef1-0392-4e13-856c-6c9d0f5c9a5e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2146 2025.02.23 09:09:43.283137 [ 253 ] {65348ef1-0392-4e13-856c-6c9d0f5c9a5e} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2147 2025.02.23 09:09:43.283453 [ 253 ] {65348ef1-0392-4e13-856c-6c9d0f5c9a5e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002106 sec., 100664.767331434 rows/sec., 6.40 MiB/sec.
2148 2025.02.23 09:09:43.283546 [ 253 ] {65348ef1-0392-4e13-856c-6c9d0f5c9a5e} <Debug> TCPHandler: Processed in 0.002517247 sec.
2149 2025.02.23 09:09:43.283790 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2150 2025.02.23 09:09:43.283982 [ 255 ] {ff5d3847-8f74-4232-83d9-ccc4785bfd2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2151 2025.02.23 09:09:43.284056 [ 255 ] {ff5d3847-8f74-4232-83d9-ccc4785bfd2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2152 2025.02.23 09:09:43.284992 [ 255 ] {ff5d3847-8f74-4232-83d9-ccc4785bfd2c} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2153 2025.02.23 09:09:43.285033 [ 255 ] {ff5d3847-8f74-4232-83d9-ccc4785bfd2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2154 2025.02.23 09:09:43.285476 [ 255 ] {ff5d3847-8f74-4232-83d9-ccc4785bfd2c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2155 2025.02.23 09:09:43.285722 [ 255 ] {ff5d3847-8f74-4232-83d9-ccc4785bfd2c} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2156 2025.02.23 09:09:43.285938 [ 149 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2157 2025.02.23 09:09:43.286000 [ 255 ] {ff5d3847-8f74-4232-83d9-ccc4785bfd2c} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002072 sec., 326737.4517374517 rows/sec., 25.97 MiB/sec.
2158 2025.02.23 09:09:43.286014 [ 149 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2159 2025.02.23 09:09:43.286079 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2160 2025.02.23 09:09:43.286131 [ 255 ] {ff5d3847-8f74-4232-83d9-ccc4785bfd2c} <Debug> TCPHandler: Processed in 0.002466336 sec.
2161 2025.02.23 09:09:43.286308 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2162 2025.02.23 09:09:43.286320 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::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
2163 2025.02.23 09:09:43.286459 [ 253 ] {49ba7ed2-5306-4a3e-99b4-9870dcc04412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2164 2025.02.23 09:09:43.286472 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2165 2025.02.23 09:09:43.286509 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1814 rows starting from the beginning of the part
2166 2025.02.23 09:09:43.286523 [ 253 ] {49ba7ed2-5306-4a3e-99b4-9870dcc04412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2167 2025.02.23 09:09:43.286719 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 677 rows starting from the beginning of the part
2168 2025.02.23 09:09:43.287125 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
2169 2025.02.23 09:09:43.287521 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 677 rows starting from the beginning of the part
2170 2025.02.23 09:09:43.287875 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part
2171 2025.02.23 09:09:43.288186 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 677 rows starting from the beginning of the part
2172 2025.02.23 09:09:43.289093 [ 253 ] {49ba7ed2-5306-4a3e-99b4-9870dcc04412} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2173 2025.02.23 09:09:43.289136 [ 253 ] {49ba7ed2-5306-4a3e-99b4-9870dcc04412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2174 2025.02.23 09:09:43.289674 [ 253 ] {49ba7ed2-5306-4a3e-99b4-9870dcc04412} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2175 2025.02.23 09:09:43.289997 [ 253 ] {49ba7ed2-5306-4a3e-99b4-9870dcc04412} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2176 2025.02.23 09:09:43.290275 [ 253 ] {49ba7ed2-5306-4a3e-99b4-9870dcc04412} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.003859 sec., 35242.290748898675 rows/sec., 2.19 MiB/sec.
2177 2025.02.23 09:09:43.290341 [ 253 ] {49ba7ed2-5306-4a3e-99b4-9870dcc04412} <Debug> TCPHandler: Processed in 0.004099076 sec.
2178 2025.02.23 09:09:43.290504 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2179 2025.02.23 09:09:43.290869 [ 255 ] {99dc8cc5-c966-47e3-8193-66b3bc8f9876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2180 2025.02.23 09:09:43.290940 [ 255 ] {99dc8cc5-c966-47e3-8193-66b3bc8f9876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2181 2025.02.23 09:09:43.290954 [ 193 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3957 rows, containing 5 columns (5 merged, 0 gathered) in 0.004758619 sec., 831543.7735191659 rows/sec., 69.96 MiB/sec.
2182 2025.02.23 09:09:43.291354 [ 193 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2183 2025.02.23 09:09:43.291907 [ 193 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_11_2} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2184 2025.02.23 09:09:43.292118 [ 193 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_11_2} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2185 2025.02.23 09:09:43.292120 [ 255 ] {99dc8cc5-c966-47e3-8193-66b3bc8f9876} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2186 2025.02.23 09:09:43.292192 [ 255 ] {99dc8cc5-c966-47e3-8193-66b3bc8f9876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2187 2025.02.23 09:09:43.292263 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB.
2188 2025.02.23 09:09:43.292652 [ 255 ] {99dc8cc5-c966-47e3-8193-66b3bc8f9876} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2189 2025.02.23 09:09:43.292904 [ 255 ] {99dc8cc5-c966-47e3-8193-66b3bc8f9876} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2190 2025.02.23 09:09:43.293128 [ 255 ] {99dc8cc5-c966-47e3-8193-66b3bc8f9876} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002391 sec., 47260.56043496445 rows/sec., 3.06 MiB/sec.
2191 2025.02.23 09:09:43.293186 [ 255 ] {99dc8cc5-c966-47e3-8193-66b3bc8f9876} <Debug> TCPHandler: Processed in 0.002748472 sec.
2192 2025.02.23 09:09:43.293341 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2193 2025.02.23 09:09:43.293484 [ 253 ] {a95be994-de29-4174-aff8-dd0c3d8ddd20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2194 2025.02.23 09:09:43.293546 [ 253 ] {a95be994-de29-4174-aff8-dd0c3d8ddd20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2195 2025.02.23 09:09:43.294224 [ 253 ] {a95be994-de29-4174-aff8-dd0c3d8ddd20} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2196 2025.02.23 09:09:43.294265 [ 253 ] {a95be994-de29-4174-aff8-dd0c3d8ddd20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2197 2025.02.23 09:09:43.294646 [ 253 ] {a95be994-de29-4174-aff8-dd0c3d8ddd20} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2198 2025.02.23 09:09:43.294919 [ 253 ] {a95be994-de29-4174-aff8-dd0c3d8ddd20} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2199 2025.02.23 09:09:43.295185 [ 253 ] {a95be994-de29-4174-aff8-dd0c3d8ddd20} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001731 sec., 64702.48411322935 rows/sec., 3.69 MiB/sec.
2200 2025.02.23 09:09:43.295395 [ 253 ] {a95be994-de29-4174-aff8-dd0c3d8ddd20} <Debug> TCPHandler: Processed in 0.00211846 sec.
2201 2025.02.23 09:09:43.295570 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2202 2025.02.23 09:09:43.295707 [ 255 ] {1c8a4ec9-3d62-44b1-8583-561a537180df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2203 2025.02.23 09:09:43.295765 [ 255 ] {1c8a4ec9-3d62-44b1-8583-561a537180df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2204 2025.02.23 09:09:43.296526 [ 255 ] {1c8a4ec9-3d62-44b1-8583-561a537180df} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2205 2025.02.23 09:09:43.296567 [ 255 ] {1c8a4ec9-3d62-44b1-8583-561a537180df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2206 2025.02.23 09:09:43.296963 [ 255 ] {1c8a4ec9-3d62-44b1-8583-561a537180df} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2207 2025.02.23 09:09:43.297206 [ 255 ] {1c8a4ec9-3d62-44b1-8583-561a537180df} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2208 2025.02.23 09:09:43.297378 [ 149 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2209 2025.02.23 09:09:43.297437 [ 149 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2210 2025.02.23 09:09:43.297458 [ 255 ] {1c8a4ec9-3d62-44b1-8583-561a537180df} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.00177 sec., 232768.36158192088 rows/sec., 16.54 MiB/sec.
2211 2025.02.23 09:09:43.297474 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2212 2025.02.23 09:09:43.297674 [ 255 ] {1c8a4ec9-3d62-44b1-8583-561a537180df} <Debug> TCPHandler: Processed in 0.00216604 sec.
2213 2025.02.23 09:09:43.297818 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::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
2214 2025.02.23 09:09:43.297971 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2215 2025.02.23 09:09:43.298094 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2216 2025.02.23 09:09:43.298152 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 879 rows starting from the beginning of the part
2217 2025.02.23 09:09:43.298338 [ 253 ] {c4ef468b-26ff-43ba-9b5b-1137a102f35d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2218 2025.02.23 09:09:43.298435 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 412 rows starting from the beginning of the part
2219 2025.02.23 09:09:43.298545 [ 253 ] {c4ef468b-26ff-43ba-9b5b-1137a102f35d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2220 2025.02.23 09:09:43.298793 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part
2221 2025.02.23 09:09:43.299219 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 412 rows starting from the beginning of the part
2222 2025.02.23 09:09:43.299638 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part
2223 2025.02.23 09:09:43.299920 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 412 rows starting from the beginning of the part
2224 2025.02.23 09:09:43.300797 [ 253 ] {c4ef468b-26ff-43ba-9b5b-1137a102f35d} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2225 2025.02.23 09:09:43.300868 [ 253 ] {c4ef468b-26ff-43ba-9b5b-1137a102f35d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2226 2025.02.23 09:09:43.301795 [ 253 ] {c4ef468b-26ff-43ba-9b5b-1137a102f35d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2227 2025.02.23 09:09:43.302368 [ 253 ] {c4ef468b-26ff-43ba-9b5b-1137a102f35d} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2228 2025.02.23 09:09:43.302655 [ 253 ] {c4ef468b-26ff-43ba-9b5b-1137a102f35d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004433 sec., 1353.4852244529663 rows/sec., 70.71 KiB/sec.
2229 2025.02.23 09:09:43.302719 [ 253 ] {c4ef468b-26ff-43ba-9b5b-1137a102f35d} <Debug> TCPHandler: Processed in 0.004887672 sec.
2230 2025.02.23 09:09:43.303013 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2231 2025.02.23 09:09:43.303192 [ 192 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2243 rows, containing 5 columns (5 merged, 0 gathered) in 0.005619014 sec., 399180.3544180527 rows/sec., 30.26 MiB/sec.
2232 2025.02.23 09:09:43.303257 [ 255 ] {6d644cb2-a9f0-4d71-bdc6-0bea7d0f03cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2233 2025.02.23 09:09:43.303329 [ 255 ] {6d644cb2-a9f0-4d71-bdc6-0bea7d0f03cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2234 2025.02.23 09:09:43.303498 [ 192 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2235 2025.02.23 09:09:43.304070 [ 192 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_11_2} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2236 2025.02.23 09:09:43.304278 [ 192 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_11_2} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2237 2025.02.23 09:09:43.304458 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
2238 2025.02.23 09:09:43.304607 [ 255 ] {6d644cb2-a9f0-4d71-bdc6-0bea7d0f03cd} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2239 2025.02.23 09:09:43.304652 [ 255 ] {6d644cb2-a9f0-4d71-bdc6-0bea7d0f03cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2240 2025.02.23 09:09:43.305070 [ 255 ] {6d644cb2-a9f0-4d71-bdc6-0bea7d0f03cd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2241 2025.02.23 09:09:43.305313 [ 255 ] {6d644cb2-a9f0-4d71-bdc6-0bea7d0f03cd} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2242 2025.02.23 09:09:43.305473 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2243 2025.02.23 09:09:43.305536 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2244 2025.02.23 09:09:43.305569 [ 255 ] {6d644cb2-a9f0-4d71-bdc6-0bea7d0f03cd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002366 sec., 100169.06170752324 rows/sec., 6.71 MiB/sec.
2245 2025.02.23 09:09:43.305576 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2246 2025.02.23 09:09:43.305729 [ 255 ] {6d644cb2-a9f0-4d71-bdc6-0bea7d0f03cd} <Debug> TCPHandler: Processed in 0.002908324 sec.
2247 2025.02.23 09:09:43.305816 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::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
2248 2025.02.23 09:09:43.305934 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2249 2025.02.23 09:09:43.306006 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2250 2025.02.23 09:09:43.306106 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2676 rows starting from the beginning of the part
2251 2025.02.23 09:09:43.306154 [ 253 ] {1c08803d-38df-46dc-ba16-8509fa7a2ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2252 2025.02.23 09:09:43.306302 [ 253 ] {1c08803d-38df-46dc-ba16-8509fa7a2ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2253 2025.02.23 09:09:43.306536 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part
2254 2025.02.23 09:09:43.306911 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part
2255 2025.02.23 09:09:43.307248 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part
2256 2025.02.23 09:09:43.307604 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part
2257 2025.02.23 09:09:43.307948 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 237 rows starting from the beginning of the part
2258 2025.02.23 09:09:43.308776 [ 253 ] {1c08803d-38df-46dc-ba16-8509fa7a2ebc} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2259 2025.02.23 09:09:43.308841 [ 253 ] {1c08803d-38df-46dc-ba16-8509fa7a2ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2260 2025.02.23 09:09:43.309659 [ 253 ] {1c08803d-38df-46dc-ba16-8509fa7a2ebc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2261 2025.02.23 09:09:43.310195 [ 253 ] {1c08803d-38df-46dc-ba16-8509fa7a2ebc} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2262 2025.02.23 09:09:43.310852 [ 253 ] {1c08803d-38df-46dc-ba16-8509fa7a2ebc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004721 sec., 211.81952976064392 rows/sec., 14.27 KiB/sec.
2263 2025.02.23 09:09:43.311013 [ 253 ] {1c08803d-38df-46dc-ba16-8509fa7a2ebc} <Debug> TCPHandler: Processed in 0.005168497 sec.
2264 2025.02.23 09:09:43.311177 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2265 2025.02.23 09:09:43.311435 [ 255 ] {c09d6db2-6ac4-458e-8003-5894104b74d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2266 2025.02.23 09:09:43.311774 [ 255 ] {c09d6db2-6ac4-458e-8003-5894104b74d5} <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
2267 2025.02.23 09:09:43.311844 [ 192 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3707 rows, containing 5 columns (5 merged, 0 gathered) in 0.006121944 sec., 605526.6105015009 rows/sec., 40.96 MiB/sec.
2268 2025.02.23 09:09:43.312282 [ 192 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2269 2025.02.23 09:09:43.312966 [ 192 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2270 2025.02.23 09:09:43.313074 [ 192 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2271 2025.02.23 09:09:43.313230 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB.
2272 2025.02.23 09:09:43.313711 [ 255 ] {c09d6db2-6ac4-458e-8003-5894104b74d5} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2273 2025.02.23 09:09:43.313757 [ 255 ] {c09d6db2-6ac4-458e-8003-5894104b74d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2274 2025.02.23 09:09:43.314424 [ 255 ] {c09d6db2-6ac4-458e-8003-5894104b74d5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2275 2025.02.23 09:09:43.314679 [ 255 ] {c09d6db2-6ac4-458e-8003-5894104b74d5} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2276 2025.02.23 09:09:43.314917 [ 255 ] {c09d6db2-6ac4-458e-8003-5894104b74d5} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003556 sec., 8436.445444319459 rows/sec., 15.12 MiB/sec.
2277 2025.02.23 09:09:43.315033 [ 255 ] {c09d6db2-6ac4-458e-8003-5894104b74d5} <Debug> TCPHandler: Processed in 0.003924083 sec.
2278 2025.02.23 09:09:43.315177 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2279 2025.02.23 09:09:43.315297 [ 253 ] {099fca21-e3b4-4639-bf02-a183510cf654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2280 2025.02.23 09:09:43.315351 [ 253 ] {099fca21-e3b4-4639-bf02-a183510cf654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2281 2025.02.23 09:09:43.315838 [ 253 ] {099fca21-e3b4-4639-bf02-a183510cf654} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2282 2025.02.23 09:09:43.315878 [ 253 ] {099fca21-e3b4-4639-bf02-a183510cf654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2283 2025.02.23 09:09:43.316313 [ 253 ] {099fca21-e3b4-4639-bf02-a183510cf654} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2284 2025.02.23 09:09:43.316611 [ 253 ] {099fca21-e3b4-4639-bf02-a183510cf654} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2285 2025.02.23 09:09:43.316798 [ 147 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2286 2025.02.23 09:09:43.316861 [ 147 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2287 2025.02.23 09:09:43.316868 [ 253 ] {099fca21-e3b4-4639-bf02-a183510cf654} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001587 sec., 51669.8172652804 rows/sec., 3.28 MiB/sec.
2288 2025.02.23 09:09:43.316890 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2289 2025.02.23 09:09:43.317075 [ 253 ] {099fca21-e3b4-4639-bf02-a183510cf654} <Debug> TCPHandler: Processed in 0.001947706 sec.
2290 2025.02.23 09:09:43.317336 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::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
2291 2025.02.23 09:09:43.317507 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2292 2025.02.23 09:09:43.317536 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 352 rows starting from the beginning of the part
2293 2025.02.23 09:09:43.317608 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part
2294 2025.02.23 09:09:43.317830 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part
2295 2025.02.23 09:09:43.317969 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part
2296 2025.02.23 09:09:43.318173 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part
2297 2025.02.23 09:09:43.318316 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part
2298 2025.02.23 09:09:43.319525 [ 191 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 718 rows, containing 4 columns (4 merged, 0 gathered) in 0.002519237 sec., 285006.9286851535 rows/sec., 18.77 MiB/sec.
2299 2025.02.23 09:09:43.319685 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2300 2025.02.23 09:09:43.319964 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_11_2} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2301 2025.02.23 09:09:43.320044 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_11_2} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2302 2025.02.23 09:09:43.320117 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
2303 2025.02.23 09:09:47.672687 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 326
2304 2025.02.23 09:09:47.675781 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2305 2025.02.23 09:09:47.675825 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2306 2025.02.23 09:09:47.677276 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2307 2025.02.23 09:09:47.677583 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2308 2025.02.23 09:09:47.678114 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 326
2309 2025.02.23 09:09:48.271537 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2310 2025.02.23 09:09:48.271998 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', '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_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)
2311 2025.02.23 09:09:48.272524 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2312 2025.02.23 09:09:48.272580 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', '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_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
2313 2025.02.23 09:09:48.272969 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2314 2025.02.23 09:09:48.273055 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2315 2025.02.23 09:09:48.273236 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2316 2025.02.23 09:09:48.273423 [ 286 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2317 2025.02.23 09:09:48.273478 [ 290 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2318 2025.02.23 09:09:48.273643 [ 292 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2319 2025.02.23 09:09:48.273645 [ 288 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2320 2025.02.23 09:09:48.273832 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
2321 2025.02.23 09:09:48.273866 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
2322 2025.02.23 09:09:48.274012 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2323 2025.02.23 09:09:48.274038 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 41 rows with 4 streams
2324 2025.02.23 09:09:48.274085 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', '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_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'))"
2325 2025.02.23 09:09:48.274137 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', '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_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'))"
2326 2025.02.23 09:09:48.274183 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', '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_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'))"
2327 2025.02.23 09:09:48.274232 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', '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_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'))"
2328 2025.02.23 09:09:48.276275 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.00451 sec., 9090.90909090909 rows/sec., 346.45 KiB/sec.
2329 2025.02.23 09:09:48.276494 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Debug> MemoryTracker: Peak memory usage (for query): 144.36 KiB.
2330 2025.02.23 09:09:48.276513 [ 253 ] {622ed7e1-60d7-4a4e-9327-7a34244d0352} <Debug> TCPHandler: Processed in 0.005173156 sec.
2331 2025.02.23 09:09:48.308156 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2332 2025.02.23 09:09:48.308317 [ 253 ] {da08e710-80f0-4e47-89ac-5668f2c338c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2333 2025.02.23 09:09:48.308385 [ 253 ] {da08e710-80f0-4e47-89ac-5668f2c338c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2334 2025.02.23 09:09:48.309208 [ 253 ] {da08e710-80f0-4e47-89ac-5668f2c338c6} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2335 2025.02.23 09:09:48.309255 [ 253 ] {da08e710-80f0-4e47-89ac-5668f2c338c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2336 2025.02.23 09:09:48.309759 [ 253 ] {da08e710-80f0-4e47-89ac-5668f2c338c6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2337 2025.02.23 09:09:48.309985 [ 253 ] {da08e710-80f0-4e47-89ac-5668f2c338c6} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2338 2025.02.23 09:09:48.310227 [ 253 ] {da08e710-80f0-4e47-89ac-5668f2c338c6} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001955 sec., 511.5089514066496 rows/sec., 115.89 KiB/sec.
2339 2025.02.23 09:09:48.310320 [ 253 ] {da08e710-80f0-4e47-89ac-5668f2c338c6} <Debug> TCPHandler: Processed in 0.002239932 sec.
2340 2025.02.23 09:09:48.310565 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2341 2025.02.23 09:09:48.310737 [ 255 ] {ca830833-c58f-4bb8-9115-37f9303a95db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2342 2025.02.23 09:09:48.310807 [ 255 ] {ca830833-c58f-4bb8-9115-37f9303a95db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2343 2025.02.23 09:09:48.311498 [ 255 ] {ca830833-c58f-4bb8-9115-37f9303a95db} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2344 2025.02.23 09:09:48.311539 [ 255 ] {ca830833-c58f-4bb8-9115-37f9303a95db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2345 2025.02.23 09:09:48.311955 [ 255 ] {ca830833-c58f-4bb8-9115-37f9303a95db} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2346 2025.02.23 09:09:48.312229 [ 255 ] {ca830833-c58f-4bb8-9115-37f9303a95db} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2347 2025.02.23 09:09:48.312463 [ 255 ] {ca830833-c58f-4bb8-9115-37f9303a95db} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00176 sec., 4545.454545454545 rows/sec., 370.65 KiB/sec.
2348 2025.02.23 09:09:48.312603 [ 255 ] {ca830833-c58f-4bb8-9115-37f9303a95db} <Debug> TCPHandler: Processed in 0.002163011 sec.
2349 2025.02.23 09:09:48.312778 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2350 2025.02.23 09:09:48.312933 [ 253 ] {55e67d10-0a8c-45de-a0ab-7ab8951ea1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2351 2025.02.23 09:09:48.312998 [ 253 ] {55e67d10-0a8c-45de-a0ab-7ab8951ea1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2352 2025.02.23 09:09:48.314136 [ 253 ] {55e67d10-0a8c-45de-a0ab-7ab8951ea1ec} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2353 2025.02.23 09:09:48.314180 [ 253 ] {55e67d10-0a8c-45de-a0ab-7ab8951ea1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2354 2025.02.23 09:09:48.314658 [ 253 ] {55e67d10-0a8c-45de-a0ab-7ab8951ea1ec} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2355 2025.02.23 09:09:48.314912 [ 253 ] {55e67d10-0a8c-45de-a0ab-7ab8951ea1ec} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2356 2025.02.23 09:09:48.315141 [ 253 ] {55e67d10-0a8c-45de-a0ab-7ab8951ea1ec} <Debug> executeQuery: Read 1200 rows, 101.26 KiB in 0.002246 sec., 534283.1700801424 rows/sec., 44.03 MiB/sec.
2357 2025.02.23 09:09:48.315206 [ 253 ] {55e67d10-0a8c-45de-a0ab-7ab8951ea1ec} <Debug> TCPHandler: Processed in 0.002499586 sec.
2358 2025.02.23 09:09:48.315377 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2359 2025.02.23 09:09:48.315523 [ 255 ] {c68d1b12-5883-4802-b22c-dd5cf1a178d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2360 2025.02.23 09:09:48.315582 [ 255 ] {c68d1b12-5883-4802-b22c-dd5cf1a178d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2361 2025.02.23 09:09:48.316232 [ 255 ] {c68d1b12-5883-4802-b22c-dd5cf1a178d4} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2362 2025.02.23 09:09:48.316272 [ 255 ] {c68d1b12-5883-4802-b22c-dd5cf1a178d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2363 2025.02.23 09:09:48.316630 [ 255 ] {c68d1b12-5883-4802-b22c-dd5cf1a178d4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2364 2025.02.23 09:09:48.316877 [ 255 ] {c68d1b12-5883-4802-b22c-dd5cf1a178d4} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2365 2025.02.23 09:09:48.317096 [ 255 ] {c68d1b12-5883-4802-b22c-dd5cf1a178d4} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001609 sec., 4972.032318210068 rows/sec., 347.17 KiB/sec.
2366 2025.02.23 09:09:48.317156 [ 255 ] {c68d1b12-5883-4802-b22c-dd5cf1a178d4} <Debug> TCPHandler: Processed in 0.001847405 sec.
2367 2025.02.23 09:09:48.317315 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2368 2025.02.23 09:09:48.317461 [ 253 ] {369b43b1-a000-4bac-88b7-850c809d2b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2369 2025.02.23 09:09:48.317524 [ 253 ] {369b43b1-a000-4bac-88b7-850c809d2b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2370 2025.02.23 09:09:48.318275 [ 253 ] {369b43b1-a000-4bac-88b7-850c809d2b2c} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2371 2025.02.23 09:09:48.318317 [ 253 ] {369b43b1-a000-4bac-88b7-850c809d2b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2372 2025.02.23 09:09:48.318708 [ 253 ] {369b43b1-a000-4bac-88b7-850c809d2b2c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2373 2025.02.23 09:09:48.318962 [ 253 ] {369b43b1-a000-4bac-88b7-850c809d2b2c} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2374 2025.02.23 09:09:48.319116 [ 142 ] {} <Debug> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2375 2025.02.23 09:09:48.319199 [ 142 ] {} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2376 2025.02.23 09:09:48.319209 [ 253 ] {369b43b1-a000-4bac-88b7-850c809d2b2c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001771 sec., 128740.8243929983 rows/sec., 8.72 MiB/sec.
2377 2025.02.23 09:09:48.319243 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2378 2025.02.23 09:09:48.319374 [ 253 ] {369b43b1-a000-4bac-88b7-850c809d2b2c} <Debug> TCPHandler: Processed in 0.00211746 sec.
2379 2025.02.23 09:09:48.319692 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2380 2025.02.23 09:09:48.319739 [ 191 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::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
2381 2025.02.23 09:09:48.319905 [ 255 ] {8a80c833-c793-459c-bd4c-05c2fdb153ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2382 2025.02.23 09:09:48.319910 [ 191 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2383 2025.02.23 09:09:48.319955 [ 191 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part
2384 2025.02.23 09:09:48.319970 [ 255 ] {8a80c833-c793-459c-bd4c-05c2fdb153ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2385 2025.02.23 09:09:48.320221 [ 191 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part
2386 2025.02.23 09:09:48.320601 [ 191 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 113 rows starting from the beginning of the part
2387 2025.02.23 09:09:48.321014 [ 191 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part
2388 2025.02.23 09:09:48.321362 [ 191 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part
2389 2025.02.23 09:09:48.321690 [ 191 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part
2390 2025.02.23 09:09:48.322653 [ 255 ] {8a80c833-c793-459c-bd4c-05c2fdb153ae} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2391 2025.02.23 09:09:48.322702 [ 255 ] {8a80c833-c793-459c-bd4c-05c2fdb153ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2392 2025.02.23 09:09:48.323296 [ 255 ] {8a80c833-c793-459c-bd4c-05c2fdb153ae} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2393 2025.02.23 09:09:48.323412 [ 189 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 908 rows, containing 5 columns (5 merged, 0 gathered) in 0.004038656 sec., 224827.26926977688 rows/sec., 15.75 MiB/sec.
2394 2025.02.23 09:09:48.323639 [ 255 ] {8a80c833-c793-459c-bd4c-05c2fdb153ae} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2395 2025.02.23 09:09:48.323639 [ 199 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2396 2025.02.23 09:09:48.324112 [ 255 ] {8a80c833-c793-459c-bd4c-05c2fdb153ae} <Debug> executeQuery: Read 528 rows, 40.06 KiB in 0.004232 sec., 124763.70510396977 rows/sec., 9.24 MiB/sec.
2397 2025.02.23 09:09:48.324479 [ 255 ] {8a80c833-c793-459c-bd4c-05c2fdb153ae} <Debug> TCPHandler: Processed in 0.004977273 sec.
2398 2025.02.23 09:09:48.324493 [ 199 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_6_1} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2399 2025.02.23 09:09:48.324619 [ 199 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_6_1} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2400 2025.02.23 09:09:48.324708 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2401 2025.02.23 09:09:48.324726 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
2402 2025.02.23 09:09:48.324867 [ 253 ] {244cf6b5-0644-4787-bcf9-ad62b156b465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2403 2025.02.23 09:09:48.324936 [ 253 ] {244cf6b5-0644-4787-bcf9-ad62b156b465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2404 2025.02.23 09:09:48.325723 [ 253 ] {244cf6b5-0644-4787-bcf9-ad62b156b465} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2405 2025.02.23 09:09:48.325765 [ 253 ] {244cf6b5-0644-4787-bcf9-ad62b156b465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2406 2025.02.23 09:09:48.326235 [ 253 ] {244cf6b5-0644-4787-bcf9-ad62b156b465} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2407 2025.02.23 09:09:48.326475 [ 253 ] {244cf6b5-0644-4787-bcf9-ad62b156b465} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2408 2025.02.23 09:09:48.326719 [ 253 ] {244cf6b5-0644-4787-bcf9-ad62b156b465} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001879 sec., 470463.0122405535 rows/sec., 31.66 MiB/sec.
2409 2025.02.23 09:09:48.326801 [ 253 ] {244cf6b5-0644-4787-bcf9-ad62b156b465} <Debug> TCPHandler: Processed in 0.002208951 sec.
2410 2025.02.23 09:09:48.326948 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2411 2025.02.23 09:09:48.327071 [ 255 ] {f5c9d26d-bb59-40f4-a665-2501da358704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2412 2025.02.23 09:09:48.327124 [ 255 ] {f5c9d26d-bb59-40f4-a665-2501da358704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2413 2025.02.23 09:09:48.327637 [ 255 ] {f5c9d26d-bb59-40f4-a665-2501da358704} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2414 2025.02.23 09:09:48.327676 [ 255 ] {f5c9d26d-bb59-40f4-a665-2501da358704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2415 2025.02.23 09:09:48.328066 [ 255 ] {f5c9d26d-bb59-40f4-a665-2501da358704} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2416 2025.02.23 09:09:48.328309 [ 255 ] {f5c9d26d-bb59-40f4-a665-2501da358704} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2417 2025.02.23 09:09:48.328623 [ 255 ] {f5c9d26d-bb59-40f4-a665-2501da358704} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec.
2418 2025.02.23 09:09:48.328756 [ 255 ] {f5c9d26d-bb59-40f4-a665-2501da358704} <Debug> TCPHandler: Processed in 0.001864215 sec.
2419 2025.02.23 09:09:50.177979 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2420 2025.02.23 09:09:50.178746 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2421 2025.02.23 09:09:50.178790 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2422 2025.02.23 09:09:50.179375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2423 2025.02.23 09:09:50.179627 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2424 2025.02.23 09:09:50.179775 [ 140 ] {} <Debug> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2425 2025.02.23 09:09:50.179814 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2426 2025.02.23 09:09:50.179832 [ 140 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2427 2025.02.23 09:09:50.179861 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2428 2025.02.23 09:09:50.180008 [ 191 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
2429 2025.02.23 09:09:50.180181 [ 191 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2430 2025.02.23 09:09:50.180225 [ 191 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
2431 2025.02.23 09:09:50.180311 [ 191 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
2432 2025.02.23 09:09:50.180553 [ 191 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
2433 2025.02.23 09:09:50.180775 [ 191 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
2434 2025.02.23 09:09:50.180933 [ 191 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
2435 2025.02.23 09:09:50.181108 [ 191 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
2436 2025.02.23 09:09:50.182884 [ 189 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002942775 sec., 1741213.650381018 rows/sec., 24.91 MiB/sec.
2437 2025.02.23 09:09:50.183338 [ 196 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2438 2025.02.23 09:09:50.183694 [ 196 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_11_2} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2439 2025.02.23 09:09:50.183797 [ 196 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_11_2} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2440 2025.02.23 09:09:50.183914 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2441 2025.02.23 09:09:50.489096 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2442 2025.02.23 09:09:50.510500 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2443 2025.02.23 09:09:50.510564 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2444 2025.02.23 09:09:50.517949 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2445 2025.02.23 09:09:50.518784 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2446 2025.02.23 09:09:50.519088 [ 139 ] {} <Debug> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2447 2025.02.23 09:09:50.519145 [ 139 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2448 2025.02.23 09:09:50.519181 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2449 2025.02.23 09:09:50.519426 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
2450 2025.02.23 09:09:50.528216 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2451 2025.02.23 09:09:50.529308 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2452 2025.02.23 09:09:50.530203 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
2453 2025.02.23 09:09:50.535224 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
2454 2025.02.23 09:09:50.539923 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
2455 2025.02.23 09:09:50.544979 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
2456 2025.02.23 09:09:50.550409 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
2457 2025.02.23 09:09:50.555199 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
2458 2025.02.23 09:09:50.618632 [ 189 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.09936173 sec., 835.3316714594241 rows/sec., 4.32 MiB/sec.
2459 2025.02.23 09:09:50.621159 [ 186 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2460 2025.02.23 09:09:50.624242 [ 186 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_11_2} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2461 2025.02.23 09:09:50.624379 [ 186 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_11_2} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2462 2025.02.23 09:09:50.627669 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2463 2025.02.23 09:09:53.281120 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2464 2025.02.23 09:09:53.281349 [ 253 ] {972238e4-bf74-48b0-acf2-fd4b6b6a6f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2465 2025.02.23 09:09:53.281433 [ 253 ] {972238e4-bf74-48b0-acf2-fd4b6b6a6f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2466 2025.02.23 09:09:53.282395 [ 253 ] {972238e4-bf74-48b0-acf2-fd4b6b6a6f58} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2467 2025.02.23 09:09:53.282445 [ 253 ] {972238e4-bf74-48b0-acf2-fd4b6b6a6f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2468 2025.02.23 09:09:53.282932 [ 253 ] {972238e4-bf74-48b0-acf2-fd4b6b6a6f58} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2469 2025.02.23 09:09:53.283192 [ 253 ] {972238e4-bf74-48b0-acf2-fd4b6b6a6f58} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2470 2025.02.23 09:09:53.283381 [ 137 ] {} <Debug> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2471 2025.02.23 09:09:53.283466 [ 253 ] {972238e4-bf74-48b0-acf2-fd4b6b6a6f58} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00217 sec., 97695.8525345622 rows/sec., 6.21 MiB/sec.
2472 2025.02.23 09:09:53.283472 [ 137 ] {} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2473 2025.02.23 09:09:53.283559 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2474 2025.02.23 09:09:53.283618 [ 253 ] {972238e4-bf74-48b0-acf2-fd4b6b6a6f58} <Debug> TCPHandler: Processed in 0.0026442 sec.
2475 2025.02.23 09:09:53.284002 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2476 2025.02.23 09:09:53.284003 [ 189 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::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
2477 2025.02.23 09:09:53.284312 [ 255 ] {0f354ac4-7012-4dbb-a9bc-3c397d4f46e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2478 2025.02.23 09:09:53.284326 [ 189 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2479 2025.02.23 09:09:53.284389 [ 189 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part
2480 2025.02.23 09:09:53.284422 [ 255 ] {0f354ac4-7012-4dbb-a9bc-3c397d4f46e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2481 2025.02.23 09:09:53.284706 [ 189 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part
2482 2025.02.23 09:09:53.285071 [ 189 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part
2483 2025.02.23 09:09:53.285419 [ 189 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part
2484 2025.02.23 09:09:53.285846 [ 189 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part
2485 2025.02.23 09:09:53.288024 [ 255 ] {0f354ac4-7012-4dbb-a9bc-3c397d4f46e5} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2486 2025.02.23 09:09:53.288094 [ 255 ] {0f354ac4-7012-4dbb-a9bc-3c397d4f46e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2487 2025.02.23 09:09:53.288522 [ 189 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004856421 sec., 218267.73255448818 rows/sec., 14.71 MiB/sec.
2488 2025.02.23 09:09:53.288747 [ 187 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2489 2025.02.23 09:09:53.289075 [ 255 ] {0f354ac4-7012-4dbb-a9bc-3c397d4f46e5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2490 2025.02.23 09:09:53.289150 [ 187 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_5_1} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2491 2025.02.23 09:09:53.289271 [ 187 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_5_1} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2492 2025.02.23 09:09:53.289400 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
2493 2025.02.23 09:09:53.289407 [ 255 ] {0f354ac4-7012-4dbb-a9bc-3c397d4f46e5} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2494 2025.02.23 09:09:53.289752 [ 255 ] {0f354ac4-7012-4dbb-a9bc-3c397d4f46e5} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.005537 sec., 122268.37637709951 rows/sec., 9.72 MiB/sec.
2495 2025.02.23 09:09:53.289906 [ 255 ] {0f354ac4-7012-4dbb-a9bc-3c397d4f46e5} <Debug> TCPHandler: Processed in 0.006117254 sec.
2496 2025.02.23 09:09:53.290095 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2497 2025.02.23 09:09:53.290249 [ 253 ] {77101f3d-54d2-40ea-9036-a455caf7a265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2498 2025.02.23 09:09:53.290310 [ 253 ] {77101f3d-54d2-40ea-9036-a455caf7a265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2499 2025.02.23 09:09:53.291000 [ 253 ] {77101f3d-54d2-40ea-9036-a455caf7a265} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2500 2025.02.23 09:09:53.291044 [ 253 ] {77101f3d-54d2-40ea-9036-a455caf7a265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2501 2025.02.23 09:09:53.291442 [ 253 ] {77101f3d-54d2-40ea-9036-a455caf7a265} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2502 2025.02.23 09:09:53.291728 [ 253 ] {77101f3d-54d2-40ea-9036-a455caf7a265} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2503 2025.02.23 09:09:53.291902 [ 137 ] {} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2504 2025.02.23 09:09:53.291974 [ 137 ] {} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2505 2025.02.23 09:09:53.291984 [ 253 ] {77101f3d-54d2-40ea-9036-a455caf7a265} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001761 sec., 77228.84724588302 rows/sec., 4.79 MiB/sec.
2506 2025.02.23 09:09:53.292010 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2507 2025.02.23 09:09:53.292164 [ 253 ] {77101f3d-54d2-40ea-9036-a455caf7a265} <Debug> TCPHandler: Processed in 0.00213722 sec.
2508 2025.02.23 09:09:53.292236 [ 201 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::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
2509 2025.02.23 09:09:53.292398 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2510 2025.02.23 09:09:53.292406 [ 201 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2511 2025.02.23 09:09:53.292471 [ 201 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 134 rows starting from the beginning of the part
2512 2025.02.23 09:09:53.292696 [ 255 ] {6d83e2eb-bd07-46b4-9eb5-0f8397c9b489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2513 2025.02.23 09:09:53.292724 [ 201 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 136 rows starting from the beginning of the part
2514 2025.02.23 09:09:53.292887 [ 255 ] {6d83e2eb-bd07-46b4-9eb5-0f8397c9b489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2515 2025.02.23 09:09:53.293085 [ 201 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 136 rows starting from the beginning of the part
2516 2025.02.23 09:09:53.293418 [ 201 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 136 rows starting from the beginning of the part
2517 2025.02.23 09:09:53.293861 [ 201 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part
2518 2025.02.23 09:09:53.294433 [ 201 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 136 rows starting from the beginning of the part
2519 2025.02.23 09:09:53.296483 [ 255 ] {6d83e2eb-bd07-46b4-9eb5-0f8397c9b489} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2520 2025.02.23 09:09:53.296565 [ 255 ] {6d83e2eb-bd07-46b4-9eb5-0f8397c9b489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2521 2025.02.23 09:09:53.297550 [ 255 ] {6d83e2eb-bd07-46b4-9eb5-0f8397c9b489} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2522 2025.02.23 09:09:53.297652 [ 201 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 5 columns (5 merged, 0 gathered) in 0.005529903 sec., 124052.80888290446 rows/sec., 8.18 MiB/sec.
2523 2025.02.23 09:09:53.297921 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2524 2025.02.23 09:09:53.297971 [ 255 ] {6d83e2eb-bd07-46b4-9eb5-0f8397c9b489} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2525 2025.02.23 09:09:53.298418 [ 255 ] {6d83e2eb-bd07-46b4-9eb5-0f8397c9b489} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005852 sec., 19309.63773069036 rows/sec., 1.25 MiB/sec.
2526 2025.02.23 09:09:53.298571 [ 255 ] {6d83e2eb-bd07-46b4-9eb5-0f8397c9b489} <Debug> TCPHandler: Processed in 0.006272187 sec.
2527 2025.02.23 09:09:53.298630 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_6_1} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2528 2025.02.23 09:09:53.298782 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2529 2025.02.23 09:09:53.298796 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_6_1} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2530 2025.02.23 09:09:53.298987 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
2531 2025.02.23 09:09:53.299020 [ 253 ] {1b440522-fa88-4d70-a906-f19f9a6784fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2532 2025.02.23 09:09:53.299089 [ 253 ] {1b440522-fa88-4d70-a906-f19f9a6784fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2533 2025.02.23 09:09:53.299732 [ 253 ] {1b440522-fa88-4d70-a906-f19f9a6784fd} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2534 2025.02.23 09:09:53.299774 [ 253 ] {1b440522-fa88-4d70-a906-f19f9a6784fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2535 2025.02.23 09:09:53.300161 [ 253 ] {1b440522-fa88-4d70-a906-f19f9a6784fd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2536 2025.02.23 09:09:53.300419 [ 253 ] {1b440522-fa88-4d70-a906-f19f9a6784fd} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2537 2025.02.23 09:09:53.300550 [ 136 ] {} <Debug> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2538 2025.02.23 09:09:53.300594 [ 136 ] {} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2539 2025.02.23 09:09:53.300618 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2540 2025.02.23 09:09:53.300621 [ 253 ] {1b440522-fa88-4d70-a906-f19f9a6784fd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001658 sec., 67551.26658624849 rows/sec., 3.85 MiB/sec.
2541 2025.02.23 09:09:53.300842 [ 253 ] {1b440522-fa88-4d70-a906-f19f9a6784fd} <Debug> TCPHandler: Processed in 0.00214682 sec.
2542 2025.02.23 09:09:53.300874 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::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
2543 2025.02.23 09:09:53.301010 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2544 2025.02.23 09:09:53.301053 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part
2545 2025.02.23 09:09:53.301062 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2546 2025.02.23 09:09:53.301213 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part
2547 2025.02.23 09:09:53.301521 [ 255 ] {039b67b6-30b1-418b-a1a1-2c5f44965221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2548 2025.02.23 09:09:53.301549 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part
2549 2025.02.23 09:09:53.301708 [ 255 ] {039b67b6-30b1-418b-a1a1-2c5f44965221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2550 2025.02.23 09:09:53.301879 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part
2551 2025.02.23 09:09:53.302212 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part
2552 2025.02.23 09:09:53.304311 [ 255 ] {039b67b6-30b1-418b-a1a1-2c5f44965221} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2553 2025.02.23 09:09:53.304360 [ 255 ] {039b67b6-30b1-418b-a1a1-2c5f44965221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2554 2025.02.23 09:09:53.304762 [ 198 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004080426 sec., 137240.57243042762 rows/sec., 8.34 MiB/sec.
2555 2025.02.23 09:09:53.305025 [ 198 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2556 2025.02.23 09:09:53.305332 [ 255 ] {039b67b6-30b1-418b-a1a1-2c5f44965221} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2557 2025.02.23 09:09:53.305613 [ 198 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_5_1} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2558 2025.02.23 09:09:53.305799 [ 198 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_5_1} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2559 2025.02.23 09:09:53.305801 [ 255 ] {039b67b6-30b1-418b-a1a1-2c5f44965221} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2560 2025.02.23 09:09:53.305959 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
2561 2025.02.23 09:09:53.306224 [ 255 ] {039b67b6-30b1-418b-a1a1-2c5f44965221} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.004893 sec., 84201.92111179236 rows/sec., 5.98 MiB/sec.
2562 2025.02.23 09:09:53.306444 [ 255 ] {039b67b6-30b1-418b-a1a1-2c5f44965221} <Debug> TCPHandler: Processed in 0.005473683 sec.
2563 2025.02.23 09:09:53.306626 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2564 2025.02.23 09:09:53.306773 [ 253 ] {7e8c9f3f-2c0f-488a-88d2-09c1dd450fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2565 2025.02.23 09:09:53.306839 [ 253 ] {7e8c9f3f-2c0f-488a-88d2-09c1dd450fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2566 2025.02.23 09:09:53.307399 [ 253 ] {7e8c9f3f-2c0f-488a-88d2-09c1dd450fc4} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2567 2025.02.23 09:09:53.307439 [ 253 ] {7e8c9f3f-2c0f-488a-88d2-09c1dd450fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2568 2025.02.23 09:09:53.307820 [ 253 ] {7e8c9f3f-2c0f-488a-88d2-09c1dd450fc4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2569 2025.02.23 09:09:53.308066 [ 253 ] {7e8c9f3f-2c0f-488a-88d2-09c1dd450fc4} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2570 2025.02.23 09:09:53.308281 [ 253 ] {7e8c9f3f-2c0f-488a-88d2-09c1dd450fc4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001539 sec., 3898.635477582846 rows/sec., 203.69 KiB/sec.
2571 2025.02.23 09:09:53.308342 [ 253 ] {7e8c9f3f-2c0f-488a-88d2-09c1dd450fc4} <Debug> TCPHandler: Processed in 0.001784203 sec.
2572 2025.02.23 09:09:53.308506 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2573 2025.02.23 09:09:53.308652 [ 255 ] {43b3d64c-035f-4014-901e-7af57c8a11e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2574 2025.02.23 09:09:53.308716 [ 255 ] {43b3d64c-035f-4014-901e-7af57c8a11e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2575 2025.02.23 09:09:53.309400 [ 255 ] {43b3d64c-035f-4014-901e-7af57c8a11e8} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2576 2025.02.23 09:09:53.309439 [ 255 ] {43b3d64c-035f-4014-901e-7af57c8a11e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2577 2025.02.23 09:09:53.309876 [ 255 ] {43b3d64c-035f-4014-901e-7af57c8a11e8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2578 2025.02.23 09:09:53.310115 [ 255 ] {43b3d64c-035f-4014-901e-7af57c8a11e8} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2579 2025.02.23 09:09:53.310329 [ 255 ] {43b3d64c-035f-4014-901e-7af57c8a11e8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001713 sec., 138353.765323993 rows/sec., 9.27 MiB/sec.
2580 2025.02.23 09:09:53.310385 [ 255 ] {43b3d64c-035f-4014-901e-7af57c8a11e8} <Debug> TCPHandler: Processed in 0.001948346 sec.
2581 2025.02.23 09:09:53.310542 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2582 2025.02.23 09:09:53.310681 [ 253 ] {3a6b5a47-e5c9-4265-b4df-13c28bf8419b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2583 2025.02.23 09:09:53.310744 [ 253 ] {3a6b5a47-e5c9-4265-b4df-13c28bf8419b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2584 2025.02.23 09:09:53.311293 [ 253 ] {3a6b5a47-e5c9-4265-b4df-13c28bf8419b} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2585 2025.02.23 09:09:53.311331 [ 253 ] {3a6b5a47-e5c9-4265-b4df-13c28bf8419b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2586 2025.02.23 09:09:53.311693 [ 253 ] {3a6b5a47-e5c9-4265-b4df-13c28bf8419b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2587 2025.02.23 09:09:53.311945 [ 253 ] {3a6b5a47-e5c9-4265-b4df-13c28bf8419b} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2588 2025.02.23 09:09:53.312068 [ 136 ] {} <Debug> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2589 2025.02.23 09:09:53.312109 [ 136 ] {} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2590 2025.02.23 09:09:53.312131 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2591 2025.02.23 09:09:53.312140 [ 253 ] {3a6b5a47-e5c9-4265-b4df-13c28bf8419b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec.
2592 2025.02.23 09:09:53.312252 [ 253 ] {3a6b5a47-e5c9-4265-b4df-13c28bf8419b} <Debug> TCPHandler: Processed in 0.001775653 sec.
2593 2025.02.23 09:09:53.312272 [ 188 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::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
2594 2025.02.23 09:09:53.312406 [ 188 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2595 2025.02.23 09:09:53.312429 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2596 2025.02.23 09:09:53.312452 [ 188 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
2597 2025.02.23 09:09:53.312612 [ 188 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
2598 2025.02.23 09:09:53.312806 [ 255 ] {ffa9a381-45f0-4a73-ae03-cfd05c4d9721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2599 2025.02.23 09:09:53.313074 [ 188 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
2600 2025.02.23 09:09:53.313359 [ 255 ] {ffa9a381-45f0-4a73-ae03-cfd05c4d9721} <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
2601 2025.02.23 09:09:53.313583 [ 188 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
2602 2025.02.23 09:09:53.314051 [ 188 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2603 2025.02.23 09:09:53.317197 [ 198 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005008354 sec., 998.3319869162603 rows/sec., 67.27 KiB/sec.
2604 2025.02.23 09:09:53.317483 [ 198 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2605 2025.02.23 09:09:53.318139 [ 198 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_5_1} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2606 2025.02.23 09:09:53.318201 [ 255 ] {ffa9a381-45f0-4a73-ae03-cfd05c4d9721} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2607 2025.02.23 09:09:53.318273 [ 255 ] {ffa9a381-45f0-4a73-ae03-cfd05c4d9721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2608 2025.02.23 09:09:53.318299 [ 198 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_5_1} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2609 2025.02.23 09:09:53.318470 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2610 2025.02.23 09:09:53.319155 [ 255 ] {ffa9a381-45f0-4a73-ae03-cfd05c4d9721} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2611 2025.02.23 09:09:53.319432 [ 255 ] {ffa9a381-45f0-4a73-ae03-cfd05c4d9721} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2612 2025.02.23 09:09:53.319791 [ 255 ] {ffa9a381-45f0-4a73-ae03-cfd05c4d9721} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.007112 sec., 4218.2227221597295 rows/sec., 7.56 MiB/sec.
2613 2025.02.23 09:09:53.319996 [ 255 ] {ffa9a381-45f0-4a73-ae03-cfd05c4d9721} <Debug> TCPHandler: Processed in 0.007651893 sec.
2614 2025.02.23 09:09:53.320170 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2615 2025.02.23 09:09:53.320296 [ 253 ] {8f474917-486d-4602-a57e-e27c90035b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2616 2025.02.23 09:09:53.320350 [ 253 ] {8f474917-486d-4602-a57e-e27c90035b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2617 2025.02.23 09:09:53.320855 [ 253 ] {8f474917-486d-4602-a57e-e27c90035b91} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2618 2025.02.23 09:09:53.320895 [ 253 ] {8f474917-486d-4602-a57e-e27c90035b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2619 2025.02.23 09:09:53.321304 [ 253 ] {8f474917-486d-4602-a57e-e27c90035b91} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2620 2025.02.23 09:09:53.321556 [ 253 ] {8f474917-486d-4602-a57e-e27c90035b91} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2621 2025.02.23 09:09:53.321741 [ 253 ] {8f474917-486d-4602-a57e-e27c90035b91} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001469 sec., 55820.28590878148 rows/sec., 3.55 MiB/sec.
2622 2025.02.23 09:09:53.321795 [ 253 ] {8f474917-486d-4602-a57e-e27c90035b91} <Debug> TCPHandler: Processed in 0.001685222 sec.
2623 2025.02.23 09:09:57.577138 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache
2624 2025.02.23 09:09:57.577202 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache
2625 2025.02.23 09:09:57.678370 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 366
2626 2025.02.23 09:09:57.680073 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2627 2025.02.23 09:09:57.684215 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2628 2025.02.23 09:09:57.684300 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2629 2025.02.23 09:09:57.686024 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2630 2025.02.23 09:09:57.686671 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2631 2025.02.23 09:09:57.687366 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2632 2025.02.23 09:09:57.687406 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2633 2025.02.23 09:09:57.687459 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2634 2025.02.23 09:09:57.689010 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2635 2025.02.23 09:09:57.689335 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2636 2025.02.23 09:09:57.689952 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 366
2637 2025.02.23 09:09:58.028342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2638 2025.02.23 09:09:58.049048 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2639 2025.02.23 09:09:58.049122 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2640 2025.02.23 09:09:58.056626 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2641 2025.02.23 09:09:58.057465 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2642 2025.02.23 09:09:58.060922 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2643 2025.02.23 09:09:58.272731 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2644 2025.02.23 09:09:58.273047 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) 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', 'kstat_sampler:expired_targets', '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_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)
2645 2025.02.23 09:09:58.273564 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2646 2025.02.23 09:09:58.273622 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <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', 'kstat_sampler:expired_targets', '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_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
2647 2025.02.23 09:09:58.274006 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2648 2025.02.23 09:09:58.274090 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2649 2025.02.23 09:09:58.274272 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Key condition: (column 0 notIn 42-element set)
2650 2025.02.23 09:09:58.274370 [ 290 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2651 2025.02.23 09:09:58.274485 [ 286 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2652 2025.02.23 09:09:58.274566 [ 293 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2653 2025.02.23 09:09:58.274579 [ 288 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2654 2025.02.23 09:09:58.274652 [ 292 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps
2655 2025.02.23 09:09:58.274833 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (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
2656 2025.02.23 09:09:58.274866 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Spreading mark ranges among streams (default reading)
2657 2025.02.23 09:09:58.275013 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2658 2025.02.23 09:09:58.275038 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (SelectExecutor): Reading approx. 41 rows with 4 streams
2659 2025.02.23 09:09:58.275083 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <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', 'kstat_sampler:expired_targets', '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_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'))"
2660 2025.02.23 09:09:58.275134 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <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', 'kstat_sampler:expired_targets', '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_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'))"
2661 2025.02.23 09:09:58.275179 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <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', 'kstat_sampler:expired_targets', '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_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'))"
2662 2025.02.23 09:09:58.275223 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <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', 'kstat_sampler:expired_targets', '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_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'))"
2663 2025.02.23 09:09:58.277117 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.004223 sec., 9708.73786407767 rows/sec., 370.00 KiB/sec.
2664 2025.02.23 09:09:58.277358 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Debug> MemoryTracker: Peak memory usage (for query): 145.78 KiB.
2665 2025.02.23 09:09:58.277375 [ 253 ] {f94ebe8c-3e31-4bdd-88db-473f334e711e} <Debug> TCPHandler: Processed in 0.00478508 sec.
2666 2025.02.23 09:09:58.279682 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2667 2025.02.23 09:09:58.279869 [ 255 ] {09936a6a-9a2e-42eb-a992-eb2e6d7999d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2668 2025.02.23 09:09:58.279954 [ 255 ] {09936a6a-9a2e-42eb-a992-eb2e6d7999d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2669 2025.02.23 09:09:58.280868 [ 255 ] {09936a6a-9a2e-42eb-a992-eb2e6d7999d2} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2670 2025.02.23 09:09:58.280914 [ 255 ] {09936a6a-9a2e-42eb-a992-eb2e6d7999d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2671 2025.02.23 09:09:58.281427 [ 255 ] {09936a6a-9a2e-42eb-a992-eb2e6d7999d2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2672 2025.02.23 09:09:58.281655 [ 255 ] {09936a6a-9a2e-42eb-a992-eb2e6d7999d2} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2673 2025.02.23 09:09:58.281865 [ 30 ] {} <Debug> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2674 2025.02.23 09:09:58.281950 [ 255 ] {09936a6a-9a2e-42eb-a992-eb2e6d7999d2} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002129 sec., 469.70408642555196 rows/sec., 48.62 KiB/sec.
2675 2025.02.23 09:09:58.281980 [ 30 ] {} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2676 2025.02.23 09:09:58.282074 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2677 2025.02.23 09:09:58.282106 [ 255 ] {09936a6a-9a2e-42eb-a992-eb2e6d7999d2} <Debug> TCPHandler: Processed in 0.002553078 sec.
2678 2025.02.23 09:09:58.282485 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2679 2025.02.23 09:09:58.282631 [ 194 ] {cb4113e2-6ee6-4387-b984-83da8b300370::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
2680 2025.02.23 09:09:58.282935 [ 253 ] {df72c97b-03c6-4b1b-ae30-f487626f0852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2681 2025.02.23 09:09:58.283117 [ 253 ] {df72c97b-03c6-4b1b-ae30-f487626f0852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2682 2025.02.23 09:09:58.283345 [ 194 ] {cb4113e2-6ee6-4387-b984-83da8b300370::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2683 2025.02.23 09:09:58.283457 [ 194 ] {cb4113e2-6ee6-4387-b984-83da8b300370::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2684 2025.02.23 09:09:58.283742 [ 194 ] {cb4113e2-6ee6-4387-b984-83da8b300370::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part
2685 2025.02.23 09:09:58.284060 [ 194 ] {cb4113e2-6ee6-4387-b984-83da8b300370::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part
2686 2025.02.23 09:09:58.284384 [ 194 ] {cb4113e2-6ee6-4387-b984-83da8b300370::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part
2687 2025.02.23 09:09:58.284691 [ 194 ] {cb4113e2-6ee6-4387-b984-83da8b300370::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2688 2025.02.23 09:09:58.284829 [ 194 ] {cb4113e2-6ee6-4387-b984-83da8b300370::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
2689 2025.02.23 09:09:58.285842 [ 253 ] {df72c97b-03c6-4b1b-ae30-f487626f0852} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2690 2025.02.23 09:09:58.285915 [ 253 ] {df72c97b-03c6-4b1b-ae30-f487626f0852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2691 2025.02.23 09:09:58.287296 [ 253 ] {df72c97b-03c6-4b1b-ae30-f487626f0852} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2692 2025.02.23 09:09:58.287905 [ 253 ] {df72c97b-03c6-4b1b-ae30-f487626f0852} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2693 2025.02.23 09:09:58.288549 [ 253 ] {df72c97b-03c6-4b1b-ae30-f487626f0852} <Debug> executeQuery: Read 75 rows, 6.22 KiB in 0.005759 sec., 13023.094287202639 rows/sec., 1.05 MiB/sec.
2694 2025.02.23 09:09:58.288757 [ 253 ] {df72c97b-03c6-4b1b-ae30-f487626f0852} <Debug> TCPHandler: Processed in 0.006538553 sec.
2695 2025.02.23 09:09:58.289017 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2696 2025.02.23 09:09:58.289349 [ 255 ] {80a73942-5836-4b4e-875d-66d2c0d9daaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2697 2025.02.23 09:09:58.289486 [ 255 ] {80a73942-5836-4b4e-875d-66d2c0d9daaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2698 2025.02.23 09:09:58.292410 [ 255 ] {80a73942-5836-4b4e-875d-66d2c0d9daaf} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2699 2025.02.23 09:09:58.292492 [ 255 ] {80a73942-5836-4b4e-875d-66d2c0d9daaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2700 2025.02.23 09:09:58.293880 [ 255 ] {80a73942-5836-4b4e-875d-66d2c0d9daaf} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2701 2025.02.23 09:09:58.294152 [ 194 ] {cb4113e2-6ee6-4387-b984-83da8b300370::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 6 columns (6 merged, 0 gathered) in 0.011906913 sec., 3611.347458405046 rows/sec., 761.36 KiB/sec.
2702 2025.02.23 09:09:58.294382 [ 255 ] {80a73942-5836-4b4e-875d-66d2c0d9daaf} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2703 2025.02.23 09:09:58.294389 [ 194 ] {cb4113e2-6ee6-4387-b984-83da8b300370::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2704 2025.02.23 09:09:58.294961 [ 255 ] {80a73942-5836-4b4e-875d-66d2c0d9daaf} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.005707 sec., 1577.0106886280007 rows/sec., 118.58 KiB/sec.
2705 2025.02.23 09:09:58.295124 [ 255 ] {80a73942-5836-4b4e-875d-66d2c0d9daaf} <Debug> TCPHandler: Processed in 0.006254887 sec.
2706 2025.02.23 09:09:58.295338 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2707 2025.02.23 09:09:58.295390 [ 194 ] {cb4113e2-6ee6-4387-b984-83da8b300370::all_1_6_1} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2708 2025.02.23 09:09:58.295576 [ 194 ] {cb4113e2-6ee6-4387-b984-83da8b300370::all_1_6_1} <Trace> oximeter.timeseries_schema (cb4113e2-6ee6-4387-b984-83da8b300370) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2709 2025.02.23 09:09:58.295657 [ 253 ] {71132b4f-5518-41e6-9cf1-0d80f3964d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2710 2025.02.23 09:09:58.295724 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
2711 2025.02.23 09:09:58.295802 [ 253 ] {71132b4f-5518-41e6-9cf1-0d80f3964d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2712 2025.02.23 09:09:58.296711 [ 253 ] {71132b4f-5518-41e6-9cf1-0d80f3964d64} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2713 2025.02.23 09:09:58.296754 [ 253 ] {71132b4f-5518-41e6-9cf1-0d80f3964d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2714 2025.02.23 09:09:58.297112 [ 253 ] {71132b4f-5518-41e6-9cf1-0d80f3964d64} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2715 2025.02.23 09:09:58.297356 [ 253 ] {71132b4f-5518-41e6-9cf1-0d80f3964d64} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2716 2025.02.23 09:09:58.297594 [ 253 ] {71132b4f-5518-41e6-9cf1-0d80f3964d64} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.002047 sec., 488.51978505129455 rows/sec., 32.44 KiB/sec.
2717 2025.02.23 09:09:58.297646 [ 253 ] {71132b4f-5518-41e6-9cf1-0d80f3964d64} <Debug> TCPHandler: Processed in 0.002399315 sec.
2718 2025.02.23 09:09:58.297824 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2719 2025.02.23 09:09:58.297965 [ 255 ] {721b1b39-72c4-4633-ab85-9a4978d40154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2720 2025.02.23 09:09:58.298023 [ 255 ] {721b1b39-72c4-4633-ab85-9a4978d40154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2721 2025.02.23 09:09:58.298789 [ 255 ] {721b1b39-72c4-4633-ab85-9a4978d40154} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2722 2025.02.23 09:09:58.298830 [ 255 ] {721b1b39-72c4-4633-ab85-9a4978d40154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2723 2025.02.23 09:09:58.299217 [ 255 ] {721b1b39-72c4-4633-ab85-9a4978d40154} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2724 2025.02.23 09:09:58.299461 [ 255 ] {721b1b39-72c4-4633-ab85-9a4978d40154} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2725 2025.02.23 09:09:58.299708 [ 255 ] {721b1b39-72c4-4633-ab85-9a4978d40154} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001776 sec., 44481.98198198198 rows/sec., 3.47 MiB/sec.
2726 2025.02.23 09:09:58.299768 [ 255 ] {721b1b39-72c4-4633-ab85-9a4978d40154} <Debug> TCPHandler: Processed in 0.002010678 sec.
2727 2025.02.23 09:09:58.299934 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2728 2025.02.23 09:09:58.300075 [ 253 ] {26a23ec9-99f9-4779-a4f7-76e3f3bada52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2729 2025.02.23 09:09:58.300138 [ 253 ] {26a23ec9-99f9-4779-a4f7-76e3f3bada52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2730 2025.02.23 09:09:58.300757 [ 253 ] {26a23ec9-99f9-4779-a4f7-76e3f3bada52} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2731 2025.02.23 09:09:58.300796 [ 253 ] {26a23ec9-99f9-4779-a4f7-76e3f3bada52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2732 2025.02.23 09:09:58.301204 [ 253 ] {26a23ec9-99f9-4779-a4f7-76e3f3bada52} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2733 2025.02.23 09:09:58.301442 [ 253 ] {26a23ec9-99f9-4779-a4f7-76e3f3bada52} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2734 2025.02.23 09:09:58.301662 [ 253 ] {26a23ec9-99f9-4779-a4f7-76e3f3bada52} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec.
2735 2025.02.23 09:09:58.301715 [ 253 ] {26a23ec9-99f9-4779-a4f7-76e3f3bada52} <Debug> TCPHandler: Processed in 0.001847644 sec.
2736 2025.02.23 09:09:58.301880 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2737 2025.02.23 09:09:58.302020 [ 255 ] {b1461a82-bba3-4ae7-b1b4-7d7320d33415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2738 2025.02.23 09:09:58.302080 [ 255 ] {b1461a82-bba3-4ae7-b1b4-7d7320d33415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2739 2025.02.23 09:09:58.302633 [ 255 ] {b1461a82-bba3-4ae7-b1b4-7d7320d33415} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2740 2025.02.23 09:09:58.302673 [ 255 ] {b1461a82-bba3-4ae7-b1b4-7d7320d33415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2741 2025.02.23 09:09:58.303042 [ 255 ] {b1461a82-bba3-4ae7-b1b4-7d7320d33415} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2742 2025.02.23 09:09:58.303283 [ 255 ] {b1461a82-bba3-4ae7-b1b4-7d7320d33415} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2743 2025.02.23 09:09:58.303495 [ 255 ] {b1461a82-bba3-4ae7-b1b4-7d7320d33415} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001506 sec., 664.0106241699867 rows/sec., 42.15 KiB/sec.
2744 2025.02.23 09:09:58.303552 [ 255 ] {b1461a82-bba3-4ae7-b1b4-7d7320d33415} <Debug> TCPHandler: Processed in 0.001740433 sec.
2745 2025.02.23 09:09:58.303888 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2746 2025.02.23 09:09:58.304027 [ 253 ] {e05dba05-0570-460a-a771-273f6959db3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2747 2025.02.23 09:09:58.304120 [ 253 ] {e05dba05-0570-460a-a771-273f6959db3a} <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
2748 2025.02.23 09:09:58.305280 [ 253 ] {e05dba05-0570-460a-a771-273f6959db3a} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2749 2025.02.23 09:09:58.305319 [ 253 ] {e05dba05-0570-460a-a771-273f6959db3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2750 2025.02.23 09:09:58.305947 [ 253 ] {e05dba05-0570-460a-a771-273f6959db3a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2751 2025.02.23 09:09:58.306205 [ 253 ] {e05dba05-0570-460a-a771-273f6959db3a} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2752 2025.02.23 09:09:58.306370 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2753 2025.02.23 09:09:58.306447 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2754 2025.02.23 09:09:58.306485 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2755 2025.02.23 09:09:58.306502 [ 253 ] {e05dba05-0570-460a-a771-273f6959db3a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002494 sec., 3608.6607858861266 rows/sec., 6.47 MiB/sec.
2756 2025.02.23 09:09:58.306957 [ 197 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::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
2757 2025.02.23 09:09:58.307151 [ 253 ] {e05dba05-0570-460a-a771-273f6959db3a} <Debug> TCPHandler: Processed in 0.003317882 sec.
2758 2025.02.23 09:09:58.307366 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2759 2025.02.23 09:09:58.307658 [ 255 ] {34a24eb1-9fb6-49be-9926-893bd6efb48e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2760 2025.02.23 09:09:58.307757 [ 197 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2761 2025.02.23 09:09:58.307776 [ 255 ] {34a24eb1-9fb6-49be-9926-893bd6efb48e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2762 2025.02.23 09:09:58.307992 [ 197 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part
2763 2025.02.23 09:09:58.308911 [ 197 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::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
2764 2025.02.23 09:09:58.309678 [ 197 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::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
2765 2025.02.23 09:09:58.310175 [ 255 ] {34a24eb1-9fb6-49be-9926-893bd6efb48e} <Trace> oximeter.measurements_i64 (5eba0b09-baf7-4cbf-a208-a73c1bb2fbcd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2766 2025.02.23 09:09:58.310287 [ 255 ] {34a24eb1-9fb6-49be-9926-893bd6efb48e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2767 2025.02.23 09:09:58.310458 [ 197 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::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
2768 2025.02.23 09:09:58.311128 [ 197 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::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
2769 2025.02.23 09:09:58.311797 [ 197 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 9 rows starting from the beginning of the part
2770 2025.02.23 09:09:58.311828 [ 255 ] {34a24eb1-9fb6-49be-9926-893bd6efb48e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2771 2025.02.23 09:09:58.312636 [ 255 ] {34a24eb1-9fb6-49be-9926-893bd6efb48e} <Trace> oximeter.measurements_i64 (5eba0b09-baf7-4cbf-a208-a73c1bb2fbcd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2772 2025.02.23 09:09:58.313248 [ 255 ] {34a24eb1-9fb6-49be-9926-893bd6efb48e} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.00569 sec., 1054.481546572935 rows/sec., 74.49 KiB/sec.
2773 2025.02.23 09:09:58.313451 [ 255 ] {34a24eb1-9fb6-49be-9926-893bd6efb48e} <Debug> TCPHandler: Processed in 0.006188596 sec.
2774 2025.02.23 09:09:58.313761 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2775 2025.02.23 09:09:58.314154 [ 253 ] {164fb642-fac5-49ed-a11e-2d0dc9055faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2776 2025.02.23 09:09:58.314353 [ 253 ] {164fb642-fac5-49ed-a11e-2d0dc9055faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2777 2025.02.23 09:09:58.316308 [ 253 ] {164fb642-fac5-49ed-a11e-2d0dc9055faa} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2778 2025.02.23 09:09:58.316381 [ 253 ] {164fb642-fac5-49ed-a11e-2d0dc9055faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2779 2025.02.23 09:09:58.317518 [ 253 ] {164fb642-fac5-49ed-a11e-2d0dc9055faa} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2780 2025.02.23 09:09:58.318076 [ 253 ] {164fb642-fac5-49ed-a11e-2d0dc9055faa} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2781 2025.02.23 09:09:58.318540 [ 253 ] {164fb642-fac5-49ed-a11e-2d0dc9055faa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00451 sec., 13303.769401330377 rows/sec., 918.10 KiB/sec.
2782 2025.02.23 09:09:58.318614 [ 253 ] {164fb642-fac5-49ed-a11e-2d0dc9055faa} <Debug> TCPHandler: Processed in 0.005035435 sec.
2783 2025.02.23 09:09:58.319578 [ 193 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 19 columns (19 merged, 0 gathered) in 0.012975283 sec., 12099.928764559509 rows/sec., 21.68 MiB/sec.
2784 2025.02.23 09:09:58.320027 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2785 2025.02.23 09:09:58.320509 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2786 2025.02.23 09:09:58.320584 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2787 2025.02.23 09:09:58.320733 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB.
2788 2025.02.23 09:10:03.281617 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2789 2025.02.23 09:10:03.281945 [ 253 ] {e4e4c866-c075-4327-97d9-f09a2dbc9fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2790 2025.02.23 09:10:03.282066 [ 253 ] {e4e4c866-c075-4327-97d9-f09a2dbc9fca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2791 2025.02.23 09:10:03.283141 [ 253 ] {e4e4c866-c075-4327-97d9-f09a2dbc9fca} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2792 2025.02.23 09:10:03.283191 [ 253 ] {e4e4c866-c075-4327-97d9-f09a2dbc9fca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2793 2025.02.23 09:10:03.283657 [ 253 ] {e4e4c866-c075-4327-97d9-f09a2dbc9fca} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2794 2025.02.23 09:10:03.283905 [ 253 ] {e4e4c866-c075-4327-97d9-f09a2dbc9fca} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2795 2025.02.23 09:10:03.284244 [ 253 ] {e4e4c866-c075-4327-97d9-f09a2dbc9fca} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002357 sec., 89944.84514212982 rows/sec., 5.72 MiB/sec.
2796 2025.02.23 09:10:03.284374 [ 253 ] {e4e4c866-c075-4327-97d9-f09a2dbc9fca} <Debug> TCPHandler: Processed in 0.002945025 sec.
2797 2025.02.23 09:10:03.284644 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2798 2025.02.23 09:10:03.284846 [ 255 ] {02b10a89-d2f3-492b-8c65-ee67ac65c6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2799 2025.02.23 09:10:03.284920 [ 255 ] {02b10a89-d2f3-492b-8c65-ee67ac65c6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2800 2025.02.23 09:10:03.285675 [ 255 ] {02b10a89-d2f3-492b-8c65-ee67ac65c6c8} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2801 2025.02.23 09:10:03.285731 [ 255 ] {02b10a89-d2f3-492b-8c65-ee67ac65c6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2802 2025.02.23 09:10:03.286176 [ 255 ] {02b10a89-d2f3-492b-8c65-ee67ac65c6c8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2803 2025.02.23 09:10:03.286500 [ 255 ] {02b10a89-d2f3-492b-8c65-ee67ac65c6c8} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2804 2025.02.23 09:10:03.286907 [ 255 ] {02b10a89-d2f3-492b-8c65-ee67ac65c6c8} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002095 sec., 2863.961813842482 rows/sec., 233.54 KiB/sec.
2805 2025.02.23 09:10:03.286988 [ 255 ] {02b10a89-d2f3-492b-8c65-ee67ac65c6c8} <Debug> TCPHandler: Processed in 0.002486426 sec.
2806 2025.02.23 09:10:03.287136 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2807 2025.02.23 09:10:03.287265 [ 253 ] {53964a82-0c35-479f-9009-19512fe3a07f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2808 2025.02.23 09:10:03.287320 [ 253 ] {53964a82-0c35-479f-9009-19512fe3a07f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2809 2025.02.23 09:10:03.288229 [ 253 ] {53964a82-0c35-479f-9009-19512fe3a07f} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2810 2025.02.23 09:10:03.288274 [ 253 ] {53964a82-0c35-479f-9009-19512fe3a07f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2811 2025.02.23 09:10:03.288726 [ 253 ] {53964a82-0c35-479f-9009-19512fe3a07f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2812 2025.02.23 09:10:03.288988 [ 253 ] {53964a82-0c35-479f-9009-19512fe3a07f} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2813 2025.02.23 09:10:03.289212 [ 253 ] {53964a82-0c35-479f-9009-19512fe3a07f} <Debug> executeQuery: Read 680 rows, 55.32 KiB in 0.001977 sec., 343955.48811330297 rows/sec., 27.33 MiB/sec.
2814 2025.02.23 09:10:03.289272 [ 253 ] {53964a82-0c35-479f-9009-19512fe3a07f} <Debug> TCPHandler: Processed in 0.002191611 sec.
2815 2025.02.23 09:10:03.289427 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2816 2025.02.23 09:10:03.289555 [ 255 ] {b8152726-e7cd-4e53-b82a-1b61c69fce86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2817 2025.02.23 09:10:03.289608 [ 255 ] {b8152726-e7cd-4e53-b82a-1b61c69fce86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2818 2025.02.23 09:10:03.290581 [ 255 ] {b8152726-e7cd-4e53-b82a-1b61c69fce86} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2819 2025.02.23 09:10:03.290624 [ 255 ] {b8152726-e7cd-4e53-b82a-1b61c69fce86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2820 2025.02.23 09:10:03.291024 [ 255 ] {b8152726-e7cd-4e53-b82a-1b61c69fce86} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2821 2025.02.23 09:10:03.291266 [ 255 ] {b8152726-e7cd-4e53-b82a-1b61c69fce86} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2822 2025.02.23 09:10:03.291485 [ 255 ] {b8152726-e7cd-4e53-b82a-1b61c69fce86} <Debug> executeQuery: Read 142 rows, 9.06 KiB in 0.00196 sec., 72448.97959183673 rows/sec., 4.51 MiB/sec.
2823 2025.02.23 09:10:03.291543 [ 255 ] {b8152726-e7cd-4e53-b82a-1b61c69fce86} <Debug> TCPHandler: Processed in 0.002174201 sec.
2824 2025.02.23 09:10:03.291727 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2825 2025.02.23 09:10:03.291872 [ 253 ] {c08db67e-b49b-4068-89d1-8e43b528322f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2826 2025.02.23 09:10:03.291935 [ 253 ] {c08db67e-b49b-4068-89d1-8e43b528322f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2827 2025.02.23 09:10:03.292671 [ 253 ] {c08db67e-b49b-4068-89d1-8e43b528322f} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2828 2025.02.23 09:10:03.292711 [ 253 ] {c08db67e-b49b-4068-89d1-8e43b528322f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2829 2025.02.23 09:10:03.293081 [ 253 ] {c08db67e-b49b-4068-89d1-8e43b528322f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2830 2025.02.23 09:10:03.293320 [ 253 ] {c08db67e-b49b-4068-89d1-8e43b528322f} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2831 2025.02.23 09:10:03.293538 [ 253 ] {c08db67e-b49b-4068-89d1-8e43b528322f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001699 sec., 66509.71159505591 rows/sec., 4.31 MiB/sec.
2832 2025.02.23 09:10:03.293596 [ 253 ] {c08db67e-b49b-4068-89d1-8e43b528322f} <Debug> TCPHandler: Processed in 0.001937396 sec.
2833 2025.02.23 09:10:03.293759 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2834 2025.02.23 09:10:03.293897 [ 255 ] {c8013bde-6ea9-425a-8cdb-255879c6a052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2835 2025.02.23 09:10:03.293957 [ 255 ] {c8013bde-6ea9-425a-8cdb-255879c6a052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2836 2025.02.23 09:10:03.294781 [ 255 ] {c8013bde-6ea9-425a-8cdb-255879c6a052} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2837 2025.02.23 09:10:03.294822 [ 255 ] {c8013bde-6ea9-425a-8cdb-255879c6a052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2838 2025.02.23 09:10:03.295190 [ 255 ] {c8013bde-6ea9-425a-8cdb-255879c6a052} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2839 2025.02.23 09:10:03.295430 [ 255 ] {c8013bde-6ea9-425a-8cdb-255879c6a052} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2840 2025.02.23 09:10:03.295644 [ 255 ] {c8013bde-6ea9-425a-8cdb-255879c6a052} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001777 sec., 63027.5745638717 rows/sec., 3.59 MiB/sec.
2841 2025.02.23 09:10:03.295702 [ 255 ] {c8013bde-6ea9-425a-8cdb-255879c6a052} <Debug> TCPHandler: Processed in 0.002009287 sec.
2842 2025.02.23 09:10:03.295859 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2843 2025.02.23 09:10:03.296000 [ 253 ] {c15b1e86-9569-4bed-aa88-989247d38af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2844 2025.02.23 09:10:03.296060 [ 253 ] {c15b1e86-9569-4bed-aa88-989247d38af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2845 2025.02.23 09:10:03.296904 [ 253 ] {c15b1e86-9569-4bed-aa88-989247d38af3} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2846 2025.02.23 09:10:03.296944 [ 253 ] {c15b1e86-9569-4bed-aa88-989247d38af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2847 2025.02.23 09:10:03.297391 [ 253 ] {c15b1e86-9569-4bed-aa88-989247d38af3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2848 2025.02.23 09:10:03.297629 [ 253 ] {c15b1e86-9569-4bed-aa88-989247d38af3} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2849 2025.02.23 09:10:03.297838 [ 253 ] {c15b1e86-9569-4bed-aa88-989247d38af3} <Debug> executeQuery: Read 418 rows, 30.48 KiB in 0.001868 sec., 223768.73661670234 rows/sec., 15.93 MiB/sec.
2850 2025.02.23 09:10:03.297896 [ 253 ] {c15b1e86-9569-4bed-aa88-989247d38af3} <Debug> TCPHandler: Processed in 0.002101749 sec.
2851 2025.02.23 09:10:03.298053 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2852 2025.02.23 09:10:03.298170 [ 255 ] {8bd6b823-55a0-4cea-b5fa-81ba2b07d94c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2853 2025.02.23 09:10:03.298223 [ 255 ] {8bd6b823-55a0-4cea-b5fa-81ba2b07d94c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2854 2025.02.23 09:10:03.298779 [ 255 ] {8bd6b823-55a0-4cea-b5fa-81ba2b07d94c} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2855 2025.02.23 09:10:03.298819 [ 255 ] {8bd6b823-55a0-4cea-b5fa-81ba2b07d94c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2856 2025.02.23 09:10:03.299196 [ 255 ] {8bd6b823-55a0-4cea-b5fa-81ba2b07d94c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2857 2025.02.23 09:10:03.299457 [ 255 ] {8bd6b823-55a0-4cea-b5fa-81ba2b07d94c} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2858 2025.02.23 09:10:03.299596 [ 127 ] {} <Debug> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2859 2025.02.23 09:10:03.299639 [ 127 ] {} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2860 2025.02.23 09:10:03.299645 [ 255 ] {8bd6b823-55a0-4cea-b5fa-81ba2b07d94c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 209.26 KiB/sec.
2861 2025.02.23 09:10:03.299667 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2862 2025.02.23 09:10:03.299723 [ 255 ] {8bd6b823-55a0-4cea-b5fa-81ba2b07d94c} <Debug> TCPHandler: Processed in 0.001719422 sec.
2863 2025.02.23 09:10:03.300007 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2864 2025.02.23 09:10:03.300117 [ 200 ] {37484327-4929-4ab5-99b6-945707f466d8::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
2865 2025.02.23 09:10:03.300292 [ 253 ] {14bb8516-3832-4147-a174-3dcad3eb3137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2866 2025.02.23 09:10:03.300363 [ 200 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2867 2025.02.23 09:10:03.300373 [ 253 ] {14bb8516-3832-4147-a174-3dcad3eb3137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2868 2025.02.23 09:10:03.300410 [ 200 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
2869 2025.02.23 09:10:03.300590 [ 200 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
2870 2025.02.23 09:10:03.301025 [ 200 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2871 2025.02.23 09:10:03.301387 [ 200 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
2872 2025.02.23 09:10:03.301724 [ 200 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
2873 2025.02.23 09:10:03.302095 [ 200 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
2874 2025.02.23 09:10:03.302871 [ 253 ] {14bb8516-3832-4147-a174-3dcad3eb3137} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2875 2025.02.23 09:10:03.302918 [ 253 ] {14bb8516-3832-4147-a174-3dcad3eb3137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2876 2025.02.23 09:10:03.303523 [ 253 ] {14bb8516-3832-4147-a174-3dcad3eb3137} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2877 2025.02.23 09:10:03.303741 [ 193 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003965884 sec., 9077.421326493664 rows/sec., 474.26 KiB/sec.
2878 2025.02.23 09:10:03.303936 [ 253 ] {14bb8516-3832-4147-a174-3dcad3eb3137} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2879 2025.02.23 09:10:03.304136 [ 193 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2880 2025.02.23 09:10:03.304519 [ 253 ] {14bb8516-3832-4147-a174-3dcad3eb3137} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.004222 sec., 56845.09711037423 rows/sec., 3.81 MiB/sec.
2881 2025.02.23 09:10:03.304744 [ 253 ] {14bb8516-3832-4147-a174-3dcad3eb3137} <Debug> TCPHandler: Processed in 0.004904152 sec.
2882 2025.02.23 09:10:03.304936 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2883 2025.02.23 09:10:03.305044 [ 193 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_6_1} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2884 2025.02.23 09:10:03.305166 [ 255 ] {d3e063ec-ae79-45e3-b70f-d43b4cb4c456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2885 2025.02.23 09:10:03.305232 [ 193 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_6_1} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2886 2025.02.23 09:10:03.305261 [ 255 ] {d3e063ec-ae79-45e3-b70f-d43b4cb4c456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2887 2025.02.23 09:10:03.305434 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2888 2025.02.23 09:10:03.305909 [ 255 ] {d3e063ec-ae79-45e3-b70f-d43b4cb4c456} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2889 2025.02.23 09:10:03.305953 [ 255 ] {d3e063ec-ae79-45e3-b70f-d43b4cb4c456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2890 2025.02.23 09:10:03.306324 [ 255 ] {d3e063ec-ae79-45e3-b70f-d43b4cb4c456} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2891 2025.02.23 09:10:03.306558 [ 255 ] {d3e063ec-ae79-45e3-b70f-d43b4cb4c456} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2892 2025.02.23 09:10:03.306810 [ 255 ] {d3e063ec-ae79-45e3-b70f-d43b4cb4c456} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001699 sec., 588.5815185403178 rows/sec., 39.66 KiB/sec.
2893 2025.02.23 09:10:03.306938 [ 255 ] {d3e063ec-ae79-45e3-b70f-d43b4cb4c456} <Debug> TCPHandler: Processed in 0.002080029 sec.
2894 2025.02.23 09:10:03.307099 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2895 2025.02.23 09:10:03.307218 [ 253 ] {2859bf25-638e-4670-9a99-8251958e318b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2896 2025.02.23 09:10:03.307300 [ 253 ] {2859bf25-638e-4670-9a99-8251958e318b} <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
2897 2025.02.23 09:10:03.308437 [ 253 ] {2859bf25-638e-4670-9a99-8251958e318b} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2898 2025.02.23 09:10:03.308476 [ 253 ] {2859bf25-638e-4670-9a99-8251958e318b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2899 2025.02.23 09:10:03.309135 [ 253 ] {2859bf25-638e-4670-9a99-8251958e318b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2900 2025.02.23 09:10:03.309400 [ 253 ] {2859bf25-638e-4670-9a99-8251958e318b} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2901 2025.02.23 09:10:03.309746 [ 253 ] {2859bf25-638e-4670-9a99-8251958e318b} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002528 sec., 11867.088607594937 rows/sec., 21.27 MiB/sec.
2902 2025.02.23 09:10:03.309910 [ 253 ] {2859bf25-638e-4670-9a99-8251958e318b} <Debug> TCPHandler: Processed in 0.002864694 sec.
2903 2025.02.23 09:10:03.310082 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2904 2025.02.23 09:10:03.310220 [ 255 ] {4d7e2fb1-68cd-40b2-855d-65f384224d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2905 2025.02.23 09:10:03.310280 [ 255 ] {4d7e2fb1-68cd-40b2-855d-65f384224d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2906 2025.02.23 09:10:03.310841 [ 255 ] {4d7e2fb1-68cd-40b2-855d-65f384224d10} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2907 2025.02.23 09:10:03.310879 [ 255 ] {4d7e2fb1-68cd-40b2-855d-65f384224d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2908 2025.02.23 09:10:03.311294 [ 255 ] {4d7e2fb1-68cd-40b2-855d-65f384224d10} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2909 2025.02.23 09:10:03.311535 [ 255 ] {4d7e2fb1-68cd-40b2-855d-65f384224d10} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2910 2025.02.23 09:10:03.311764 [ 255 ] {4d7e2fb1-68cd-40b2-855d-65f384224d10} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001567 sec., 52329.291640076575 rows/sec., 3.32 MiB/sec.
2911 2025.02.23 09:10:03.311933 [ 255 ] {4d7e2fb1-68cd-40b2-855d-65f384224d10} <Debug> TCPHandler: Processed in 0.001913796 sec.
2912 2025.02.23 09:10:05.187555 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
2913 2025.02.23 09:10:05.188331 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2914 2025.02.23 09:10:05.188389 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2915 2025.02.23 09:10:05.188964 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2916 2025.02.23 09:10:05.189224 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2917 2025.02.23 09:10:05.189476 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
2918 2025.02.23 09:10:05.561053 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2919 2025.02.23 09:10:05.582891 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2920 2025.02.23 09:10:05.582957 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2921 2025.02.23 09:10:05.591135 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2922 2025.02.23 09:10:05.591941 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2923 2025.02.23 09:10:05.595341 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2924 2025.02.23 09:10:06.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.99 MiB, peak 178.15 MiB, free memory in arenas 0.00 B, will set to 172.17 MiB (RSS), difference: 1.18 MiB
2925 2025.02.23 09:10:07.690238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 412
2926 2025.02.23 09:10:07.693599 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2927 2025.02.23 09:10:07.693654 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2928 2025.02.23 09:10:07.695189 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2929 2025.02.23 09:10:07.695511 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2930 2025.02.23 09:10:07.696295 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 412
2931 2025.02.23 09:10:08.274022 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2932 2025.02.23 09:10:08.274240 [ 253 ] {aa54b2e0-824e-46b7-9696-ca9816935260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2933 2025.02.23 09:10:08.274326 [ 253 ] {aa54b2e0-824e-46b7-9696-ca9816935260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2934 2025.02.23 09:10:08.275172 [ 253 ] {aa54b2e0-824e-46b7-9696-ca9816935260} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2935 2025.02.23 09:10:08.275227 [ 253 ] {aa54b2e0-824e-46b7-9696-ca9816935260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2936 2025.02.23 09:10:08.275682 [ 253 ] {aa54b2e0-824e-46b7-9696-ca9816935260} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2937 2025.02.23 09:10:08.276039 [ 253 ] {aa54b2e0-824e-46b7-9696-ca9816935260} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2938 2025.02.23 09:10:08.276250 [ 133 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2939 2025.02.23 09:10:08.276319 [ 253 ] {aa54b2e0-824e-46b7-9696-ca9816935260} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.002137 sec., 34627.98315395414 rows/sec., 2.80 MiB/sec.
2940 2025.02.23 09:10:08.276349 [ 133 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2941 2025.02.23 09:10:08.276414 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2942 2025.02.23 09:10:08.276473 [ 253 ] {aa54b2e0-824e-46b7-9696-ca9816935260} <Debug> TCPHandler: Processed in 0.002596199 sec.
2943 2025.02.23 09:10:08.276687 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::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
2944 2025.02.23 09:10:08.276764 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2945 2025.02.23 09:10:08.276882 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2946 2025.02.23 09:10:08.276930 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1818 rows starting from the beginning of the part
2947 2025.02.23 09:10:08.276964 [ 255 ] {b2ecf3af-064b-4202-8657-7a93b8b6bb47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2948 2025.02.23 09:10:08.277044 [ 255 ] {b2ecf3af-064b-4202-8657-7a93b8b6bb47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2949 2025.02.23 09:10:08.277124 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1200 rows starting from the beginning of the part
2950 2025.02.23 09:10:08.277611 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 677 rows starting from the beginning of the part
2951 2025.02.23 09:10:08.277908 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 75 rows starting from the beginning of the part
2952 2025.02.23 09:10:08.278312 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 680 rows starting from the beginning of the part
2953 2025.02.23 09:10:08.278661 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 74 rows starting from the beginning of the part
2954 2025.02.23 09:10:08.279707 [ 255 ] {b2ecf3af-064b-4202-8657-7a93b8b6bb47} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2955 2025.02.23 09:10:08.279755 [ 255 ] {b2ecf3af-064b-4202-8657-7a93b8b6bb47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2956 2025.02.23 09:10:08.280412 [ 255 ] {b2ecf3af-064b-4202-8657-7a93b8b6bb47} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2957 2025.02.23 09:10:08.280722 [ 255 ] {b2ecf3af-064b-4202-8657-7a93b8b6bb47} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2958 2025.02.23 09:10:08.280982 [ 255 ] {b2ecf3af-064b-4202-8657-7a93b8b6bb47} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.004078 sec., 2206.964198136341 rows/sec., 165.95 KiB/sec.
2959 2025.02.23 09:10:08.281042 [ 255 ] {b2ecf3af-064b-4202-8657-7a93b8b6bb47} <Debug> TCPHandler: Processed in 0.004431233 sec.
2960 2025.02.23 09:10:08.281210 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2961 2025.02.23 09:10:08.281539 [ 253 ] {22d77d52-5f29-4b00-8313-ca5cad751258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2962 2025.02.23 09:10:08.281583 [ 193 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4524 rows, containing 5 columns (5 merged, 0 gathered) in 0.005037555 sec., 898054.7110651893 rows/sec., 76.27 MiB/sec.
2963 2025.02.23 09:10:08.281624 [ 253 ] {22d77d52-5f29-4b00-8313-ca5cad751258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2964 2025.02.23 09:10:08.282011 [ 193 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2965 2025.02.23 09:10:08.282663 [ 193 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_16_3} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2966 2025.02.23 09:10:08.282909 [ 193 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_16_3} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2967 2025.02.23 09:10:08.282960 [ 253 ] {22d77d52-5f29-4b00-8313-ca5cad751258} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2968 2025.02.23 09:10:08.283052 [ 253 ] {22d77d52-5f29-4b00-8313-ca5cad751258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2969 2025.02.23 09:10:08.283085 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB.
2970 2025.02.23 09:10:08.283479 [ 253 ] {22d77d52-5f29-4b00-8313-ca5cad751258} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2971 2025.02.23 09:10:08.283727 [ 253 ] {22d77d52-5f29-4b00-8313-ca5cad751258} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2972 2025.02.23 09:10:08.283901 [ 133 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2973 2025.02.23 09:10:08.283968 [ 133 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2974 2025.02.23 09:10:08.283985 [ 253 ] {22d77d52-5f29-4b00-8313-ca5cad751258} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.002569 sec., 28415.725963409885 rows/sec., 2.22 MiB/sec.
2975 2025.02.23 09:10:08.284012 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2976 2025.02.23 09:10:08.284174 [ 253 ] {22d77d52-5f29-4b00-8313-ca5cad751258} <Debug> TCPHandler: Processed in 0.003031347 sec.
2977 2025.02.23 09:10:08.284254 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::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
2978 2025.02.23 09:10:08.284389 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2979 2025.02.23 09:10:08.284389 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2980 2025.02.23 09:10:08.284418 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 881 rows starting from the beginning of the part
2981 2025.02.23 09:10:08.284608 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 528 rows starting from the beginning of the part
2982 2025.02.23 09:10:08.284789 [ 255 ] {da9df7b6-5414-4072-973f-bc6105265a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2983 2025.02.23 09:10:08.284949 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 412 rows starting from the beginning of the part
2984 2025.02.23 09:10:08.284989 [ 255 ] {da9df7b6-5414-4072-973f-bc6105265a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2985 2025.02.23 09:10:08.285249 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 79 rows starting from the beginning of the part
2986 2025.02.23 09:10:08.285654 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 418 rows starting from the beginning of the part
2987 2025.02.23 09:10:08.285984 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 73 rows starting from the beginning of the part
2988 2025.02.23 09:10:08.287018 [ 255 ] {da9df7b6-5414-4072-973f-bc6105265a67} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2989 2025.02.23 09:10:08.287067 [ 255 ] {da9df7b6-5414-4072-973f-bc6105265a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2990 2025.02.23 09:10:08.287647 [ 255 ] {da9df7b6-5414-4072-973f-bc6105265a67} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2991 2025.02.23 09:10:08.287982 [ 255 ] {da9df7b6-5414-4072-973f-bc6105265a67} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2992 2025.02.23 09:10:08.287996 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2391 rows, containing 5 columns (5 merged, 0 gathered) in 0.003865952 sec., 618476.380462044 rows/sec., 47.32 MiB/sec.
2993 2025.02.23 09:10:08.288200 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2994 2025.02.23 09:10:08.288322 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2995 2025.02.23 09:10:08.288354 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2996 2025.02.23 09:10:08.288372 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
2997 2025.02.23 09:10:08.288394 [ 255 ] {da9df7b6-5414-4072-973f-bc6105265a67} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00376 sec., 42553.19148936171 rows/sec., 2.96 MiB/sec.
2998 2025.02.23 09:10:08.288788 [ 255 ] {da9df7b6-5414-4072-973f-bc6105265a67} <Debug> TCPHandler: Processed in 0.004468174 sec.
2999 2025.02.23 09:10:08.288798 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::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
3000 2025.02.23 09:10:08.289115 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3001 2025.02.23 09:10:08.289200 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3002 2025.02.23 09:10:08.289208 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_16_3} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3003 2025.02.23 09:10:08.289268 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3707 rows starting from the beginning of the part
3004 2025.02.23 09:10:08.289529 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_16_3} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3005 2025.02.23 09:10:08.289690 [ 253 ] {1a27b7ce-57cb-4435-95d9-8ef9e56f4997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3006 2025.02.23 09:10:08.289770 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 884 rows starting from the beginning of the part
3007 2025.02.23 09:10:08.289847 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
3008 2025.02.23 09:10:08.290180 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part
3009 2025.02.23 09:10:08.290202 [ 253 ] {1a27b7ce-57cb-4435-95d9-8ef9e56f4997} <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
3010 2025.02.23 09:10:08.290576 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::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
3011 2025.02.23 09:10:08.290939 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 240 rows starting from the beginning of the part
3012 2025.02.23 09:10:08.291335 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part
3013 2025.02.23 09:10:08.295112 [ 253 ] {1a27b7ce-57cb-4435-95d9-8ef9e56f4997} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3014 2025.02.23 09:10:08.295166 [ 253 ] {1a27b7ce-57cb-4435-95d9-8ef9e56f4997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3015 2025.02.23 09:10:08.296351 [ 253 ] {1a27b7ce-57cb-4435-95d9-8ef9e56f4997} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3016 2025.02.23 09:10:08.296364 [ 187 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5388 rows, containing 5 columns (5 merged, 0 gathered) in 0.007867527 sec., 684840.3570778976 rows/sec., 46.33 MiB/sec.
3017 2025.02.23 09:10:08.296666 [ 253 ] {1a27b7ce-57cb-4435-95d9-8ef9e56f4997} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3018 2025.02.23 09:10:08.296976 [ 190 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3019 2025.02.23 09:10:08.297023 [ 253 ] {1a27b7ce-57cb-4435-95d9-8ef9e56f4997} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00763 sec., 1179.554390563565 rows/sec., 2.11 MiB/sec.
3020 2025.02.23 09:10:08.297380 [ 253 ] {1a27b7ce-57cb-4435-95d9-8ef9e56f4997} <Debug> TCPHandler: Processed in 0.008458378 sec.
3021 2025.02.23 09:10:08.297633 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3022 2025.02.23 09:10:08.297648 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3023 2025.02.23 09:10:08.297770 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3024 2025.02.23 09:10:08.297894 [ 255 ] {82475da9-a381-40ae-bd16-2d26b5b767d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3025 2025.02.23 09:10:08.297943 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB.
3026 2025.02.23 09:10:08.298003 [ 255 ] {82475da9-a381-40ae-bd16-2d26b5b767d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3027 2025.02.23 09:10:08.298518 [ 255 ] {82475da9-a381-40ae-bd16-2d26b5b767d3} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3028 2025.02.23 09:10:08.298558 [ 255 ] {82475da9-a381-40ae-bd16-2d26b5b767d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3029 2025.02.23 09:10:08.298945 [ 255 ] {82475da9-a381-40ae-bd16-2d26b5b767d3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3030 2025.02.23 09:10:08.299185 [ 255 ] {82475da9-a381-40ae-bd16-2d26b5b767d3} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3031 2025.02.23 09:10:08.299349 [ 130 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3032 2025.02.23 09:10:08.299409 [ 130 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3033 2025.02.23 09:10:08.299438 [ 255 ] {82475da9-a381-40ae-bd16-2d26b5b767d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001618 sec., 37082.81829419036 rows/sec., 2.50 MiB/sec.
3034 2025.02.23 09:10:08.299453 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3035 2025.02.23 09:10:08.299636 [ 255 ] {82475da9-a381-40ae-bd16-2d26b5b767d3} <Debug> TCPHandler: Processed in 0.00212249 sec.
3036 2025.02.23 09:10:08.299914 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::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
3037 2025.02.23 09:10:08.300106 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3038 2025.02.23 09:10:08.300137 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 718 rows starting from the beginning of the part
3039 2025.02.23 09:10:08.300213 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part
3040 2025.02.23 09:10:08.300293 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part
3041 2025.02.23 09:10:08.300378 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::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
3042 2025.02.23 09:10:08.300458 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part
3043 2025.02.23 09:10:08.300545 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part
3044 2025.02.23 09:10:08.301612 [ 201 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1062 rows, containing 4 columns (4 merged, 0 gathered) in 0.002024928 sec., 524463.0920210496 rows/sec., 34.49 MiB/sec.
3045 2025.02.23 09:10:08.301831 [ 201 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3046 2025.02.23 09:10:08.302193 [ 201 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_16_3} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3047 2025.02.23 09:10:08.302295 [ 201 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_16_3} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3048 2025.02.23 09:10:08.302399 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
3049 2025.02.23 09:10:12.577243 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache
3050 2025.02.23 09:10:12.577311 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache
3051 2025.02.23 09:10:12.689656 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
3052 2025.02.23 09:10:12.690366 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3053 2025.02.23 09:10:12.690415 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3054 2025.02.23 09:10:12.690955 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3055 2025.02.23 09:10:12.691234 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3056 2025.02.23 09:10:12.691541 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3057 2025.02.23 09:10:13.095460 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3058 2025.02.23 09:10:13.116428 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3059 2025.02.23 09:10:13.116483 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3060 2025.02.23 09:10:13.124193 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3061 2025.02.23 09:10:13.124961 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3062 2025.02.23 09:10:13.127841 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3063 2025.02.23 09:10:13.280816 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3064 2025.02.23 09:10:13.281044 [ 253 ] {a55b11b3-0107-4b68-ac64-78de1abe98a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3065 2025.02.23 09:10:13.281122 [ 253 ] {a55b11b3-0107-4b68-ac64-78de1abe98a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3066 2025.02.23 09:10:13.281978 [ 253 ] {a55b11b3-0107-4b68-ac64-78de1abe98a0} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3067 2025.02.23 09:10:13.282030 [ 253 ] {a55b11b3-0107-4b68-ac64-78de1abe98a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3068 2025.02.23 09:10:13.282474 [ 253 ] {a55b11b3-0107-4b68-ac64-78de1abe98a0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3069 2025.02.23 09:10:13.282756 [ 253 ] {a55b11b3-0107-4b68-ac64-78de1abe98a0} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3070 2025.02.23 09:10:13.283005 [ 253 ] {a55b11b3-0107-4b68-ac64-78de1abe98a0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002022 sec., 104846.68644906033 rows/sec., 6.67 MiB/sec.
3071 2025.02.23 09:10:13.283197 [ 253 ] {a55b11b3-0107-4b68-ac64-78de1abe98a0} <Debug> TCPHandler: Processed in 0.002526517 sec.
3072 2025.02.23 09:10:13.283479 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3073 2025.02.23 09:10:13.283679 [ 255 ] {05c17720-7774-4844-8473-adfc12109ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3074 2025.02.23 09:10:13.283754 [ 255 ] {05c17720-7774-4844-8473-adfc12109ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3075 2025.02.23 09:10:13.284838 [ 255 ] {05c17720-7774-4844-8473-adfc12109ab7} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3076 2025.02.23 09:10:13.284880 [ 255 ] {05c17720-7774-4844-8473-adfc12109ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3077 2025.02.23 09:10:13.285350 [ 255 ] {05c17720-7774-4844-8473-adfc12109ab7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3078 2025.02.23 09:10:13.285605 [ 255 ] {05c17720-7774-4844-8473-adfc12109ab7} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3079 2025.02.23 09:10:13.285811 [ 255 ] {05c17720-7774-4844-8473-adfc12109ab7} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002189 sec., 309273.6409319324 rows/sec., 24.58 MiB/sec.
3080 2025.02.23 09:10:13.285875 [ 255 ] {05c17720-7774-4844-8473-adfc12109ab7} <Debug> TCPHandler: Processed in 0.002530418 sec.
3081 2025.02.23 09:10:13.286033 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3082 2025.02.23 09:10:13.286151 [ 253 ] {5125ef17-a651-4f31-a2ca-81b509e5e460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3083 2025.02.23 09:10:13.286201 [ 253 ] {5125ef17-a651-4f31-a2ca-81b509e5e460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3084 2025.02.23 09:10:13.286869 [ 253 ] {5125ef17-a651-4f31-a2ca-81b509e5e460} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3085 2025.02.23 09:10:13.286908 [ 253 ] {5125ef17-a651-4f31-a2ca-81b509e5e460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3086 2025.02.23 09:10:13.287293 [ 253 ] {5125ef17-a651-4f31-a2ca-81b509e5e460} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3087 2025.02.23 09:10:13.287564 [ 253 ] {5125ef17-a651-4f31-a2ca-81b509e5e460} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3088 2025.02.23 09:10:13.287775 [ 253 ] {5125ef17-a651-4f31-a2ca-81b509e5e460} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001648 sec., 82524.2718446602 rows/sec., 5.12 MiB/sec.
3089 2025.02.23 09:10:13.287827 [ 253 ] {5125ef17-a651-4f31-a2ca-81b509e5e460} <Debug> TCPHandler: Processed in 0.001854025 sec.
3090 2025.02.23 09:10:13.287994 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3091 2025.02.23 09:10:13.288121 [ 255 ] {3f7e2831-2a50-4f7c-96b8-66d4374c3901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3092 2025.02.23 09:10:13.288190 [ 255 ] {3f7e2831-2a50-4f7c-96b8-66d4374c3901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3093 2025.02.23 09:10:13.288875 [ 255 ] {3f7e2831-2a50-4f7c-96b8-66d4374c3901} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3094 2025.02.23 09:10:13.288914 [ 255 ] {3f7e2831-2a50-4f7c-96b8-66d4374c3901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3095 2025.02.23 09:10:13.289293 [ 255 ] {3f7e2831-2a50-4f7c-96b8-66d4374c3901} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3096 2025.02.23 09:10:13.289533 [ 255 ] {3f7e2831-2a50-4f7c-96b8-66d4374c3901} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3097 2025.02.23 09:10:13.289760 [ 255 ] {3f7e2831-2a50-4f7c-96b8-66d4374c3901} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001661 sec., 68031.30644190247 rows/sec., 4.40 MiB/sec.
3098 2025.02.23 09:10:13.289903 [ 255 ] {3f7e2831-2a50-4f7c-96b8-66d4374c3901} <Debug> TCPHandler: Processed in 0.001965277 sec.
3099 2025.02.23 09:10:13.290073 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3100 2025.02.23 09:10:13.290211 [ 253 ] {4c68e211-b855-49b0-9183-a6cd112ac825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3101 2025.02.23 09:10:13.290268 [ 253 ] {4c68e211-b855-49b0-9183-a6cd112ac825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3102 2025.02.23 09:10:13.290989 [ 253 ] {4c68e211-b855-49b0-9183-a6cd112ac825} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3103 2025.02.23 09:10:13.291034 [ 253 ] {4c68e211-b855-49b0-9183-a6cd112ac825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3104 2025.02.23 09:10:13.291400 [ 253 ] {4c68e211-b855-49b0-9183-a6cd112ac825} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3105 2025.02.23 09:10:13.291641 [ 253 ] {4c68e211-b855-49b0-9183-a6cd112ac825} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3106 2025.02.23 09:10:13.291936 [ 253 ] {4c68e211-b855-49b0-9183-a6cd112ac825} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001729 sec., 64777.32793522267 rows/sec., 3.69 MiB/sec.
3107 2025.02.23 09:10:13.292071 [ 253 ] {4c68e211-b855-49b0-9183-a6cd112ac825} <Debug> TCPHandler: Processed in 0.002065248 sec.
3108 2025.02.23 09:10:13.292234 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3109 2025.02.23 09:10:13.292378 [ 255 ] {42bfb0fa-80d0-4aac-baf7-b10f5ac3b31d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3110 2025.02.23 09:10:13.292439 [ 255 ] {42bfb0fa-80d0-4aac-baf7-b10f5ac3b31d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3111 2025.02.23 09:10:13.293280 [ 255 ] {42bfb0fa-80d0-4aac-baf7-b10f5ac3b31d} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3112 2025.02.23 09:10:13.293318 [ 255 ] {42bfb0fa-80d0-4aac-baf7-b10f5ac3b31d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3113 2025.02.23 09:10:13.293718 [ 255 ] {42bfb0fa-80d0-4aac-baf7-b10f5ac3b31d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3114 2025.02.23 09:10:13.293958 [ 255 ] {42bfb0fa-80d0-4aac-baf7-b10f5ac3b31d} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3115 2025.02.23 09:10:13.294140 [ 255 ] {42bfb0fa-80d0-4aac-baf7-b10f5ac3b31d} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001797 sec., 229271.00723427936 rows/sec., 16.30 MiB/sec.
3116 2025.02.23 09:10:13.294198 [ 255 ] {42bfb0fa-80d0-4aac-baf7-b10f5ac3b31d} <Debug> TCPHandler: Processed in 0.002028778 sec.
3117 2025.02.23 09:10:13.294365 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3118 2025.02.23 09:10:13.294503 [ 253 ] {865ad92c-cc07-452f-84f1-d27f188a42d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3119 2025.02.23 09:10:13.294562 [ 253 ] {865ad92c-cc07-452f-84f1-d27f188a42d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3120 2025.02.23 09:10:13.295122 [ 253 ] {865ad92c-cc07-452f-84f1-d27f188a42d0} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3121 2025.02.23 09:10:13.295161 [ 253 ] {865ad92c-cc07-452f-84f1-d27f188a42d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3122 2025.02.23 09:10:13.295519 [ 253 ] {865ad92c-cc07-452f-84f1-d27f188a42d0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3123 2025.02.23 09:10:13.295782 [ 253 ] {865ad92c-cc07-452f-84f1-d27f188a42d0} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3124 2025.02.23 09:10:13.296008 [ 253 ] {865ad92c-cc07-452f-84f1-d27f188a42d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00153 sec., 3921.568627450981 rows/sec., 204.89 KiB/sec.
3125 2025.02.23 09:10:13.296081 [ 253 ] {865ad92c-cc07-452f-84f1-d27f188a42d0} <Debug> TCPHandler: Processed in 0.001784923 sec.
3126 2025.02.23 09:10:13.296258 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3127 2025.02.23 09:10:13.296399 [ 255 ] {e5405b78-797c-48f9-82e9-f0ba3452b556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3128 2025.02.23 09:10:13.296461 [ 255 ] {e5405b78-797c-48f9-82e9-f0ba3452b556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3129 2025.02.23 09:10:13.297129 [ 255 ] {e5405b78-797c-48f9-82e9-f0ba3452b556} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3130 2025.02.23 09:10:13.297167 [ 255 ] {e5405b78-797c-48f9-82e9-f0ba3452b556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3131 2025.02.23 09:10:13.297558 [ 255 ] {e5405b78-797c-48f9-82e9-f0ba3452b556} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3132 2025.02.23 09:10:13.297790 [ 255 ] {e5405b78-797c-48f9-82e9-f0ba3452b556} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3133 2025.02.23 09:10:13.298019 [ 255 ] {e5405b78-797c-48f9-82e9-f0ba3452b556} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001653 sec., 143375.68058076224 rows/sec., 9.61 MiB/sec.
3134 2025.02.23 09:10:13.298228 [ 255 ] {e5405b78-797c-48f9-82e9-f0ba3452b556} <Debug> TCPHandler: Processed in 0.002034289 sec.
3135 2025.02.23 09:10:13.298424 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3136 2025.02.23 09:10:13.298561 [ 253 ] {fc191efe-bbcc-42ec-a8e1-3de780047493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3137 2025.02.23 09:10:13.298623 [ 253 ] {fc191efe-bbcc-42ec-a8e1-3de780047493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3138 2025.02.23 09:10:13.299213 [ 253 ] {fc191efe-bbcc-42ec-a8e1-3de780047493} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3139 2025.02.23 09:10:13.299252 [ 253 ] {fc191efe-bbcc-42ec-a8e1-3de780047493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3140 2025.02.23 09:10:13.299610 [ 253 ] {fc191efe-bbcc-42ec-a8e1-3de780047493} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3141 2025.02.23 09:10:13.299844 [ 253 ] {fc191efe-bbcc-42ec-a8e1-3de780047493} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3142 2025.02.23 09:10:13.300053 [ 253 ] {fc191efe-bbcc-42ec-a8e1-3de780047493} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001522 sec., 657.030223390276 rows/sec., 44.27 KiB/sec.
3143 2025.02.23 09:10:13.300103 [ 253 ] {fc191efe-bbcc-42ec-a8e1-3de780047493} <Debug> TCPHandler: Processed in 0.001744373 sec.
3144 2025.02.23 09:10:13.300249 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3145 2025.02.23 09:10:13.300365 [ 255 ] {da1775f1-b3e1-4afb-b6cf-0c2e87c35e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3146 2025.02.23 09:10:13.300447 [ 255 ] {da1775f1-b3e1-4afb-b6cf-0c2e87c35e7e} <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
3147 2025.02.23 09:10:13.302189 [ 255 ] {da1775f1-b3e1-4afb-b6cf-0c2e87c35e7e} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3148 2025.02.23 09:10:13.302228 [ 255 ] {da1775f1-b3e1-4afb-b6cf-0c2e87c35e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3149 2025.02.23 09:10:13.302861 [ 255 ] {da1775f1-b3e1-4afb-b6cf-0c2e87c35e7e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3150 2025.02.23 09:10:13.303112 [ 255 ] {da1775f1-b3e1-4afb-b6cf-0c2e87c35e7e} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3151 2025.02.23 09:10:13.303385 [ 255 ] {da1775f1-b3e1-4afb-b6cf-0c2e87c35e7e} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003038 sec., 9874.917709019091 rows/sec., 17.70 MiB/sec.
3152 2025.02.23 09:10:13.303527 [ 255 ] {da1775f1-b3e1-4afb-b6cf-0c2e87c35e7e} <Debug> TCPHandler: Processed in 0.003330922 sec.
3153 2025.02.23 09:10:13.303698 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3154 2025.02.23 09:10:13.303836 [ 253 ] {7bd0d0ef-9b8e-4d2a-b97c-8e3882d9545a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3155 2025.02.23 09:10:13.303895 [ 253 ] {7bd0d0ef-9b8e-4d2a-b97c-8e3882d9545a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3156 2025.02.23 09:10:13.304782 [ 253 ] {7bd0d0ef-9b8e-4d2a-b97c-8e3882d9545a} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3157 2025.02.23 09:10:13.304821 [ 253 ] {7bd0d0ef-9b8e-4d2a-b97c-8e3882d9545a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3158 2025.02.23 09:10:13.305201 [ 253 ] {7bd0d0ef-9b8e-4d2a-b97c-8e3882d9545a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3159 2025.02.23 09:10:13.305438 [ 253 ] {7bd0d0ef-9b8e-4d2a-b97c-8e3882d9545a} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3160 2025.02.23 09:10:13.305653 [ 253 ] {7bd0d0ef-9b8e-4d2a-b97c-8e3882d9545a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001847 sec., 44396.318354087714 rows/sec., 2.82 MiB/sec.
3161 2025.02.23 09:10:13.305705 [ 253 ] {7bd0d0ef-9b8e-4d2a-b97c-8e3882d9545a} <Debug> TCPHandler: Processed in 0.002072829 sec.
3162 2025.02.23 09:10:17.696615 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 446
3163 2025.02.23 09:10:17.699728 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3164 2025.02.23 09:10:17.699768 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3165 2025.02.23 09:10:17.701234 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3166 2025.02.23 09:10:17.701540 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3167 2025.02.23 09:10:17.702191 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 446
3168 2025.02.23 09:10:18.303213 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3169 2025.02.23 09:10:18.303431 [ 253 ] {45569264-37da-4cce-a637-9cfad1d63f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3170 2025.02.23 09:10:18.303515 [ 253 ] {45569264-37da-4cce-a637-9cfad1d63f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3171 2025.02.23 09:10:18.304984 [ 253 ] {45569264-37da-4cce-a637-9cfad1d63f6b} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3172 2025.02.23 09:10:18.305041 [ 253 ] {45569264-37da-4cce-a637-9cfad1d63f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3173 2025.02.23 09:10:18.305560 [ 253 ] {45569264-37da-4cce-a637-9cfad1d63f6b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3174 2025.02.23 09:10:18.305823 [ 253 ] {45569264-37da-4cce-a637-9cfad1d63f6b} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3175 2025.02.23 09:10:18.306071 [ 253 ] {45569264-37da-4cce-a637-9cfad1d63f6b} <Debug> executeQuery: Read 1214 rows, 102.69 KiB in 0.002702 sec., 449296.81717246486 rows/sec., 37.11 MiB/sec.
3176 2025.02.23 09:10:18.306140 [ 253 ] {45569264-37da-4cce-a637-9cfad1d63f6b} <Debug> TCPHandler: Processed in 0.003072618 sec.
3177 2025.02.23 09:10:18.306401 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3178 2025.02.23 09:10:18.306596 [ 255 ] {425ff0c1-f0d7-4302-b8e0-3754e55b6b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3179 2025.02.23 09:10:18.306670 [ 255 ] {425ff0c1-f0d7-4302-b8e0-3754e55b6b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3180 2025.02.23 09:10:18.307423 [ 255 ] {425ff0c1-f0d7-4302-b8e0-3754e55b6b52} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3181 2025.02.23 09:10:18.307475 [ 255 ] {425ff0c1-f0d7-4302-b8e0-3754e55b6b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3182 2025.02.23 09:10:18.307940 [ 255 ] {425ff0c1-f0d7-4302-b8e0-3754e55b6b52} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3183 2025.02.23 09:10:18.308195 [ 255 ] {425ff0c1-f0d7-4302-b8e0-3754e55b6b52} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3184 2025.02.23 09:10:18.308407 [ 114 ] {} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3185 2025.02.23 09:10:18.308477 [ 255 ] {425ff0c1-f0d7-4302-b8e0-3754e55b6b52} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001924 sec., 4677.754677754678 rows/sec., 351.75 KiB/sec.
3186 2025.02.23 09:10:18.308529 [ 114 ] {} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3187 2025.02.23 09:10:18.308614 [ 255 ] {425ff0c1-f0d7-4302-b8e0-3754e55b6b52} <Debug> TCPHandler: Processed in 0.002342854 sec.
3188 2025.02.23 09:10:18.308622 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3189 2025.02.23 09:10:18.308885 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3190 2025.02.23 09:10:18.309195 [ 190 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::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
3191 2025.02.23 09:10:18.309312 [ 253 ] {e58db2bb-e3a9-4be5-b336-67dd73e8a374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3192 2025.02.23 09:10:18.309414 [ 253 ] {e58db2bb-e3a9-4be5-b336-67dd73e8a374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3193 2025.02.23 09:10:18.309575 [ 190 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3194 2025.02.23 09:10:18.309668 [ 190 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 144 rows starting from the beginning of the part
3195 2025.02.23 09:10:18.309922 [ 190 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 9 rows starting from the beginning of the part
3196 2025.02.23 09:10:18.310305 [ 190 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 142 rows starting from the beginning of the part
3197 2025.02.23 09:10:18.310700 [ 190 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 9 rows starting from the beginning of the part
3198 2025.02.23 09:10:18.311038 [ 190 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 136 rows starting from the beginning of the part
3199 2025.02.23 09:10:18.311373 [ 190 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 9 rows starting from the beginning of the part
3200 2025.02.23 09:10:18.312506 [ 253 ] {e58db2bb-e3a9-4be5-b336-67dd73e8a374} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3201 2025.02.23 09:10:18.312597 [ 253 ] {e58db2bb-e3a9-4be5-b336-67dd73e8a374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3202 2025.02.23 09:10:18.313720 [ 253 ] {e58db2bb-e3a9-4be5-b336-67dd73e8a374} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3203 2025.02.23 09:10:18.314034 [ 187 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 449 rows, containing 5 columns (5 merged, 0 gathered) in 0.005244978 sec., 85605.69748814961 rows/sec., 5.71 MiB/sec.
3204 2025.02.23 09:10:18.314229 [ 253 ] {e58db2bb-e3a9-4be5-b336-67dd73e8a374} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3205 2025.02.23 09:10:18.314332 [ 187 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3206 2025.02.23 09:10:18.314518 [ 114 ] {} <Debug> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3207 2025.02.23 09:10:18.314708 [ 114 ] {} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3208 2025.02.23 09:10:18.314748 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3209 2025.02.23 09:10:18.314777 [ 253 ] {e58db2bb-e3a9-4be5-b336-67dd73e8a374} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005566 sec., 40962.98957959037 rows/sec., 2.77 MiB/sec.
3210 2025.02.23 09:10:18.315212 [ 253 ] {e58db2bb-e3a9-4be5-b336-67dd73e8a374} <Debug> TCPHandler: Processed in 0.006454381 sec.
3211 2025.02.23 09:10:18.315257 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::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
3212 2025.02.23 09:10:18.315576 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3213 2025.02.23 09:10:18.315607 [ 187 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_11_2} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3214 2025.02.23 09:10:18.315974 [ 187 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_11_2} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3215 2025.02.23 09:10:18.315987 [ 255 ] {c860685d-d538-42ef-a550-8693203b7cca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3216 2025.02.23 09:10:18.315998 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3217 2025.02.23 09:10:18.316150 [ 255 ] {c860685d-d538-42ef-a550-8693203b7cca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3218 2025.02.23 09:10:18.316168 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 341 rows starting from the beginning of the part
3219 2025.02.23 09:10:18.316224 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
3220 2025.02.23 09:10:18.316553 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part
3221 2025.02.23 09:10:18.316824 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3222 2025.02.23 09:10:18.317130 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part
3223 2025.02.23 09:10:18.317428 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part
3224 2025.02.23 09:10:18.317800 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part
3225 2025.02.23 09:10:18.319769 [ 255 ] {c860685d-d538-42ef-a550-8693203b7cca} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3226 2025.02.23 09:10:18.319854 [ 255 ] {c860685d-d538-42ef-a550-8693203b7cca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3227 2025.02.23 09:10:18.320508 [ 188 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 909 rows, containing 5 columns (5 merged, 0 gathered) in 0.005644115 sec., 161052.70711174383 rows/sec., 11.28 MiB/sec.
3228 2025.02.23 09:10:18.320739 [ 188 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3229 2025.02.23 09:10:18.320783 [ 255 ] {c860685d-d538-42ef-a550-8693203b7cca} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3230 2025.02.23 09:10:18.321245 [ 188 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_11_2} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3231 2025.02.23 09:10:18.321255 [ 255 ] {c860685d-d538-42ef-a550-8693203b7cca} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3232 2025.02.23 09:10:18.321398 [ 188 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_11_2} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3233 2025.02.23 09:10:18.321642 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
3234 2025.02.23 09:10:18.321745 [ 255 ] {c860685d-d538-42ef-a550-8693203b7cca} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.005885 sec., 89889.54970263383 rows/sec., 6.66 MiB/sec.
3235 2025.02.23 09:10:18.321852 [ 255 ] {c860685d-d538-42ef-a550-8693203b7cca} <Debug> TCPHandler: Processed in 0.006457881 sec.
3236 2025.02.23 09:10:18.322023 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3237 2025.02.23 09:10:18.322147 [ 253 ] {46785169-0d84-43ce-b02c-4768a2e38d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3238 2025.02.23 09:10:18.322202 [ 253 ] {46785169-0d84-43ce-b02c-4768a2e38d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3239 2025.02.23 09:10:18.323109 [ 253 ] {46785169-0d84-43ce-b02c-4768a2e38d02} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3240 2025.02.23 09:10:18.323158 [ 253 ] {46785169-0d84-43ce-b02c-4768a2e38d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3241 2025.02.23 09:10:18.323622 [ 253 ] {46785169-0d84-43ce-b02c-4768a2e38d02} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3242 2025.02.23 09:10:18.323869 [ 253 ] {46785169-0d84-43ce-b02c-4768a2e38d02} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3243 2025.02.23 09:10:18.324098 [ 253 ] {46785169-0d84-43ce-b02c-4768a2e38d02} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001977 sec., 445118.8669701568 rows/sec., 29.95 MiB/sec.
3244 2025.02.23 09:10:18.324157 [ 253 ] {46785169-0d84-43ce-b02c-4768a2e38d02} <Debug> TCPHandler: Processed in 0.002193951 sec.
3245 2025.02.23 09:10:18.324328 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3246 2025.02.23 09:10:18.324461 [ 255 ] {5d7bdb1d-ca6a-43e7-b0c6-53fbb72b203f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3247 2025.02.23 09:10:18.324546 [ 255 ] {5d7bdb1d-ca6a-43e7-b0c6-53fbb72b203f} <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
3248 2025.02.23 09:10:18.325710 [ 255 ] {5d7bdb1d-ca6a-43e7-b0c6-53fbb72b203f} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3249 2025.02.23 09:10:18.325752 [ 255 ] {5d7bdb1d-ca6a-43e7-b0c6-53fbb72b203f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3250 2025.02.23 09:10:18.326436 [ 255 ] {5d7bdb1d-ca6a-43e7-b0c6-53fbb72b203f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3251 2025.02.23 09:10:18.326716 [ 255 ] {5d7bdb1d-ca6a-43e7-b0c6-53fbb72b203f} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3252 2025.02.23 09:10:18.327003 [ 255 ] {5d7bdb1d-ca6a-43e7-b0c6-53fbb72b203f} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002571 sec., 3500.583430571762 rows/sec., 6.27 MiB/sec.
3253 2025.02.23 09:10:18.327118 [ 255 ] {5d7bdb1d-ca6a-43e7-b0c6-53fbb72b203f} <Debug> TCPHandler: Processed in 0.002849613 sec.
3254 2025.02.23 09:10:18.327313 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3255 2025.02.23 09:10:18.327453 [ 253 ] {db689a99-fc9d-4337-8284-c6718c6ea88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3256 2025.02.23 09:10:18.327515 [ 253 ] {db689a99-fc9d-4337-8284-c6718c6ea88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3257 2025.02.23 09:10:18.328096 [ 253 ] {db689a99-fc9d-4337-8284-c6718c6ea88b} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3258 2025.02.23 09:10:18.328143 [ 253 ] {db689a99-fc9d-4337-8284-c6718c6ea88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3259 2025.02.23 09:10:18.328534 [ 253 ] {db689a99-fc9d-4337-8284-c6718c6ea88b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3260 2025.02.23 09:10:18.328775 [ 253 ] {db689a99-fc9d-4337-8284-c6718c6ea88b} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3261 2025.02.23 09:10:18.329052 [ 253 ] {db689a99-fc9d-4337-8284-c6718c6ea88b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001628 sec., 36855.03685503685 rows/sec., 2.48 MiB/sec.
3262 2025.02.23 09:10:18.329263 [ 253 ] {db689a99-fc9d-4337-8284-c6718c6ea88b} <Debug> TCPHandler: Processed in 0.002037098 sec.
3263 2025.02.23 09:10:20.191747 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3264 2025.02.23 09:10:20.192846 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3265 2025.02.23 09:10:20.192896 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3266 2025.02.23 09:10:20.193505 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3267 2025.02.23 09:10:20.193769 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3268 2025.02.23 09:10:20.194048 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3269 2025.02.23 09:10:20.627968 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3270 2025.02.23 09:10:20.650690 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3271 2025.02.23 09:10:20.650761 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3272 2025.02.23 09:10:20.658565 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3273 2025.02.23 09:10:20.659428 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3274 2025.02.23 09:10:20.663239 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3275 2025.02.23 09:10:23.281287 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3276 2025.02.23 09:10:23.281572 [ 253 ] {1c3ada33-482c-4a57-a3be-5eec6a9174f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3277 2025.02.23 09:10:23.281650 [ 253 ] {1c3ada33-482c-4a57-a3be-5eec6a9174f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3278 2025.02.23 09:10:23.282531 [ 253 ] {1c3ada33-482c-4a57-a3be-5eec6a9174f0} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3279 2025.02.23 09:10:23.282587 [ 253 ] {1c3ada33-482c-4a57-a3be-5eec6a9174f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3280 2025.02.23 09:10:23.283054 [ 253 ] {1c3ada33-482c-4a57-a3be-5eec6a9174f0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3281 2025.02.23 09:10:23.283338 [ 253 ] {1c3ada33-482c-4a57-a3be-5eec6a9174f0} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3282 2025.02.23 09:10:23.283695 [ 253 ] {1c3ada33-482c-4a57-a3be-5eec6a9174f0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002149 sec., 98650.53513261983 rows/sec., 6.27 MiB/sec.
3283 2025.02.23 09:10:23.283840 [ 253 ] {1c3ada33-482c-4a57-a3be-5eec6a9174f0} <Debug> TCPHandler: Processed in 0.002748532 sec.
3284 2025.02.23 09:10:23.284110 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3285 2025.02.23 09:10:23.284324 [ 255 ] {360a5f69-dd41-4cfa-b7ac-3cc77bf4c45f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3286 2025.02.23 09:10:23.284407 [ 255 ] {360a5f69-dd41-4cfa-b7ac-3cc77bf4c45f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3287 2025.02.23 09:10:23.285429 [ 255 ] {360a5f69-dd41-4cfa-b7ac-3cc77bf4c45f} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3288 2025.02.23 09:10:23.285481 [ 255 ] {360a5f69-dd41-4cfa-b7ac-3cc77bf4c45f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3289 2025.02.23 09:10:23.285964 [ 255 ] {360a5f69-dd41-4cfa-b7ac-3cc77bf4c45f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3290 2025.02.23 09:10:23.286224 [ 255 ] {360a5f69-dd41-4cfa-b7ac-3cc77bf4c45f} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3291 2025.02.23 09:10:23.286527 [ 255 ] {360a5f69-dd41-4cfa-b7ac-3cc77bf4c45f} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002251 sec., 300755.21990226564 rows/sec., 23.91 MiB/sec.
3292 2025.02.23 09:10:23.286755 [ 255 ] {360a5f69-dd41-4cfa-b7ac-3cc77bf4c45f} <Debug> TCPHandler: Processed in 0.002785442 sec.
3293 2025.02.23 09:10:23.286985 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3294 2025.02.23 09:10:23.287230 [ 253 ] {67b1241a-55ec-4578-b6c4-300607e9f52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3295 2025.02.23 09:10:23.287329 [ 253 ] {67b1241a-55ec-4578-b6c4-300607e9f52c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3296 2025.02.23 09:10:23.288034 [ 253 ] {67b1241a-55ec-4578-b6c4-300607e9f52c} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3297 2025.02.23 09:10:23.288078 [ 253 ] {67b1241a-55ec-4578-b6c4-300607e9f52c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3298 2025.02.23 09:10:23.288471 [ 253 ] {67b1241a-55ec-4578-b6c4-300607e9f52c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3299 2025.02.23 09:10:23.288714 [ 253 ] {67b1241a-55ec-4578-b6c4-300607e9f52c} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3300 2025.02.23 09:10:23.288936 [ 253 ] {67b1241a-55ec-4578-b6c4-300607e9f52c} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001767 sec., 76966.61007357104 rows/sec., 4.78 MiB/sec.
3301 2025.02.23 09:10:23.288995 [ 253 ] {67b1241a-55ec-4578-b6c4-300607e9f52c} <Debug> TCPHandler: Processed in 0.002122749 sec.
3302 2025.02.23 09:10:23.289165 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3303 2025.02.23 09:10:23.289310 [ 255 ] {b1ff611e-7f19-4006-a153-f7e33db11199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3304 2025.02.23 09:10:23.289370 [ 255 ] {b1ff611e-7f19-4006-a153-f7e33db11199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3305 2025.02.23 09:10:23.290173 [ 255 ] {b1ff611e-7f19-4006-a153-f7e33db11199} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3306 2025.02.23 09:10:23.290222 [ 255 ] {b1ff611e-7f19-4006-a153-f7e33db11199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3307 2025.02.23 09:10:23.290630 [ 255 ] {b1ff611e-7f19-4006-a153-f7e33db11199} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3308 2025.02.23 09:10:23.290872 [ 255 ] {b1ff611e-7f19-4006-a153-f7e33db11199} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3309 2025.02.23 09:10:23.291089 [ 255 ] {b1ff611e-7f19-4006-a153-f7e33db11199} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001813 sec., 62327.633756205185 rows/sec., 4.03 MiB/sec.
3310 2025.02.23 09:10:23.291145 [ 255 ] {b1ff611e-7f19-4006-a153-f7e33db11199} <Debug> TCPHandler: Processed in 0.002048628 sec.
3311 2025.02.23 09:10:23.291295 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3312 2025.02.23 09:10:23.291416 [ 253 ] {2bd20771-16e3-4957-92c5-a3b67bd299f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3313 2025.02.23 09:10:23.291476 [ 253 ] {2bd20771-16e3-4957-92c5-a3b67bd299f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3314 2025.02.23 09:10:23.292199 [ 253 ] {2bd20771-16e3-4957-92c5-a3b67bd299f4} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3315 2025.02.23 09:10:23.292248 [ 253 ] {2bd20771-16e3-4957-92c5-a3b67bd299f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3316 2025.02.23 09:10:23.292638 [ 253 ] {2bd20771-16e3-4957-92c5-a3b67bd299f4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3317 2025.02.23 09:10:23.292881 [ 253 ] {2bd20771-16e3-4957-92c5-a3b67bd299f4} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3318 2025.02.23 09:10:23.293102 [ 253 ] {2bd20771-16e3-4957-92c5-a3b67bd299f4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001714 sec., 65344.224037339554 rows/sec., 3.72 MiB/sec.
3319 2025.02.23 09:10:23.293157 [ 253 ] {2bd20771-16e3-4957-92c5-a3b67bd299f4} <Debug> TCPHandler: Processed in 0.001919606 sec.
3320 2025.02.23 09:10:23.293292 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3321 2025.02.23 09:10:23.293420 [ 255 ] {3eb5c6e1-8be1-49c1-b615-26c1c994c504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3322 2025.02.23 09:10:23.293509 [ 255 ] {3eb5c6e1-8be1-49c1-b615-26c1c994c504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3323 2025.02.23 09:10:23.294636 [ 255 ] {3eb5c6e1-8be1-49c1-b615-26c1c994c504} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3324 2025.02.23 09:10:23.294677 [ 255 ] {3eb5c6e1-8be1-49c1-b615-26c1c994c504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3325 2025.02.23 09:10:23.295079 [ 255 ] {3eb5c6e1-8be1-49c1-b615-26c1c994c504} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3326 2025.02.23 09:10:23.295320 [ 255 ] {3eb5c6e1-8be1-49c1-b615-26c1c994c504} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): 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.23 09:10:23.295539 [ 255 ] {3eb5c6e1-8be1-49c1-b615-26c1c994c504} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.002154 sec., 191272.05199628597 rows/sec., 13.60 MiB/sec.
3328 2025.02.23 09:10:23.295598 [ 255 ] {3eb5c6e1-8be1-49c1-b615-26c1c994c504} <Debug> TCPHandler: Processed in 0.002361194 sec.
3329 2025.02.23 09:10:23.295747 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3330 2025.02.23 09:10:23.295886 [ 253 ] {ee897748-bf02-4ca7-a848-562c9f712618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3331 2025.02.23 09:10:23.295947 [ 253 ] {ee897748-bf02-4ca7-a848-562c9f712618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3332 2025.02.23 09:10:23.296509 [ 253 ] {ee897748-bf02-4ca7-a848-562c9f712618} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3333 2025.02.23 09:10:23.296549 [ 253 ] {ee897748-bf02-4ca7-a848-562c9f712618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3334 2025.02.23 09:10:23.296925 [ 253 ] {ee897748-bf02-4ca7-a848-562c9f712618} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3335 2025.02.23 09:10:23.297192 [ 253 ] {ee897748-bf02-4ca7-a848-562c9f712618} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3336 2025.02.23 09:10:23.297408 [ 253 ] {ee897748-bf02-4ca7-a848-562c9f712618} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 202.11 KiB/sec.
3337 2025.02.23 09:10:23.297461 [ 253 ] {ee897748-bf02-4ca7-a848-562c9f712618} <Debug> TCPHandler: Processed in 0.001782124 sec.
3338 2025.02.23 09:10:23.297612 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3339 2025.02.23 09:10:23.297749 [ 255 ] {1b82eb45-7dff-49d9-8723-2c42e72563ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3340 2025.02.23 09:10:23.297812 [ 255 ] {1b82eb45-7dff-49d9-8723-2c42e72563ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3341 2025.02.23 09:10:23.298486 [ 255 ] {1b82eb45-7dff-49d9-8723-2c42e72563ef} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3342 2025.02.23 09:10:23.298525 [ 255 ] {1b82eb45-7dff-49d9-8723-2c42e72563ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3343 2025.02.23 09:10:23.298928 [ 255 ] {1b82eb45-7dff-49d9-8723-2c42e72563ef} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3344 2025.02.23 09:10:23.299162 [ 255 ] {1b82eb45-7dff-49d9-8723-2c42e72563ef} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3345 2025.02.23 09:10:23.299376 [ 255 ] {1b82eb45-7dff-49d9-8723-2c42e72563ef} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001659 sec., 142857.14285714284 rows/sec., 9.58 MiB/sec.
3346 2025.02.23 09:10:23.299433 [ 255 ] {1b82eb45-7dff-49d9-8723-2c42e72563ef} <Debug> TCPHandler: Processed in 0.001889446 sec.
3347 2025.02.23 09:10:23.299635 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3348 2025.02.23 09:10:23.299858 [ 253 ] {b8cdad8f-bfe7-4b6b-b7ea-9b59f9860ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3349 2025.02.23 09:10:23.299954 [ 253 ] {b8cdad8f-bfe7-4b6b-b7ea-9b59f9860ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3350 2025.02.23 09:10:23.300644 [ 253 ] {b8cdad8f-bfe7-4b6b-b7ea-9b59f9860ee8} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3351 2025.02.23 09:10:23.300684 [ 253 ] {b8cdad8f-bfe7-4b6b-b7ea-9b59f9860ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3352 2025.02.23 09:10:23.301049 [ 253 ] {b8cdad8f-bfe7-4b6b-b7ea-9b59f9860ee8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3353 2025.02.23 09:10:23.301291 [ 253 ] {b8cdad8f-bfe7-4b6b-b7ea-9b59f9860ee8} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3354 2025.02.23 09:10:23.301519 [ 253 ] {b8cdad8f-bfe7-4b6b-b7ea-9b59f9860ee8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001717 sec., 582.4111822947001 rows/sec., 39.24 KiB/sec.
3355 2025.02.23 09:10:23.301571 [ 253 ] {b8cdad8f-bfe7-4b6b-b7ea-9b59f9860ee8} <Debug> TCPHandler: Processed in 0.002046309 sec.
3356 2025.02.23 09:10:23.301827 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3357 2025.02.23 09:10:23.301963 [ 255 ] {9624f3fa-1096-4cfe-a198-5ea988d558d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3358 2025.02.23 09:10:23.302056 [ 255 ] {9624f3fa-1096-4cfe-a198-5ea988d558d0} <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
3359 2025.02.23 09:10:23.303430 [ 255 ] {9624f3fa-1096-4cfe-a198-5ea988d558d0} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3360 2025.02.23 09:10:23.303476 [ 255 ] {9624f3fa-1096-4cfe-a198-5ea988d558d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3361 2025.02.23 09:10:23.304147 [ 255 ] {9624f3fa-1096-4cfe-a198-5ea988d558d0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3362 2025.02.23 09:10:23.304421 [ 255 ] {9624f3fa-1096-4cfe-a198-5ea988d558d0} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3363 2025.02.23 09:10:23.304597 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3364 2025.02.23 09:10:23.304688 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3365 2025.02.23 09:10:23.304704 [ 255 ] {9624f3fa-1096-4cfe-a198-5ea988d558d0} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002761 sec., 10865.628395508873 rows/sec., 19.47 MiB/sec.
3366 2025.02.23 09:10:23.304751 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB.
3367 2025.02.23 09:10:23.305137 [ 255 ] {9624f3fa-1096-4cfe-a198-5ea988d558d0} <Debug> TCPHandler: Processed in 0.003377243 sec.
3368 2025.02.23 09:10:23.305146 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::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
3369 2025.02.23 09:10:23.305358 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3370 2025.02.23 09:10:23.305642 [ 253 ] {f5c5f369-766d-4fad-b38e-357132ef111e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3371 2025.02.23 09:10:23.305790 [ 253 ] {f5c5f369-766d-4fad-b38e-357132ef111e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3372 2025.02.23 09:10:23.305917 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3373 2025.02.23 09:10:23.306214 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 157 rows starting from the beginning of the part
3374 2025.02.23 09:10:23.307055 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::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
3375 2025.02.23 09:10:23.307855 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 9 rows starting from the beginning of the part
3376 2025.02.23 09:10:23.308081 [ 253 ] {f5c5f369-766d-4fad-b38e-357132ef111e} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3377 2025.02.23 09:10:23.308220 [ 253 ] {f5c5f369-766d-4fad-b38e-357132ef111e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3378 2025.02.23 09:10:23.308607 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part
3379 2025.02.23 09:10:23.309314 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 9 rows starting from the beginning of the part
3380 2025.02.23 09:10:23.309835 [ 253 ] {f5c5f369-766d-4fad-b38e-357132ef111e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3381 2025.02.23 09:10:23.309959 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part
3382 2025.02.23 09:10:23.310740 [ 253 ] {f5c5f369-766d-4fad-b38e-357132ef111e} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3383 2025.02.23 09:10:23.311386 [ 253 ] {f5c5f369-766d-4fad-b38e-357132ef111e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005837 sec., 14048.312489292444 rows/sec., 913.66 KiB/sec.
3384 2025.02.23 09:10:23.311530 [ 253 ] {f5c5f369-766d-4fad-b38e-357132ef111e} <Debug> TCPHandler: Processed in 0.006278708 sec.
3385 2025.02.23 09:10:23.314289 [ 188 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 265 rows, containing 19 columns (19 merged, 0 gathered) in 0.009365055 sec., 28296.683788829854 rows/sec., 50.71 MiB/sec.
3386 2025.02.23 09:10:23.314790 [ 188 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3387 2025.02.23 09:10:23.315226 [ 188 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3388 2025.02.23 09:10:23.315318 [ 188 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3389 2025.02.23 09:10:23.315476 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB.
3390 2025.02.23 09:10:27.577355 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache
3391 2025.02.23 09:10:27.577420 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache
3392 2025.02.23 09:10:27.694238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3393 2025.02.23 09:10:27.694932 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3394 2025.02.23 09:10:27.694981 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3395 2025.02.23 09:10:27.695581 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3396 2025.02.23 09:10:27.695838 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3397 2025.02.23 09:10:27.696040 [ 102 ] {} <Debug> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3398 2025.02.23 09:10:27.696100 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3399 2025.02.23 09:10:27.696127 [ 102 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3400 2025.02.23 09:10:27.696160 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3401 2025.02.23 09:10:27.696406 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
3402 2025.02.23 09:10:27.696576 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3403 2025.02.23 09:10:27.696619 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
3404 2025.02.23 09:10:27.696700 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
3405 2025.02.23 09:10:27.696933 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
3406 2025.02.23 09:10:27.697137 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
3407 2025.02.23 09:10:27.697281 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
3408 2025.02.23 09:10:27.697419 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
3409 2025.02.23 09:10:27.699242 [ 194 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003001046 sec., 2459475.796105758 rows/sec., 35.18 MiB/sec.
3410 2025.02.23 09:10:27.700032 [ 192 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3411 2025.02.23 09:10:27.700340 [ 192 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_16_3} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3412 2025.02.23 09:10:27.700421 [ 192 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_16_3} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3413 2025.02.23 09:10:27.700532 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3414 2025.02.23 09:10:27.702445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 482
3415 2025.02.23 09:10:27.705747 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3416 2025.02.23 09:10:27.705791 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3417 2025.02.23 09:10:27.707281 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3418 2025.02.23 09:10:27.707588 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3419 2025.02.23 09:10:27.707749 [ 102 ] {} <Debug> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3420 2025.02.23 09:10:27.707818 [ 102 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3421 2025.02.23 09:10:27.707858 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3422 2025.02.23 09:10:27.708315 [ 200 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::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
3423 2025.02.23 09:10:27.709056 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 482
3424 2025.02.23 09:10:27.709521 [ 200 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3425 2025.02.23 09:10:27.709708 [ 200 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 296 rows starting from the beginning of the part
3426 2025.02.23 09:10:27.710379 [ 200 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::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
3427 2025.02.23 09:10:27.711111 [ 200 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part
3428 2025.02.23 09:10:27.711800 [ 200 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part
3429 2025.02.23 09:10:27.712459 [ 200 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part
3430 2025.02.23 09:10:27.713049 [ 200 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part
3431 2025.02.23 09:10:27.721225 [ 196 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 72 columns (72 merged, 0 gathered) in 0.013245077 sec., 36390.879418821045 rows/sec., 33.94 MiB/sec.
3432 2025.02.23 09:10:27.722376 [ 191 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3433 2025.02.23 09:10:27.723261 [ 191 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_11_2} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3434 2025.02.23 09:10:27.723378 [ 191 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_11_2} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3435 2025.02.23 09:10:27.723748 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB.
3436 2025.02.23 09:10:28.001479 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000990508 sec.
3437 2025.02.23 09:10:28.163360 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3438 2025.02.23 09:10:28.186437 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3439 2025.02.23 09:10:28.186492 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3440 2025.02.23 09:10:28.194443 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3441 2025.02.23 09:10:28.195289 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3442 2025.02.23 09:10:28.195681 [ 101 ] {} <Debug> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3443 2025.02.23 09:10:28.195818 [ 101 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3444 2025.02.23 09:10:28.195893 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3445 2025.02.23 09:10:28.196195 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
3446 2025.02.23 09:10:28.204560 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3447 2025.02.23 09:10:28.205858 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3448 2025.02.23 09:10:28.206781 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
3449 2025.02.23 09:10:28.211548 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
3450 2025.02.23 09:10:28.216432 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
3451 2025.02.23 09:10:28.221774 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
3452 2025.02.23 09:10:28.227373 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
3453 2025.02.23 09:10:28.232059 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part
3454 2025.02.23 09:10:28.273927 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3455 2025.02.23 09:10:28.274238 [ 253 ] {e2b3237d-3ca2-4c5e-b699-f0be00bbaa0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3456 2025.02.23 09:10:28.274402 [ 253 ] {e2b3237d-3ca2-4c5e-b699-f0be00bbaa0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3457 2025.02.23 09:10:28.277135 [ 253 ] {e2b3237d-3ca2-4c5e-b699-f0be00bbaa0a} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3458 2025.02.23 09:10:28.277218 [ 253 ] {e2b3237d-3ca2-4c5e-b699-f0be00bbaa0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3459 2025.02.23 09:10:28.278305 [ 253 ] {e2b3237d-3ca2-4c5e-b699-f0be00bbaa0a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3460 2025.02.23 09:10:28.278669 [ 253 ] {e2b3237d-3ca2-4c5e-b699-f0be00bbaa0a} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3461 2025.02.23 09:10:28.279088 [ 253 ] {e2b3237d-3ca2-4c5e-b699-f0be00bbaa0a} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.004949 sec., 14952.515659729237 rows/sec., 1.21 MiB/sec.
3462 2025.02.23 09:10:28.279394 [ 253 ] {e2b3237d-3ca2-4c5e-b699-f0be00bbaa0a} <Debug> TCPHandler: Processed in 0.005615065 sec.
3463 2025.02.23 09:10:28.279752 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3464 2025.02.23 09:10:28.279982 [ 255 ] {ee781e19-6781-459a-b332-6697f1553991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3465 2025.02.23 09:10:28.280079 [ 255 ] {ee781e19-6781-459a-b332-6697f1553991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3466 2025.02.23 09:10:28.281771 [ 255 ] {ee781e19-6781-459a-b332-6697f1553991} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3467 2025.02.23 09:10:28.281831 [ 255 ] {ee781e19-6781-459a-b332-6697f1553991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3468 2025.02.23 09:10:28.282463 [ 255 ] {ee781e19-6781-459a-b332-6697f1553991} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3469 2025.02.23 09:10:28.282741 [ 255 ] {ee781e19-6781-459a-b332-6697f1553991} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3470 2025.02.23 09:10:28.283010 [ 255 ] {ee781e19-6781-459a-b332-6697f1553991} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.003097 sec., 2906.0381013884403 rows/sec., 218.52 KiB/sec.
3471 2025.02.23 09:10:28.283081 [ 255 ] {ee781e19-6781-459a-b332-6697f1553991} <Debug> TCPHandler: Processed in 0.003466744 sec.
3472 2025.02.23 09:10:28.283244 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3473 2025.02.23 09:10:28.283389 [ 253 ] {b262182b-116a-47fe-9e1f-7f1766688ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3474 2025.02.23 09:10:28.283450 [ 253 ] {b262182b-116a-47fe-9e1f-7f1766688ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3475 2025.02.23 09:10:28.286435 [ 253 ] {b262182b-116a-47fe-9e1f-7f1766688ee6} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3476 2025.02.23 09:10:28.286536 [ 253 ] {b262182b-116a-47fe-9e1f-7f1766688ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3477 2025.02.23 09:10:28.287680 [ 253 ] {b262182b-116a-47fe-9e1f-7f1766688ee6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3478 2025.02.23 09:10:28.288141 [ 253 ] {b262182b-116a-47fe-9e1f-7f1766688ee6} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3479 2025.02.23 09:10:28.288879 [ 253 ] {b262182b-116a-47fe-9e1f-7f1766688ee6} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.005441 sec., 13416.651350854623 rows/sec., 1.05 MiB/sec.
3480 2025.02.23 09:10:28.289363 [ 253 ] {b262182b-116a-47fe-9e1f-7f1766688ee6} <Debug> TCPHandler: Processed in 0.006174146 sec.
3481 2025.02.23 09:10:28.289583 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3482 2025.02.23 09:10:28.289718 [ 255 ] {289d3a80-957a-484b-9814-bc134a4dfdd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3483 2025.02.23 09:10:28.289780 [ 255 ] {289d3a80-957a-484b-9814-bc134a4dfdd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3484 2025.02.23 09:10:28.291075 [ 255 ] {289d3a80-957a-484b-9814-bc134a4dfdd2} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3485 2025.02.23 09:10:28.291149 [ 255 ] {289d3a80-957a-484b-9814-bc134a4dfdd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3486 2025.02.23 09:10:28.291885 [ 255 ] {289d3a80-957a-484b-9814-bc134a4dfdd2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3487 2025.02.23 09:10:28.292163 [ 255 ] {289d3a80-957a-484b-9814-bc134a4dfdd2} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3488 2025.02.23 09:10:28.292595 [ 255 ] {289d3a80-957a-484b-9814-bc134a4dfdd2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002868 sec., 55788.00557880056 rows/sec., 3.89 MiB/sec.
3489 2025.02.23 09:10:28.293328 [ 255 ] {289d3a80-957a-484b-9814-bc134a4dfdd2} <Debug> TCPHandler: Processed in 0.003804521 sec.
3490 2025.02.23 09:10:28.293536 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3491 2025.02.23 09:10:28.293685 [ 253 ] {6dba6a98-e3ef-4576-a49f-7cf440ca67e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3492 2025.02.23 09:10:28.293804 [ 253 ] {6dba6a98-e3ef-4576-a49f-7cf440ca67e0} <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
3493 2025.02.23 09:10:28.299450 [ 253 ] {6dba6a98-e3ef-4576-a49f-7cf440ca67e0} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3494 2025.02.23 09:10:28.299506 [ 253 ] {6dba6a98-e3ef-4576-a49f-7cf440ca67e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3495 2025.02.23 09:10:28.301371 [ 253 ] {6dba6a98-e3ef-4576-a49f-7cf440ca67e0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3496 2025.02.23 09:10:28.302248 [ 253 ] {6dba6a98-e3ef-4576-a49f-7cf440ca67e0} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3497 2025.02.23 09:10:28.303122 [ 253 ] {6dba6a98-e3ef-4576-a49f-7cf440ca67e0} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.009438 sec., 953.5918626827718 rows/sec., 1.71 MiB/sec.
3498 2025.02.23 09:10:28.304124 [ 253 ] {6dba6a98-e3ef-4576-a49f-7cf440ca67e0} <Debug> TCPHandler: Processed in 0.010653039 sec.
3499 2025.02.23 09:10:28.304558 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3500 2025.02.23 09:10:28.304708 [ 255 ] {ee3745cb-0bb6-42be-b932-ee43c58b3aa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3501 2025.02.23 09:10:28.304768 [ 255 ] {ee3745cb-0bb6-42be-b932-ee43c58b3aa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3502 2025.02.23 09:10:28.305386 [ 255 ] {ee3745cb-0bb6-42be-b932-ee43c58b3aa3} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3503 2025.02.23 09:10:28.305428 [ 255 ] {ee3745cb-0bb6-42be-b932-ee43c58b3aa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3504 2025.02.23 09:10:28.305846 [ 255 ] {ee3745cb-0bb6-42be-b932-ee43c58b3aa3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3505 2025.02.23 09:10:28.306141 [ 255 ] {ee3745cb-0bb6-42be-b932-ee43c58b3aa3} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3506 2025.02.23 09:10:28.306765 [ 255 ] {ee3745cb-0bb6-42be-b932-ee43c58b3aa3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002068 sec., 29013.539651837524 rows/sec., 1.96 MiB/sec.
3507 2025.02.23 09:10:28.307248 [ 255 ] {ee3745cb-0bb6-42be-b932-ee43c58b3aa3} <Debug> TCPHandler: Processed in 0.002757581 sec.
3508 2025.02.23 09:10:28.312251 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.116230365 sec., 1041.036049400688 rows/sec., 5.38 MiB/sec.
3509 2025.02.23 09:10:28.314284 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3510 2025.02.23 09:10:28.316843 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_16_3} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3511 2025.02.23 09:10:28.316944 [ 191 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_16_3} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3512 2025.02.23 09:10:28.318560 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB.
3513 2025.02.23 09:10:29.000231 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.84 MiB, peak 185.79 MiB, free memory in arenas 0.00 B, will set to 177.50 MiB (RSS), difference: 1.66 MiB
3514 2025.02.23 09:10:33.282088 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3515 2025.02.23 09:10:33.282330 [ 253 ] {91511d43-a852-42ca-b1c9-9fdd6399e9a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3516 2025.02.23 09:10:33.282418 [ 253 ] {91511d43-a852-42ca-b1c9-9fdd6399e9a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3517 2025.02.23 09:10:33.283340 [ 253 ] {91511d43-a852-42ca-b1c9-9fdd6399e9a9} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3518 2025.02.23 09:10:33.283393 [ 253 ] {91511d43-a852-42ca-b1c9-9fdd6399e9a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3519 2025.02.23 09:10:33.283882 [ 253 ] {91511d43-a852-42ca-b1c9-9fdd6399e9a9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3520 2025.02.23 09:10:33.284143 [ 253 ] {91511d43-a852-42ca-b1c9-9fdd6399e9a9} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3521 2025.02.23 09:10:33.284352 [ 95 ] {} <Debug> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3522 2025.02.23 09:10:33.284424 [ 253 ] {91511d43-a852-42ca-b1c9-9fdd6399e9a9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002152 sec., 98513.01115241637 rows/sec., 6.27 MiB/sec.
3523 2025.02.23 09:10:33.284444 [ 95 ] {} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3524 2025.02.23 09:10:33.284514 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3525 2025.02.23 09:10:33.284562 [ 253 ] {91511d43-a852-42ca-b1c9-9fdd6399e9a9} <Debug> TCPHandler: Processed in 0.002619599 sec.
3526 2025.02.23 09:10:33.284862 [ 186 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
3527 2025.02.23 09:10:33.284925 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3528 2025.02.23 09:10:33.285069 [ 186 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3529 2025.02.23 09:10:33.285151 [ 186 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part
3530 2025.02.23 09:10:33.285216 [ 255 ] {e2f1e103-2e77-42be-851d-24d04befafb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3531 2025.02.23 09:10:33.285335 [ 186 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part
3532 2025.02.23 09:10:33.285466 [ 255 ] {e2f1e103-2e77-42be-851d-24d04befafb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3533 2025.02.23 09:10:33.285672 [ 186 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part
3534 2025.02.23 09:10:33.286028 [ 186 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part
3535 2025.02.23 09:10:33.286269 [ 186 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part
3536 2025.02.23 09:10:33.288672 [ 255 ] {e2f1e103-2e77-42be-851d-24d04befafb2} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3537 2025.02.23 09:10:33.288751 [ 255 ] {e2f1e103-2e77-42be-851d-24d04befafb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3538 2025.02.23 09:10:33.288758 [ 196 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004112577 sec., 257745.93399710205 rows/sec., 17.38 MiB/sec.
3539 2025.02.23 09:10:33.288978 [ 196 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3540 2025.02.23 09:10:33.289609 [ 196 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_9_2} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3541 2025.02.23 09:10:33.289619 [ 255 ] {e2f1e103-2e77-42be-851d-24d04befafb2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3542 2025.02.23 09:10:33.289734 [ 196 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_9_2} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3543 2025.02.23 09:10:33.289890 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
3544 2025.02.23 09:10:33.290069 [ 255 ] {e2f1e103-2e77-42be-851d-24d04befafb2} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3545 2025.02.23 09:10:33.290223 [ 95 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3546 2025.02.23 09:10:33.290262 [ 95 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3547 2025.02.23 09:10:33.290284 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3548 2025.02.23 09:10:33.290316 [ 255 ] {e2f1e103-2e77-42be-851d-24d04befafb2} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.005197 sec., 130267.46199730613 rows/sec., 10.35 MiB/sec.
3549 2025.02.23 09:10:33.290442 [ 255 ] {e2f1e103-2e77-42be-851d-24d04befafb2} <Debug> TCPHandler: Processed in 0.005728217 sec.
3550 2025.02.23 09:10:33.290451 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::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
3551 2025.02.23 09:10:33.290562 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3552 2025.02.23 09:10:33.290595 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1844 rows starting from the beginning of the part
3553 2025.02.23 09:10:33.290667 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 677 rows starting from the beginning of the part
3554 2025.02.23 09:10:33.290899 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1214 rows starting from the beginning of the part
3555 2025.02.23 09:10:33.290987 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3556 2025.02.23 09:10:33.291171 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 677 rows starting from the beginning of the part
3557 2025.02.23 09:10:33.291421 [ 253 ] {e9f943a7-1b5d-4cd4-a15b-c132982efa16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3558 2025.02.23 09:10:33.291513 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 74 rows starting from the beginning of the part
3559 2025.02.23 09:10:33.291601 [ 253 ] {e9f943a7-1b5d-4cd4-a15b-c132982efa16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3560 2025.02.23 09:10:33.291775 [ 199 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 677 rows starting from the beginning of the part
3561 2025.02.23 09:10:33.294309 [ 253 ] {e9f943a7-1b5d-4cd4-a15b-c132982efa16} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3562 2025.02.23 09:10:33.294380 [ 253 ] {e9f943a7-1b5d-4cd4-a15b-c132982efa16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3563 2025.02.23 09:10:33.295139 [ 253 ] {e9f943a7-1b5d-4cd4-a15b-c132982efa16} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3564 2025.02.23 09:10:33.295408 [ 253 ] {e9f943a7-1b5d-4cd4-a15b-c132982efa16} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3565 2025.02.23 09:10:33.295791 [ 253 ] {e9f943a7-1b5d-4cd4-a15b-c132982efa16} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.004563 sec., 29804.952881875957 rows/sec., 1.85 MiB/sec.
3566 2025.02.23 09:10:33.296078 [ 253 ] {e9f943a7-1b5d-4cd4-a15b-c132982efa16} <Debug> TCPHandler: Processed in 0.005307789 sec.
3567 2025.02.23 09:10:33.296495 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3568 2025.02.23 09:10:33.296730 [ 255 ] {a0fd563c-7dbd-4c81-9a08-0ada5f85bfe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3569 2025.02.23 09:10:33.296738 [ 201 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5163 rows, containing 5 columns (5 merged, 0 gathered) in 0.0063903 sec., 807943.2890474626 rows/sec., 68.52 MiB/sec.
3570 2025.02.23 09:10:33.296800 [ 255 ] {a0fd563c-7dbd-4c81-9a08-0ada5f85bfe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3571 2025.02.23 09:10:33.297168 [ 201 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3572 2025.02.23 09:10:33.297771 [ 201 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_21_4} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3573 2025.02.23 09:10:33.297970 [ 201 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_21_4} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3574 2025.02.23 09:10:33.297989 [ 255 ] {a0fd563c-7dbd-4c81-9a08-0ada5f85bfe4} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3575 2025.02.23 09:10:33.298058 [ 255 ] {a0fd563c-7dbd-4c81-9a08-0ada5f85bfe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3576 2025.02.23 09:10:33.298121 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB.
3577 2025.02.23 09:10:33.298526 [ 255 ] {a0fd563c-7dbd-4c81-9a08-0ada5f85bfe4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3578 2025.02.23 09:10:33.298791 [ 255 ] {a0fd563c-7dbd-4c81-9a08-0ada5f85bfe4} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3579 2025.02.23 09:10:33.298983 [ 255 ] {a0fd563c-7dbd-4c81-9a08-0ada5f85bfe4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002299 sec., 49151.80513266638 rows/sec., 3.18 MiB/sec.
3580 2025.02.23 09:10:33.299041 [ 255 ] {a0fd563c-7dbd-4c81-9a08-0ada5f85bfe4} <Debug> TCPHandler: Processed in 0.002728531 sec.
3581 2025.02.23 09:10:33.299271 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3582 2025.02.23 09:10:33.299494 [ 253 ] {40f18275-38a4-4ef3-80ea-09f204764898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3583 2025.02.23 09:10:33.299585 [ 253 ] {40f18275-38a4-4ef3-80ea-09f204764898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3584 2025.02.23 09:10:33.300316 [ 253 ] {40f18275-38a4-4ef3-80ea-09f204764898} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3585 2025.02.23 09:10:33.300356 [ 253 ] {40f18275-38a4-4ef3-80ea-09f204764898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3586 2025.02.23 09:10:33.300723 [ 253 ] {40f18275-38a4-4ef3-80ea-09f204764898} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3587 2025.02.23 09:10:33.300972 [ 253 ] {40f18275-38a4-4ef3-80ea-09f204764898} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3588 2025.02.23 09:10:33.301133 [ 95 ] {} <Debug> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3589 2025.02.23 09:10:33.301200 [ 95 ] {} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3590 2025.02.23 09:10:33.301217 [ 253 ] {40f18275-38a4-4ef3-80ea-09f204764898} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001771 sec., 63241.10671936759 rows/sec., 3.60 MiB/sec.
3591 2025.02.23 09:10:33.301249 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3592 2025.02.23 09:10:33.301354 [ 253 ] {40f18275-38a4-4ef3-80ea-09f204764898} <Debug> TCPHandler: Processed in 0.002199781 sec.
3593 2025.02.23 09:10:33.301540 [ 193 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
3594 2025.02.23 09:10:33.301594 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3595 2025.02.23 09:10:33.301791 [ 193 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3596 2025.02.23 09:10:33.301860 [ 255 ] {c7bcf526-9f6e-4aba-9aa7-d2ea9b7bbd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3597 2025.02.23 09:10:33.301870 [ 193 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part
3598 2025.02.23 09:10:33.301967 [ 255 ] {c7bcf526-9f6e-4aba-9aa7-d2ea9b7bbd6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3599 2025.02.23 09:10:33.302174 [ 193 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part
3600 2025.02.23 09:10:33.302616 [ 193 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part
3601 2025.02.23 09:10:33.302908 [ 193 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part
3602 2025.02.23 09:10:33.303340 [ 193 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part
3603 2025.02.23 09:10:33.305156 [ 255 ] {c7bcf526-9f6e-4aba-9aa7-d2ea9b7bbd6c} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3604 2025.02.23 09:10:33.305237 [ 255 ] {c7bcf526-9f6e-4aba-9aa7-d2ea9b7bbd6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3605 2025.02.23 09:10:33.306008 [ 193 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004627547 sec., 121014.43810295174 rows/sec., 7.36 MiB/sec.
3606 2025.02.23 09:10:33.306158 [ 255 ] {c7bcf526-9f6e-4aba-9aa7-d2ea9b7bbd6c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3607 2025.02.23 09:10:33.306224 [ 195 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3608 2025.02.23 09:10:33.306479 [ 255 ] {c7bcf526-9f6e-4aba-9aa7-d2ea9b7bbd6c} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3609 2025.02.23 09:10:33.306588 [ 195 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_9_2} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3610 2025.02.23 09:10:33.306643 [ 95 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3611 2025.02.23 09:10:33.306703 [ 95 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3612 2025.02.23 09:10:33.306745 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3613 2025.02.23 09:10:33.306774 [ 195 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_9_2} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3614 2025.02.23 09:10:33.306828 [ 255 ] {c7bcf526-9f6e-4aba-9aa7-d2ea9b7bbd6c} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.00503 sec., 81908.54870775348 rows/sec., 5.82 MiB/sec.
3615 2025.02.23 09:10:33.307313 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3616 2025.02.23 09:10:33.307435 [ 255 ] {c7bcf526-9f6e-4aba-9aa7-d2ea9b7bbd6c} <Debug> TCPHandler: Processed in 0.005957281 sec.
3617 2025.02.23 09:10:33.307446 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::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
3618 2025.02.23 09:10:33.307801 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3619 2025.02.23 09:10:33.307912 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3620 2025.02.23 09:10:33.307953 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 909 rows starting from the beginning of the part
3621 2025.02.23 09:10:33.308233 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 412 rows starting from the beginning of the part
3622 2025.02.23 09:10:33.308456 [ 253 ] {296e2d80-3f8a-4a3d-b963-35a66af8d4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3623 2025.02.23 09:10:33.308510 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 529 rows starting from the beginning of the part
3624 2025.02.23 09:10:33.308790 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 412 rows starting from the beginning of the part
3625 2025.02.23 09:10:33.308831 [ 253 ] {296e2d80-3f8a-4a3d-b963-35a66af8d4e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3626 2025.02.23 09:10:33.309050 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 73 rows starting from the beginning of the part
3627 2025.02.23 09:10:33.309384 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 412 rows starting from the beginning of the part
3628 2025.02.23 09:10:33.310976 [ 253 ] {296e2d80-3f8a-4a3d-b963-35a66af8d4e7} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3629 2025.02.23 09:10:33.311053 [ 253 ] {296e2d80-3f8a-4a3d-b963-35a66af8d4e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3630 2025.02.23 09:10:33.312054 [ 253 ] {296e2d80-3f8a-4a3d-b963-35a66af8d4e7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3631 2025.02.23 09:10:33.312324 [ 253 ] {296e2d80-3f8a-4a3d-b963-35a66af8d4e7} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3632 2025.02.23 09:10:33.312913 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2747 rows, containing 5 columns (5 merged, 0 gathered) in 0.006102584 sec., 450137.18778799276 rows/sec., 34.28 MiB/sec.
3633 2025.02.23 09:10:33.312938 [ 253 ] {296e2d80-3f8a-4a3d-b963-35a66af8d4e7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00476 sec., 1260.5042016806722 rows/sec., 65.86 KiB/sec.
3634 2025.02.23 09:10:33.313058 [ 253 ] {296e2d80-3f8a-4a3d-b963-35a66af8d4e7} <Debug> TCPHandler: Processed in 0.005480912 sec.
3635 2025.02.23 09:10:33.313158 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3636 2025.02.23 09:10:33.313230 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3637 2025.02.23 09:10:33.313385 [ 255 ] {68ef20bb-b866-45a9-9ef6-352f5f4927f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3638 2025.02.23 09:10:33.313452 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_21_4} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3639 2025.02.23 09:10:33.313460 [ 255 ] {68ef20bb-b866-45a9-9ef6-352f5f4927f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3640 2025.02.23 09:10:33.313564 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_21_4} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3641 2025.02.23 09:10:33.313668 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB.
3642 2025.02.23 09:10:33.314193 [ 255 ] {68ef20bb-b866-45a9-9ef6-352f5f4927f2} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3643 2025.02.23 09:10:33.314231 [ 255 ] {68ef20bb-b866-45a9-9ef6-352f5f4927f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3644 2025.02.23 09:10:33.314628 [ 255 ] {68ef20bb-b866-45a9-9ef6-352f5f4927f2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3645 2025.02.23 09:10:33.314881 [ 255 ] {68ef20bb-b866-45a9-9ef6-352f5f4927f2} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3646 2025.02.23 09:10:33.315084 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3647 2025.02.23 09:10:33.315153 [ 255 ] {68ef20bb-b866-45a9-9ef6-352f5f4927f2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001806 sec., 131229.23588039866 rows/sec., 8.80 MiB/sec.
3648 2025.02.23 09:10:33.315199 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3649 2025.02.23 09:10:33.315272 [ 255 ] {68ef20bb-b866-45a9-9ef6-352f5f4927f2} <Debug> TCPHandler: Processed in 0.00210518 sec.
3650 2025.02.23 09:10:33.315290 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3651 2025.02.23 09:10:33.315498 [ 187 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::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
3652 2025.02.23 09:10:33.315564 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3653 2025.02.23 09:10:33.315652 [ 187 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3654 2025.02.23 09:10:33.315690 [ 187 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5388 rows starting from the beginning of the part
3655 2025.02.23 09:10:33.315955 [ 253 ] {cf67760e-5ba6-460f-a458-0ccf05a656b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3656 2025.02.23 09:10:33.315971 [ 187 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part
3657 2025.02.23 09:10:33.316136 [ 253 ] {cf67760e-5ba6-460f-a458-0ccf05a656b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3658 2025.02.23 09:10:33.316297 [ 187 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 880 rows starting from the beginning of the part
3659 2025.02.23 09:10:33.316671 [ 187 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part
3660 2025.02.23 09:10:33.317058 [ 187 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part
3661 2025.02.23 09:10:33.317384 [ 187 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part
3662 2025.02.23 09:10:33.318544 [ 253 ] {cf67760e-5ba6-460f-a458-0ccf05a656b6} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3663 2025.02.23 09:10:33.318619 [ 253 ] {cf67760e-5ba6-460f-a458-0ccf05a656b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3664 2025.02.23 09:10:33.319401 [ 253 ] {cf67760e-5ba6-460f-a458-0ccf05a656b6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3665 2025.02.23 09:10:33.319926 [ 253 ] {cf67760e-5ba6-460f-a458-0ccf05a656b6} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3666 2025.02.23 09:10:33.320263 [ 93 ] {} <Debug> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3667 2025.02.23 09:10:33.320347 [ 93 ] {} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3668 2025.02.23 09:10:33.320355 [ 253 ] {cf67760e-5ba6-460f-a458-0ccf05a656b6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004554 sec., 219.58717610891526 rows/sec., 14.80 KiB/sec.
3669 2025.02.23 09:10:33.320386 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3670 2025.02.23 09:10:33.320596 [ 253 ] {cf67760e-5ba6-460f-a458-0ccf05a656b6} <Debug> TCPHandler: Processed in 0.005209268 sec.
3671 2025.02.23 09:10:33.320892 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3672 2025.02.23 09:10:33.320974 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
3673 2025.02.23 09:10:33.321328 [ 255 ] {99b46c4c-037b-4481-af7a-f3567f6072d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3674 2025.02.23 09:10:33.321823 [ 255 ] {99b46c4c-037b-4481-af7a-f3567f6072d8} <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
3675 2025.02.23 09:10:33.321865 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3676 2025.02.23 09:10:33.322059 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part
3677 2025.02.23 09:10:33.322402 [ 187 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7139 rows, containing 5 columns (5 merged, 0 gathered) in 0.00693925 sec., 1028785.5315776201 rows/sec., 69.53 MiB/sec.
3678 2025.02.23 09:10:33.322592 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
3679 2025.02.23 09:10:33.323000 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part
3680 2025.02.23 09:10:33.323392 [ 190 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3681 2025.02.23 09:10:33.323717 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3682 2025.02.23 09:10:33.324049 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
3683 2025.02.23 09:10:33.324541 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
3684 2025.02.23 09:10:33.325260 [ 190 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3685 2025.02.23 09:10:33.325698 [ 190 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3686 2025.02.23 09:10:33.326173 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB.
3687 2025.02.23 09:10:33.328738 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.008188533 sec., 1221.2199669953093 rows/sec., 81.81 KiB/sec.
3688 2025.02.23 09:10:33.328958 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3689 2025.02.23 09:10:33.329297 [ 255 ] {99b46c4c-037b-4481-af7a-f3567f6072d8} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3690 2025.02.23 09:10:33.329364 [ 255 ] {99b46c4c-037b-4481-af7a-f3567f6072d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3691 2025.02.23 09:10:33.329602 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_10_2} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3692 2025.02.23 09:10:33.329815 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_10_2} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3693 2025.02.23 09:10:33.329965 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3694 2025.02.23 09:10:33.330463 [ 255 ] {99b46c4c-037b-4481-af7a-f3567f6072d8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3695 2025.02.23 09:10:33.330747 [ 255 ] {99b46c4c-037b-4481-af7a-f3567f6072d8} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3696 2025.02.23 09:10:33.330997 [ 255 ] {99b46c4c-037b-4481-af7a-f3567f6072d8} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.009819 sec., 3055.300947143294 rows/sec., 5.47 MiB/sec.
3697 2025.02.23 09:10:33.331118 [ 255 ] {99b46c4c-037b-4481-af7a-f3567f6072d8} <Debug> TCPHandler: Processed in 0.010388334 sec.
3698 2025.02.23 09:10:33.331330 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3699 2025.02.23 09:10:33.331554 [ 253 ] {f0a60a2a-1ca9-4fac-b6ca-d18be5716781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3700 2025.02.23 09:10:33.331647 [ 253 ] {f0a60a2a-1ca9-4fac-b6ca-d18be5716781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3701 2025.02.23 09:10:33.332213 [ 253 ] {f0a60a2a-1ca9-4fac-b6ca-d18be5716781} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3702 2025.02.23 09:10:33.332252 [ 253 ] {f0a60a2a-1ca9-4fac-b6ca-d18be5716781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3703 2025.02.23 09:10:33.332627 [ 253 ] {f0a60a2a-1ca9-4fac-b6ca-d18be5716781} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3704 2025.02.23 09:10:33.332869 [ 253 ] {f0a60a2a-1ca9-4fac-b6ca-d18be5716781} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3705 2025.02.23 09:10:33.333024 [ 93 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3706 2025.02.23 09:10:33.333083 [ 93 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3707 2025.02.23 09:10:33.333123 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3708 2025.02.23 09:10:33.333136 [ 253 ] {f0a60a2a-1ca9-4fac-b6ca-d18be5716781} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001627 sec., 50399.508297480024 rows/sec., 3.20 MiB/sec.
3709 2025.02.23 09:10:33.333351 [ 253 ] {f0a60a2a-1ca9-4fac-b6ca-d18be5716781} <Debug> TCPHandler: Processed in 0.00213084 sec.
3710 2025.02.23 09:10:33.333378 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::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
3711 2025.02.23 09:10:33.333512 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3712 2025.02.23 09:10:33.333543 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1062 rows starting from the beginning of the part
3713 2025.02.23 09:10:33.333618 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part
3714 2025.02.23 09:10:33.333726 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::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
3715 2025.02.23 09:10:33.333818 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part
3716 2025.02.23 09:10:33.333898 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::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
3717 2025.02.23 09:10:33.333952 [ 190 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part
3718 2025.02.23 09:10:33.335181 [ 192 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 4 columns (4 merged, 0 gathered) in 0.001976077 sec., 722643.9050705008 rows/sec., 47.34 MiB/sec.
3719 2025.02.23 09:10:33.335407 [ 192 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3720 2025.02.23 09:10:33.335763 [ 192 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_21_4} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3721 2025.02.23 09:10:33.335843 [ 192 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_21_4} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3722 2025.02.23 09:10:33.335932 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3723 2025.02.23 09:10:35.196287 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3724 2025.02.23 09:10:35.196969 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3725 2025.02.23 09:10:35.197021 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3726 2025.02.23 09:10:35.197553 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3727 2025.02.23 09:10:35.197808 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3728 2025.02.23 09:10:35.198072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3729 2025.02.23 09:10:35.704690 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3730 2025.02.23 09:10:35.723673 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3731 2025.02.23 09:10:35.723735 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3732 2025.02.23 09:10:35.731071 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3733 2025.02.23 09:10:35.731861 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3734 2025.02.23 09:10:35.735024 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3735 2025.02.23 09:10:37.709360 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 516
3736 2025.02.23 09:10:37.712581 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3737 2025.02.23 09:10:37.712638 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3738 2025.02.23 09:10:37.714097 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3739 2025.02.23 09:10:37.714426 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3740 2025.02.23 09:10:37.715398 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 516
3741 2025.02.23 09:10:38.274170 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3742 2025.02.23 09:10:38.274389 [ 253 ] {c297d6bb-5c52-4823-9006-e0196badf5fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3743 2025.02.23 09:10:38.274473 [ 253 ] {c297d6bb-5c52-4823-9006-e0196badf5fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3744 2025.02.23 09:10:38.275384 [ 253 ] {c297d6bb-5c52-4823-9006-e0196badf5fd} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3745 2025.02.23 09:10:38.275437 [ 253 ] {c297d6bb-5c52-4823-9006-e0196badf5fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3746 2025.02.23 09:10:38.275898 [ 253 ] {c297d6bb-5c52-4823-9006-e0196badf5fd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3747 2025.02.23 09:10:38.276159 [ 253 ] {c297d6bb-5c52-4823-9006-e0196badf5fd} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3748 2025.02.23 09:10:38.276404 [ 253 ] {c297d6bb-5c52-4823-9006-e0196badf5fd} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.002077 sec., 35628.31006259027 rows/sec., 2.88 MiB/sec.
3749 2025.02.23 09:10:38.276477 [ 253 ] {c297d6bb-5c52-4823-9006-e0196badf5fd} <Debug> TCPHandler: Processed in 0.002463866 sec.
3750 2025.02.23 09:10:38.276744 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3751 2025.02.23 09:10:38.276932 [ 255 ] {ab6ab8e0-e743-48b6-8680-c8e56b7ece71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3752 2025.02.23 09:10:38.277005 [ 255 ] {ab6ab8e0-e743-48b6-8680-c8e56b7ece71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3753 2025.02.23 09:10:38.277763 [ 255 ] {ab6ab8e0-e743-48b6-8680-c8e56b7ece71} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3754 2025.02.23 09:10:38.277808 [ 255 ] {ab6ab8e0-e743-48b6-8680-c8e56b7ece71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3755 2025.02.23 09:10:38.278246 [ 255 ] {ab6ab8e0-e743-48b6-8680-c8e56b7ece71} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3756 2025.02.23 09:10:38.278517 [ 255 ] {ab6ab8e0-e743-48b6-8680-c8e56b7ece71} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3757 2025.02.23 09:10:38.278767 [ 255 ] {ab6ab8e0-e743-48b6-8680-c8e56b7ece71} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001884 sec., 4777.070063694267 rows/sec., 359.21 KiB/sec.
3758 2025.02.23 09:10:38.279010 [ 255 ] {ab6ab8e0-e743-48b6-8680-c8e56b7ece71} <Debug> TCPHandler: Processed in 0.002390815 sec.
3759 2025.02.23 09:10:38.279185 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3760 2025.02.23 09:10:38.279325 [ 253 ] {d1ad76b7-72ca-47a7-9ca3-f67145d3ef65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3761 2025.02.23 09:10:38.279381 [ 253 ] {d1ad76b7-72ca-47a7-9ca3-f67145d3ef65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3762 2025.02.23 09:10:38.280029 [ 253 ] {d1ad76b7-72ca-47a7-9ca3-f67145d3ef65} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3763 2025.02.23 09:10:38.280071 [ 253 ] {d1ad76b7-72ca-47a7-9ca3-f67145d3ef65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3764 2025.02.23 09:10:38.280465 [ 253 ] {d1ad76b7-72ca-47a7-9ca3-f67145d3ef65} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3765 2025.02.23 09:10:38.280716 [ 253 ] {d1ad76b7-72ca-47a7-9ca3-f67145d3ef65} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3766 2025.02.23 09:10:38.280929 [ 253 ] {d1ad76b7-72ca-47a7-9ca3-f67145d3ef65} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001636 sec., 44621.02689486552 rows/sec., 3.48 MiB/sec.
3767 2025.02.23 09:10:38.280990 [ 253 ] {d1ad76b7-72ca-47a7-9ca3-f67145d3ef65} <Debug> TCPHandler: Processed in 0.001866425 sec.
3768 2025.02.23 09:10:38.281155 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3769 2025.02.23 09:10:38.281285 [ 255 ] {9a285122-4dd7-429d-8d9e-9830b62ae06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3770 2025.02.23 09:10:38.281343 [ 255 ] {9a285122-4dd7-429d-8d9e-9830b62ae06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3771 2025.02.23 09:10:38.281958 [ 255 ] {9a285122-4dd7-429d-8d9e-9830b62ae06d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3772 2025.02.23 09:10:38.281998 [ 255 ] {9a285122-4dd7-429d-8d9e-9830b62ae06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3773 2025.02.23 09:10:38.282415 [ 255 ] {9a285122-4dd7-429d-8d9e-9830b62ae06d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3774 2025.02.23 09:10:38.282665 [ 255 ] {9a285122-4dd7-429d-8d9e-9830b62ae06d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3775 2025.02.23 09:10:38.282856 [ 255 ] {9a285122-4dd7-429d-8d9e-9830b62ae06d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec.
3776 2025.02.23 09:10:38.282984 [ 255 ] {9a285122-4dd7-429d-8d9e-9830b62ae06d} <Debug> TCPHandler: Processed in 0.001886915 sec.
3777 2025.02.23 09:10:38.283143 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3778 2025.02.23 09:10:38.283289 [ 253 ] {a8acbf0a-ddb1-4d99-8c54-5399c6264bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3779 2025.02.23 09:10:38.283386 [ 253 ] {a8acbf0a-ddb1-4d99-8c54-5399c6264bb4} <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
3780 2025.02.23 09:10:38.284639 [ 253 ] {a8acbf0a-ddb1-4d99-8c54-5399c6264bb4} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3781 2025.02.23 09:10:38.284680 [ 253 ] {a8acbf0a-ddb1-4d99-8c54-5399c6264bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3782 2025.02.23 09:10:38.285337 [ 253 ] {a8acbf0a-ddb1-4d99-8c54-5399c6264bb4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3783 2025.02.23 09:10:38.285599 [ 253 ] {a8acbf0a-ddb1-4d99-8c54-5399c6264bb4} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3784 2025.02.23 09:10:38.285848 [ 253 ] {a8acbf0a-ddb1-4d99-8c54-5399c6264bb4} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002594 sec., 3469.545104086353 rows/sec., 6.22 MiB/sec.
3785 2025.02.23 09:10:38.285959 [ 253 ] {a8acbf0a-ddb1-4d99-8c54-5399c6264bb4} <Debug> TCPHandler: Processed in 0.002884704 sec.
3786 2025.02.23 09:10:38.286124 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3787 2025.02.23 09:10:38.286253 [ 255 ] {3445b3f4-e598-48ef-a732-65355cbcc132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3788 2025.02.23 09:10:38.286308 [ 255 ] {3445b3f4-e598-48ef-a732-65355cbcc132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3789 2025.02.23 09:10:38.286824 [ 255 ] {3445b3f4-e598-48ef-a732-65355cbcc132} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3790 2025.02.23 09:10:38.286863 [ 255 ] {3445b3f4-e598-48ef-a732-65355cbcc132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3791 2025.02.23 09:10:38.287258 [ 255 ] {3445b3f4-e598-48ef-a732-65355cbcc132} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3792 2025.02.23 09:10:38.287511 [ 255 ] {3445b3f4-e598-48ef-a732-65355cbcc132} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3793 2025.02.23 09:10:38.287695 [ 255 ] {3445b3f4-e598-48ef-a732-65355cbcc132} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec.
3794 2025.02.23 09:10:38.287751 [ 255 ] {3445b3f4-e598-48ef-a732-65355cbcc132} <Debug> TCPHandler: Processed in 0.001687001 sec.
3795 2025.02.23 09:10:42.577660 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache
3796 2025.02.23 09:10:42.577724 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache
3797 2025.02.23 09:10:42.698261 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3798 2025.02.23 09:10:42.698996 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3799 2025.02.23 09:10:42.699055 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3800 2025.02.23 09:10:42.699688 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3801 2025.02.23 09:10:42.699951 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3802 2025.02.23 09:10:42.700223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3803 2025.02.23 09:10:43.235146 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3804 2025.02.23 09:10:43.255322 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3805 2025.02.23 09:10:43.255382 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3806 2025.02.23 09:10:43.263209 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3807 2025.02.23 09:10:43.263993 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3808 2025.02.23 09:10:43.266954 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3809 2025.02.23 09:10:43.281487 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3810 2025.02.23 09:10:43.281810 [ 253 ] {51f35c59-2ef3-4d2a-9888-5235fc511059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3811 2025.02.23 09:10:43.281935 [ 253 ] {51f35c59-2ef3-4d2a-9888-5235fc511059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3812 2025.02.23 09:10:43.282914 [ 253 ] {51f35c59-2ef3-4d2a-9888-5235fc511059} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3813 2025.02.23 09:10:43.282970 [ 253 ] {51f35c59-2ef3-4d2a-9888-5235fc511059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3814 2025.02.23 09:10:43.283455 [ 253 ] {51f35c59-2ef3-4d2a-9888-5235fc511059} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3815 2025.02.23 09:10:43.283717 [ 253 ] {51f35c59-2ef3-4d2a-9888-5235fc511059} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3816 2025.02.23 09:10:43.283969 [ 253 ] {51f35c59-2ef3-4d2a-9888-5235fc511059} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00225 sec., 94222.22222222223 rows/sec., 5.99 MiB/sec.
3817 2025.02.23 09:10:43.284037 [ 253 ] {51f35c59-2ef3-4d2a-9888-5235fc511059} <Debug> TCPHandler: Processed in 0.002753312 sec.
3818 2025.02.23 09:10:43.284281 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3819 2025.02.23 09:10:43.284469 [ 255 ] {29ffdf31-3a34-4454-9517-b51759fa80f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3820 2025.02.23 09:10:43.284541 [ 255 ] {29ffdf31-3a34-4454-9517-b51759fa80f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3821 2025.02.23 09:10:43.285541 [ 255 ] {29ffdf31-3a34-4454-9517-b51759fa80f7} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3822 2025.02.23 09:10:43.285584 [ 255 ] {29ffdf31-3a34-4454-9517-b51759fa80f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3823 2025.02.23 09:10:43.286014 [ 255 ] {29ffdf31-3a34-4454-9517-b51759fa80f7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3824 2025.02.23 09:10:43.286274 [ 255 ] {29ffdf31-3a34-4454-9517-b51759fa80f7} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3825 2025.02.23 09:10:43.286519 [ 255 ] {29ffdf31-3a34-4454-9517-b51759fa80f7} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002103 sec., 321921.0651450309 rows/sec., 25.59 MiB/sec.
3826 2025.02.23 09:10:43.286646 [ 255 ] {29ffdf31-3a34-4454-9517-b51759fa80f7} <Debug> TCPHandler: Processed in 0.002496187 sec.
3827 2025.02.23 09:10:43.286803 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3828 2025.02.23 09:10:43.286950 [ 253 ] {f3df518a-7309-47ad-ab98-f8235142aa79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3829 2025.02.23 09:10:43.287011 [ 253 ] {f3df518a-7309-47ad-ab98-f8235142aa79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3830 2025.02.23 09:10:43.287668 [ 253 ] {f3df518a-7309-47ad-ab98-f8235142aa79} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3831 2025.02.23 09:10:43.287711 [ 253 ] {f3df518a-7309-47ad-ab98-f8235142aa79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3832 2025.02.23 09:10:43.288098 [ 253 ] {f3df518a-7309-47ad-ab98-f8235142aa79} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3833 2025.02.23 09:10:43.288343 [ 253 ] {f3df518a-7309-47ad-ab98-f8235142aa79} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3834 2025.02.23 09:10:43.288514 [ 81 ] {} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3835 2025.02.23 09:10:43.288586 [ 253 ] {f3df518a-7309-47ad-ab98-f8235142aa79} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001668 sec., 81534.7721822542 rows/sec., 5.06 MiB/sec.
3836 2025.02.23 09:10:43.288604 [ 81 ] {} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3837 2025.02.23 09:10:43.288680 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3838 2025.02.23 09:10:43.288714 [ 253 ] {f3df518a-7309-47ad-ab98-f8235142aa79} <Debug> TCPHandler: Processed in 0.001972396 sec.
3839 2025.02.23 09:10:43.288948 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3840 2025.02.23 09:10:43.289011 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::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
3841 2025.02.23 09:10:43.289166 [ 255 ] {b9eb13b2-503b-4249-9447-4d2aef68854d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3842 2025.02.23 09:10:43.289283 [ 255 ] {b9eb13b2-503b-4249-9447-4d2aef68854d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3843 2025.02.23 09:10:43.289412 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3844 2025.02.23 09:10:43.289518 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 159 rows starting from the beginning of the part
3845 2025.02.23 09:10:43.289850 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 136 rows starting from the beginning of the part
3846 2025.02.23 09:10:43.290198 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 9 rows starting from the beginning of the part
3847 2025.02.23 09:10:43.290588 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 136 rows starting from the beginning of the part
3848 2025.02.23 09:10:43.290896 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 9 rows starting from the beginning of the part
3849 2025.02.23 09:10:43.291226 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 136 rows starting from the beginning of the part
3850 2025.02.23 09:10:43.292123 [ 255 ] {b9eb13b2-503b-4249-9447-4d2aef68854d} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3851 2025.02.23 09:10:43.292202 [ 255 ] {b9eb13b2-503b-4249-9447-4d2aef68854d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3852 2025.02.23 09:10:43.293364 [ 255 ] {b9eb13b2-503b-4249-9447-4d2aef68854d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3853 2025.02.23 09:10:43.293984 [ 255 ] {b9eb13b2-503b-4249-9447-4d2aef68854d} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3854 2025.02.23 09:10:43.294062 [ 194 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 585 rows, containing 5 columns (5 merged, 0 gathered) in 0.005211998 sec., 112241.02541865903 rows/sec., 7.47 MiB/sec.
3855 2025.02.23 09:10:43.294356 [ 255 ] {b9eb13b2-503b-4249-9447-4d2aef68854d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005266 sec., 21458.412457273073 rows/sec., 1.39 MiB/sec.
3856 2025.02.23 09:10:43.294366 [ 194 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3857 2025.02.23 09:10:43.294553 [ 255 ] {b9eb13b2-503b-4249-9447-4d2aef68854d} <Debug> TCPHandler: Processed in 0.005737168 sec.
3858 2025.02.23 09:10:43.294778 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3859 2025.02.23 09:10:43.294966 [ 194 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_16_3} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3860 2025.02.23 09:10:43.294991 [ 253 ] {f5e99fd4-cf59-41dc-abbd-20598a57b178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3861 2025.02.23 09:10:43.295113 [ 253 ] {f5e99fd4-cf59-41dc-abbd-20598a57b178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3862 2025.02.23 09:10:43.295166 [ 194 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_16_3} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3863 2025.02.23 09:10:43.295350 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
3864 2025.02.23 09:10:43.295932 [ 253 ] {f5e99fd4-cf59-41dc-abbd-20598a57b178} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3865 2025.02.23 09:10:43.295978 [ 253 ] {f5e99fd4-cf59-41dc-abbd-20598a57b178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3866 2025.02.23 09:10:43.296383 [ 253 ] {f5e99fd4-cf59-41dc-abbd-20598a57b178} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3867 2025.02.23 09:10:43.296633 [ 253 ] {f5e99fd4-cf59-41dc-abbd-20598a57b178} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3868 2025.02.23 09:10:43.296901 [ 253 ] {f5e99fd4-cf59-41dc-abbd-20598a57b178} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001968 sec., 56910.56910569105 rows/sec., 3.24 MiB/sec.
3869 2025.02.23 09:10:43.297034 [ 253 ] {f5e99fd4-cf59-41dc-abbd-20598a57b178} <Debug> TCPHandler: Processed in 0.002348864 sec.
3870 2025.02.23 09:10:43.297193 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3871 2025.02.23 09:10:43.297315 [ 255 ] {3d7c1f62-3855-4045-bf3f-8e502ba04b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3872 2025.02.23 09:10:43.297367 [ 255 ] {3d7c1f62-3855-4045-bf3f-8e502ba04b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3873 2025.02.23 09:10:43.298132 [ 255 ] {3d7c1f62-3855-4045-bf3f-8e502ba04b5b} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3874 2025.02.23 09:10:43.298170 [ 255 ] {3d7c1f62-3855-4045-bf3f-8e502ba04b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3875 2025.02.23 09:10:43.298571 [ 255 ] {3d7c1f62-3855-4045-bf3f-8e502ba04b5b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3876 2025.02.23 09:10:43.298816 [ 255 ] {3d7c1f62-3855-4045-bf3f-8e502ba04b5b} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3877 2025.02.23 09:10:43.299053 [ 255 ] {3d7c1f62-3855-4045-bf3f-8e502ba04b5b} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001762 sec., 233825.19863791147 rows/sec., 16.62 MiB/sec.
3878 2025.02.23 09:10:43.299182 [ 255 ] {3d7c1f62-3855-4045-bf3f-8e502ba04b5b} <Debug> TCPHandler: Processed in 0.002046028 sec.
3879 2025.02.23 09:10:43.299344 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3880 2025.02.23 09:10:43.299484 [ 253 ] {bc1e6cea-96b8-4fe1-989a-bfa692b45e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3881 2025.02.23 09:10:43.299546 [ 253 ] {bc1e6cea-96b8-4fe1-989a-bfa692b45e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3882 2025.02.23 09:10:43.300148 [ 253 ] {bc1e6cea-96b8-4fe1-989a-bfa692b45e78} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3883 2025.02.23 09:10:43.300192 [ 253 ] {bc1e6cea-96b8-4fe1-989a-bfa692b45e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3884 2025.02.23 09:10:43.300623 [ 253 ] {bc1e6cea-96b8-4fe1-989a-bfa692b45e78} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3885 2025.02.23 09:10:43.300881 [ 253 ] {bc1e6cea-96b8-4fe1-989a-bfa692b45e78} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3886 2025.02.23 09:10:43.301156 [ 253 ] {bc1e6cea-96b8-4fe1-989a-bfa692b45e78} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001685 sec., 3560.8308605341244 rows/sec., 186.04 KiB/sec.
3887 2025.02.23 09:10:43.301282 [ 253 ] {bc1e6cea-96b8-4fe1-989a-bfa692b45e78} <Debug> TCPHandler: Processed in 0.002006718 sec.
3888 2025.02.23 09:10:43.301431 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3889 2025.02.23 09:10:43.301551 [ 255 ] {3fc6eb23-b86b-4f47-9092-6aaa3b22dd9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3890 2025.02.23 09:10:43.301605 [ 255 ] {3fc6eb23-b86b-4f47-9092-6aaa3b22dd9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3891 2025.02.23 09:10:43.302210 [ 255 ] {3fc6eb23-b86b-4f47-9092-6aaa3b22dd9c} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3892 2025.02.23 09:10:43.302249 [ 255 ] {3fc6eb23-b86b-4f47-9092-6aaa3b22dd9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3893 2025.02.23 09:10:43.302671 [ 255 ] {3fc6eb23-b86b-4f47-9092-6aaa3b22dd9c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3894 2025.02.23 09:10:43.302918 [ 255 ] {3fc6eb23-b86b-4f47-9092-6aaa3b22dd9c} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3895 2025.02.23 09:10:43.303140 [ 255 ] {3fc6eb23-b86b-4f47-9092-6aaa3b22dd9c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001614 sec., 146840.14869888476 rows/sec., 9.84 MiB/sec.
3896 2025.02.23 09:10:43.303203 [ 255 ] {3fc6eb23-b86b-4f47-9092-6aaa3b22dd9c} <Debug> TCPHandler: Processed in 0.001828234 sec.
3897 2025.02.23 09:10:43.303352 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3898 2025.02.23 09:10:43.303469 [ 253 ] {2bef8fc0-b0d4-4592-8c91-72b275093a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3899 2025.02.23 09:10:43.303524 [ 253 ] {2bef8fc0-b0d4-4592-8c91-72b275093a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3900 2025.02.23 09:10:43.304024 [ 253 ] {2bef8fc0-b0d4-4592-8c91-72b275093a06} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3901 2025.02.23 09:10:43.304070 [ 253 ] {2bef8fc0-b0d4-4592-8c91-72b275093a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3902 2025.02.23 09:10:43.304457 [ 253 ] {2bef8fc0-b0d4-4592-8c91-72b275093a06} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3903 2025.02.23 09:10:43.304704 [ 253 ] {2bef8fc0-b0d4-4592-8c91-72b275093a06} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3904 2025.02.23 09:10:43.304928 [ 253 ] {2bef8fc0-b0d4-4592-8c91-72b275093a06} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001484 sec., 673.8544474393531 rows/sec., 45.41 KiB/sec.
3905 2025.02.23 09:10:43.304985 [ 253 ] {2bef8fc0-b0d4-4592-8c91-72b275093a06} <Debug> TCPHandler: Processed in 0.001695052 sec.
3906 2025.02.23 09:10:43.305141 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3907 2025.02.23 09:10:43.305284 [ 255 ] {7462b363-ed66-4c08-8c50-0d6f43ae5b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3908 2025.02.23 09:10:43.305368 [ 255 ] {7462b363-ed66-4c08-8c50-0d6f43ae5b86} <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
3909 2025.02.23 09:10:43.306521 [ 255 ] {7462b363-ed66-4c08-8c50-0d6f43ae5b86} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3910 2025.02.23 09:10:43.306561 [ 255 ] {7462b363-ed66-4c08-8c50-0d6f43ae5b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3911 2025.02.23 09:10:43.307205 [ 255 ] {7462b363-ed66-4c08-8c50-0d6f43ae5b86} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3912 2025.02.23 09:10:43.307473 [ 255 ] {7462b363-ed66-4c08-8c50-0d6f43ae5b86} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3913 2025.02.23 09:10:43.307723 [ 255 ] {7462b363-ed66-4c08-8c50-0d6f43ae5b86} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002466 sec., 12165.450121654501 rows/sec., 21.80 MiB/sec.
3914 2025.02.23 09:10:43.307844 [ 255 ] {7462b363-ed66-4c08-8c50-0d6f43ae5b86} <Debug> TCPHandler: Processed in 0.002767731 sec.
3915 2025.02.23 09:10:43.307989 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3916 2025.02.23 09:10:43.308116 [ 253 ] {7f2fb19d-9143-452c-bea3-1a5a2673efc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3917 2025.02.23 09:10:43.308171 [ 253 ] {7f2fb19d-9143-452c-bea3-1a5a2673efc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3918 2025.02.23 09:10:43.308680 [ 253 ] {7f2fb19d-9143-452c-bea3-1a5a2673efc2} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3919 2025.02.23 09:10:43.308719 [ 253 ] {7f2fb19d-9143-452c-bea3-1a5a2673efc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3920 2025.02.23 09:10:43.309121 [ 253 ] {7f2fb19d-9143-452c-bea3-1a5a2673efc2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3921 2025.02.23 09:10:43.309372 [ 253 ] {7f2fb19d-9143-452c-bea3-1a5a2673efc2} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3922 2025.02.23 09:10:43.309590 [ 253 ] {7f2fb19d-9143-452c-bea3-1a5a2673efc2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001501 sec., 54630.24650233178 rows/sec., 3.47 MiB/sec.
3923 2025.02.23 09:10:43.309646 [ 253 ] {7f2fb19d-9143-452c-bea3-1a5a2673efc2} <Debug> TCPHandler: Processed in 0.001718182 sec.
3924 2025.02.23 09:10:47.715682 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 550
3925 2025.02.23 09:10:47.718788 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3926 2025.02.23 09:10:47.718829 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3927 2025.02.23 09:10:47.720305 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3928 2025.02.23 09:10:47.720604 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3929 2025.02.23 09:10:47.721082 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 550
3930 2025.02.23 09:10:48.305882 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3931 2025.02.23 09:10:48.306096 [ 253 ] {3d79d632-e1b0-472a-8cea-a29f86f6aaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3932 2025.02.23 09:10:48.306186 [ 253 ] {3d79d632-e1b0-472a-8cea-a29f86f6aaf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3933 2025.02.23 09:10:48.306984 [ 253 ] {3d79d632-e1b0-472a-8cea-a29f86f6aaf0} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3934 2025.02.23 09:10:48.307038 [ 253 ] {3d79d632-e1b0-472a-8cea-a29f86f6aaf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3935 2025.02.23 09:10:48.307477 [ 253 ] {3d79d632-e1b0-472a-8cea-a29f86f6aaf0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3936 2025.02.23 09:10:48.307741 [ 253 ] {3d79d632-e1b0-472a-8cea-a29f86f6aaf0} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3937 2025.02.23 09:10:48.307980 [ 253 ] {3d79d632-e1b0-472a-8cea-a29f86f6aaf0} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001943 sec., 6176.016469377251 rows/sec., 503.61 KiB/sec.
3938 2025.02.23 09:10:48.308047 [ 253 ] {3d79d632-e1b0-472a-8cea-a29f86f6aaf0} <Debug> TCPHandler: Processed in 0.002313733 sec.
3939 2025.02.23 09:10:48.308313 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3940 2025.02.23 09:10:48.308531 [ 255 ] {fa26b51b-a159-4fe7-aa35-8712c25a7a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3941 2025.02.23 09:10:48.308616 [ 255 ] {fa26b51b-a159-4fe7-aa35-8712c25a7a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3942 2025.02.23 09:10:48.310087 [ 255 ] {fa26b51b-a159-4fe7-aa35-8712c25a7a66} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3943 2025.02.23 09:10:48.310138 [ 255 ] {fa26b51b-a159-4fe7-aa35-8712c25a7a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3944 2025.02.23 09:10:48.310658 [ 255 ] {fa26b51b-a159-4fe7-aa35-8712c25a7a66} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3945 2025.02.23 09:10:48.310915 [ 255 ] {fa26b51b-a159-4fe7-aa35-8712c25a7a66} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3946 2025.02.23 09:10:48.311191 [ 255 ] {fa26b51b-a159-4fe7-aa35-8712c25a7a66} <Debug> executeQuery: Read 1220 rows, 103.13 KiB in 0.002721 sec., 448364.5718485851 rows/sec., 37.01 MiB/sec.
3947 2025.02.23 09:10:48.311428 [ 255 ] {fa26b51b-a159-4fe7-aa35-8712c25a7a66} <Debug> TCPHandler: Processed in 0.003246181 sec.
3948 2025.02.23 09:10:48.311600 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3949 2025.02.23 09:10:48.311730 [ 253 ] {3cbae353-9672-44bd-9ebd-7df9295eb380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3950 2025.02.23 09:10:48.311785 [ 253 ] {3cbae353-9672-44bd-9ebd-7df9295eb380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3951 2025.02.23 09:10:48.312407 [ 253 ] {3cbae353-9672-44bd-9ebd-7df9295eb380} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3952 2025.02.23 09:10:48.312451 [ 253 ] {3cbae353-9672-44bd-9ebd-7df9295eb380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3953 2025.02.23 09:10:48.312832 [ 253 ] {3cbae353-9672-44bd-9ebd-7df9295eb380} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3954 2025.02.23 09:10:48.313074 [ 253 ] {3cbae353-9672-44bd-9ebd-7df9295eb380} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3955 2025.02.23 09:10:48.313293 [ 253 ] {3cbae353-9672-44bd-9ebd-7df9295eb380} <Debug> executeQuery: Read 21 rows, 1.51 KiB in 0.001593 sec., 13182.674199623352 rows/sec., 950.82 KiB/sec.
3956 2025.02.23 09:10:48.313355 [ 253 ] {3cbae353-9672-44bd-9ebd-7df9295eb380} <Debug> TCPHandler: Processed in 0.001814354 sec.
3957 2025.02.23 09:10:48.313519 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3958 2025.02.23 09:10:48.313647 [ 255 ] {e3a30648-bc9e-493b-ac73-a19957d80e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3959 2025.02.23 09:10:48.313701 [ 255 ] {e3a30648-bc9e-493b-ac73-a19957d80e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3960 2025.02.23 09:10:48.314407 [ 255 ] {e3a30648-bc9e-493b-ac73-a19957d80e09} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3961 2025.02.23 09:10:48.314450 [ 255 ] {e3a30648-bc9e-493b-ac73-a19957d80e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3962 2025.02.23 09:10:48.314855 [ 255 ] {e3a30648-bc9e-493b-ac73-a19957d80e09} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3963 2025.02.23 09:10:48.315120 [ 255 ] {e3a30648-bc9e-493b-ac73-a19957d80e09} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3964 2025.02.23 09:10:48.315404 [ 255 ] {e3a30648-bc9e-493b-ac73-a19957d80e09} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001775 sec., 128450.7042253521 rows/sec., 8.70 MiB/sec.
3965 2025.02.23 09:10:48.315596 [ 255 ] {e3a30648-bc9e-493b-ac73-a19957d80e09} <Debug> TCPHandler: Processed in 0.002134569 sec.
3966 2025.02.23 09:10:48.315770 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3967 2025.02.23 09:10:48.315912 [ 253 ] {08af428a-a4bc-4d1b-be8c-96beca130b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3968 2025.02.23 09:10:48.315972 [ 253 ] {08af428a-a4bc-4d1b-be8c-96beca130b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3969 2025.02.23 09:10:48.316858 [ 253 ] {08af428a-a4bc-4d1b-be8c-96beca130b99} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3970 2025.02.23 09:10:48.316899 [ 253 ] {08af428a-a4bc-4d1b-be8c-96beca130b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3971 2025.02.23 09:10:48.317294 [ 253 ] {08af428a-a4bc-4d1b-be8c-96beca130b99} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3972 2025.02.23 09:10:48.317533 [ 253 ] {08af428a-a4bc-4d1b-be8c-96beca130b99} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3973 2025.02.23 09:10:48.317752 [ 253 ] {08af428a-a4bc-4d1b-be8c-96beca130b99} <Debug> executeQuery: Read 541 rows, 41.10 KiB in 0.001874 sec., 288687.2998932764 rows/sec., 21.42 MiB/sec.
3974 2025.02.23 09:10:48.317807 [ 253 ] {08af428a-a4bc-4d1b-be8c-96beca130b99} <Debug> TCPHandler: Processed in 0.002106969 sec.
3975 2025.02.23 09:10:48.317964 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3976 2025.02.23 09:10:48.318083 [ 255 ] {b42d5489-4a64-4569-8374-003584c90903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3977 2025.02.23 09:10:48.318139 [ 255 ] {b42d5489-4a64-4569-8374-003584c90903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3978 2025.02.23 09:10:48.318941 [ 255 ] {b42d5489-4a64-4569-8374-003584c90903} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3979 2025.02.23 09:10:48.318980 [ 255 ] {b42d5489-4a64-4569-8374-003584c90903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3980 2025.02.23 09:10:48.319440 [ 255 ] {b42d5489-4a64-4569-8374-003584c90903} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3981 2025.02.23 09:10:48.319683 [ 255 ] {b42d5489-4a64-4569-8374-003584c90903} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3982 2025.02.23 09:10:48.319899 [ 255 ] {b42d5489-4a64-4569-8374-003584c90903} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001844 sec., 480477.2234273319 rows/sec., 32.33 MiB/sec.
3983 2025.02.23 09:10:48.319955 [ 255 ] {b42d5489-4a64-4569-8374-003584c90903} <Debug> TCPHandler: Processed in 0.002051308 sec.
3984 2025.02.23 09:10:48.320115 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3985 2025.02.23 09:10:48.320257 [ 253 ] {d322bc4b-adb1-4ac0-a27b-8e52d9f9bb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3986 2025.02.23 09:10:48.320356 [ 253 ] {d322bc4b-adb1-4ac0-a27b-8e52d9f9bb83} <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
3987 2025.02.23 09:10:48.321641 [ 253 ] {d322bc4b-adb1-4ac0-a27b-8e52d9f9bb83} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3988 2025.02.23 09:10:48.321682 [ 253 ] {d322bc4b-adb1-4ac0-a27b-8e52d9f9bb83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3989 2025.02.23 09:10:48.322318 [ 253 ] {d322bc4b-adb1-4ac0-a27b-8e52d9f9bb83} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3990 2025.02.23 09:10:48.322586 [ 253 ] {d322bc4b-adb1-4ac0-a27b-8e52d9f9bb83} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3991 2025.02.23 09:10:48.322780 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3992 2025.02.23 09:10:48.322873 [ 253 ] {d322bc4b-adb1-4ac0-a27b-8e52d9f9bb83} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002641 sec., 3407.8000757288905 rows/sec., 6.11 MiB/sec.
3993 2025.02.23 09:10:48.322875 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3994 2025.02.23 09:10:48.322968 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
3995 2025.02.23 09:10:48.323501 [ 253 ] {d322bc4b-adb1-4ac0-a27b-8e52d9f9bb83} <Debug> TCPHandler: Processed in 0.003449494 sec.
3996 2025.02.23 09:10:48.323520 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::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
3997 2025.02.23 09:10:48.323843 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3998 2025.02.23 09:10:48.324172 [ 255 ] {c9e08b74-6bf4-4f12-8a06-fb38223b7304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3999 2025.02.23 09:10:48.324311 [ 255 ] {c9e08b74-6bf4-4f12-8a06-fb38223b7304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4000 2025.02.23 09:10:48.324575 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4001 2025.02.23 09:10:48.324823 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 265 rows starting from the beginning of the part
4002 2025.02.23 09:10:48.325575 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part
4003 2025.02.23 09:10:48.326477 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part
4004 2025.02.23 09:10:48.326532 [ 255 ] {c9e08b74-6bf4-4f12-8a06-fb38223b7304} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4005 2025.02.23 09:10:48.326608 [ 255 ] {c9e08b74-6bf4-4f12-8a06-fb38223b7304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4006 2025.02.23 09:10:48.327140 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part
4007 2025.02.23 09:10:48.327797 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part
4008 2025.02.23 09:10:48.328141 [ 255 ] {c9e08b74-6bf4-4f12-8a06-fb38223b7304} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4009 2025.02.23 09:10:48.328465 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part
4010 2025.02.23 09:10:48.329065 [ 255 ] {c9e08b74-6bf4-4f12-8a06-fb38223b7304} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4011 2025.02.23 09:10:48.329942 [ 255 ] {c9e08b74-6bf4-4f12-8a06-fb38223b7304} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005815 sec., 10318.142734307825 rows/sec., 712.06 KiB/sec.
4012 2025.02.23 09:10:48.330245 [ 255 ] {c9e08b74-6bf4-4f12-8a06-fb38223b7304} <Debug> TCPHandler: Processed in 0.006617693 sec.
4013 2025.02.23 09:10:48.333546 [ 194 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 352 rows, containing 19 columns (19 merged, 0 gathered) in 0.010423975 sec., 33768.30815499845 rows/sec., 60.51 MiB/sec.
4014 2025.02.23 09:10:48.334111 [ 200 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4015 2025.02.23 09:10:48.334549 [ 200 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4016 2025.02.23 09:10:48.334627 [ 200 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4017 2025.02.23 09:10:48.334736 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB.
4018 2025.02.23 09:10:50.200399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
4019 2025.02.23 09:10:50.201069 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4020 2025.02.23 09:10:50.201117 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4021 2025.02.23 09:10:50.201668 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4022 2025.02.23 09:10:50.201925 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4023 2025.02.23 09:10:50.202184 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
4024 2025.02.23 09:10:50.767082 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4025 2025.02.23 09:10:50.788525 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4026 2025.02.23 09:10:50.788600 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4027 2025.02.23 09:10:50.796188 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4028 2025.02.23 09:10:50.796994 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4029 2025.02.23 09:10:50.800355 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4030 2025.02.23 09:10:53.281391 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4031 2025.02.23 09:10:53.281625 [ 253 ] {42d602fc-083e-44fb-a3fa-2864f0e19fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4032 2025.02.23 09:10:53.281703 [ 253 ] {42d602fc-083e-44fb-a3fa-2864f0e19fd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4033 2025.02.23 09:10:53.282604 [ 253 ] {42d602fc-083e-44fb-a3fa-2864f0e19fd4} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4034 2025.02.23 09:10:53.282658 [ 253 ] {42d602fc-083e-44fb-a3fa-2864f0e19fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4035 2025.02.23 09:10:53.283101 [ 253 ] {42d602fc-083e-44fb-a3fa-2864f0e19fd4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4036 2025.02.23 09:10:53.283362 [ 253 ] {42d602fc-083e-44fb-a3fa-2864f0e19fd4} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4037 2025.02.23 09:10:53.283650 [ 253 ] {42d602fc-083e-44fb-a3fa-2864f0e19fd4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002074 sec., 102217.93635486982 rows/sec., 6.50 MiB/sec.
4038 2025.02.23 09:10:53.283873 [ 253 ] {42d602fc-083e-44fb-a3fa-2864f0e19fd4} <Debug> TCPHandler: Processed in 0.002633059 sec.
4039 2025.02.23 09:10:53.284148 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4040 2025.02.23 09:10:53.284337 [ 255 ] {9e8dc96c-733c-4b29-aceb-e68b9d1d5280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4041 2025.02.23 09:10:53.284412 [ 255 ] {9e8dc96c-733c-4b29-aceb-e68b9d1d5280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4042 2025.02.23 09:10:53.285537 [ 255 ] {9e8dc96c-733c-4b29-aceb-e68b9d1d5280} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4043 2025.02.23 09:10:53.285584 [ 255 ] {9e8dc96c-733c-4b29-aceb-e68b9d1d5280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4044 2025.02.23 09:10:53.286073 [ 255 ] {9e8dc96c-733c-4b29-aceb-e68b9d1d5280} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4045 2025.02.23 09:10:53.286353 [ 255 ] {9e8dc96c-733c-4b29-aceb-e68b9d1d5280} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4046 2025.02.23 09:10:53.286614 [ 255 ] {9e8dc96c-733c-4b29-aceb-e68b9d1d5280} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002332 sec., 290308.74785591767 rows/sec., 23.08 MiB/sec.
4047 2025.02.23 09:10:53.286685 [ 255 ] {9e8dc96c-733c-4b29-aceb-e68b9d1d5280} <Debug> TCPHandler: Processed in 0.00267589 sec.
4048 2025.02.23 09:10:53.286855 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4049 2025.02.23 09:10:53.286987 [ 253 ] {f4df629b-877f-442b-ae08-5993016b667d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4050 2025.02.23 09:10:53.287043 [ 253 ] {f4df629b-877f-442b-ae08-5993016b667d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4051 2025.02.23 09:10:53.287696 [ 253 ] {f4df629b-877f-442b-ae08-5993016b667d} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4052 2025.02.23 09:10:53.287739 [ 253 ] {f4df629b-877f-442b-ae08-5993016b667d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4053 2025.02.23 09:10:53.288118 [ 253 ] {f4df629b-877f-442b-ae08-5993016b667d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4054 2025.02.23 09:10:53.288369 [ 253 ] {f4df629b-877f-442b-ae08-5993016b667d} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4055 2025.02.23 09:10:53.288600 [ 253 ] {f4df629b-877f-442b-ae08-5993016b667d} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001643 sec., 82775.41083384053 rows/sec., 5.14 MiB/sec.
4056 2025.02.23 09:10:53.288657 [ 253 ] {f4df629b-877f-442b-ae08-5993016b667d} <Debug> TCPHandler: Processed in 0.001863855 sec.
4057 2025.02.23 09:10:53.288811 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4058 2025.02.23 09:10:53.288937 [ 255 ] {17d15bc3-0aad-440d-b24e-e5809844e05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4059 2025.02.23 09:10:53.288991 [ 255 ] {17d15bc3-0aad-440d-b24e-e5809844e05f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4060 2025.02.23 09:10:53.289654 [ 255 ] {17d15bc3-0aad-440d-b24e-e5809844e05f} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4061 2025.02.23 09:10:53.289696 [ 255 ] {17d15bc3-0aad-440d-b24e-e5809844e05f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4062 2025.02.23 09:10:53.290070 [ 255 ] {17d15bc3-0aad-440d-b24e-e5809844e05f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4063 2025.02.23 09:10:53.290312 [ 255 ] {17d15bc3-0aad-440d-b24e-e5809844e05f} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4064 2025.02.23 09:10:53.290484 [ 66 ] {} <Debug> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4065 2025.02.23 09:10:53.290548 [ 255 ] {17d15bc3-0aad-440d-b24e-e5809844e05f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001641 sec., 68860.450944546 rows/sec., 4.46 MiB/sec.
4066 2025.02.23 09:10:53.290575 [ 66 ] {} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4067 2025.02.23 09:10:53.290640 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4068 2025.02.23 09:10:53.290669 [ 255 ] {17d15bc3-0aad-440d-b24e-e5809844e05f} <Debug> TCPHandler: Processed in 0.001913095 sec.
4069 2025.02.23 09:10:53.290995 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4070 2025.02.23 09:10:53.291070 [ 194 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::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
4071 2025.02.23 09:10:53.291286 [ 253 ] {582956c6-4ce8-4710-a1e5-1f4ae5386cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4072 2025.02.23 09:10:53.291345 [ 194 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4073 2025.02.23 09:10:53.291392 [ 253 ] {582956c6-4ce8-4710-a1e5-1f4ae5386cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4074 2025.02.23 09:10:53.291413 [ 194 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 342 rows starting from the beginning of the part
4075 2025.02.23 09:10:53.291746 [ 194 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part
4076 2025.02.23 09:10:53.292075 [ 194 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part
4077 2025.02.23 09:10:53.292413 [ 194 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part
4078 2025.02.23 09:10:53.292786 [ 194 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part
4079 2025.02.23 09:10:53.293108 [ 194 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part
4080 2025.02.23 09:10:53.294532 [ 253 ] {582956c6-4ce8-4710-a1e5-1f4ae5386cd8} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4081 2025.02.23 09:10:53.294610 [ 253 ] {582956c6-4ce8-4710-a1e5-1f4ae5386cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4082 2025.02.23 09:10:53.295669 [ 253 ] {582956c6-4ce8-4710-a1e5-1f4ae5386cd8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4083 2025.02.23 09:10:53.296109 [ 200 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.00536828 sec., 190377.55109644058 rows/sec., 13.30 MiB/sec.
4084 2025.02.23 09:10:53.296171 [ 253 ] {582956c6-4ce8-4710-a1e5-1f4ae5386cd8} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4085 2025.02.23 09:10:53.296314 [ 200 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4086 2025.02.23 09:10:53.296486 [ 253 ] {582956c6-4ce8-4710-a1e5-1f4ae5386cd8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005281 sec., 21208.10452565802 rows/sec., 1.21 MiB/sec.
4087 2025.02.23 09:10:53.296581 [ 253 ] {582956c6-4ce8-4710-a1e5-1f4ae5386cd8} <Debug> TCPHandler: Processed in 0.005797598 sec.
4088 2025.02.23 09:10:53.296777 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4089 2025.02.23 09:10:53.296788 [ 200 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_16_3} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4090 2025.02.23 09:10:53.296950 [ 200 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_16_3} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4091 2025.02.23 09:10:53.296996 [ 255 ] {217ac720-9545-4a08-9efd-45fc5b469856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4092 2025.02.23 09:10:53.297105 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
4093 2025.02.23 09:10:53.297122 [ 255 ] {217ac720-9545-4a08-9efd-45fc5b469856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4094 2025.02.23 09:10:53.297978 [ 255 ] {217ac720-9545-4a08-9efd-45fc5b469856} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4095 2025.02.23 09:10:53.298019 [ 255 ] {217ac720-9545-4a08-9efd-45fc5b469856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4096 2025.02.23 09:10:53.298412 [ 255 ] {217ac720-9545-4a08-9efd-45fc5b469856} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4097 2025.02.23 09:10:53.298651 [ 255 ] {217ac720-9545-4a08-9efd-45fc5b469856} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4098 2025.02.23 09:10:53.298937 [ 255 ] {217ac720-9545-4a08-9efd-45fc5b469856} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.002 sec., 206000 rows/sec., 14.64 MiB/sec.
4099 2025.02.23 09:10:53.299182 [ 255 ] {217ac720-9545-4a08-9efd-45fc5b469856} <Debug> TCPHandler: Processed in 0.002490607 sec.
4100 2025.02.23 09:10:53.299362 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4101 2025.02.23 09:10:53.299502 [ 253 ] {b3593dc2-1429-49e4-9d52-c62237beacf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4102 2025.02.23 09:10:53.299565 [ 253 ] {b3593dc2-1429-49e4-9d52-c62237beacf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4103 2025.02.23 09:10:53.300164 [ 253 ] {b3593dc2-1429-49e4-9d52-c62237beacf5} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4104 2025.02.23 09:10:53.300211 [ 253 ] {b3593dc2-1429-49e4-9d52-c62237beacf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4105 2025.02.23 09:10:53.300639 [ 253 ] {b3593dc2-1429-49e4-9d52-c62237beacf5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4106 2025.02.23 09:10:53.300887 [ 253 ] {b3593dc2-1429-49e4-9d52-c62237beacf5} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4107 2025.02.23 09:10:53.301048 [ 66 ] {} <Debug> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4108 2025.02.23 09:10:53.301113 [ 66 ] {} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4109 2025.02.23 09:10:53.301147 [ 253 ] {b3593dc2-1429-49e4-9d52-c62237beacf5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001667 sec., 3599.2801439712057 rows/sec., 188.05 KiB/sec.
4110 2025.02.23 09:10:53.301152 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4111 2025.02.23 09:10:53.301312 [ 253 ] {b3593dc2-1429-49e4-9d52-c62237beacf5} <Debug> TCPHandler: Processed in 0.002010607 sec.
4112 2025.02.23 09:10:53.301595 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::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
4113 2025.02.23 09:10:53.301615 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4114 2025.02.23 09:10:53.301900 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4115 2025.02.23 09:10:53.301902 [ 255 ] {a333d9ed-5744-4ab4-bba1-21308ac57e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4116 2025.02.23 09:10:53.301957 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part
4117 2025.02.23 09:10:53.302006 [ 255 ] {a333d9ed-5744-4ab4-bba1-21308ac57e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4118 2025.02.23 09:10:53.302252 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
4119 2025.02.23 09:10:53.302611 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
4120 2025.02.23 09:10:53.302962 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
4121 2025.02.23 09:10:53.303306 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
4122 2025.02.23 09:10:53.303623 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
4123 2025.02.23 09:10:53.304631 [ 255 ] {a333d9ed-5744-4ab4-bba1-21308ac57e94} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4124 2025.02.23 09:10:53.304712 [ 255 ] {a333d9ed-5744-4ab4-bba1-21308ac57e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4125 2025.02.23 09:10:53.305780 [ 255 ] {a333d9ed-5744-4ab4-bba1-21308ac57e94} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4126 2025.02.23 09:10:53.306126 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004831251 sec., 13661.057974425257 rows/sec., 713.74 KiB/sec.
4127 2025.02.23 09:10:53.306319 [ 255 ] {a333d9ed-5744-4ab4-bba1-21308ac57e94} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4128 2025.02.23 09:10:53.306451 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4129 2025.02.23 09:10:53.306790 [ 255 ] {a333d9ed-5744-4ab4-bba1-21308ac57e94} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004974 sec., 47647.76839565742 rows/sec., 3.19 MiB/sec.
4130 2025.02.23 09:10:53.306961 [ 255 ] {a333d9ed-5744-4ab4-bba1-21308ac57e94} <Debug> TCPHandler: Processed in 0.005484103 sec.
4131 2025.02.23 09:10:53.307161 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4132 2025.02.23 09:10:53.307240 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_11_2} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4133 2025.02.23 09:10:53.307366 [ 253 ] {9053a916-27b5-4fcb-8821-cb369129a74b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4134 2025.02.23 09:10:53.307452 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_11_2} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4135 2025.02.23 09:10:53.307469 [ 253 ] {9053a916-27b5-4fcb-8821-cb369129a74b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4136 2025.02.23 09:10:53.307655 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4137 2025.02.23 09:10:53.308130 [ 253 ] {9053a916-27b5-4fcb-8821-cb369129a74b} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4138 2025.02.23 09:10:53.308174 [ 253 ] {9053a916-27b5-4fcb-8821-cb369129a74b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4139 2025.02.23 09:10:53.308534 [ 253 ] {9053a916-27b5-4fcb-8821-cb369129a74b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4140 2025.02.23 09:10:53.308771 [ 253 ] {9053a916-27b5-4fcb-8821-cb369129a74b} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4141 2025.02.23 09:10:53.308986 [ 253 ] {9053a916-27b5-4fcb-8821-cb369129a74b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001695 sec., 589.9705014749263 rows/sec., 39.75 KiB/sec.
4142 2025.02.23 09:10:53.309039 [ 253 ] {9053a916-27b5-4fcb-8821-cb369129a74b} <Debug> TCPHandler: Processed in 0.001962586 sec.
4143 2025.02.23 09:10:53.309180 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4144 2025.02.23 09:10:53.309296 [ 255 ] {8af6d5b4-9669-408e-8c83-c4c6aa833b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4145 2025.02.23 09:10:53.309378 [ 255 ] {8af6d5b4-9669-408e-8c83-c4c6aa833b97} <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
4146 2025.02.23 09:10:53.310591 [ 255 ] {8af6d5b4-9669-408e-8c83-c4c6aa833b97} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4147 2025.02.23 09:10:53.310632 [ 255 ] {8af6d5b4-9669-408e-8c83-c4c6aa833b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4148 2025.02.23 09:10:53.311278 [ 255 ] {8af6d5b4-9669-408e-8c83-c4c6aa833b97} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4149 2025.02.23 09:10:53.311541 [ 255 ] {8af6d5b4-9669-408e-8c83-c4c6aa833b97} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4150 2025.02.23 09:10:53.311776 [ 255 ] {8af6d5b4-9669-408e-8c83-c4c6aa833b97} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002504 sec., 11980.830670926516 rows/sec., 21.47 MiB/sec.
4151 2025.02.23 09:10:53.311889 [ 255 ] {8af6d5b4-9669-408e-8c83-c4c6aa833b97} <Debug> TCPHandler: Processed in 0.002766342 sec.
4152 2025.02.23 09:10:53.312052 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4153 2025.02.23 09:10:53.312193 [ 253 ] {173cd9d7-d5a5-4741-bb8e-80cbf0cf6399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4154 2025.02.23 09:10:53.312254 [ 253 ] {173cd9d7-d5a5-4741-bb8e-80cbf0cf6399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4155 2025.02.23 09:10:53.312807 [ 253 ] {173cd9d7-d5a5-4741-bb8e-80cbf0cf6399} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4156 2025.02.23 09:10:53.312846 [ 253 ] {173cd9d7-d5a5-4741-bb8e-80cbf0cf6399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4157 2025.02.23 09:10:53.313233 [ 253 ] {173cd9d7-d5a5-4741-bb8e-80cbf0cf6399} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4158 2025.02.23 09:10:53.313477 [ 253 ] {173cd9d7-d5a5-4741-bb8e-80cbf0cf6399} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4159 2025.02.23 09:10:53.313746 [ 253 ] {173cd9d7-d5a5-4741-bb8e-80cbf0cf6399} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001584 sec., 51767.67676767677 rows/sec., 3.29 MiB/sec.
4160 2025.02.23 09:10:53.313952 [ 253 ] {173cd9d7-d5a5-4741-bb8e-80cbf0cf6399} <Debug> TCPHandler: Processed in 0.001963137 sec.
4161 2025.02.23 09:10:57.577760 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache
4162 2025.02.23 09:10:57.577828 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache
4163 2025.02.23 09:10:57.702401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
4164 2025.02.23 09:10:57.703200 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4165 2025.02.23 09:10:57.703251 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4166 2025.02.23 09:10:57.703792 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4167 2025.02.23 09:10:57.704051 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4168 2025.02.23 09:10:57.704318 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4169 2025.02.23 09:10:57.721352 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 588
4170 2025.02.23 09:10:57.724560 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4171 2025.02.23 09:10:57.724606 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4172 2025.02.23 09:10:57.726334 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4173 2025.02.23 09:10:57.726661 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4174 2025.02.23 09:10:57.727253 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 588
4175 2025.02.23 09:10:58.274228 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4176 2025.02.23 09:10:58.274412 [ 253 ] {bb995b66-1e19-4dee-a7dd-db90a4d1cae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4177 2025.02.23 09:10:58.274488 [ 253 ] {bb995b66-1e19-4dee-a7dd-db90a4d1cae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4178 2025.02.23 09:10:58.275263 [ 253 ] {bb995b66-1e19-4dee-a7dd-db90a4d1cae1} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4179 2025.02.23 09:10:58.275311 [ 253 ] {bb995b66-1e19-4dee-a7dd-db90a4d1cae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4180 2025.02.23 09:10:58.275741 [ 253 ] {bb995b66-1e19-4dee-a7dd-db90a4d1cae1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4181 2025.02.23 09:10:58.276002 [ 253 ] {bb995b66-1e19-4dee-a7dd-db90a4d1cae1} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4182 2025.02.23 09:10:58.276219 [ 58 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4183 2025.02.23 09:10:58.276278 [ 253 ] {bb995b66-1e19-4dee-a7dd-db90a4d1cae1} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001909 sec., 38763.75065479308 rows/sec., 3.13 MiB/sec.
4184 2025.02.23 09:10:58.276332 [ 58 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4185 2025.02.23 09:10:58.276421 [ 253 ] {bb995b66-1e19-4dee-a7dd-db90a4d1cae1} <Debug> TCPHandler: Processed in 0.002321133 sec.
4186 2025.02.23 09:10:58.276431 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4187 2025.02.23 09:10:58.276680 [ 195 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::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
4188 2025.02.23 09:10:58.276710 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4189 2025.02.23 09:10:58.276877 [ 195 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4190 2025.02.23 09:10:58.276909 [ 255 ] {01bc6e4a-f7bc-4acf-9fb1-0fe3716fc582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4191 2025.02.23 09:10:58.276923 [ 195 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1844 rows starting from the beginning of the part
4192 2025.02.23 09:10:58.276998 [ 255 ] {01bc6e4a-f7bc-4acf-9fb1-0fe3716fc582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4193 2025.02.23 09:10:58.277110 [ 195 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 74 rows starting from the beginning of the part
4194 2025.02.23 09:10:58.277623 [ 195 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 677 rows starting from the beginning of the part
4195 2025.02.23 09:10:58.277901 [ 195 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1220 rows starting from the beginning of the part
4196 2025.02.23 09:10:58.278254 [ 195 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 677 rows starting from the beginning of the part
4197 2025.02.23 09:10:58.278641 [ 195 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 74 rows starting from the beginning of the part
4198 2025.02.23 09:10:58.279843 [ 255 ] {01bc6e4a-f7bc-4acf-9fb1-0fe3716fc582} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4199 2025.02.23 09:10:58.279901 [ 255 ] {01bc6e4a-f7bc-4acf-9fb1-0fe3716fc582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4200 2025.02.23 09:10:58.280493 [ 255 ] {01bc6e4a-f7bc-4acf-9fb1-0fe3716fc582} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4201 2025.02.23 09:10:58.280771 [ 255 ] {01bc6e4a-f7bc-4acf-9fb1-0fe3716fc582} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4202 2025.02.23 09:10:58.281036 [ 255 ] {01bc6e4a-f7bc-4acf-9fb1-0fe3716fc582} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.004185 sec., 2150.537634408602 rows/sec., 161.71 KiB/sec.
4203 2025.02.23 09:10:58.281114 [ 255 ] {01bc6e4a-f7bc-4acf-9fb1-0fe3716fc582} <Debug> TCPHandler: Processed in 0.004564436 sec.
4204 2025.02.23 09:10:58.281287 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4205 2025.02.23 09:10:58.281547 [ 195 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4566 rows, containing 5 columns (5 merged, 0 gathered) in 0.004954063 sec., 921667.7301035534 rows/sec., 78.35 MiB/sec.
4206 2025.02.23 09:10:58.281586 [ 253 ] {b0846296-21fa-42bf-9df1-e4f11ae1465c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4207 2025.02.23 09:10:58.281665 [ 253 ] {b0846296-21fa-42bf-9df1-e4f11ae1465c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4208 2025.02.23 09:10:58.281980 [ 189 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4209 2025.02.23 09:10:58.282737 [ 189 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_26_5} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4210 2025.02.23 09:10:58.282933 [ 253 ] {b0846296-21fa-42bf-9df1-e4f11ae1465c} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4211 2025.02.23 09:10:58.282946 [ 189 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_26_5} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4212 2025.02.23 09:10:58.282995 [ 253 ] {b0846296-21fa-42bf-9df1-e4f11ae1465c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4213 2025.02.23 09:10:58.283150 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB.
4214 2025.02.23 09:10:58.283502 [ 253 ] {b0846296-21fa-42bf-9df1-e4f11ae1465c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4215 2025.02.23 09:10:58.283747 [ 253 ] {b0846296-21fa-42bf-9df1-e4f11ae1465c} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4216 2025.02.23 09:10:58.283936 [ 57 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4217 2025.02.23 09:10:58.284015 [ 57 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4218 2025.02.23 09:10:58.284015 [ 253 ] {b0846296-21fa-42bf-9df1-e4f11ae1465c} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.002487 sec., 29352.633695215118 rows/sec., 2.29 MiB/sec.
4219 2025.02.23 09:10:58.284055 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4220 2025.02.23 09:10:58.284194 [ 253 ] {b0846296-21fa-42bf-9df1-e4f11ae1465c} <Debug> TCPHandler: Processed in 0.002983025 sec.
4221 2025.02.23 09:10:58.284475 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4222 2025.02.23 09:10:58.284515 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::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
4223 2025.02.23 09:10:58.284875 [ 255 ] {600b989b-1f6c-4e24-ae63-bbb2b107bf3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4224 2025.02.23 09:10:58.285067 [ 255 ] {600b989b-1f6c-4e24-ae63-bbb2b107bf3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4225 2025.02.23 09:10:58.285092 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4226 2025.02.23 09:10:58.285196 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part
4227 2025.02.23 09:10:58.285516 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 73 rows starting from the beginning of the part
4228 2025.02.23 09:10:58.285846 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 412 rows starting from the beginning of the part
4229 2025.02.23 09:10:58.286150 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 541 rows starting from the beginning of the part
4230 2025.02.23 09:10:58.286451 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 412 rows starting from the beginning of the part
4231 2025.02.23 09:10:58.286709 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 73 rows starting from the beginning of the part
4232 2025.02.23 09:10:58.287784 [ 255 ] {600b989b-1f6c-4e24-ae63-bbb2b107bf3a} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4233 2025.02.23 09:10:58.287864 [ 255 ] {600b989b-1f6c-4e24-ae63-bbb2b107bf3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4234 2025.02.23 09:10:58.288963 [ 255 ] {600b989b-1f6c-4e24-ae63-bbb2b107bf3a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4235 2025.02.23 09:10:58.289329 [ 255 ] {600b989b-1f6c-4e24-ae63-bbb2b107bf3a} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4236 2025.02.23 09:10:58.289613 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4237 2025.02.23 09:10:58.289744 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4238 2025.02.23 09:10:58.289853 [ 255 ] {600b989b-1f6c-4e24-ae63-bbb2b107bf3a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005097 sec., 31391.014322150284 rows/sec., 2.19 MiB/sec.
4239 2025.02.23 09:10:58.289874 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4240 2025.02.23 09:10:58.290249 [ 255 ] {600b989b-1f6c-4e24-ae63-bbb2b107bf3a} <Debug> TCPHandler: Processed in 0.005938352 sec.
4241 2025.02.23 09:10:58.290480 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::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
4242 2025.02.23 09:10:58.290508 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.006313748 sec., 383290.5589516718 rows/sec., 29.36 MiB/sec.
4243 2025.02.23 09:10:58.290601 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4244 2025.02.23 09:10:58.290853 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4245 2025.02.23 09:10:58.290882 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4246 2025.02.23 09:10:58.290963 [ 253 ] {67e572fe-cc2a-4e28-852c-a1d9c080990c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4247 2025.02.23 09:10:58.291019 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7139 rows starting from the beginning of the part
4248 2025.02.23 09:10:58.291369 [ 253 ] {67e572fe-cc2a-4e28-852c-a1d9c080990c} <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
4249 2025.02.23 09:10:58.291737 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::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
4250 2025.02.23 09:10:58.292287 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part
4251 2025.02.23 09:10:58.292207 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_26_5} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4252 2025.02.23 09:10:58.292878 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 886 rows starting from the beginning of the part
4253 2025.02.23 09:10:58.293026 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_26_5} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4254 2025.02.23 09:10:58.293417 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part
4255 2025.02.23 09:10:58.293502 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
4256 2025.02.23 09:10:58.293893 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part
4257 2025.02.23 09:10:58.296898 [ 253 ] {67e572fe-cc2a-4e28-852c-a1d9c080990c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4258 2025.02.23 09:10:58.296962 [ 253 ] {67e572fe-cc2a-4e28-852c-a1d9c080990c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4259 2025.02.23 09:10:58.298335 [ 253 ] {67e572fe-cc2a-4e28-852c-a1d9c080990c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4260 2025.02.23 09:10:58.298984 [ 253 ] {67e572fe-cc2a-4e28-852c-a1d9c080990c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4261 2025.02.23 09:10:58.299296 [ 253 ] {67e572fe-cc2a-4e28-852c-a1d9c080990c} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.008476 sec., 1061.8216139688534 rows/sec., 1.90 MiB/sec.
4262 2025.02.23 09:10:58.299493 [ 253 ] {67e572fe-cc2a-4e28-852c-a1d9c080990c} <Debug> TCPHandler: Processed in 0.008996289 sec.
4263 2025.02.23 09:10:58.299690 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4264 2025.02.23 09:10:58.299985 [ 255 ] {58d236a2-288f-40cf-8490-694859eed025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4265 2025.02.23 09:10:58.300144 [ 255 ] {58d236a2-288f-40cf-8490-694859eed025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4266 2025.02.23 09:10:58.300159 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8819 rows, containing 5 columns (5 merged, 0 gathered) in 0.010090919 sec., 873954.0967477788 rows/sec., 59.08 MiB/sec.
4267 2025.02.23 09:10:58.300422 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4268 2025.02.23 09:10:58.300506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4269 2025.02.23 09:10:58.301323 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4270 2025.02.23 09:10:58.301757 [ 189 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4271 2025.02.23 09:10:58.302072 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB.
4272 2025.02.23 09:10:58.302444 [ 255 ] {58d236a2-288f-40cf-8490-694859eed025} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4273 2025.02.23 09:10:58.302500 [ 255 ] {58d236a2-288f-40cf-8490-694859eed025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4274 2025.02.23 09:10:58.303203 [ 255 ] {58d236a2-288f-40cf-8490-694859eed025} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4275 2025.02.23 09:10:58.303586 [ 255 ] {58d236a2-288f-40cf-8490-694859eed025} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4276 2025.02.23 09:10:58.303902 [ 57 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4277 2025.02.23 09:10:58.304023 [ 57 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4278 2025.02.23 09:10:58.304105 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4279 2025.02.23 09:10:58.304172 [ 255 ] {58d236a2-288f-40cf-8490-694859eed025} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004284 sec., 14005.60224089636 rows/sec., 966.53 KiB/sec.
4280 2025.02.23 09:10:58.304492 [ 255 ] {58d236a2-288f-40cf-8490-694859eed025} <Debug> TCPHandler: Processed in 0.004869321 sec.
4281 2025.02.23 09:10:58.304525 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::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
4282 2025.02.23 09:10:58.304752 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4283 2025.02.23 09:10:58.304805 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1428 rows starting from the beginning of the part
4284 2025.02.23 09:10:58.305036 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::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
4285 2025.02.23 09:10:58.305505 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part
4286 2025.02.23 09:10:58.305887 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::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
4287 2025.02.23 09:10:58.306253 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part
4288 2025.02.23 09:10:58.306536 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::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
4289 2025.02.23 09:10:58.309058 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1772 rows, containing 4 columns (4 merged, 0 gathered) in 0.00477545 sec., 371064.5070098106 rows/sec., 24.31 MiB/sec.
4290 2025.02.23 09:10:58.309304 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4291 2025.02.23 09:10:58.309772 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_26_5} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4292 2025.02.23 09:10:58.309915 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_26_5} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4293 2025.02.23 09:10:58.310028 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
4294 2025.02.23 09:10:58.329121 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4295 2025.02.23 09:10:58.329163 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4296 2025.02.23 09:10:58.336996 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4297 2025.02.23 09:10:58.337779 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4298 2025.02.23 09:10:58.340948 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4299 2025.02.23 09:11:03.281764 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4300 2025.02.23 09:11:03.282029 [ 253 ] {912e06e6-527d-4e42-b7de-9de435f05203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4301 2025.02.23 09:11:03.282149 [ 253 ] {912e06e6-527d-4e42-b7de-9de435f05203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4302 2025.02.23 09:11:03.283306 [ 253 ] {912e06e6-527d-4e42-b7de-9de435f05203} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4303 2025.02.23 09:11:03.283359 [ 253 ] {912e06e6-527d-4e42-b7de-9de435f05203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4304 2025.02.23 09:11:03.283817 [ 253 ] {912e06e6-527d-4e42-b7de-9de435f05203} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4305 2025.02.23 09:11:03.284080 [ 253 ] {912e06e6-527d-4e42-b7de-9de435f05203} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4306 2025.02.23 09:11:03.284372 [ 253 ] {912e06e6-527d-4e42-b7de-9de435f05203} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002423 sec., 87494.84110606687 rows/sec., 5.56 MiB/sec.
4307 2025.02.23 09:11:03.284553 [ 253 ] {912e06e6-527d-4e42-b7de-9de435f05203} <Debug> TCPHandler: Processed in 0.002933915 sec.
4308 2025.02.23 09:11:03.284843 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4309 2025.02.23 09:11:03.285123 [ 255 ] {15b294c3-f717-45e6-bd07-87defdf7de83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4310 2025.02.23 09:11:03.285244 [ 255 ] {15b294c3-f717-45e6-bd07-87defdf7de83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4311 2025.02.23 09:11:03.286263 [ 255 ] {15b294c3-f717-45e6-bd07-87defdf7de83} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4312 2025.02.23 09:11:03.286314 [ 255 ] {15b294c3-f717-45e6-bd07-87defdf7de83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4313 2025.02.23 09:11:03.286775 [ 255 ] {15b294c3-f717-45e6-bd07-87defdf7de83} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4314 2025.02.23 09:11:03.287029 [ 255 ] {15b294c3-f717-45e6-bd07-87defdf7de83} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4315 2025.02.23 09:11:03.287343 [ 255 ] {15b294c3-f717-45e6-bd07-87defdf7de83} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002289 sec., 2621.2319790301444 rows/sec., 213.74 KiB/sec.
4316 2025.02.23 09:11:03.287420 [ 255 ] {15b294c3-f717-45e6-bd07-87defdf7de83} <Debug> TCPHandler: Processed in 0.002722161 sec.
4317 2025.02.23 09:11:03.287584 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4318 2025.02.23 09:11:03.287731 [ 253 ] {abb2726d-d1fc-4947-b69d-4b4dc0abeefd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4319 2025.02.23 09:11:03.287793 [ 253 ] {abb2726d-d1fc-4947-b69d-4b4dc0abeefd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4320 2025.02.23 09:11:03.288779 [ 253 ] {abb2726d-d1fc-4947-b69d-4b4dc0abeefd} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4321 2025.02.23 09:11:03.288824 [ 253 ] {abb2726d-d1fc-4947-b69d-4b4dc0abeefd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4322 2025.02.23 09:11:03.289259 [ 253 ] {abb2726d-d1fc-4947-b69d-4b4dc0abeefd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4323 2025.02.23 09:11:03.289510 [ 253 ] {abb2726d-d1fc-4947-b69d-4b4dc0abeefd} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4324 2025.02.23 09:11:03.289776 [ 253 ] {abb2726d-d1fc-4947-b69d-4b4dc0abeefd} <Debug> executeQuery: Read 680 rows, 55.32 KiB in 0.002065 sec., 329297.8208232446 rows/sec., 26.16 MiB/sec.
4325 2025.02.23 09:11:03.289999 [ 253 ] {abb2726d-d1fc-4947-b69d-4b4dc0abeefd} <Debug> TCPHandler: Processed in 0.002476216 sec.
4326 2025.02.23 09:11:03.290264 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4327 2025.02.23 09:11:03.290389 [ 255 ] {7f99963d-2e0f-4f7e-ae23-86ed736eb41d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4328 2025.02.23 09:11:03.290443 [ 255 ] {7f99963d-2e0f-4f7e-ae23-86ed736eb41d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4329 2025.02.23 09:11:03.291262 [ 255 ] {7f99963d-2e0f-4f7e-ae23-86ed736eb41d} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4330 2025.02.23 09:11:03.291304 [ 255 ] {7f99963d-2e0f-4f7e-ae23-86ed736eb41d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4331 2025.02.23 09:11:03.291687 [ 255 ] {7f99963d-2e0f-4f7e-ae23-86ed736eb41d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4332 2025.02.23 09:11:03.291930 [ 255 ] {7f99963d-2e0f-4f7e-ae23-86ed736eb41d} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4333 2025.02.23 09:11:03.292157 [ 255 ] {7f99963d-2e0f-4f7e-ae23-86ed736eb41d} <Debug> executeQuery: Read 142 rows, 9.06 KiB in 0.001796 sec., 79064.58797327394 rows/sec., 4.93 MiB/sec.
4334 2025.02.23 09:11:03.292214 [ 255 ] {7f99963d-2e0f-4f7e-ae23-86ed736eb41d} <Debug> TCPHandler: Processed in 0.002007918 sec.
4335 2025.02.23 09:11:03.292381 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4336 2025.02.23 09:11:03.292507 [ 253 ] {4a8af80c-70d0-418e-8afa-94bb62cc182c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4337 2025.02.23 09:11:03.292560 [ 253 ] {4a8af80c-70d0-418e-8afa-94bb62cc182c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4338 2025.02.23 09:11:03.293186 [ 253 ] {4a8af80c-70d0-418e-8afa-94bb62cc182c} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4339 2025.02.23 09:11:03.293226 [ 253 ] {4a8af80c-70d0-418e-8afa-94bb62cc182c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4340 2025.02.23 09:11:03.293598 [ 253 ] {4a8af80c-70d0-418e-8afa-94bb62cc182c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4341 2025.02.23 09:11:03.293843 [ 253 ] {4a8af80c-70d0-418e-8afa-94bb62cc182c} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4342 2025.02.23 09:11:03.294077 [ 253 ] {4a8af80c-70d0-418e-8afa-94bb62cc182c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001596 sec., 70802.00501253133 rows/sec., 4.58 MiB/sec.
4343 2025.02.23 09:11:03.294129 [ 253 ] {4a8af80c-70d0-418e-8afa-94bb62cc182c} <Debug> TCPHandler: Processed in 0.001807694 sec.
4344 2025.02.23 09:11:03.294286 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4345 2025.02.23 09:11:03.294427 [ 255 ] {5757734c-0dca-4012-829f-c5cb420c3a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4346 2025.02.23 09:11:03.294487 [ 255 ] {5757734c-0dca-4012-829f-c5cb420c3a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4347 2025.02.23 09:11:03.295178 [ 255 ] {5757734c-0dca-4012-829f-c5cb420c3a48} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4348 2025.02.23 09:11:03.295219 [ 255 ] {5757734c-0dca-4012-829f-c5cb420c3a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4349 2025.02.23 09:11:03.295588 [ 255 ] {5757734c-0dca-4012-829f-c5cb420c3a48} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4350 2025.02.23 09:11:03.295824 [ 255 ] {5757734c-0dca-4012-829f-c5cb420c3a48} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4351 2025.02.23 09:11:03.296040 [ 255 ] {5757734c-0dca-4012-829f-c5cb420c3a48} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001645 sec., 68085.10638297873 rows/sec., 3.88 MiB/sec.
4352 2025.02.23 09:11:03.296094 [ 255 ] {5757734c-0dca-4012-829f-c5cb420c3a48} <Debug> TCPHandler: Processed in 0.001873625 sec.
4353 2025.02.23 09:11:03.296231 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4354 2025.02.23 09:11:03.296347 [ 253 ] {42924f4f-885c-4f2e-9449-6a0424342ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4355 2025.02.23 09:11:03.296397 [ 253 ] {42924f4f-885c-4f2e-9449-6a0424342ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4356 2025.02.23 09:11:03.297167 [ 253 ] {42924f4f-885c-4f2e-9449-6a0424342ee4} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4357 2025.02.23 09:11:03.297208 [ 253 ] {42924f4f-885c-4f2e-9449-6a0424342ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4358 2025.02.23 09:11:03.297604 [ 253 ] {42924f4f-885c-4f2e-9449-6a0424342ee4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4359 2025.02.23 09:11:03.297857 [ 253 ] {42924f4f-885c-4f2e-9449-6a0424342ee4} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4360 2025.02.23 09:11:03.298106 [ 253 ] {42924f4f-885c-4f2e-9449-6a0424342ee4} <Debug> executeQuery: Read 418 rows, 30.48 KiB in 0.001781 sec., 234699.60696238067 rows/sec., 16.71 MiB/sec.
4361 2025.02.23 09:11:03.298324 [ 253 ] {42924f4f-885c-4f2e-9449-6a0424342ee4} <Debug> TCPHandler: Processed in 0.00214426 sec.
4362 2025.02.23 09:11:03.298502 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4363 2025.02.23 09:11:03.298618 [ 255 ] {ab041d32-39e9-4108-8a51-1d3f4c51d868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4364 2025.02.23 09:11:03.298671 [ 255 ] {ab041d32-39e9-4108-8a51-1d3f4c51d868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4365 2025.02.23 09:11:03.299166 [ 255 ] {ab041d32-39e9-4108-8a51-1d3f4c51d868} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4366 2025.02.23 09:11:03.299204 [ 255 ] {ab041d32-39e9-4108-8a51-1d3f4c51d868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4367 2025.02.23 09:11:03.299581 [ 255 ] {ab041d32-39e9-4108-8a51-1d3f4c51d868} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4368 2025.02.23 09:11:03.299827 [ 255 ] {ab041d32-39e9-4108-8a51-1d3f4c51d868} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4369 2025.02.23 09:11:03.300039 [ 255 ] {ab041d32-39e9-4108-8a51-1d3f4c51d868} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001446 sec., 4149.377593360996 rows/sec., 216.79 KiB/sec.
4370 2025.02.23 09:11:03.300092 [ 255 ] {ab041d32-39e9-4108-8a51-1d3f4c51d868} <Debug> TCPHandler: Processed in 0.001648391 sec.
4371 2025.02.23 09:11:03.300248 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4372 2025.02.23 09:11:03.300385 [ 253 ] {97af894d-2cc1-4848-bf5d-d356ee998c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4373 2025.02.23 09:11:03.300448 [ 253 ] {97af894d-2cc1-4848-bf5d-d356ee998c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4374 2025.02.23 09:11:03.301853 [ 253 ] {97af894d-2cc1-4848-bf5d-d356ee998c26} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4375 2025.02.23 09:11:03.301893 [ 253 ] {97af894d-2cc1-4848-bf5d-d356ee998c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4376 2025.02.23 09:11:03.302300 [ 253 ] {97af894d-2cc1-4848-bf5d-d356ee998c26} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4377 2025.02.23 09:11:03.302542 [ 253 ] {97af894d-2cc1-4848-bf5d-d356ee998c26} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4378 2025.02.23 09:11:03.302755 [ 253 ] {97af894d-2cc1-4848-bf5d-d356ee998c26} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.002401 sec., 99958.35068721366 rows/sec., 6.70 MiB/sec.
4379 2025.02.23 09:11:03.302808 [ 253 ] {97af894d-2cc1-4848-bf5d-d356ee998c26} <Debug> TCPHandler: Processed in 0.00262853 sec.
4380 2025.02.23 09:11:03.302958 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4381 2025.02.23 09:11:03.303095 [ 255 ] {99d2d9ff-6473-4cfc-b466-8c06734b9ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4382 2025.02.23 09:11:03.303155 [ 255 ] {99d2d9ff-6473-4cfc-b466-8c06734b9ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4383 2025.02.23 09:11:03.303752 [ 255 ] {99d2d9ff-6473-4cfc-b466-8c06734b9ba4} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4384 2025.02.23 09:11:03.303799 [ 255 ] {99d2d9ff-6473-4cfc-b466-8c06734b9ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4385 2025.02.23 09:11:03.304178 [ 255 ] {99d2d9ff-6473-4cfc-b466-8c06734b9ba4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4386 2025.02.23 09:11:03.304428 [ 255 ] {99d2d9ff-6473-4cfc-b466-8c06734b9ba4} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4387 2025.02.23 09:11:03.304664 [ 255 ] {99d2d9ff-6473-4cfc-b466-8c06734b9ba4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001585 sec., 630.9148264984227 rows/sec., 42.51 KiB/sec.
4388 2025.02.23 09:11:03.304818 [ 255 ] {99d2d9ff-6473-4cfc-b466-8c06734b9ba4} <Debug> TCPHandler: Processed in 0.001922516 sec.
4389 2025.02.23 09:11:03.305033 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4390 2025.02.23 09:11:03.305171 [ 253 ] {d7ff391b-8323-4cb9-a800-b8010148b912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4391 2025.02.23 09:11:03.305266 [ 253 ] {d7ff391b-8323-4cb9-a800-b8010148b912} <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
4392 2025.02.23 09:11:03.306532 [ 253 ] {d7ff391b-8323-4cb9-a800-b8010148b912} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4393 2025.02.23 09:11:03.306571 [ 253 ] {d7ff391b-8323-4cb9-a800-b8010148b912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4394 2025.02.23 09:11:03.307215 [ 253 ] {d7ff391b-8323-4cb9-a800-b8010148b912} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4395 2025.02.23 09:11:03.307477 [ 253 ] {d7ff391b-8323-4cb9-a800-b8010148b912} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4396 2025.02.23 09:11:03.307678 [ 253 ] {d7ff391b-8323-4cb9-a800-b8010148b912} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002539 sec., 11815.675462780622 rows/sec., 21.17 MiB/sec.
4397 2025.02.23 09:11:03.307779 [ 253 ] {d7ff391b-8323-4cb9-a800-b8010148b912} <Debug> TCPHandler: Processed in 0.002811463 sec.
4398 2025.02.23 09:11:03.307931 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4399 2025.02.23 09:11:03.308151 [ 255 ] {9d21e0e4-81ca-45af-9062-4c75190c7440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4400 2025.02.23 09:11:03.308246 [ 255 ] {9d21e0e4-81ca-45af-9062-4c75190c7440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4401 2025.02.23 09:11:03.309048 [ 255 ] {9d21e0e4-81ca-45af-9062-4c75190c7440} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4402 2025.02.23 09:11:03.309087 [ 255 ] {9d21e0e4-81ca-45af-9062-4c75190c7440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4403 2025.02.23 09:11:03.309461 [ 255 ] {9d21e0e4-81ca-45af-9062-4c75190c7440} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4404 2025.02.23 09:11:03.309695 [ 255 ] {9d21e0e4-81ca-45af-9062-4c75190c7440} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4405 2025.02.23 09:11:03.309900 [ 255 ] {9d21e0e4-81ca-45af-9062-4c75190c7440} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001803 sec., 45479.75596228508 rows/sec., 2.89 MiB/sec.
4406 2025.02.23 09:11:03.309952 [ 255 ] {9d21e0e4-81ca-45af-9062-4c75190c7440} <Debug> TCPHandler: Processed in 0.002096859 sec.
4407 2025.02.23 09:11:05.204501 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
4408 2025.02.23 09:11:05.205235 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4409 2025.02.23 09:11:05.205279 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4410 2025.02.23 09:11:05.205871 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4411 2025.02.23 09:11:05.206141 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4412 2025.02.23 09:11:05.206308 [ 48 ] {} <Debug> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4413 2025.02.23 09:11:05.206347 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
4414 2025.02.23 09:11:05.206363 [ 48 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4415 2025.02.23 09:11:05.206391 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4416 2025.02.23 09:11:05.206548 [ 193 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
4417 2025.02.23 09:11:05.206715 [ 193 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4418 2025.02.23 09:11:05.206761 [ 193 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
4419 2025.02.23 09:11:05.206846 [ 193 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
4420 2025.02.23 09:11:05.207078 [ 193 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
4421 2025.02.23 09:11:05.207294 [ 193 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
4422 2025.02.23 09:11:05.207471 [ 193 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
4423 2025.02.23 09:11:05.207628 [ 193 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
4424 2025.02.23 09:11:05.210117 [ 198 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003638378 sec., 2665748.3087243824 rows/sec., 38.13 MiB/sec.
4425 2025.02.23 09:11:05.210448 [ 191 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4426 2025.02.23 09:11:05.210827 [ 191 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_21_4} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4427 2025.02.23 09:11:05.210923 [ 191 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_21_4} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4428 2025.02.23 09:11:05.211048 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB.
4429 2025.02.23 09:11:05.841075 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4430 2025.02.23 09:11:05.862872 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4431 2025.02.23 09:11:05.862938 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4432 2025.02.23 09:11:05.871115 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4433 2025.02.23 09:11:05.871911 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4434 2025.02.23 09:11:05.872304 [ 48 ] {} <Debug> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4435 2025.02.23 09:11:05.872439 [ 48 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4436 2025.02.23 09:11:05.872507 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4437 2025.02.23 09:11:05.872884 [ 193 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
4438 2025.02.23 09:11:05.889868 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4439 2025.02.23 09:11:05.891042 [ 193 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4440 2025.02.23 09:11:05.892785 [ 193 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
4441 2025.02.23 09:11:05.898995 [ 193 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
4442 2025.02.23 09:11:05.905176 [ 193 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
4443 2025.02.23 09:11:05.911864 [ 193 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
4444 2025.02.23 09:11:05.917649 [ 193 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
4445 2025.02.23 09:11:05.922471 [ 193 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
4446 2025.02.23 09:11:05.983404 [ 198 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.110728652 sec., 1435.9427043327503 rows/sec., 7.43 MiB/sec.
4447 2025.02.23 09:11:05.986208 [ 192 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4448 2025.02.23 09:11:05.989253 [ 192 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_21_4} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4449 2025.02.23 09:11:05.989382 [ 192 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_21_4} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4450 2025.02.23 09:11:05.991873 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4451 2025.02.23 09:11:06.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.74 MiB, peak 193.28 MiB, free memory in arenas 0.00 B, will set to 185.31 MiB (RSS), difference: 2.58 MiB
4452 2025.02.23 09:11:07.727540 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 624
4453 2025.02.23 09:11:07.730727 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4454 2025.02.23 09:11:07.730779 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4455 2025.02.23 09:11:07.732278 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4456 2025.02.23 09:11:07.732606 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4457 2025.02.23 09:11:07.733669 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 624
4458 2025.02.23 09:11:08.274888 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4459 2025.02.23 09:11:08.275178 [ 253 ] {6f971cf0-78e1-42b2-ac1a-e0944c2ac8e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4460 2025.02.23 09:11:08.275257 [ 253 ] {6f971cf0-78e1-42b2-ac1a-e0944c2ac8e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4461 2025.02.23 09:11:08.276103 [ 253 ] {6f971cf0-78e1-42b2-ac1a-e0944c2ac8e5} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4462 2025.02.23 09:11:08.276155 [ 253 ] {6f971cf0-78e1-42b2-ac1a-e0944c2ac8e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4463 2025.02.23 09:11:08.276617 [ 253 ] {6f971cf0-78e1-42b2-ac1a-e0944c2ac8e5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4464 2025.02.23 09:11:08.276876 [ 253 ] {6f971cf0-78e1-42b2-ac1a-e0944c2ac8e5} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4465 2025.02.23 09:11:08.277144 [ 253 ] {6f971cf0-78e1-42b2-ac1a-e0944c2ac8e5} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.002033 sec., 36399.409739301525 rows/sec., 2.94 MiB/sec.
4466 2025.02.23 09:11:08.277214 [ 253 ] {6f971cf0-78e1-42b2-ac1a-e0944c2ac8e5} <Debug> TCPHandler: Processed in 0.002520907 sec.
4467 2025.02.23 09:11:08.277472 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4468 2025.02.23 09:11:08.277665 [ 255 ] {3ccca8d4-7768-48dd-a285-9dda7633bc3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4469 2025.02.23 09:11:08.277738 [ 255 ] {3ccca8d4-7768-48dd-a285-9dda7633bc3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4470 2025.02.23 09:11:08.278491 [ 255 ] {3ccca8d4-7768-48dd-a285-9dda7633bc3f} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4471 2025.02.23 09:11:08.278539 [ 255 ] {3ccca8d4-7768-48dd-a285-9dda7633bc3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4472 2025.02.23 09:11:08.278980 [ 255 ] {3ccca8d4-7768-48dd-a285-9dda7633bc3f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4473 2025.02.23 09:11:08.279237 [ 255 ] {3ccca8d4-7768-48dd-a285-9dda7633bc3f} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4474 2025.02.23 09:11:08.279444 [ 38 ] {} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4475 2025.02.23 09:11:08.279531 [ 255 ] {3ccca8d4-7768-48dd-a285-9dda7633bc3f} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001914 sec., 4702.194357366771 rows/sec., 353.58 KiB/sec.
4476 2025.02.23 09:11:08.279553 [ 38 ] {} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4477 2025.02.23 09:11:08.279643 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4478 2025.02.23 09:11:08.279680 [ 255 ] {3ccca8d4-7768-48dd-a285-9dda7633bc3f} <Debug> TCPHandler: Processed in 0.002328544 sec.
4479 2025.02.23 09:11:08.279919 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4480 2025.02.23 09:11:08.279958 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::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
4481 2025.02.23 09:11:08.280092 [ 253 ] {17488ee9-06c8-40d6-9c25-edefb02c6ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4482 2025.02.23 09:11:08.280129 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4483 2025.02.23 09:11:08.280168 [ 253 ] {17488ee9-06c8-40d6-9c25-edefb02c6ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4484 2025.02.23 09:11:08.280172 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 159 rows starting from the beginning of the part
4485 2025.02.23 09:11:08.280410 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 21 rows starting from the beginning of the part
4486 2025.02.23 09:11:08.280788 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 136 rows starting from the beginning of the part
4487 2025.02.23 09:11:08.281157 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 9 rows starting from the beginning of the part
4488 2025.02.23 09:11:08.281507 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 142 rows starting from the beginning of the part
4489 2025.02.23 09:11:08.281866 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 9 rows starting from the beginning of the part
4490 2025.02.23 09:11:08.282782 [ 253 ] {17488ee9-06c8-40d6-9c25-edefb02c6ba5} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4491 2025.02.23 09:11:08.282826 [ 253 ] {17488ee9-06c8-40d6-9c25-edefb02c6ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4492 2025.02.23 09:11:08.283460 [ 253 ] {17488ee9-06c8-40d6-9c25-edefb02c6ba5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4493 2025.02.23 09:11:08.283657 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 476 rows, containing 5 columns (5 merged, 0 gathered) in 0.003863742 sec., 123196.63165915322 rows/sec., 8.27 MiB/sec.
4494 2025.02.23 09:11:08.283863 [ 253 ] {17488ee9-06c8-40d6-9c25-edefb02c6ba5} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4495 2025.02.23 09:11:08.283982 [ 201 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4496 2025.02.23 09:11:08.284292 [ 253 ] {17488ee9-06c8-40d6-9c25-edefb02c6ba5} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.004251 sec., 17172.430016466715 rows/sec., 1.34 MiB/sec.
4497 2025.02.23 09:11:08.284426 [ 253 ] {17488ee9-06c8-40d6-9c25-edefb02c6ba5} <Debug> TCPHandler: Processed in 0.004630567 sec.
4498 2025.02.23 09:11:08.284691 [ 196 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_21_4} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4499 2025.02.23 09:11:08.284709 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4500 2025.02.23 09:11:08.284812 [ 196 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_21_4} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4501 2025.02.23 09:11:08.284983 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
4502 2025.02.23 09:11:08.285061 [ 255 ] {5b313440-65b8-407f-9065-bba101681c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4503 2025.02.23 09:11:08.285153 [ 255 ] {5b313440-65b8-407f-9065-bba101681c0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4504 2025.02.23 09:11:08.285739 [ 255 ] {5b313440-65b8-407f-9065-bba101681c0b} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4505 2025.02.23 09:11:08.285780 [ 255 ] {5b313440-65b8-407f-9065-bba101681c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4506 2025.02.23 09:11:08.286193 [ 255 ] {5b313440-65b8-407f-9065-bba101681c0b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4507 2025.02.23 09:11:08.286441 [ 255 ] {5b313440-65b8-407f-9065-bba101681c0b} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4508 2025.02.23 09:11:08.286635 [ 255 ] {5b313440-65b8-407f-9065-bba101681c0b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001667 sec., 95980.80383923215 rows/sec., 6.68 MiB/sec.
4509 2025.02.23 09:11:08.286733 [ 255 ] {5b313440-65b8-407f-9065-bba101681c0b} <Debug> TCPHandler: Processed in 0.00216866 sec.
4510 2025.02.23 09:11:08.286909 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4511 2025.02.23 09:11:08.287025 [ 253 ] {40c9f981-2071-4865-85d1-f4ccd6398ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4512 2025.02.23 09:11:08.287110 [ 253 ] {40c9f981-2071-4865-85d1-f4ccd6398ff5} <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
4513 2025.02.23 09:11:08.288209 [ 253 ] {40c9f981-2071-4865-85d1-f4ccd6398ff5} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4514 2025.02.23 09:11:08.288250 [ 253 ] {40c9f981-2071-4865-85d1-f4ccd6398ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4515 2025.02.23 09:11:08.288910 [ 253 ] {40c9f981-2071-4865-85d1-f4ccd6398ff5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4516 2025.02.23 09:11:08.289180 [ 253 ] {40c9f981-2071-4865-85d1-f4ccd6398ff5} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4517 2025.02.23 09:11:08.289442 [ 253 ] {40c9f981-2071-4865-85d1-f4ccd6398ff5} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002442 sec., 3685.503685503685 rows/sec., 6.60 MiB/sec.
4518 2025.02.23 09:11:08.289537 [ 253 ] {40c9f981-2071-4865-85d1-f4ccd6398ff5} <Debug> TCPHandler: Processed in 0.002706871 sec.
4519 2025.02.23 09:11:08.289691 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4520 2025.02.23 09:11:08.289831 [ 255 ] {f550a946-1a47-492b-8bd6-6596be481d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4521 2025.02.23 09:11:08.289891 [ 255 ] {f550a946-1a47-492b-8bd6-6596be481d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4522 2025.02.23 09:11:08.290482 [ 255 ] {f550a946-1a47-492b-8bd6-6596be481d1a} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4523 2025.02.23 09:11:08.290523 [ 255 ] {f550a946-1a47-492b-8bd6-6596be481d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4524 2025.02.23 09:11:08.290909 [ 255 ] {f550a946-1a47-492b-8bd6-6596be481d1a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4525 2025.02.23 09:11:08.291156 [ 255 ] {f550a946-1a47-492b-8bd6-6596be481d1a} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4526 2025.02.23 09:11:08.291378 [ 255 ] {f550a946-1a47-492b-8bd6-6596be481d1a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec.
4527 2025.02.23 09:11:08.291584 [ 255 ] {f550a946-1a47-492b-8bd6-6596be481d1a} <Debug> TCPHandler: Processed in 0.001956057 sec.
4528 2025.02.23 09:11:12.577875 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache
4529 2025.02.23 09:11:12.577944 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache
4530 2025.02.23 09:11:12.706535 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4531 2025.02.23 09:11:12.707173 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4532 2025.02.23 09:11:12.707219 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4533 2025.02.23 09:11:12.707767 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4534 2025.02.23 09:11:12.708042 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4535 2025.02.23 09:11:12.708234 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4536 2025.02.23 09:11:13.281095 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4537 2025.02.23 09:11:13.281291 [ 253 ] {4a0e94f9-c9c4-408b-afcb-0c54d07d28ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4538 2025.02.23 09:11:13.281370 [ 253 ] {4a0e94f9-c9c4-408b-afcb-0c54d07d28ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4539 2025.02.23 09:11:13.282256 [ 253 ] {4a0e94f9-c9c4-408b-afcb-0c54d07d28ce} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4540 2025.02.23 09:11:13.282310 [ 253 ] {4a0e94f9-c9c4-408b-afcb-0c54d07d28ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4541 2025.02.23 09:11:13.282768 [ 253 ] {4a0e94f9-c9c4-408b-afcb-0c54d07d28ce} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4542 2025.02.23 09:11:13.283022 [ 253 ] {4a0e94f9-c9c4-408b-afcb-0c54d07d28ce} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4543 2025.02.23 09:11:13.283235 [ 41 ] {} <Debug> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4544 2025.02.23 09:11:13.283311 [ 253 ] {4a0e94f9-c9c4-408b-afcb-0c54d07d28ce} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002068 sec., 102514.50676982592 rows/sec., 6.52 MiB/sec.
4545 2025.02.23 09:11:13.283324 [ 41 ] {} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4546 2025.02.23 09:11:13.283397 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4547 2025.02.23 09:11:13.283457 [ 253 ] {4a0e94f9-c9c4-408b-afcb-0c54d07d28ce} <Debug> TCPHandler: Processed in 0.002504757 sec.
4548 2025.02.23 09:11:13.283687 [ 201 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full
4549 2025.02.23 09:11:13.283801 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4550 2025.02.23 09:11:13.283871 [ 201 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4551 2025.02.23 09:11:13.283923 [ 201 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 212 rows starting from the beginning of the part
4552 2025.02.23 09:11:13.284157 [ 201 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part
4553 2025.02.23 09:11:13.284168 [ 255 ] {396a14f4-a4a3-4632-b5a5-c03ff15d407b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4554 2025.02.23 09:11:13.284424 [ 255 ] {396a14f4-a4a3-4632-b5a5-c03ff15d407b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4555 2025.02.23 09:11:13.284579 [ 201 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part
4556 2025.02.23 09:11:13.284949 [ 201 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part
4557 2025.02.23 09:11:13.285274 [ 201 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part
4558 2025.02.23 09:11:13.287595 [ 255 ] {396a14f4-a4a3-4632-b5a5-c03ff15d407b} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4559 2025.02.23 09:11:13.287676 [ 255 ] {396a14f4-a4a3-4632-b5a5-c03ff15d407b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4560 2025.02.23 09:11:13.288029 [ 196 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004518804 sec., 234575.34338732105 rows/sec., 15.81 MiB/sec.
4561 2025.02.23 09:11:13.288269 [ 196 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4562 2025.02.23 09:11:13.288716 [ 255 ] {396a14f4-a4a3-4632-b5a5-c03ff15d407b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4563 2025.02.23 09:11:13.288750 [ 196 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_13_3} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4564 2025.02.23 09:11:13.288880 [ 196 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_13_3} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4565 2025.02.23 09:11:13.289038 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
4566 2025.02.23 09:11:13.289158 [ 255 ] {396a14f4-a4a3-4632-b5a5-c03ff15d407b} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4567 2025.02.23 09:11:13.289476 [ 255 ] {396a14f4-a4a3-4632-b5a5-c03ff15d407b} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.005464 sec., 123901.90336749634 rows/sec., 9.85 MiB/sec.
4568 2025.02.23 09:11:13.289739 [ 255 ] {396a14f4-a4a3-4632-b5a5-c03ff15d407b} <Debug> TCPHandler: Processed in 0.006122744 sec.
4569 2025.02.23 09:11:13.289935 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4570 2025.02.23 09:11:13.290062 [ 253 ] {0acb4af6-a09d-4270-92fd-9f1e554ddab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4571 2025.02.23 09:11:13.290121 [ 253 ] {0acb4af6-a09d-4270-92fd-9f1e554ddab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4572 2025.02.23 09:11:13.290878 [ 253 ] {0acb4af6-a09d-4270-92fd-9f1e554ddab4} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4573 2025.02.23 09:11:13.290921 [ 253 ] {0acb4af6-a09d-4270-92fd-9f1e554ddab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4574 2025.02.23 09:11:13.291321 [ 253 ] {0acb4af6-a09d-4270-92fd-9f1e554ddab4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4575 2025.02.23 09:11:13.291577 [ 253 ] {0acb4af6-a09d-4270-92fd-9f1e554ddab4} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4576 2025.02.23 09:11:13.291806 [ 253 ] {0acb4af6-a09d-4270-92fd-9f1e554ddab4} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001775 sec., 76619.71830985915 rows/sec., 4.75 MiB/sec.
4577 2025.02.23 09:11:13.291873 [ 253 ] {0acb4af6-a09d-4270-92fd-9f1e554ddab4} <Debug> TCPHandler: Processed in 0.001997887 sec.
4578 2025.02.23 09:11:13.292020 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4579 2025.02.23 09:11:13.292146 [ 255 ] {6604b42e-ac14-4241-a7ba-95c48c33681f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4580 2025.02.23 09:11:13.292201 [ 255 ] {6604b42e-ac14-4241-a7ba-95c48c33681f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4581 2025.02.23 09:11:13.292952 [ 255 ] {6604b42e-ac14-4241-a7ba-95c48c33681f} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4582 2025.02.23 09:11:13.293001 [ 255 ] {6604b42e-ac14-4241-a7ba-95c48c33681f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4583 2025.02.23 09:11:13.293428 [ 255 ] {6604b42e-ac14-4241-a7ba-95c48c33681f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4584 2025.02.23 09:11:13.293667 [ 255 ] {6604b42e-ac14-4241-a7ba-95c48c33681f} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4585 2025.02.23 09:11:13.293900 [ 255 ] {6604b42e-ac14-4241-a7ba-95c48c33681f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001783 sec., 63376.332024677504 rows/sec., 4.10 MiB/sec.
4586 2025.02.23 09:11:13.293956 [ 255 ] {6604b42e-ac14-4241-a7ba-95c48c33681f} <Debug> TCPHandler: Processed in 0.001992177 sec.
4587 2025.02.23 09:11:13.294106 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4588 2025.02.23 09:11:13.294230 [ 253 ] {861489aa-3d8b-44b3-873d-ade32d39978a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4589 2025.02.23 09:11:13.294281 [ 253 ] {861489aa-3d8b-44b3-873d-ade32d39978a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4590 2025.02.23 09:11:13.295052 [ 253 ] {861489aa-3d8b-44b3-873d-ade32d39978a} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4591 2025.02.23 09:11:13.295100 [ 253 ] {861489aa-3d8b-44b3-873d-ade32d39978a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4592 2025.02.23 09:11:13.295512 [ 253 ] {861489aa-3d8b-44b3-873d-ade32d39978a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4593 2025.02.23 09:11:13.295756 [ 253 ] {861489aa-3d8b-44b3-873d-ade32d39978a} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4594 2025.02.23 09:11:13.295918 [ 41 ] {} <Debug> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4595 2025.02.23 09:11:13.295990 [ 41 ] {} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4596 2025.02.23 09:11:13.296022 [ 253 ] {861489aa-3d8b-44b3-873d-ade32d39978a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001808 sec., 61946.902654867255 rows/sec., 3.53 MiB/sec.
4597 2025.02.23 09:11:13.296033 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4598 2025.02.23 09:11:13.296179 [ 253 ] {861489aa-3d8b-44b3-873d-ade32d39978a} <Debug> TCPHandler: Processed in 0.00213209 sec.
4599 2025.02.23 09:11:13.296232 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full
4600 2025.02.23 09:11:13.296353 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4601 2025.02.23 09:11:13.296396 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4602 2025.02.23 09:11:13.296411 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 112 rows starting from the beginning of the part
4603 2025.02.23 09:11:13.296625 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part
4604 2025.02.23 09:11:13.296792 [ 255 ] {84b74ff1-d52a-4e97-81ca-bf6eccef47a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4605 2025.02.23 09:11:13.296966 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part
4606 2025.02.23 09:11:13.296996 [ 255 ] {84b74ff1-d52a-4e97-81ca-bf6eccef47a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4607 2025.02.23 09:11:13.297319 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part
4608 2025.02.23 09:11:13.297663 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part
4609 2025.02.23 09:11:13.299788 [ 255 ] {84b74ff1-d52a-4e97-81ca-bf6eccef47a8} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4610 2025.02.23 09:11:13.299848 [ 255 ] {84b74ff1-d52a-4e97-81ca-bf6eccef47a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4611 2025.02.23 09:11:13.300276 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004104817 sec., 136425.08301831727 rows/sec., 8.29 MiB/sec.
4612 2025.02.23 09:11:13.300459 [ 188 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4613 2025.02.23 09:11:13.300866 [ 255 ] {84b74ff1-d52a-4e97-81ca-bf6eccef47a8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4614 2025.02.23 09:11:13.301075 [ 196 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_13_3} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4615 2025.02.23 09:11:13.301252 [ 196 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_13_3} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4616 2025.02.23 09:11:13.301291 [ 255 ] {84b74ff1-d52a-4e97-81ca-bf6eccef47a8} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4617 2025.02.23 09:11:13.301410 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4618 2025.02.23 09:11:13.301640 [ 255 ] {84b74ff1-d52a-4e97-81ca-bf6eccef47a8} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.005017 sec., 82120.7893163245 rows/sec., 5.84 MiB/sec.
4619 2025.02.23 09:11:13.301722 [ 255 ] {84b74ff1-d52a-4e97-81ca-bf6eccef47a8} <Debug> TCPHandler: Processed in 0.005420381 sec.
4620 2025.02.23 09:11:13.301888 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4621 2025.02.23 09:11:13.302012 [ 253 ] {e1496296-1461-443e-ac31-fad509bc2884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4622 2025.02.23 09:11:13.302067 [ 253 ] {e1496296-1461-443e-ac31-fad509bc2884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4623 2025.02.23 09:11:13.303585 [ 253 ] {e1496296-1461-443e-ac31-fad509bc2884} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4624 2025.02.23 09:11:13.303625 [ 253 ] {e1496296-1461-443e-ac31-fad509bc2884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4625 2025.02.23 09:11:13.304013 [ 253 ] {e1496296-1461-443e-ac31-fad509bc2884} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4626 2025.02.23 09:11:13.304302 [ 253 ] {e1496296-1461-443e-ac31-fad509bc2884} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4627 2025.02.23 09:11:13.304582 [ 253 ] {e1496296-1461-443e-ac31-fad509bc2884} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002592 sec., 2314.814814814815 rows/sec., 120.94 KiB/sec.
4628 2025.02.23 09:11:13.304743 [ 253 ] {e1496296-1461-443e-ac31-fad509bc2884} <Debug> TCPHandler: Processed in 0.002909884 sec.
4629 2025.02.23 09:11:13.305068 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4630 2025.02.23 09:11:13.305208 [ 255 ] {de8028b3-d36d-475f-8b49-d89866e3c073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4631 2025.02.23 09:11:13.305273 [ 255 ] {de8028b3-d36d-475f-8b49-d89866e3c073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4632 2025.02.23 09:11:13.305978 [ 255 ] {de8028b3-d36d-475f-8b49-d89866e3c073} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4633 2025.02.23 09:11:13.306025 [ 255 ] {de8028b3-d36d-475f-8b49-d89866e3c073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4634 2025.02.23 09:11:13.306480 [ 255 ] {de8028b3-d36d-475f-8b49-d89866e3c073} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4635 2025.02.23 09:11:13.306736 [ 255 ] {de8028b3-d36d-475f-8b49-d89866e3c073} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4636 2025.02.23 09:11:13.306952 [ 255 ] {de8028b3-d36d-475f-8b49-d89866e3c073} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001775 sec., 133521.12676056338 rows/sec., 8.95 MiB/sec.
4637 2025.02.23 09:11:13.307007 [ 255 ] {de8028b3-d36d-475f-8b49-d89866e3c073} <Debug> TCPHandler: Processed in 0.002006848 sec.
4638 2025.02.23 09:11:13.307168 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4639 2025.02.23 09:11:13.307296 [ 253 ] {c8350dff-a828-47d9-8e40-43f1a999e8f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4640 2025.02.23 09:11:13.307359 [ 253 ] {c8350dff-a828-47d9-8e40-43f1a999e8f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4641 2025.02.23 09:11:13.307952 [ 253 ] {c8350dff-a828-47d9-8e40-43f1a999e8f0} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4642 2025.02.23 09:11:13.308000 [ 253 ] {c8350dff-a828-47d9-8e40-43f1a999e8f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4643 2025.02.23 09:11:13.308414 [ 253 ] {c8350dff-a828-47d9-8e40-43f1a999e8f0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4644 2025.02.23 09:11:13.308656 [ 253 ] {c8350dff-a828-47d9-8e40-43f1a999e8f0} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4645 2025.02.23 09:11:13.308881 [ 253 ] {c8350dff-a828-47d9-8e40-43f1a999e8f0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001618 sec., 618.0469715698392 rows/sec., 41.65 KiB/sec.
4646 2025.02.23 09:11:13.308940 [ 253 ] {c8350dff-a828-47d9-8e40-43f1a999e8f0} <Debug> TCPHandler: Processed in 0.001831054 sec.
4647 2025.02.23 09:11:13.309082 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4648 2025.02.23 09:11:13.309198 [ 255 ] {9db634fa-52b6-4249-b0aa-78d34cc21d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4649 2025.02.23 09:11:13.309279 [ 255 ] {9db634fa-52b6-4249-b0aa-78d34cc21d71} <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
4650 2025.02.23 09:11:13.310599 [ 255 ] {9db634fa-52b6-4249-b0aa-78d34cc21d71} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4651 2025.02.23 09:11:13.310639 [ 255 ] {9db634fa-52b6-4249-b0aa-78d34cc21d71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4652 2025.02.23 09:11:13.311283 [ 255 ] {9db634fa-52b6-4249-b0aa-78d34cc21d71} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4653 2025.02.23 09:11:13.311543 [ 255 ] {9db634fa-52b6-4249-b0aa-78d34cc21d71} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4654 2025.02.23 09:11:13.311727 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4655 2025.02.23 09:11:13.311801 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4656 2025.02.23 09:11:13.311836 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4657 2025.02.23 09:11:13.311842 [ 255 ] {9db634fa-52b6-4249-b0aa-78d34cc21d71} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002663 sec., 11265.490048817124 rows/sec., 20.19 MiB/sec.
4658 2025.02.23 09:11:13.312164 [ 196 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::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
4659 2025.02.23 09:11:13.312235 [ 255 ] {9db634fa-52b6-4249-b0aa-78d34cc21d71} <Debug> TCPHandler: Processed in 0.00320401 sec.
4660 2025.02.23 09:11:13.312506 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4661 2025.02.23 09:11:13.312556 [ 196 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4662 2025.02.23 09:11:13.312646 [ 196 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 352 rows starting from the beginning of the part
4663 2025.02.23 09:11:13.312688 [ 253 ] {aa26ad74-0811-4696-a341-0cf04229dd99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4664 2025.02.23 09:11:13.312815 [ 253 ] {aa26ad74-0811-4696-a341-0cf04229dd99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4665 2025.02.23 09:11:13.313245 [ 196 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part
4666 2025.02.23 09:11:13.313852 [ 196 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part
4667 2025.02.23 09:11:13.314490 [ 196 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part
4668 2025.02.23 09:11:13.314621 [ 253 ] {aa26ad74-0811-4696-a341-0cf04229dd99} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4669 2025.02.23 09:11:13.314730 [ 253 ] {aa26ad74-0811-4696-a341-0cf04229dd99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4670 2025.02.23 09:11:13.315091 [ 196 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part
4671 2025.02.23 09:11:13.315670 [ 196 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part
4672 2025.02.23 09:11:13.315860 [ 253 ] {aa26ad74-0811-4696-a341-0cf04229dd99} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4673 2025.02.23 09:11:13.316367 [ 253 ] {aa26ad74-0811-4696-a341-0cf04229dd99} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4674 2025.02.23 09:11:13.316803 [ 253 ] {aa26ad74-0811-4696-a341-0cf04229dd99} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004143 sec., 19792.420951001688 rows/sec., 1.26 MiB/sec.
4675 2025.02.23 09:11:13.317232 [ 253 ] {aa26ad74-0811-4696-a341-0cf04229dd99} <Debug> TCPHandler: Processed in 0.00480564 sec.
4676 2025.02.23 09:11:13.320391 [ 194 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 19 columns (19 merged, 0 gathered) in 0.008447989 sec., 54450.828475273825 rows/sec., 97.57 MiB/sec.
4677 2025.02.23 09:11:13.321404 [ 194 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4678 2025.02.23 09:11:13.321863 [ 194 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4679 2025.02.23 09:11:13.321958 [ 194 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4680 2025.02.23 09:11:13.322134 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB.
4681 2025.02.23 09:11:13.390013 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4682 2025.02.23 09:11:13.410149 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4683 2025.02.23 09:11:13.410198 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4684 2025.02.23 09:11:13.417847 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4685 2025.02.23 09:11:13.418619 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4686 2025.02.23 09:11:13.421782 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4687 2025.02.23 09:11:17.733958 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 658
4688 2025.02.23 09:11:17.737192 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4689 2025.02.23 09:11:17.737250 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4690 2025.02.23 09:11:17.738749 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4691 2025.02.23 09:11:17.739061 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4692 2025.02.23 09:11:17.739286 [ 63 ] {} <Debug> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4693 2025.02.23 09:11:17.739402 [ 63 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4694 2025.02.23 09:11:17.739466 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4695 2025.02.23 09:11:17.739980 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::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
4696 2025.02.23 09:11:17.740660 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 658
4697 2025.02.23 09:11:17.741157 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4698 2025.02.23 09:11:17.741347 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 482 rows starting from the beginning of the part
4699 2025.02.23 09:11:17.742011 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part
4700 2025.02.23 09:11:17.742622 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part
4701 2025.02.23 09:11:17.743207 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 38 rows starting from the beginning of the part
4702 2025.02.23 09:11:17.743791 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part
4703 2025.02.23 09:11:17.744335 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part
4704 2025.02.23 09:11:17.752554 [ 186 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 72 columns (72 merged, 0 gathered) in 0.012916342 sec., 50943.21596625422 rows/sec., 44.44 MiB/sec.
4705 2025.02.23 09:11:17.753567 [ 187 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4706 2025.02.23 09:11:17.754278 [ 187 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_16_3} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4707 2025.02.23 09:11:17.754362 [ 187 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_16_3} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4708 2025.02.23 09:11:17.754583 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB.
4709 2025.02.23 09:11:18.304806 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4710 2025.02.23 09:11:18.305005 [ 253 ] {a433eb6c-9dbb-4a9b-8f24-2ccb743048a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4711 2025.02.23 09:11:18.305092 [ 253 ] {a433eb6c-9dbb-4a9b-8f24-2ccb743048a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4712 2025.02.23 09:11:18.306496 [ 253 ] {a433eb6c-9dbb-4a9b-8f24-2ccb743048a9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4713 2025.02.23 09:11:18.306551 [ 253 ] {a433eb6c-9dbb-4a9b-8f24-2ccb743048a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4714 2025.02.23 09:11:18.307135 [ 253 ] {a433eb6c-9dbb-4a9b-8f24-2ccb743048a9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4715 2025.02.23 09:11:18.307407 [ 253 ] {a433eb6c-9dbb-4a9b-8f24-2ccb743048a9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4716 2025.02.23 09:11:18.307665 [ 253 ] {a433eb6c-9dbb-4a9b-8f24-2ccb743048a9} <Debug> executeQuery: Read 1214 rows, 102.69 KiB in 0.002713 sec., 447475.11979358643 rows/sec., 36.96 MiB/sec.
4717 2025.02.23 09:11:18.307731 [ 253 ] {a433eb6c-9dbb-4a9b-8f24-2ccb743048a9} <Debug> TCPHandler: Processed in 0.003067567 sec.
4718 2025.02.23 09:11:18.308002 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4719 2025.02.23 09:11:18.308216 [ 255 ] {71d6e74a-43d7-4767-b494-3527448fe61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4720 2025.02.23 09:11:18.308300 [ 255 ] {71d6e74a-43d7-4767-b494-3527448fe61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4721 2025.02.23 09:11:18.309044 [ 255 ] {71d6e74a-43d7-4767-b494-3527448fe61d} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4722 2025.02.23 09:11:18.309088 [ 255 ] {71d6e74a-43d7-4767-b494-3527448fe61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4723 2025.02.23 09:11:18.309529 [ 255 ] {71d6e74a-43d7-4767-b494-3527448fe61d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4724 2025.02.23 09:11:18.309789 [ 255 ] {71d6e74a-43d7-4767-b494-3527448fe61d} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4725 2025.02.23 09:11:18.310020 [ 255 ] {71d6e74a-43d7-4767-b494-3527448fe61d} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001861 sec., 4836.109618484686 rows/sec., 363.65 KiB/sec.
4726 2025.02.23 09:11:18.310114 [ 255 ] {71d6e74a-43d7-4767-b494-3527448fe61d} <Debug> TCPHandler: Processed in 0.002256392 sec.
4727 2025.02.23 09:11:18.310302 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4728 2025.02.23 09:11:18.310431 [ 253 ] {c8b89200-da11-4896-b024-bdbb826c9f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4729 2025.02.23 09:11:18.310488 [ 253 ] {c8b89200-da11-4896-b024-bdbb826c9f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4730 2025.02.23 09:11:18.311324 [ 253 ] {c8b89200-da11-4896-b024-bdbb826c9f1b} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4731 2025.02.23 09:11:18.311375 [ 253 ] {c8b89200-da11-4896-b024-bdbb826c9f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4732 2025.02.23 09:11:18.311787 [ 253 ] {c8b89200-da11-4896-b024-bdbb826c9f1b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4733 2025.02.23 09:11:18.312039 [ 253 ] {c8b89200-da11-4896-b024-bdbb826c9f1b} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4734 2025.02.23 09:11:18.312244 [ 253 ] {c8b89200-da11-4896-b024-bdbb826c9f1b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001843 sec., 123711.34020618556 rows/sec., 8.38 MiB/sec.
4735 2025.02.23 09:11:18.312302 [ 253 ] {c8b89200-da11-4896-b024-bdbb826c9f1b} <Debug> TCPHandler: Processed in 0.002060049 sec.
4736 2025.02.23 09:11:18.312463 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4737 2025.02.23 09:11:18.312678 [ 255 ] {bfd83c0b-7bcc-4c09-a4a8-b6daa5d49046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4738 2025.02.23 09:11:18.312775 [ 255 ] {bfd83c0b-7bcc-4c09-a4a8-b6daa5d49046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4739 2025.02.23 09:11:18.313920 [ 255 ] {bfd83c0b-7bcc-4c09-a4a8-b6daa5d49046} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4740 2025.02.23 09:11:18.313961 [ 255 ] {bfd83c0b-7bcc-4c09-a4a8-b6daa5d49046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4741 2025.02.23 09:11:18.314367 [ 255 ] {bfd83c0b-7bcc-4c09-a4a8-b6daa5d49046} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4742 2025.02.23 09:11:18.314619 [ 255 ] {bfd83c0b-7bcc-4c09-a4a8-b6daa5d49046} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4743 2025.02.23 09:11:18.314877 [ 255 ] {bfd83c0b-7bcc-4c09-a4a8-b6daa5d49046} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.002249 sec., 235215.65140062248 rows/sec., 17.42 MiB/sec.
4744 2025.02.23 09:11:18.315083 [ 255 ] {bfd83c0b-7bcc-4c09-a4a8-b6daa5d49046} <Debug> TCPHandler: Processed in 0.00267204 sec.
4745 2025.02.23 09:11:18.315310 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4746 2025.02.23 09:11:18.315452 [ 253 ] {5f8daa0a-39b6-42ce-8808-ecd39d63215a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4747 2025.02.23 09:11:18.315519 [ 253 ] {5f8daa0a-39b6-42ce-8808-ecd39d63215a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4748 2025.02.23 09:11:18.316435 [ 253 ] {5f8daa0a-39b6-42ce-8808-ecd39d63215a} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4749 2025.02.23 09:11:18.316483 [ 253 ] {5f8daa0a-39b6-42ce-8808-ecd39d63215a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4750 2025.02.23 09:11:18.316948 [ 253 ] {5f8daa0a-39b6-42ce-8808-ecd39d63215a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4751 2025.02.23 09:11:18.317189 [ 253 ] {5f8daa0a-39b6-42ce-8808-ecd39d63215a} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4752 2025.02.23 09:11:18.317407 [ 253 ] {5f8daa0a-39b6-42ce-8808-ecd39d63215a} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001989 sec., 442433.3836098542 rows/sec., 29.77 MiB/sec.
4753 2025.02.23 09:11:18.317461 [ 253 ] {5f8daa0a-39b6-42ce-8808-ecd39d63215a} <Debug> TCPHandler: Processed in 0.002261203 sec.
4754 2025.02.23 09:11:18.317629 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4755 2025.02.23 09:11:18.317770 [ 255 ] {737e12bc-03dd-435c-a4d9-d53434a127e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4756 2025.02.23 09:11:18.317864 [ 255 ] {737e12bc-03dd-435c-a4d9-d53434a127e1} <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
4757 2025.02.23 09:11:18.319073 [ 255 ] {737e12bc-03dd-435c-a4d9-d53434a127e1} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4758 2025.02.23 09:11:18.319113 [ 255 ] {737e12bc-03dd-435c-a4d9-d53434a127e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4759 2025.02.23 09:11:18.319739 [ 255 ] {737e12bc-03dd-435c-a4d9-d53434a127e1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4760 2025.02.23 09:11:18.319999 [ 255 ] {737e12bc-03dd-435c-a4d9-d53434a127e1} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4761 2025.02.23 09:11:18.320239 [ 255 ] {737e12bc-03dd-435c-a4d9-d53434a127e1} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002502 sec., 3597.1223021582737 rows/sec., 6.45 MiB/sec.
4762 2025.02.23 09:11:18.320349 [ 255 ] {737e12bc-03dd-435c-a4d9-d53434a127e1} <Debug> TCPHandler: Processed in 0.002793022 sec.
4763 2025.02.23 09:11:18.320505 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4764 2025.02.23 09:11:18.320650 [ 253 ] {28bfd3b9-e53b-4629-bb15-6eed03177b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4765 2025.02.23 09:11:18.320713 [ 253 ] {28bfd3b9-e53b-4629-bb15-6eed03177b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4766 2025.02.23 09:11:18.321305 [ 253 ] {28bfd3b9-e53b-4629-bb15-6eed03177b67} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4767 2025.02.23 09:11:18.321352 [ 253 ] {28bfd3b9-e53b-4629-bb15-6eed03177b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4768 2025.02.23 09:11:18.321748 [ 253 ] {28bfd3b9-e53b-4629-bb15-6eed03177b67} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4769 2025.02.23 09:11:18.321985 [ 253 ] {28bfd3b9-e53b-4629-bb15-6eed03177b67} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4770 2025.02.23 09:11:18.322237 [ 253 ] {28bfd3b9-e53b-4629-bb15-6eed03177b67} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001618 sec., 37082.81829419036 rows/sec., 2.50 MiB/sec.
4771 2025.02.23 09:11:18.322430 [ 253 ] {28bfd3b9-e53b-4629-bb15-6eed03177b67} <Debug> TCPHandler: Processed in 0.001988777 sec.
4772 2025.02.23 09:11:20.208411 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
4773 2025.02.23 09:11:20.209492 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4774 2025.02.23 09:11:20.209572 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4775 2025.02.23 09:11:20.210176 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4776 2025.02.23 09:11:20.210436 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4777 2025.02.23 09:11:20.210639 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
4778 2025.02.23 09:11:20.921906 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4779 2025.02.23 09:11:20.942303 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4780 2025.02.23 09:11:20.942367 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB.
4781 2025.02.23 09:11:20.949682 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4782 2025.02.23 09:11:20.950460 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4783 2025.02.23 09:11:20.953924 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4784 2025.02.23 09:11:23.275067 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4785 2025.02.23 09:11:23.275273 [ 253 ] {fd427fa5-8c75-4b2c-b1fd-65c0e5ad80ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4786 2025.02.23 09:11:23.275349 [ 253 ] {fd427fa5-8c75-4b2c-b1fd-65c0e5ad80ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4787 2025.02.23 09:11:23.276168 [ 253 ] {fd427fa5-8c75-4b2c-b1fd-65c0e5ad80ed} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4788 2025.02.23 09:11:23.276219 [ 253 ] {fd427fa5-8c75-4b2c-b1fd-65c0e5ad80ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4789 2025.02.23 09:11:23.276678 [ 253 ] {fd427fa5-8c75-4b2c-b1fd-65c0e5ad80ed} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4790 2025.02.23 09:11:23.276936 [ 253 ] {fd427fa5-8c75-4b2c-b1fd-65c0e5ad80ed} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4791 2025.02.23 09:11:23.277141 [ 71 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4792 2025.02.23 09:11:23.277207 [ 253 ] {fd427fa5-8c75-4b2c-b1fd-65c0e5ad80ed} <Debug> executeQuery: Read 116 rows, 10.12 KiB in 0.001976 sec., 58704.45344129555 rows/sec., 5.00 MiB/sec.
4793 2025.02.23 09:11:23.277231 [ 71 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4794 2025.02.23 09:11:23.277299 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4795 2025.02.23 09:11:23.277334 [ 253 ] {fd427fa5-8c75-4b2c-b1fd-65c0e5ad80ed} <Debug> TCPHandler: Processed in 0.002394915 sec.
4796 2025.02.23 09:11:23.277550 [ 189 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::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
4797 2025.02.23 09:11:23.277642 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4798 2025.02.23 09:11:23.277849 [ 189 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4799 2025.02.23 09:11:23.277925 [ 255 ] {7ef6e5ab-1363-40ca-8d1c-37de2d627b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4800 2025.02.23 09:11:23.277925 [ 189 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1846 rows starting from the beginning of the part
4801 2025.02.23 09:11:23.278035 [ 255 ] {7ef6e5ab-1363-40ca-8d1c-37de2d627b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4802 2025.02.23 09:11:23.278178 [ 189 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 680 rows starting from the beginning of the part
4803 2025.02.23 09:11:23.278598 [ 189 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 74 rows starting from the beginning of the part
4804 2025.02.23 09:11:23.278953 [ 189 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 677 rows starting from the beginning of the part
4805 2025.02.23 09:11:23.279389 [ 189 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1214 rows starting from the beginning of the part
4806 2025.02.23 09:11:23.279801 [ 189 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 116 rows starting from the beginning of the part
4807 2025.02.23 09:11:23.281041 [ 255 ] {7ef6e5ab-1363-40ca-8d1c-37de2d627b43} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4808 2025.02.23 09:11:23.281104 [ 255 ] {7ef6e5ab-1363-40ca-8d1c-37de2d627b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4809 2025.02.23 09:11:23.282219 [ 255 ] {7ef6e5ab-1363-40ca-8d1c-37de2d627b43} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4810 2025.02.23 09:11:23.282659 [ 255 ] {7ef6e5ab-1363-40ca-8d1c-37de2d627b43} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4811 2025.02.23 09:11:23.282973 [ 255 ] {7ef6e5ab-1363-40ca-8d1c-37de2d627b43} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.005103 sec., 5878.894767783657 rows/sec., 442.07 KiB/sec.
4812 2025.02.23 09:11:23.283050 [ 255 ] {7ef6e5ab-1363-40ca-8d1c-37de2d627b43} <Debug> TCPHandler: Processed in 0.005584675 sec.
4813 2025.02.23 09:11:23.283303 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4814 2025.02.23 09:11:23.283576 [ 253 ] {15b1de6c-4562-46e3-874e-4714c449df24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4815 2025.02.23 09:11:23.283598 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4607 rows, containing 5 columns (5 merged, 0 gathered) in 0.006172706 sec., 746350.1420608725 rows/sec., 63.53 MiB/sec.
4816 2025.02.23 09:11:23.283654 [ 253 ] {15b1de6c-4562-46e3-874e-4714c449df24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4817 2025.02.23 09:11:23.284014 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4818 2025.02.23 09:11:23.284649 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_31_6} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4819 2025.02.23 09:11:23.284887 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_31_6} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4820 2025.02.23 09:11:23.285021 [ 253 ] {15b1de6c-4562-46e3-874e-4714c449df24} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4821 2025.02.23 09:11:23.285094 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB.
4822 2025.02.23 09:11:23.285120 [ 253 ] {15b1de6c-4562-46e3-874e-4714c449df24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4823 2025.02.23 09:11:23.285762 [ 253 ] {15b1de6c-4562-46e3-874e-4714c449df24} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4824 2025.02.23 09:11:23.286030 [ 253 ] {15b1de6c-4562-46e3-874e-4714c449df24} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4825 2025.02.23 09:11:23.286205 [ 71 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4826 2025.02.23 09:11:23.286261 [ 71 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4827 2025.02.23 09:11:23.286297 [ 253 ] {15b1de6c-4562-46e3-874e-4714c449df24} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.002767 sec., 33971.81062522588 rows/sec., 2.65 MiB/sec.
4828 2025.02.23 09:11:23.286302 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4829 2025.02.23 09:11:23.286496 [ 253 ] {15b1de6c-4562-46e3-874e-4714c449df24} <Debug> TCPHandler: Processed in 0.003333902 sec.
4830 2025.02.23 09:11:23.286841 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4831 2025.02.23 09:11:23.287021 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::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
4832 2025.02.23 09:11:23.287292 [ 255 ] {1982c9a2-b9dd-4bf4-a1af-9f8ff12e0061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4833 2025.02.23 09:11:23.287347 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4834 2025.02.23 09:11:23.287434 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part
4835 2025.02.23 09:11:23.287448 [ 255 ] {1982c9a2-b9dd-4bf4-a1af-9f8ff12e0061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4836 2025.02.23 09:11:23.287770 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 418 rows starting from the beginning of the part
4837 2025.02.23 09:11:23.288101 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 73 rows starting from the beginning of the part
4838 2025.02.23 09:11:23.288487 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 412 rows starting from the beginning of the part
4839 2025.02.23 09:11:23.288816 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 529 rows starting from the beginning of the part
4840 2025.02.23 09:11:23.289104 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 94 rows starting from the beginning of the part
4841 2025.02.23 09:11:23.290259 [ 255 ] {1982c9a2-b9dd-4bf4-a1af-9f8ff12e0061} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4842 2025.02.23 09:11:23.290366 [ 255 ] {1982c9a2-b9dd-4bf4-a1af-9f8ff12e0061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4843 2025.02.23 09:11:23.291510 [ 255 ] {1982c9a2-b9dd-4bf4-a1af-9f8ff12e0061} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4844 2025.02.23 09:11:23.291968 [ 255 ] {1982c9a2-b9dd-4bf4-a1af-9f8ff12e0061} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4845 2025.02.23 09:11:23.292208 [ 190 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2439 rows, containing 5 columns (5 merged, 0 gathered) in 0.005733207 sec., 425416.3507440077 rows/sec., 32.60 MiB/sec.
4846 2025.02.23 09:11:23.292324 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4847 2025.02.23 09:11:23.292387 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4848 2025.02.23 09:11:23.292424 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4849 2025.02.23 09:11:23.292486 [ 255 ] {1982c9a2-b9dd-4bf4-a1af-9f8ff12e0061} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00529 sec., 30245.746691871453 rows/sec., 2.11 MiB/sec.
4850 2025.02.23 09:11:23.292649 [ 197 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4851 2025.02.23 09:11:23.292713 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::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
4852 2025.02.23 09:11:23.292752 [ 255 ] {1982c9a2-b9dd-4bf4-a1af-9f8ff12e0061} <Debug> TCPHandler: Processed in 0.006120384 sec.
4853 2025.02.23 09:11:23.293098 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4854 2025.02.23 09:11:23.293175 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4855 2025.02.23 09:11:23.293267 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8819 rows starting from the beginning of the part
4856 2025.02.23 09:11:23.293498 [ 253 ] {12fc40d7-542d-4a3f-aea5-e949ba2cbfe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4857 2025.02.23 09:11:23.293561 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 240 rows starting from the beginning of the part
4858 2025.02.23 09:11:23.293930 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part
4859 2025.02.23 09:11:23.293925 [ 253 ] {12fc40d7-542d-4a3f-aea5-e949ba2cbfe7} <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
4860 2025.02.23 09:11:23.294313 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part
4861 2025.02.23 09:11:23.294807 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 880 rows starting from the beginning of the part
4862 2025.02.23 09:11:23.295334 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part
4863 2025.02.23 09:11:23.295126 [ 197 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_31_6} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4864 2025.02.23 09:11:23.296513 [ 197 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_31_6} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4865 2025.02.23 09:11:23.297111 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
4866 2025.02.23 09:11:23.298573 [ 253 ] {12fc40d7-542d-4a3f-aea5-e949ba2cbfe7} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4867 2025.02.23 09:11:23.298629 [ 253 ] {12fc40d7-542d-4a3f-aea5-e949ba2cbfe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4868 2025.02.23 09:11:23.299693 [ 253 ] {12fc40d7-542d-4a3f-aea5-e949ba2cbfe7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4869 2025.02.23 09:11:23.300047 [ 253 ] {12fc40d7-542d-4a3f-aea5-e949ba2cbfe7} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4870 2025.02.23 09:11:23.300323 [ 253 ] {12fc40d7-542d-4a3f-aea5-e949ba2cbfe7} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006982 sec., 4296.76310512747 rows/sec., 7.70 MiB/sec.
4871 2025.02.23 09:11:23.300451 [ 253 ] {12fc40d7-542d-4a3f-aea5-e949ba2cbfe7} <Debug> TCPHandler: Processed in 0.007549411 sec.
4872 2025.02.23 09:11:23.301121 [ 193 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10496 rows, containing 5 columns (5 merged, 0 gathered) in 0.008599591 sec., 1220523.162089918 rows/sec., 82.52 MiB/sec.
4873 2025.02.23 09:11:23.301418 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4874 2025.02.23 09:11:23.301576 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4875 2025.02.23 09:11:23.301741 [ 255 ] {2cd443f6-d9c4-4356-a9f6-59124e762342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4876 2025.02.23 09:11:23.301746 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4877 2025.02.23 09:11:23.301820 [ 255 ] {2cd443f6-d9c4-4356-a9f6-59124e762342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4878 2025.02.23 09:11:23.301860 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4879 2025.02.23 09:11:23.301971 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB.
4880 2025.02.23 09:11:23.302499 [ 255 ] {2cd443f6-d9c4-4356-a9f6-59124e762342} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4881 2025.02.23 09:11:23.302545 [ 255 ] {2cd443f6-d9c4-4356-a9f6-59124e762342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4882 2025.02.23 09:11:23.302961 [ 255 ] {2cd443f6-d9c4-4356-a9f6-59124e762342} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4883 2025.02.23 09:11:23.303203 [ 255 ] {2cd443f6-d9c4-4356-a9f6-59124e762342} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4884 2025.02.23 09:11:23.303336 [ 71 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4885 2025.02.23 09:11:23.303378 [ 71 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4886 2025.02.23 09:11:23.303400 [ 255 ] {2cd443f6-d9c4-4356-a9f6-59124e762342} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001702 sec., 35252.64394829612 rows/sec., 2.38 MiB/sec.
4887 2025.02.23 09:11:23.303405 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4888 2025.02.23 09:11:23.303533 [ 255 ] {2cd443f6-d9c4-4356-a9f6-59124e762342} <Debug> TCPHandler: Processed in 0.002023028 sec.
4889 2025.02.23 09:11:23.303876 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::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
4890 2025.02.23 09:11:23.304092 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4891 2025.02.23 09:11:23.304129 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1772 rows starting from the beginning of the part
4892 2025.02.23 09:11:23.304249 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part
4893 2025.02.23 09:11:23.304351 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part
4894 2025.02.23 09:11:23.304618 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part
4895 2025.02.23 09:11:23.304773 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part
4896 2025.02.23 09:11:23.304923 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part
4897 2025.02.23 09:11:23.306337 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2116 rows, containing 4 columns (4 merged, 0 gathered) in 0.002798862 sec., 756021.55447464 rows/sec., 49.54 MiB/sec.
4898 2025.02.23 09:11:23.306534 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4899 2025.02.23 09:11:23.306808 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_31_6} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4900 2025.02.23 09:11:23.306888 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_31_6} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4901 2025.02.23 09:11:23.306961 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
4902 2025.02.23 09:11:26.206853 [ 149 ] {} <Debug> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0
4903 2025.02.23 09:11:26.206920 [ 149 ] {} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4904 2025.02.23 09:11:26.206943 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4905 2025.02.23 09:11:26.207101 [ 191 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full
4906 2025.02.23 09:11:26.207260 [ 191 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4907 2025.02.23 09:11:26.207299 [ 191 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part
4908 2025.02.23 09:11:26.207377 [ 191 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
4909 2025.02.23 09:11:26.207639 [ 191 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part
4910 2025.02.23 09:11:26.207840 [ 191 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part
4911 2025.02.23 09:11:26.207999 [ 191 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part
4912 2025.02.23 09:11:26.209113 [ 198 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.002090189 sec., 6697.958892712572 rows/sec., 449.46 KiB/sec.
4913 2025.02.23 09:11:26.209444 [ 200 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
4914 2025.02.23 09:11:26.209979 [ 200 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_14_3} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4915 2025.02.23 09:11:26.210081 [ 200 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_14_3} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3
4916 2025.02.23 09:11:26.210194 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4917 2025.02.23 09:11:27.578194 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache
4918 2025.02.23 09:11:27.578254 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache
4919 2025.02.23 09:11:27.710827 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
4920 2025.02.23 09:11:27.711581 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4921 2025.02.23 09:11:27.711638 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4922 2025.02.23 09:11:27.712204 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4923 2025.02.23 09:11:27.712467 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4924 2025.02.23 09:11:27.712722 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4925 2025.02.23 09:11:27.740966 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 684
4926 2025.02.23 09:11:27.744170 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4927 2025.02.23 09:11:27.744231 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4928 2025.02.23 09:11:27.745723 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4929 2025.02.23 09:11:27.746040 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4930 2025.02.23 09:11:27.746673 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 684
4931 2025.02.23 09:11:28.275028 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4932 2025.02.23 09:11:28.275246 [ 253 ] {b3a320c1-0fd9-4504-9f09-03621b04b8d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4933 2025.02.23 09:11:28.275331 [ 253 ] {b3a320c1-0fd9-4504-9f09-03621b04b8d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4934 2025.02.23 09:11:28.276219 [ 253 ] {b3a320c1-0fd9-4504-9f09-03621b04b8d6} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4935 2025.02.23 09:11:28.276274 [ 253 ] {b3a320c1-0fd9-4504-9f09-03621b04b8d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4936 2025.02.23 09:11:28.276730 [ 253 ] {b3a320c1-0fd9-4504-9f09-03621b04b8d6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4937 2025.02.23 09:11:28.276986 [ 253 ] {b3a320c1-0fd9-4504-9f09-03621b04b8d6} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4938 2025.02.23 09:11:28.277236 [ 253 ] {b3a320c1-0fd9-4504-9f09-03621b04b8d6} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.002045 sec., 36185.81907090465 rows/sec., 2.92 MiB/sec.
4939 2025.02.23 09:11:28.277369 [ 253 ] {b3a320c1-0fd9-4504-9f09-03621b04b8d6} <Debug> TCPHandler: Processed in 0.002486557 sec.
4940 2025.02.23 09:11:28.277674 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4941 2025.02.23 09:11:28.277881 [ 255 ] {37feee87-16b2-47ff-83cc-e398c7afcf52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4942 2025.02.23 09:11:28.277951 [ 255 ] {37feee87-16b2-47ff-83cc-e398c7afcf52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4943 2025.02.23 09:11:28.278778 [ 255 ] {37feee87-16b2-47ff-83cc-e398c7afcf52} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4944 2025.02.23 09:11:28.278822 [ 255 ] {37feee87-16b2-47ff-83cc-e398c7afcf52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4945 2025.02.23 09:11:28.279274 [ 255 ] {37feee87-16b2-47ff-83cc-e398c7afcf52} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4946 2025.02.23 09:11:28.279534 [ 255 ] {37feee87-16b2-47ff-83cc-e398c7afcf52} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4947 2025.02.23 09:11:28.279772 [ 255 ] {37feee87-16b2-47ff-83cc-e398c7afcf52} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001947 sec., 4622.496147919876 rows/sec., 347.59 KiB/sec.
4948 2025.02.23 09:11:28.279838 [ 255 ] {37feee87-16b2-47ff-83cc-e398c7afcf52} <Debug> TCPHandler: Processed in 0.002312814 sec.
4949 2025.02.23 09:11:28.280005 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4950 2025.02.23 09:11:28.280130 [ 253 ] {c38d4daf-902b-42d0-a800-f28a40fef59d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4951 2025.02.23 09:11:28.280186 [ 253 ] {c38d4daf-902b-42d0-a800-f28a40fef59d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4952 2025.02.23 09:11:28.280828 [ 253 ] {c38d4daf-902b-42d0-a800-f28a40fef59d} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4953 2025.02.23 09:11:28.280873 [ 253 ] {c38d4daf-902b-42d0-a800-f28a40fef59d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4954 2025.02.23 09:11:28.281257 [ 253 ] {c38d4daf-902b-42d0-a800-f28a40fef59d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4955 2025.02.23 09:11:28.281511 [ 253 ] {c38d4daf-902b-42d0-a800-f28a40fef59d} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4956 2025.02.23 09:11:28.281724 [ 253 ] {c38d4daf-902b-42d0-a800-f28a40fef59d} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001621 sec., 45033.92967304133 rows/sec., 3.52 MiB/sec.
4957 2025.02.23 09:11:28.281794 [ 253 ] {c38d4daf-902b-42d0-a800-f28a40fef59d} <Debug> TCPHandler: Processed in 0.001844894 sec.
4958 2025.02.23 09:11:28.282014 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4959 2025.02.23 09:11:28.282176 [ 255 ] {0377daad-3070-4314-b8e5-a1d793ef83fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4960 2025.02.23 09:11:28.282254 [ 255 ] {0377daad-3070-4314-b8e5-a1d793ef83fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4961 2025.02.23 09:11:28.283015 [ 255 ] {0377daad-3070-4314-b8e5-a1d793ef83fc} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4962 2025.02.23 09:11:28.283060 [ 255 ] {0377daad-3070-4314-b8e5-a1d793ef83fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4963 2025.02.23 09:11:28.283484 [ 255 ] {0377daad-3070-4314-b8e5-a1d793ef83fc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4964 2025.02.23 09:11:28.283742 [ 255 ] {0377daad-3070-4314-b8e5-a1d793ef83fc} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4965 2025.02.23 09:11:28.284000 [ 255 ] {0377daad-3070-4314-b8e5-a1d793ef83fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001864 sec., 85836.90987124463 rows/sec., 5.98 MiB/sec.
4966 2025.02.23 09:11:28.284224 [ 255 ] {0377daad-3070-4314-b8e5-a1d793ef83fc} <Debug> TCPHandler: Processed in 0.002300613 sec.
4967 2025.02.23 09:11:28.284422 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4968 2025.02.23 09:11:28.284567 [ 253 ] {b542e8b7-d89a-4690-8f39-5b381ca64dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4969 2025.02.23 09:11:28.284655 [ 253 ] {b542e8b7-d89a-4690-8f39-5b381ca64dbe} <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
4970 2025.02.23 09:11:28.285827 [ 253 ] {b542e8b7-d89a-4690-8f39-5b381ca64dbe} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4971 2025.02.23 09:11:28.285868 [ 253 ] {b542e8b7-d89a-4690-8f39-5b381ca64dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4972 2025.02.23 09:11:28.286504 [ 253 ] {b542e8b7-d89a-4690-8f39-5b381ca64dbe} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4973 2025.02.23 09:11:28.286774 [ 253 ] {b542e8b7-d89a-4690-8f39-5b381ca64dbe} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4974 2025.02.23 09:11:28.287038 [ 253 ] {b542e8b7-d89a-4690-8f39-5b381ca64dbe} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002495 sec., 3607.2144288577156 rows/sec., 6.46 MiB/sec.
4975 2025.02.23 09:11:28.287473 [ 253 ] {b542e8b7-d89a-4690-8f39-5b381ca64dbe} <Debug> TCPHandler: Processed in 0.003142538 sec.
4976 2025.02.23 09:11:28.287648 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4977 2025.02.23 09:11:28.287781 [ 255 ] {57e20b0a-aed5-48df-9234-50c0eaa3c5b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4978 2025.02.23 09:11:28.287838 [ 255 ] {57e20b0a-aed5-48df-9234-50c0eaa3c5b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4979 2025.02.23 09:11:28.288363 [ 255 ] {57e20b0a-aed5-48df-9234-50c0eaa3c5b0} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4980 2025.02.23 09:11:28.288403 [ 255 ] {57e20b0a-aed5-48df-9234-50c0eaa3c5b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4981 2025.02.23 09:11:28.288793 [ 255 ] {57e20b0a-aed5-48df-9234-50c0eaa3c5b0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4982 2025.02.23 09:11:28.289035 [ 255 ] {57e20b0a-aed5-48df-9234-50c0eaa3c5b0} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4983 2025.02.23 09:11:28.289285 [ 255 ] {57e20b0a-aed5-48df-9234-50c0eaa3c5b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec.
4984 2025.02.23 09:11:28.289457 [ 255 ] {57e20b0a-aed5-48df-9234-50c0eaa3c5b0} <Debug> TCPHandler: Processed in 0.001865175 sec.
4985 2025.02.23 09:11:28.454066 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4986 2025.02.23 09:11:28.476328 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4987 2025.02.23 09:11:28.476386 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4988 2025.02.23 09:11:28.484359 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4989 2025.02.23 09:11:28.485224 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4990 2025.02.23 09:11:28.489081 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
4991 2025.02.23 09:11:33.275523 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4992 2025.02.23 09:11:33.275755 [ 253 ] {03620162-6ecc-4de6-8694-6e91d9b633e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4993 2025.02.23 09:11:33.275841 [ 253 ] {03620162-6ecc-4de6-8694-6e91d9b633e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4994 2025.02.23 09:11:33.276705 [ 253 ] {03620162-6ecc-4de6-8694-6e91d9b633e7} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4995 2025.02.23 09:11:33.276763 [ 253 ] {03620162-6ecc-4de6-8694-6e91d9b633e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
4996 2025.02.23 09:11:33.277220 [ 253 ] {03620162-6ecc-4de6-8694-6e91d9b633e7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4997 2025.02.23 09:11:33.277478 [ 253 ] {03620162-6ecc-4de6-8694-6e91d9b633e7} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4998 2025.02.23 09:11:33.277734 [ 253 ] {03620162-6ecc-4de6-8694-6e91d9b633e7} <Debug> executeQuery: Read 116 rows, 10.12 KiB in 0.00204 sec., 56862.74509803921 rows/sec., 4.84 MiB/sec.
4999 2025.02.23 09:11:33.277801 [ 253 ] {03620162-6ecc-4de6-8694-6e91d9b633e7} <Debug> TCPHandler: Processed in 0.002424556 sec.
5000 2025.02.23 09:11:33.278078 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5001 2025.02.23 09:11:33.278295 [ 255 ] {84f88df8-71f8-4896-a460-99ac9a5b4e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5002 2025.02.23 09:11:33.278380 [ 255 ] {84f88df8-71f8-4896-a460-99ac9a5b4e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5003 2025.02.23 09:11:33.279222 [ 255 ] {84f88df8-71f8-4896-a460-99ac9a5b4e8e} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5004 2025.02.23 09:11:33.279276 [ 255 ] {84f88df8-71f8-4896-a460-99ac9a5b4e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5005 2025.02.23 09:11:33.279710 [ 255 ] {84f88df8-71f8-4896-a460-99ac9a5b4e8e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5006 2025.02.23 09:11:33.279964 [ 255 ] {84f88df8-71f8-4896-a460-99ac9a5b4e8e} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5007 2025.02.23 09:11:33.280168 [ 141 ] {} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5008 2025.02.23 09:11:33.280197 [ 255 ] {84f88df8-71f8-4896-a460-99ac9a5b4e8e} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001963 sec., 15282.730514518595 rows/sec., 1.12 MiB/sec.
5009 2025.02.23 09:11:33.280249 [ 141 ] {} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5010 2025.02.23 09:11:33.280320 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5011 2025.02.23 09:11:33.280337 [ 255 ] {84f88df8-71f8-4896-a460-99ac9a5b4e8e} <Debug> TCPHandler: Processed in 0.002399605 sec.
5012 2025.02.23 09:11:33.280653 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5013 2025.02.23 09:11:33.280723 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::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
5014 2025.02.23 09:11:33.281064 [ 253 ] {ef89bf5d-237b-456a-a1f8-a53f299fae55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5015 2025.02.23 09:11:33.281127 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5016 2025.02.23 09:11:33.281158 [ 253 ] {ef89bf5d-237b-456a-a1f8-a53f299fae55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5017 2025.02.23 09:11:33.281171 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 163 rows starting from the beginning of the part
5018 2025.02.23 09:11:33.281416 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 136 rows starting from the beginning of the part
5019 2025.02.23 09:11:33.281764 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 9 rows starting from the beginning of the part
5020 2025.02.23 09:11:33.282224 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part
5021 2025.02.23 09:11:33.282502 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 9 rows starting from the beginning of the part
5022 2025.02.23 09:11:33.282878 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part
5023 2025.02.23 09:11:33.283652 [ 253 ] {ef89bf5d-237b-456a-a1f8-a53f299fae55} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5024 2025.02.23 09:11:33.283697 [ 253 ] {ef89bf5d-237b-456a-a1f8-a53f299fae55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5025 2025.02.23 09:11:33.284258 [ 253 ] {ef89bf5d-237b-456a-a1f8-a53f299fae55} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5026 2025.02.23 09:11:33.284642 [ 253 ] {ef89bf5d-237b-456a-a1f8-a53f299fae55} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5027 2025.02.23 09:11:33.284641 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 377 rows, containing 5 columns (5 merged, 0 gathered) in 0.004193688 sec., 89897.0071211783 rows/sec., 6.18 MiB/sec.
5028 2025.02.23 09:11:33.284964 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5029 2025.02.23 09:11:33.284998 [ 253 ] {ef89bf5d-237b-456a-a1f8-a53f299fae55} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.00406 sec., 23152.70935960591 rows/sec., 1.81 MiB/sec.
5030 2025.02.23 09:11:33.285120 [ 253 ] {ef89bf5d-237b-456a-a1f8-a53f299fae55} <Debug> TCPHandler: Processed in 0.004670438 sec.
5031 2025.02.23 09:11:33.285424 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5032 2025.02.23 09:11:33.285444 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_26_5} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5033 2025.02.23 09:11:33.285586 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_26_5} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5034 2025.02.23 09:11:33.285774 [ 255 ] {d3331ec0-7e3f-44d0-b7c6-2d101c711e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5035 2025.02.23 09:11:33.285779 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
5036 2025.02.23 09:11:33.285912 [ 255 ] {d3331ec0-7e3f-44d0-b7c6-2d101c711e5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5037 2025.02.23 09:11:33.286592 [ 255 ] {d3331ec0-7e3f-44d0-b7c6-2d101c711e5b} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5038 2025.02.23 09:11:33.286634 [ 255 ] {d3331ec0-7e3f-44d0-b7c6-2d101c711e5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5039 2025.02.23 09:11:33.287050 [ 255 ] {d3331ec0-7e3f-44d0-b7c6-2d101c711e5b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5040 2025.02.23 09:11:33.287302 [ 255 ] {d3331ec0-7e3f-44d0-b7c6-2d101c711e5b} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5041 2025.02.23 09:11:33.287526 [ 255 ] {d3331ec0-7e3f-44d0-b7c6-2d101c711e5b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001886 sec., 84835.6309650053 rows/sec., 5.91 MiB/sec.
5042 2025.02.23 09:11:33.287585 [ 255 ] {d3331ec0-7e3f-44d0-b7c6-2d101c711e5b} <Debug> TCPHandler: Processed in 0.002323024 sec.
5043 2025.02.23 09:11:33.287748 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5044 2025.02.23 09:11:33.287886 [ 253 ] {07ff5a9e-d74b-4210-8e1b-f6d53647b045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5045 2025.02.23 09:11:33.287979 [ 253 ] {07ff5a9e-d74b-4210-8e1b-f6d53647b045} <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
5046 2025.02.23 09:11:33.289164 [ 253 ] {07ff5a9e-d74b-4210-8e1b-f6d53647b045} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5047 2025.02.23 09:11:33.289205 [ 253 ] {07ff5a9e-d74b-4210-8e1b-f6d53647b045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5048 2025.02.23 09:11:33.289869 [ 253 ] {07ff5a9e-d74b-4210-8e1b-f6d53647b045} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5049 2025.02.23 09:11:33.290132 [ 253 ] {07ff5a9e-d74b-4210-8e1b-f6d53647b045} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5050 2025.02.23 09:11:33.290396 [ 253 ] {07ff5a9e-d74b-4210-8e1b-f6d53647b045} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002538 sec., 11820.33096926714 rows/sec., 21.18 MiB/sec.
5051 2025.02.23 09:11:33.290506 [ 253 ] {07ff5a9e-d74b-4210-8e1b-f6d53647b045} <Debug> TCPHandler: Processed in 0.002824022 sec.
5052 2025.02.23 09:11:33.290675 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5053 2025.02.23 09:11:33.290805 [ 255 ] {1edc01d5-307e-40ab-b7ce-3f524ca755be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5054 2025.02.23 09:11:33.290868 [ 255 ] {1edc01d5-307e-40ab-b7ce-3f524ca755be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5055 2025.02.23 09:11:33.291600 [ 255 ] {1edc01d5-307e-40ab-b7ce-3f524ca755be} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5056 2025.02.23 09:11:33.291641 [ 255 ] {1edc01d5-307e-40ab-b7ce-3f524ca755be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5057 2025.02.23 09:11:33.292036 [ 255 ] {1edc01d5-307e-40ab-b7ce-3f524ca755be} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5058 2025.02.23 09:11:33.292272 [ 255 ] {1edc01d5-307e-40ab-b7ce-3f524ca755be} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5059 2025.02.23 09:11:33.292488 [ 255 ] {1edc01d5-307e-40ab-b7ce-3f524ca755be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001718 sec., 34924.33061699651 rows/sec., 2.35 MiB/sec.
5060 2025.02.23 09:11:33.292543 [ 255 ] {1edc01d5-307e-40ab-b7ce-3f524ca755be} <Debug> TCPHandler: Processed in 0.001925936 sec.
5061 2025.02.23 09:11:35.212905 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
5062 2025.02.23 09:11:35.213607 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5063 2025.02.23 09:11:35.213663 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5064 2025.02.23 09:11:35.214212 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5065 2025.02.23 09:11:35.214480 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5066 2025.02.23 09:11:35.214753 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
5067 2025.02.23 09:11:35.989208 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5068 2025.02.23 09:11:36.011293 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5069 2025.02.23 09:11:36.011350 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5070 2025.02.23 09:11:36.019092 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5071 2025.02.23 09:11:36.019864 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5072 2025.02.23 09:11:36.024210 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5073 2025.02.23 09:11:37.746926 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 708
5074 2025.02.23 09:11:37.749789 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5075 2025.02.23 09:11:37.749840 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5076 2025.02.23 09:11:37.751327 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5077 2025.02.23 09:11:37.751630 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5078 2025.02.23 09:11:37.752676 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 708
5079 2025.02.23 09:11:38.275579 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5080 2025.02.23 09:11:38.275770 [ 253 ] {fbd24076-dc6b-4468-88a5-8baf4c1bcff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5081 2025.02.23 09:11:38.275842 [ 253 ] {fbd24076-dc6b-4468-88a5-8baf4c1bcff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5082 2025.02.23 09:11:38.276657 [ 253 ] {fbd24076-dc6b-4468-88a5-8baf4c1bcff8} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5083 2025.02.23 09:11:38.276699 [ 253 ] {fbd24076-dc6b-4468-88a5-8baf4c1bcff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5084 2025.02.23 09:11:38.277146 [ 253 ] {fbd24076-dc6b-4468-88a5-8baf4c1bcff8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5085 2025.02.23 09:11:38.277404 [ 253 ] {fbd24076-dc6b-4468-88a5-8baf4c1bcff8} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5086 2025.02.23 09:11:38.277609 [ 253 ] {fbd24076-dc6b-4468-88a5-8baf4c1bcff8} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001894 sec., 39070.749736008445 rows/sec., 3.16 MiB/sec.
5087 2025.02.23 09:11:38.277672 [ 253 ] {fbd24076-dc6b-4468-88a5-8baf4c1bcff8} <Debug> TCPHandler: Processed in 0.002221961 sec.
5088 2025.02.23 09:11:38.277942 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5089 2025.02.23 09:11:38.278155 [ 255 ] {01572579-f6f9-40b3-86fa-baad75c03c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5090 2025.02.23 09:11:38.278240 [ 255 ] {01572579-f6f9-40b3-86fa-baad75c03c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5091 2025.02.23 09:11:38.278997 [ 255 ] {01572579-f6f9-40b3-86fa-baad75c03c97} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5092 2025.02.23 09:11:38.279046 [ 255 ] {01572579-f6f9-40b3-86fa-baad75c03c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5093 2025.02.23 09:11:38.279486 [ 255 ] {01572579-f6f9-40b3-86fa-baad75c03c97} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5094 2025.02.23 09:11:38.279738 [ 255 ] {01572579-f6f9-40b3-86fa-baad75c03c97} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5095 2025.02.23 09:11:38.280003 [ 255 ] {01572579-f6f9-40b3-86fa-baad75c03c97} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001897 sec., 4744.33315761729 rows/sec., 356.75 KiB/sec.
5096 2025.02.23 09:11:38.280127 [ 255 ] {01572579-f6f9-40b3-86fa-baad75c03c97} <Debug> TCPHandler: Processed in 0.002322163 sec.
5097 2025.02.23 09:11:38.280382 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5098 2025.02.23 09:11:38.280524 [ 253 ] {c5c11b6f-1e97-4408-ab7e-a4809d8bf7c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5099 2025.02.23 09:11:38.280583 [ 253 ] {c5c11b6f-1e97-4408-ab7e-a4809d8bf7c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5100 2025.02.23 09:11:38.281318 [ 253 ] {c5c11b6f-1e97-4408-ab7e-a4809d8bf7c2} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5101 2025.02.23 09:11:38.281356 [ 253 ] {c5c11b6f-1e97-4408-ab7e-a4809d8bf7c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5102 2025.02.23 09:11:38.281731 [ 253 ] {c5c11b6f-1e97-4408-ab7e-a4809d8bf7c2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5103 2025.02.23 09:11:38.281979 [ 253 ] {c5c11b6f-1e97-4408-ab7e-a4809d8bf7c2} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5104 2025.02.23 09:11:38.282177 [ 253 ] {c5c11b6f-1e97-4408-ab7e-a4809d8bf7c2} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001685 sec., 43323.44213649852 rows/sec., 3.38 MiB/sec.
5105 2025.02.23 09:11:38.282299 [ 253 ] {c5c11b6f-1e97-4408-ab7e-a4809d8bf7c2} <Debug> TCPHandler: Processed in 0.002032938 sec.
5106 2025.02.23 09:11:38.282490 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5107 2025.02.23 09:11:38.282635 [ 255 ] {691e4fbe-c3fc-4b06-8513-7b1c2448dc0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5108 2025.02.23 09:11:38.282701 [ 255 ] {691e4fbe-c3fc-4b06-8513-7b1c2448dc0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5109 2025.02.23 09:11:38.283363 [ 255 ] {691e4fbe-c3fc-4b06-8513-7b1c2448dc0e} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5110 2025.02.23 09:11:38.283404 [ 255 ] {691e4fbe-c3fc-4b06-8513-7b1c2448dc0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5111 2025.02.23 09:11:38.283812 [ 255 ] {691e4fbe-c3fc-4b06-8513-7b1c2448dc0e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5112 2025.02.23 09:11:38.284050 [ 255 ] {691e4fbe-c3fc-4b06-8513-7b1c2448dc0e} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5113 2025.02.23 09:11:38.284256 [ 255 ] {691e4fbe-c3fc-4b06-8513-7b1c2448dc0e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001657 sec., 96560.04828002413 rows/sec., 6.73 MiB/sec.
5114 2025.02.23 09:11:38.284312 [ 255 ] {691e4fbe-c3fc-4b06-8513-7b1c2448dc0e} <Debug> TCPHandler: Processed in 0.001890506 sec.
5115 2025.02.23 09:11:38.284470 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5116 2025.02.23 09:11:38.284609 [ 253 ] {f0b0626a-cbb0-4c10-bf6e-9c27dd84c945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5117 2025.02.23 09:11:38.284704 [ 253 ] {f0b0626a-cbb0-4c10-bf6e-9c27dd84c945} <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
5118 2025.02.23 09:11:38.285922 [ 253 ] {f0b0626a-cbb0-4c10-bf6e-9c27dd84c945} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5119 2025.02.23 09:11:38.285959 [ 253 ] {f0b0626a-cbb0-4c10-bf6e-9c27dd84c945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5120 2025.02.23 09:11:38.286579 [ 253 ] {f0b0626a-cbb0-4c10-bf6e-9c27dd84c945} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5121 2025.02.23 09:11:38.286837 [ 253 ] {f0b0626a-cbb0-4c10-bf6e-9c27dd84c945} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5122 2025.02.23 09:11:38.286967 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5123 2025.02.23 09:11:38.287021 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5124 2025.02.23 09:11:38.287051 [ 253 ] {f0b0626a-cbb0-4c10-bf6e-9c27dd84c945} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002471 sec., 3642.250101173614 rows/sec., 6.53 MiB/sec.
5125 2025.02.23 09:11:38.287052 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5126 2025.02.23 09:11:38.287414 [ 253 ] {f0b0626a-cbb0-4c10-bf6e-9c27dd84c945} <Debug> TCPHandler: Processed in 0.003008737 sec.
5127 2025.02.23 09:11:38.287455 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::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
5128 2025.02.23 09:11:38.287599 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5129 2025.02.23 09:11:38.287879 [ 255 ] {4405de7a-930a-4ff5-adbb-a38eeb3f9402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5130 2025.02.23 09:11:38.288029 [ 255 ] {4405de7a-930a-4ff5-adbb-a38eeb3f9402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5131 2025.02.23 09:11:38.288213 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5132 2025.02.23 09:11:38.288456 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 460 rows starting from the beginning of the part
5133 2025.02.23 09:11:38.289302 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part
5134 2025.02.23 09:11:38.290069 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part
5135 2025.02.23 09:11:38.290346 [ 255 ] {4405de7a-930a-4ff5-adbb-a38eeb3f9402} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5136 2025.02.23 09:11:38.290480 [ 255 ] {4405de7a-930a-4ff5-adbb-a38eeb3f9402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5137 2025.02.23 09:11:38.290869 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part
5138 2025.02.23 09:11:38.291533 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part
5139 2025.02.23 09:11:38.292180 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part
5140 2025.02.23 09:11:38.292197 [ 255 ] {4405de7a-930a-4ff5-adbb-a38eeb3f9402} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5141 2025.02.23 09:11:38.293049 [ 255 ] {4405de7a-930a-4ff5-adbb-a38eeb3f9402} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5142 2025.02.23 09:11:38.293577 [ 255 ] {4405de7a-930a-4ff5-adbb-a38eeb3f9402} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005806 sec., 10334.137099552187 rows/sec., 713.16 KiB/sec.
5143 2025.02.23 09:11:38.293732 [ 255 ] {4405de7a-930a-4ff5-adbb-a38eeb3f9402} <Debug> TCPHandler: Processed in 0.006212716 sec.
5144 2025.02.23 09:11:38.301384 [ 196 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 547 rows, containing 19 columns (19 merged, 0 gathered) in 0.014170665 sec., 38600.870177934485 rows/sec., 69.17 MiB/sec.
5145 2025.02.23 09:11:38.302165 [ 196 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5146 2025.02.23 09:11:38.302612 [ 196 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5147 2025.02.23 09:11:38.302691 [ 196 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5148 2025.02.23 09:11:38.302842 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB.
5149 2025.02.23 09:11:42.578300 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache
5150 2025.02.23 09:11:42.578362 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache
5151 2025.02.23 09:11:42.714949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
5152 2025.02.23 09:11:42.715652 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5153 2025.02.23 09:11:42.715699 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5154 2025.02.23 09:11:42.716289 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5155 2025.02.23 09:11:42.716555 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5156 2025.02.23 09:11:42.716812 [ 31 ] {} <Debug> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5157 2025.02.23 09:11:42.716833 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5158 2025.02.23 09:11:42.716891 [ 31 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5159 2025.02.23 09:11:42.716920 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5160 2025.02.23 09:11:42.717039 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
5161 2025.02.23 09:11:42.717172 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5162 2025.02.23 09:11:42.717214 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part
5163 2025.02.23 09:11:42.717292 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part
5164 2025.02.23 09:11:42.717491 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part
5165 2025.02.23 09:11:42.717706 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part
5166 2025.02.23 09:11:42.717912 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part
5167 2025.02.23 09:11:42.717985 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part
5168 2025.02.23 09:11:42.722677 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005692246 sec., 2100401.142185352 rows/sec., 30.05 MiB/sec.
5169 2025.02.23 09:11:42.722946 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5170 2025.02.23 09:11:42.723227 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_26_5} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5171 2025.02.23 09:11:42.723310 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_26_5} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5172 2025.02.23 09:11:42.723405 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
5173 2025.02.23 09:11:43.282377 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5174 2025.02.23 09:11:43.282574 [ 253 ] {b5dd8ad4-3910-4230-af9b-369ea33da845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5175 2025.02.23 09:11:43.282654 [ 253 ] {b5dd8ad4-3910-4230-af9b-369ea33da845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5176 2025.02.23 09:11:43.283610 [ 253 ] {b5dd8ad4-3910-4230-af9b-369ea33da845} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5177 2025.02.23 09:11:43.283657 [ 253 ] {b5dd8ad4-3910-4230-af9b-369ea33da845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5178 2025.02.23 09:11:43.284082 [ 253 ] {b5dd8ad4-3910-4230-af9b-369ea33da845} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5179 2025.02.23 09:11:43.284337 [ 253 ] {b5dd8ad4-3910-4230-af9b-369ea33da845} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5180 2025.02.23 09:11:43.284601 [ 253 ] {b5dd8ad4-3910-4230-af9b-369ea33da845} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002079 sec., 101972.10197210197 rows/sec., 6.49 MiB/sec.
5181 2025.02.23 09:11:43.284731 [ 253 ] {b5dd8ad4-3910-4230-af9b-369ea33da845} <Debug> TCPHandler: Processed in 0.002485457 sec.
5182 2025.02.23 09:11:43.284996 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5183 2025.02.23 09:11:43.285184 [ 255 ] {e1a6b6b6-2f90-462e-b0b5-0126a4c8cdb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5184 2025.02.23 09:11:43.285258 [ 255 ] {e1a6b6b6-2f90-462e-b0b5-0126a4c8cdb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5185 2025.02.23 09:11:43.286293 [ 255 ] {e1a6b6b6-2f90-462e-b0b5-0126a4c8cdb0} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5186 2025.02.23 09:11:43.286338 [ 255 ] {e1a6b6b6-2f90-462e-b0b5-0126a4c8cdb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5187 2025.02.23 09:11:43.286821 [ 255 ] {e1a6b6b6-2f90-462e-b0b5-0126a4c8cdb0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5188 2025.02.23 09:11:43.287082 [ 255 ] {e1a6b6b6-2f90-462e-b0b5-0126a4c8cdb0} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5189 2025.02.23 09:11:43.287302 [ 255 ] {e1a6b6b6-2f90-462e-b0b5-0126a4c8cdb0} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002172 sec., 311694.2909760589 rows/sec., 24.77 MiB/sec.
5190 2025.02.23 09:11:43.287370 [ 255 ] {e1a6b6b6-2f90-462e-b0b5-0126a4c8cdb0} <Debug> TCPHandler: Processed in 0.002505747 sec.
5191 2025.02.23 09:11:43.287534 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5192 2025.02.23 09:11:43.287680 [ 253 ] {f77ab115-09f6-4acb-94de-048eccae9efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5193 2025.02.23 09:11:43.287742 [ 253 ] {f77ab115-09f6-4acb-94de-048eccae9efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5194 2025.02.23 09:11:43.288510 [ 253 ] {f77ab115-09f6-4acb-94de-048eccae9efa} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5195 2025.02.23 09:11:43.288551 [ 253 ] {f77ab115-09f6-4acb-94de-048eccae9efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5196 2025.02.23 09:11:43.288932 [ 253 ] {f77ab115-09f6-4acb-94de-048eccae9efa} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5197 2025.02.23 09:11:43.289178 [ 253 ] {f77ab115-09f6-4acb-94de-048eccae9efa} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5198 2025.02.23 09:11:43.289394 [ 253 ] {f77ab115-09f6-4acb-94de-048eccae9efa} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001749 sec., 77758.71926815323 rows/sec., 4.83 MiB/sec.
5199 2025.02.23 09:11:43.289451 [ 253 ] {f77ab115-09f6-4acb-94de-048eccae9efa} <Debug> TCPHandler: Processed in 0.001984257 sec.
5200 2025.02.23 09:11:43.289608 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5201 2025.02.23 09:11:43.289754 [ 255 ] {cfbd6f9b-e4aa-41c4-9cdc-7a2ab264b04a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5202 2025.02.23 09:11:43.289816 [ 255 ] {cfbd6f9b-e4aa-41c4-9cdc-7a2ab264b04a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5203 2025.02.23 09:11:43.290557 [ 255 ] {cfbd6f9b-e4aa-41c4-9cdc-7a2ab264b04a} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5204 2025.02.23 09:11:43.290596 [ 255 ] {cfbd6f9b-e4aa-41c4-9cdc-7a2ab264b04a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5205 2025.02.23 09:11:43.290966 [ 255 ] {cfbd6f9b-e4aa-41c4-9cdc-7a2ab264b04a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5206 2025.02.23 09:11:43.291232 [ 255 ] {cfbd6f9b-e4aa-41c4-9cdc-7a2ab264b04a} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5207 2025.02.23 09:11:43.291471 [ 255 ] {cfbd6f9b-e4aa-41c4-9cdc-7a2ab264b04a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001748 sec., 64645.30892448513 rows/sec., 4.18 MiB/sec.
5208 2025.02.23 09:11:43.291698 [ 255 ] {cfbd6f9b-e4aa-41c4-9cdc-7a2ab264b04a} <Debug> TCPHandler: Processed in 0.00215225 sec.
5209 2025.02.23 09:11:43.291890 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5210 2025.02.23 09:11:43.292012 [ 253 ] {9d449955-6197-4d04-a6b2-ce212f5f04fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5211 2025.02.23 09:11:43.292064 [ 253 ] {9d449955-6197-4d04-a6b2-ce212f5f04fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5212 2025.02.23 09:11:43.292706 [ 253 ] {9d449955-6197-4d04-a6b2-ce212f5f04fa} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5213 2025.02.23 09:11:43.292744 [ 253 ] {9d449955-6197-4d04-a6b2-ce212f5f04fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5214 2025.02.23 09:11:43.293112 [ 253 ] {9d449955-6197-4d04-a6b2-ce212f5f04fa} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5215 2025.02.23 09:11:43.293348 [ 253 ] {9d449955-6197-4d04-a6b2-ce212f5f04fa} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5216 2025.02.23 09:11:43.293588 [ 253 ] {9d449955-6197-4d04-a6b2-ce212f5f04fa} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001596 sec., 70175.43859649124 rows/sec., 4.00 MiB/sec.
5217 2025.02.23 09:11:43.293689 [ 253 ] {9d449955-6197-4d04-a6b2-ce212f5f04fa} <Debug> TCPHandler: Processed in 0.001870085 sec.
5218 2025.02.23 09:11:43.293856 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5219 2025.02.23 09:11:43.293996 [ 255 ] {7d0af878-65d9-4ac5-b35a-ae2ea5892e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5220 2025.02.23 09:11:43.294056 [ 255 ] {7d0af878-65d9-4ac5-b35a-ae2ea5892e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5221 2025.02.23 09:11:43.294939 [ 255 ] {7d0af878-65d9-4ac5-b35a-ae2ea5892e30} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5222 2025.02.23 09:11:43.294977 [ 255 ] {7d0af878-65d9-4ac5-b35a-ae2ea5892e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5223 2025.02.23 09:11:43.295358 [ 255 ] {7d0af878-65d9-4ac5-b35a-ae2ea5892e30} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5224 2025.02.23 09:11:43.295593 [ 255 ] {7d0af878-65d9-4ac5-b35a-ae2ea5892e30} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5225 2025.02.23 09:11:43.295780 [ 255 ] {7d0af878-65d9-4ac5-b35a-ae2ea5892e30} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001816 sec., 226872.24669603526 rows/sec., 16.13 MiB/sec.
5226 2025.02.23 09:11:43.295834 [ 255 ] {7d0af878-65d9-4ac5-b35a-ae2ea5892e30} <Debug> TCPHandler: Processed in 0.002046789 sec.
5227 2025.02.23 09:11:43.296047 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5228 2025.02.23 09:11:43.296268 [ 253 ] {bbe26216-c1a6-4d16-9cac-2b3e5c76961b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5229 2025.02.23 09:11:43.296362 [ 253 ] {bbe26216-c1a6-4d16-9cac-2b3e5c76961b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5230 2025.02.23 09:11:43.296913 [ 253 ] {bbe26216-c1a6-4d16-9cac-2b3e5c76961b} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5231 2025.02.23 09:11:43.296952 [ 253 ] {bbe26216-c1a6-4d16-9cac-2b3e5c76961b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5232 2025.02.23 09:11:43.297319 [ 253 ] {bbe26216-c1a6-4d16-9cac-2b3e5c76961b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5233 2025.02.23 09:11:43.297555 [ 253 ] {bbe26216-c1a6-4d16-9cac-2b3e5c76961b} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5234 2025.02.23 09:11:43.297841 [ 253 ] {bbe26216-c1a6-4d16-9cac-2b3e5c76961b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001614 sec., 3717.472118959108 rows/sec., 194.22 KiB/sec.
5235 2025.02.23 09:11:43.298033 [ 253 ] {bbe26216-c1a6-4d16-9cac-2b3e5c76961b} <Debug> TCPHandler: Processed in 0.00209288 sec.
5236 2025.02.23 09:11:43.298179 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5237 2025.02.23 09:11:43.298298 [ 255 ] {a3c325f0-8928-4f4b-b1b7-c7fd04f5153d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5238 2025.02.23 09:11:43.298352 [ 255 ] {a3c325f0-8928-4f4b-b1b7-c7fd04f5153d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5239 2025.02.23 09:11:43.299025 [ 255 ] {a3c325f0-8928-4f4b-b1b7-c7fd04f5153d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5240 2025.02.23 09:11:43.299071 [ 255 ] {a3c325f0-8928-4f4b-b1b7-c7fd04f5153d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5241 2025.02.23 09:11:43.299517 [ 255 ] {a3c325f0-8928-4f4b-b1b7-c7fd04f5153d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5242 2025.02.23 09:11:43.299751 [ 255 ] {a3c325f0-8928-4f4b-b1b7-c7fd04f5153d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5243 2025.02.23 09:11:43.299931 [ 255 ] {a3c325f0-8928-4f4b-b1b7-c7fd04f5153d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001658 sec., 142943.30518697225 rows/sec., 9.58 MiB/sec.
5244 2025.02.23 09:11:43.299985 [ 255 ] {a3c325f0-8928-4f4b-b1b7-c7fd04f5153d} <Debug> TCPHandler: Processed in 0.001863735 sec.
5245 2025.02.23 09:11:43.300142 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5246 2025.02.23 09:11:43.300285 [ 253 ] {a3dbe127-e3e7-4061-84d9-7a06bb9bad57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5247 2025.02.23 09:11:43.300348 [ 253 ] {a3dbe127-e3e7-4061-84d9-7a06bb9bad57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5248 2025.02.23 09:11:43.300850 [ 253 ] {a3dbe127-e3e7-4061-84d9-7a06bb9bad57} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5249 2025.02.23 09:11:43.300890 [ 253 ] {a3dbe127-e3e7-4061-84d9-7a06bb9bad57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5250 2025.02.23 09:11:43.301269 [ 253 ] {a3dbe127-e3e7-4061-84d9-7a06bb9bad57} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5251 2025.02.23 09:11:43.301505 [ 253 ] {a3dbe127-e3e7-4061-84d9-7a06bb9bad57} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5252 2025.02.23 09:11:43.301741 [ 253 ] {a3dbe127-e3e7-4061-84d9-7a06bb9bad57} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 45.44 KiB/sec.
5253 2025.02.23 09:11:43.301818 [ 253 ] {a3dbe127-e3e7-4061-84d9-7a06bb9bad57} <Debug> TCPHandler: Processed in 0.001748093 sec.
5254 2025.02.23 09:11:43.302413 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5255 2025.02.23 09:11:43.302535 [ 255 ] {3b6521f2-d341-4074-888c-5dc06c3f5afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5256 2025.02.23 09:11:43.302617 [ 255 ] {3b6521f2-d341-4074-888c-5dc06c3f5afb} <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
5257 2025.02.23 09:11:43.303807 [ 255 ] {3b6521f2-d341-4074-888c-5dc06c3f5afb} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5258 2025.02.23 09:11:43.303845 [ 255 ] {3b6521f2-d341-4074-888c-5dc06c3f5afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5259 2025.02.23 09:11:43.304500 [ 255 ] {3b6521f2-d341-4074-888c-5dc06c3f5afb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5260 2025.02.23 09:11:43.304764 [ 255 ] {3b6521f2-d341-4074-888c-5dc06c3f5afb} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5261 2025.02.23 09:11:43.304966 [ 255 ] {3b6521f2-d341-4074-888c-5dc06c3f5afb} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002455 sec., 12219.959266802443 rows/sec., 21.90 MiB/sec.
5262 2025.02.23 09:11:43.305093 [ 255 ] {3b6521f2-d341-4074-888c-5dc06c3f5afb} <Debug> TCPHandler: Processed in 0.002744242 sec.
5263 2025.02.23 09:11:43.305314 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5264 2025.02.23 09:11:43.305516 [ 253 ] {b30ba94f-ed94-4279-815e-977928d752f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5265 2025.02.23 09:11:43.305568 [ 253 ] {b30ba94f-ed94-4279-815e-977928d752f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5266 2025.02.23 09:11:43.306043 [ 253 ] {b30ba94f-ed94-4279-815e-977928d752f4} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5267 2025.02.23 09:11:43.306081 [ 253 ] {b30ba94f-ed94-4279-815e-977928d752f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5268 2025.02.23 09:11:43.306497 [ 253 ] {b30ba94f-ed94-4279-815e-977928d752f4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5269 2025.02.23 09:11:43.306731 [ 253 ] {b30ba94f-ed94-4279-815e-977928d752f4} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5270 2025.02.23 09:11:43.307001 [ 253 ] {b30ba94f-ed94-4279-815e-977928d752f4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001514 sec., 54161.16248348745 rows/sec., 3.44 MiB/sec.
5271 2025.02.23 09:11:43.307073 [ 253 ] {b30ba94f-ed94-4279-815e-977928d752f4} <Debug> TCPHandler: Processed in 0.001872385 sec.
5272 2025.02.23 09:11:43.524339 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5273 2025.02.23 09:11:43.548440 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5274 2025.02.23 09:11:43.548508 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5275 2025.02.23 09:11:43.556893 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5276 2025.02.23 09:11:43.557781 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5277 2025.02.23 09:11:43.558228 [ 30 ] {} <Debug> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5278 2025.02.23 09:11:43.558375 [ 30 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5279 2025.02.23 09:11:43.558441 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5280 2025.02.23 09:11:43.558876 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
5281 2025.02.23 09:11:43.569865 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5282 2025.02.23 09:11:43.570590 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5283 2025.02.23 09:11:43.571619 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part
5284 2025.02.23 09:11:43.576384 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part
5285 2025.02.23 09:11:43.581347 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part
5286 2025.02.23 09:11:43.586604 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part
5287 2025.02.23 09:11:43.592392 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part
5288 2025.02.23 09:11:43.597024 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part
5289 2025.02.23 09:11:43.662101 [ 192 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.103518497 sec., 1893.3814311465514 rows/sec., 9.79 MiB/sec.
5290 2025.02.23 09:11:43.664960 [ 197 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5291 2025.02.23 09:11:43.668160 [ 197 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_26_5} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5292 2025.02.23 09:11:43.668299 [ 197 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_26_5} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5293 2025.02.23 09:11:43.670642 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5294 2025.02.23 09:11:47.752965 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 742
5295 2025.02.23 09:11:47.756337 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5296 2025.02.23 09:11:47.756393 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5297 2025.02.23 09:11:47.757927 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5298 2025.02.23 09:11:47.758237 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5299 2025.02.23 09:11:47.759409 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 742
5300 2025.02.23 09:11:48.305024 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5301 2025.02.23 09:11:48.305305 [ 253 ] {6d302a17-25b1-4bb8-921a-eb448fcaefdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5302 2025.02.23 09:11:48.305416 [ 253 ] {6d302a17-25b1-4bb8-921a-eb448fcaefdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5303 2025.02.23 09:11:48.306262 [ 253 ] {6d302a17-25b1-4bb8-921a-eb448fcaefdd} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5304 2025.02.23 09:11:48.306309 [ 253 ] {6d302a17-25b1-4bb8-921a-eb448fcaefdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5305 2025.02.23 09:11:48.306740 [ 253 ] {6d302a17-25b1-4bb8-921a-eb448fcaefdd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
5306 2025.02.23 09:11:48.306996 [ 253 ] {6d302a17-25b1-4bb8-921a-eb448fcaefdd} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5307 2025.02.23 09:11:48.307231 [ 253 ] {6d302a17-25b1-4bb8-921a-eb448fcaefdd} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.002009 sec., 5973.1209556993535 rows/sec., 487.07 KiB/sec.
5308 2025.02.23 09:11:48.307310 [ 253 ] {6d302a17-25b1-4bb8-921a-eb448fcaefdd} <Debug> TCPHandler: Processed in 0.002474916 sec.
5309 2025.02.23 09:11:48.307583 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5310 2025.02.23 09:11:48.307795 [ 255 ] {3ad63ca7-b350-4c52-a790-27a0d54515af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5311 2025.02.23 09:11:48.307875 [ 255 ] {3ad63ca7-b350-4c52-a790-27a0d54515af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5312 2025.02.23 09:11:48.309310 [ 255 ] {3ad63ca7-b350-4c52-a790-27a0d54515af} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5313 2025.02.23 09:11:48.309351 [ 255 ] {3ad63ca7-b350-4c52-a790-27a0d54515af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5314 2025.02.23 09:11:48.309859 [ 255 ] {3ad63ca7-b350-4c52-a790-27a0d54515af} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5315 2025.02.23 09:11:48.310112 [ 255 ] {3ad63ca7-b350-4c52-a790-27a0d54515af} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5316 2025.02.23 09:11:48.310313 [ 13 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5317 2025.02.23 09:11:48.310341 [ 255 ] {3ad63ca7-b350-4c52-a790-27a0d54515af} <Debug> executeQuery: Read 1220 rows, 103.13 KiB in 0.002604 sec., 468509.9846390169 rows/sec., 38.67 MiB/sec.
5318 2025.02.23 09:11:48.310408 [ 13 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5319 2025.02.23 09:11:48.310471 [ 255 ] {3ad63ca7-b350-4c52-a790-27a0d54515af} <Debug> TCPHandler: Processed in 0.003031246 sec.
5320 2025.02.23 09:11:48.310478 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5321 2025.02.23 09:11:48.310689 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5322 2025.02.23 09:11:48.310709 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
5323 2025.02.23 09:11:48.310902 [ 253 ] {00de8ba0-2791-4f51-9a19-591008b0045d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5324 2025.02.23 09:11:48.311026 [ 253 ] {00de8ba0-2791-4f51-9a19-591008b0045d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5325 2025.02.23 09:11:48.311028 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5326 2025.02.23 09:11:48.311141 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1846 rows starting from the beginning of the part
5327 2025.02.23 09:11:48.311404 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 74 rows starting from the beginning of the part
5328 2025.02.23 09:11:48.311779 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 116 rows starting from the beginning of the part
5329 2025.02.23 09:11:48.312130 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 74 rows starting from the beginning of the part
5330 2025.02.23 09:11:48.312460 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 677 rows starting from the beginning of the part
5331 2025.02.23 09:11:48.312791 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1220 rows starting from the beginning of the part
5332 2025.02.23 09:11:48.313837 [ 253 ] {00de8ba0-2791-4f51-9a19-591008b0045d} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5333 2025.02.23 09:11:48.313899 [ 253 ] {00de8ba0-2791-4f51-9a19-591008b0045d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5334 2025.02.23 09:11:48.314869 [ 253 ] {00de8ba0-2791-4f51-9a19-591008b0045d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5335 2025.02.23 09:11:48.315437 [ 253 ] {00de8ba0-2791-4f51-9a19-591008b0045d} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5336 2025.02.23 09:11:48.315794 [ 253 ] {00de8ba0-2791-4f51-9a19-591008b0045d} <Debug> executeQuery: Read 21 rows, 1.51 KiB in 0.004951 sec., 4241.567360129267 rows/sec., 305.93 KiB/sec.
5337 2025.02.23 09:11:48.316065 [ 253 ] {00de8ba0-2791-4f51-9a19-591008b0045d} <Debug> TCPHandler: Processed in 0.005485613 sec.
5338 2025.02.23 09:11:48.316310 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5339 2025.02.23 09:11:48.316498 [ 255 ] {658bd134-1591-4e87-ad44-e4634a619c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5340 2025.02.23 09:11:48.316608 [ 255 ] {658bd134-1591-4e87-ad44-e4634a619c08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5341 2025.02.23 09:11:48.317008 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4007 rows, containing 5 columns (5 merged, 0 gathered) in 0.006390949 sec., 626980.4374905823 rows/sec., 53.55 MiB/sec.
5342 2025.02.23 09:11:48.317334 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5343 2025.02.23 09:11:48.317849 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_36_7} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5344 2025.02.23 09:11:48.318074 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_36_7} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5345 2025.02.23 09:11:48.318159 [ 255 ] {658bd134-1591-4e87-ad44-e4634a619c08} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5346 2025.02.23 09:11:48.318230 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
5347 2025.02.23 09:11:48.318238 [ 255 ] {658bd134-1591-4e87-ad44-e4634a619c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5348 2025.02.23 09:11:48.318663 [ 255 ] {658bd134-1591-4e87-ad44-e4634a619c08} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5349 2025.02.23 09:11:48.318934 [ 255 ] {658bd134-1591-4e87-ad44-e4634a619c08} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5350 2025.02.23 09:11:48.319118 [ 13 ] {} <Debug> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5351 2025.02.23 09:11:48.319177 [ 255 ] {658bd134-1591-4e87-ad44-e4634a619c08} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002731 sec., 83485.9025997803 rows/sec., 5.65 MiB/sec.
5352 2025.02.23 09:11:48.319187 [ 13 ] {} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5353 2025.02.23 09:11:48.319263 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5354 2025.02.23 09:11:48.319332 [ 255 ] {658bd134-1591-4e87-ad44-e4634a619c08} <Debug> TCPHandler: Processed in 0.003144989 sec.
5355 2025.02.23 09:11:48.319656 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5356 2025.02.23 09:11:48.319750 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::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
5357 2025.02.23 09:11:48.319974 [ 253 ] {6d54fd6f-c678-40f5-9f7e-2485e34c66a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5358 2025.02.23 09:11:48.320118 [ 253 ] {6d54fd6f-c678-40f5-9f7e-2485e34c66a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5359 2025.02.23 09:11:48.320222 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5360 2025.02.23 09:11:48.320305 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 342 rows starting from the beginning of the part
5361 2025.02.23 09:11:48.320592 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part
5362 2025.02.23 09:11:48.320945 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part
5363 2025.02.23 09:11:48.321291 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part
5364 2025.02.23 09:11:48.321641 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part
5365 2025.02.23 09:11:48.321947 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part
5366 2025.02.23 09:11:48.323282 [ 253 ] {6d54fd6f-c678-40f5-9f7e-2485e34c66a3} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5367 2025.02.23 09:11:48.323363 [ 253 ] {6d54fd6f-c678-40f5-9f7e-2485e34c66a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5368 2025.02.23 09:11:48.324330 [ 253 ] {6d54fd6f-c678-40f5-9f7e-2485e34c66a3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5369 2025.02.23 09:11:48.324413 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.005030494 sec., 226021.5398328673 rows/sec., 15.90 MiB/sec.
5370 2025.02.23 09:11:48.324586 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5371 2025.02.23 09:11:48.324813 [ 253 ] {6d54fd6f-c678-40f5-9f7e-2485e34c66a3} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5372 2025.02.23 09:11:48.325114 [ 13 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5373 2025.02.23 09:11:48.325213 [ 13 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5374 2025.02.23 09:11:48.325226 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_21_4} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5375 2025.02.23 09:11:48.325276 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5376 2025.02.23 09:11:48.325338 [ 253 ] {6d54fd6f-c678-40f5-9f7e-2485e34c66a3} <Debug> executeQuery: Read 541 rows, 41.10 KiB in 0.005434 sec., 99558.33640044167 rows/sec., 7.39 MiB/sec.
5377 2025.02.23 09:11:48.325576 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_21_4} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5378 2025.02.23 09:11:48.325695 [ 253 ] {6d54fd6f-c678-40f5-9f7e-2485e34c66a3} <Debug> TCPHandler: Processed in 0.006224066 sec.
5379 2025.02.23 09:11:48.325788 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
5380 2025.02.23 09:11:48.325929 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
5381 2025.02.23 09:11:48.325995 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5382 2025.02.23 09:11:48.326124 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5383 2025.02.23 09:11:48.326216 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part
5384 2025.02.23 09:11:48.326225 [ 255 ] {24a8e684-4eed-4d06-bbfa-582dabb16ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5385 2025.02.23 09:11:48.326387 [ 255 ] {24a8e684-4eed-4d06-bbfa-582dabb16ed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5386 2025.02.23 09:11:48.326523 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 73 rows starting from the beginning of the part
5387 2025.02.23 09:11:48.326956 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 94 rows starting from the beginning of the part
5388 2025.02.23 09:11:48.327281 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 73 rows starting from the beginning of the part
5389 2025.02.23 09:11:48.327703 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 412 rows starting from the beginning of the part
5390 2025.02.23 09:11:48.328136 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 541 rows starting from the beginning of the part
5391 2025.02.23 09:11:48.329398 [ 255 ] {24a8e684-4eed-4d06-bbfa-582dabb16ed8} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5392 2025.02.23 09:11:48.329481 [ 255 ] {24a8e684-4eed-4d06-bbfa-582dabb16ed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5393 2025.02.23 09:11:48.330601 [ 255 ] {24a8e684-4eed-4d06-bbfa-582dabb16ed8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5394 2025.02.23 09:11:48.331108 [ 255 ] {24a8e684-4eed-4d06-bbfa-582dabb16ed8} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5395 2025.02.23 09:11:48.331274 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2106 rows, containing 5 columns (5 merged, 0 gathered) in 0.005854759 sec., 359707.3765119965 rows/sec., 27.76 MiB/sec.
5396 2025.02.23 09:11:48.331415 [ 13 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5397 2025.02.23 09:11:48.331505 [ 13 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5398 2025.02.23 09:11:48.331572 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5399 2025.02.23 09:11:48.331599 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5400 2025.02.23 09:11:48.331676 [ 255 ] {24a8e684-4eed-4d06-bbfa-582dabb16ed8} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.005483 sec., 161590.37023527265 rows/sec., 10.87 MiB/sec.
5401 2025.02.23 09:11:48.332060 [ 255 ] {24a8e684-4eed-4d06-bbfa-582dabb16ed8} <Debug> TCPHandler: Processed in 0.006215226 sec.
5402 2025.02.23 09:11:48.332068 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
5403 2025.02.23 09:11:48.332351 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5404 2025.02.23 09:11:48.332475 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5405 2025.02.23 09:11:48.332581 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10496 rows starting from the beginning of the part
5406 2025.02.23 09:11:48.332691 [ 253 ] {54d1288f-cbc7-4da2-816d-68195a594bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5407 2025.02.23 09:11:48.332738 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_36_7} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5408 2025.02.23 09:11:48.332904 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part
5409 2025.02.23 09:11:48.333112 [ 253 ] {54d1288f-cbc7-4da2-816d-68195a594bc1} <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
5410 2025.02.23 09:11:48.333255 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part
5411 2025.02.23 09:11:48.333757 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part
5412 2025.02.23 09:11:48.334207 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part
5413 2025.02.23 09:11:48.333937 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_36_7} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5414 2025.02.23 09:11:48.334641 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 886 rows starting from the beginning of the part
5415 2025.02.23 09:11:48.335709 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
5416 2025.02.23 09:11:48.338372 [ 253 ] {54d1288f-cbc7-4da2-816d-68195a594bc1} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5417 2025.02.23 09:11:48.338429 [ 253 ] {54d1288f-cbc7-4da2-816d-68195a594bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5418 2025.02.23 09:11:48.339480 [ 253 ] {54d1288f-cbc7-4da2-816d-68195a594bc1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5419 2025.02.23 09:11:48.340188 [ 253 ] {54d1288f-cbc7-4da2-816d-68195a594bc1} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5420 2025.02.23 09:11:48.340490 [ 253 ] {54d1288f-cbc7-4da2-816d-68195a594bc1} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.007902 sec., 1138.9521640091118 rows/sec., 2.04 MiB/sec.
5421 2025.02.23 09:11:48.340620 [ 253 ] {54d1288f-cbc7-4da2-816d-68195a594bc1} <Debug> TCPHandler: Processed in 0.008450168 sec.
5422 2025.02.23 09:11:48.340795 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5423 2025.02.23 09:11:48.340932 [ 255 ] {997caf70-c400-4e51-a63b-a6a8a72e85db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5424 2025.02.23 09:11:48.340984 [ 255 ] {997caf70-c400-4e51-a63b-a6a8a72e85db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5425 2025.02.23 09:11:48.341614 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12099 rows, containing 5 columns (5 merged, 0 gathered) in 0.009932476 sec., 1218125.269066847 rows/sec., 82.42 MiB/sec.
5426 2025.02.23 09:11:48.341697 [ 255 ] {997caf70-c400-4e51-a63b-a6a8a72e85db} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5427 2025.02.23 09:11:48.341739 [ 255 ] {997caf70-c400-4e51-a63b-a6a8a72e85db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5428 2025.02.23 09:11:48.341919 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5429 2025.02.23 09:11:48.342227 [ 255 ] {997caf70-c400-4e51-a63b-a6a8a72e85db} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5430 2025.02.23 09:11:48.342277 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5431 2025.02.23 09:11:48.342369 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5432 2025.02.23 09:11:48.342467 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB.
5433 2025.02.23 09:11:48.342524 [ 255 ] {997caf70-c400-4e51-a63b-a6a8a72e85db} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5434 2025.02.23 09:11:48.342692 [ 13 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5435 2025.02.23 09:11:48.342750 [ 13 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5436 2025.02.23 09:11:48.342784 [ 255 ] {997caf70-c400-4e51-a63b-a6a8a72e85db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001873 sec., 32034.169781099838 rows/sec., 2.16 MiB/sec.
5437 2025.02.23 09:11:48.342790 [ 13 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5438 2025.02.23 09:11:48.342978 [ 255 ] {997caf70-c400-4e51-a63b-a6a8a72e85db} <Debug> TCPHandler: Processed in 0.002249082 sec.
5439 2025.02.23 09:11:48.343044 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
5440 2025.02.23 09:11:48.343183 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5441 2025.02.23 09:11:48.343213 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2116 rows starting from the beginning of the part
5442 2025.02.23 09:11:48.343300 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part
5443 2025.02.23 09:11:48.343533 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part
5444 2025.02.23 09:11:48.343728 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part
5445 2025.02.23 09:11:48.343853 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part
5446 2025.02.23 09:11:48.344055 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part
5447 2025.02.23 09:11:48.345541 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 4 columns (4 merged, 0 gathered) in 0.002624429 sec., 928963.9765449931 rows/sec., 60.98 MiB/sec.
5448 2025.02.23 09:11:48.345827 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5449 2025.02.23 09:11:48.346125 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_36_7} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5450 2025.02.23 09:11:48.346210 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_36_7} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5451 2025.02.23 09:11:48.346298 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB.
5452 2025.02.23 09:11:50.217039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
5453 2025.02.23 09:11:50.217809 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5454 2025.02.23 09:11:50.217849 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5455 2025.02.23 09:11:50.218398 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5456 2025.02.23 09:11:50.218663 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5457 2025.02.23 09:11:50.218921 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
5458 2025.02.23 09:11:51.070004 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5459 2025.02.23 09:11:51.091284 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5460 2025.02.23 09:11:51.091354 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5461 2025.02.23 09:11:51.098895 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5462 2025.02.23 09:11:51.099685 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5463 2025.02.23 09:11:51.103300 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5464 2025.02.23 09:11:53.281590 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5465 2025.02.23 09:11:53.281901 [ 253 ] {1060da58-bd78-4d17-8c27-dfa55b47be55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5466 2025.02.23 09:11:53.281974 [ 253 ] {1060da58-bd78-4d17-8c27-dfa55b47be55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5467 2025.02.23 09:11:53.282827 [ 253 ] {1060da58-bd78-4d17-8c27-dfa55b47be55} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5468 2025.02.23 09:11:53.282874 [ 253 ] {1060da58-bd78-4d17-8c27-dfa55b47be55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5469 2025.02.23 09:11:53.283321 [ 253 ] {1060da58-bd78-4d17-8c27-dfa55b47be55} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5470 2025.02.23 09:11:53.283604 [ 253 ] {1060da58-bd78-4d17-8c27-dfa55b47be55} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5471 2025.02.23 09:11:53.283879 [ 253 ] {1060da58-bd78-4d17-8c27-dfa55b47be55} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002033 sec., 104279.3900639449 rows/sec., 6.63 MiB/sec.
5472 2025.02.23 09:11:53.284117 [ 253 ] {1060da58-bd78-4d17-8c27-dfa55b47be55} <Debug> TCPHandler: Processed in 0.002719651 sec.
5473 2025.02.23 09:11:53.284396 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5474 2025.02.23 09:11:53.284612 [ 255 ] {4bad7476-509c-4239-a9dc-ed54e2b0cd35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5475 2025.02.23 09:11:53.284697 [ 255 ] {4bad7476-509c-4239-a9dc-ed54e2b0cd35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5476 2025.02.23 09:11:53.285828 [ 255 ] {4bad7476-509c-4239-a9dc-ed54e2b0cd35} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5477 2025.02.23 09:11:53.285878 [ 255 ] {4bad7476-509c-4239-a9dc-ed54e2b0cd35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5478 2025.02.23 09:11:53.286359 [ 255 ] {4bad7476-509c-4239-a9dc-ed54e2b0cd35} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5479 2025.02.23 09:11:53.286615 [ 255 ] {4bad7476-509c-4239-a9dc-ed54e2b0cd35} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5480 2025.02.23 09:11:53.286856 [ 255 ] {4bad7476-509c-4239-a9dc-ed54e2b0cd35} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002306 sec., 293581.9601040763 rows/sec., 23.34 MiB/sec.
5481 2025.02.23 09:11:53.286924 [ 255 ] {4bad7476-509c-4239-a9dc-ed54e2b0cd35} <Debug> TCPHandler: Processed in 0.00267304 sec.
5482 2025.02.23 09:11:53.287093 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5483 2025.02.23 09:11:53.287233 [ 253 ] {f0738661-2455-4770-8713-6b0a51f2b2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5484 2025.02.23 09:11:53.287292 [ 253 ] {f0738661-2455-4770-8713-6b0a51f2b2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5485 2025.02.23 09:11:53.288004 [ 253 ] {f0738661-2455-4770-8713-6b0a51f2b2a9} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5486 2025.02.23 09:11:53.288044 [ 253 ] {f0738661-2455-4770-8713-6b0a51f2b2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5487 2025.02.23 09:11:53.288425 [ 253 ] {f0738661-2455-4770-8713-6b0a51f2b2a9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5488 2025.02.23 09:11:53.288668 [ 253 ] {f0738661-2455-4770-8713-6b0a51f2b2a9} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5489 2025.02.23 09:11:53.288934 [ 253 ] {f0738661-2455-4770-8713-6b0a51f2b2a9} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001733 sec., 78476.63012117715 rows/sec., 4.87 MiB/sec.
5490 2025.02.23 09:11:53.289159 [ 253 ] {f0738661-2455-4770-8713-6b0a51f2b2a9} <Debug> TCPHandler: Processed in 0.00212721 sec.
5491 2025.02.23 09:11:53.289355 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5492 2025.02.23 09:11:53.289501 [ 255 ] {d0afa247-e8ac-41d2-bcc2-89dc7417c4bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5493 2025.02.23 09:11:53.289564 [ 255 ] {d0afa247-e8ac-41d2-bcc2-89dc7417c4bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5494 2025.02.23 09:11:53.290247 [ 255 ] {d0afa247-e8ac-41d2-bcc2-89dc7417c4bf} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5495 2025.02.23 09:11:53.290287 [ 255 ] {d0afa247-e8ac-41d2-bcc2-89dc7417c4bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5496 2025.02.23 09:11:53.290667 [ 255 ] {d0afa247-e8ac-41d2-bcc2-89dc7417c4bf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5497 2025.02.23 09:11:53.290913 [ 255 ] {d0afa247-e8ac-41d2-bcc2-89dc7417c4bf} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5498 2025.02.23 09:11:53.291132 [ 255 ] {d0afa247-e8ac-41d2-bcc2-89dc7417c4bf} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001667 sec., 67786.44271145771 rows/sec., 4.39 MiB/sec.
5499 2025.02.23 09:11:53.291189 [ 255 ] {d0afa247-e8ac-41d2-bcc2-89dc7417c4bf} <Debug> TCPHandler: Processed in 0.001902575 sec.
5500 2025.02.23 09:11:53.291393 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5501 2025.02.23 09:11:53.291616 [ 253 ] {c2ccb37f-6aa9-46a2-a014-879598119f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5502 2025.02.23 09:11:53.291704 [ 253 ] {c2ccb37f-6aa9-46a2-a014-879598119f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5503 2025.02.23 09:11:53.292421 [ 253 ] {c2ccb37f-6aa9-46a2-a014-879598119f7e} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5504 2025.02.23 09:11:53.292460 [ 253 ] {c2ccb37f-6aa9-46a2-a014-879598119f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5505 2025.02.23 09:11:53.292829 [ 253 ] {c2ccb37f-6aa9-46a2-a014-879598119f7e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5506 2025.02.23 09:11:53.293069 [ 253 ] {c2ccb37f-6aa9-46a2-a014-879598119f7e} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5507 2025.02.23 09:11:53.293363 [ 253 ] {c2ccb37f-6aa9-46a2-a014-879598119f7e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001772 sec., 63205.41760722348 rows/sec., 3.60 MiB/sec.
5508 2025.02.23 09:11:53.293559 [ 253 ] {c2ccb37f-6aa9-46a2-a014-879598119f7e} <Debug> TCPHandler: Processed in 0.002270233 sec.
5509 2025.02.23 09:11:53.293730 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5510 2025.02.23 09:11:53.293871 [ 255 ] {48463bf2-77d6-49e6-b639-ab9973c5c7e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5511 2025.02.23 09:11:53.293935 [ 255 ] {48463bf2-77d6-49e6-b639-ab9973c5c7e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5512 2025.02.23 09:11:53.294823 [ 255 ] {48463bf2-77d6-49e6-b639-ab9973c5c7e2} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5513 2025.02.23 09:11:53.294863 [ 255 ] {48463bf2-77d6-49e6-b639-ab9973c5c7e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5514 2025.02.23 09:11:53.295258 [ 255 ] {48463bf2-77d6-49e6-b639-ab9973c5c7e2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5515 2025.02.23 09:11:53.295496 [ 255 ] {48463bf2-77d6-49e6-b639-ab9973c5c7e2} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5516 2025.02.23 09:11:53.295714 [ 255 ] {48463bf2-77d6-49e6-b639-ab9973c5c7e2} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001875 sec., 219733.33333333334 rows/sec., 15.62 MiB/sec.
5517 2025.02.23 09:11:53.295770 [ 255 ] {48463bf2-77d6-49e6-b639-ab9973c5c7e2} <Debug> TCPHandler: Processed in 0.002108259 sec.
5518 2025.02.23 09:11:53.295927 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5519 2025.02.23 09:11:53.296065 [ 253 ] {46f19d23-f2c0-49df-885e-108b2fcc1dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5520 2025.02.23 09:11:53.296126 [ 253 ] {46f19d23-f2c0-49df-885e-108b2fcc1dfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5521 2025.02.23 09:11:53.296818 [ 253 ] {46f19d23-f2c0-49df-885e-108b2fcc1dfd} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5522 2025.02.23 09:11:53.296856 [ 253 ] {46f19d23-f2c0-49df-885e-108b2fcc1dfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5523 2025.02.23 09:11:53.297233 [ 253 ] {46f19d23-f2c0-49df-885e-108b2fcc1dfd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5524 2025.02.23 09:11:53.297470 [ 253 ] {46f19d23-f2c0-49df-885e-108b2fcc1dfd} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5525 2025.02.23 09:11:53.297686 [ 253 ] {46f19d23-f2c0-49df-885e-108b2fcc1dfd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001652 sec., 3631.961259079903 rows/sec., 189.76 KiB/sec.
5526 2025.02.23 09:11:53.297739 [ 253 ] {46f19d23-f2c0-49df-885e-108b2fcc1dfd} <Debug> TCPHandler: Processed in 0.001879515 sec.
5527 2025.02.23 09:11:53.297906 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5528 2025.02.23 09:11:53.298032 [ 255 ] {5bde06e4-feae-4748-8474-ab9bce86958d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5529 2025.02.23 09:11:53.298168 [ 255 ] {5bde06e4-feae-4748-8474-ab9bce86958d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5530 2025.02.23 09:11:53.298803 [ 255 ] {5bde06e4-feae-4748-8474-ab9bce86958d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5531 2025.02.23 09:11:53.298844 [ 255 ] {5bde06e4-feae-4748-8474-ab9bce86958d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5532 2025.02.23 09:11:53.299290 [ 255 ] {5bde06e4-feae-4748-8474-ab9bce86958d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5533 2025.02.23 09:11:53.299542 [ 255 ] {5bde06e4-feae-4748-8474-ab9bce86958d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5534 2025.02.23 09:11:53.299760 [ 255 ] {5bde06e4-feae-4748-8474-ab9bce86958d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001754 sec., 135119.72633979475 rows/sec., 9.06 MiB/sec.
5535 2025.02.23 09:11:53.299827 [ 255 ] {5bde06e4-feae-4748-8474-ab9bce86958d} <Debug> TCPHandler: Processed in 0.001980937 sec.
5536 2025.02.23 09:11:53.299992 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5537 2025.02.23 09:11:53.300132 [ 253 ] {f19649e4-bfa3-438a-af90-c606613215c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5538 2025.02.23 09:11:53.300193 [ 253 ] {f19649e4-bfa3-438a-af90-c606613215c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5539 2025.02.23 09:11:53.300742 [ 253 ] {f19649e4-bfa3-438a-af90-c606613215c1} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5540 2025.02.23 09:11:53.300788 [ 253 ] {f19649e4-bfa3-438a-af90-c606613215c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5541 2025.02.23 09:11:53.301180 [ 253 ] {f19649e4-bfa3-438a-af90-c606613215c1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5542 2025.02.23 09:11:53.301419 [ 253 ] {f19649e4-bfa3-438a-af90-c606613215c1} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5543 2025.02.23 09:11:53.301628 [ 253 ] {f19649e4-bfa3-438a-af90-c606613215c1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001528 sec., 654.4502617801047 rows/sec., 44.10 KiB/sec.
5544 2025.02.23 09:11:53.301686 [ 253 ] {f19649e4-bfa3-438a-af90-c606613215c1} <Debug> TCPHandler: Processed in 0.001760273 sec.
5545 2025.02.23 09:11:53.302356 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5546 2025.02.23 09:11:53.302478 [ 255 ] {26aa8008-1571-4b45-94db-010c9524b8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5547 2025.02.23 09:11:53.302561 [ 255 ] {26aa8008-1571-4b45-94db-010c9524b8ee} <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
5548 2025.02.23 09:11:53.303763 [ 255 ] {26aa8008-1571-4b45-94db-010c9524b8ee} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5549 2025.02.23 09:11:53.303802 [ 255 ] {26aa8008-1571-4b45-94db-010c9524b8ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5550 2025.02.23 09:11:53.304473 [ 255 ] {26aa8008-1571-4b45-94db-010c9524b8ee} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5551 2025.02.23 09:11:53.304757 [ 255 ] {26aa8008-1571-4b45-94db-010c9524b8ee} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5552 2025.02.23 09:11:53.305017 [ 255 ] {26aa8008-1571-4b45-94db-010c9524b8ee} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002558 sec., 11727.912431587178 rows/sec., 21.02 MiB/sec.
5553 2025.02.23 09:11:53.305476 [ 255 ] {26aa8008-1571-4b45-94db-010c9524b8ee} <Debug> TCPHandler: Processed in 0.00317769 sec.
5554 2025.02.23 09:11:53.305646 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5555 2025.02.23 09:11:53.305784 [ 253 ] {e7c0de69-2840-4840-b42c-aec39aefca7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5556 2025.02.23 09:11:53.305845 [ 253 ] {e7c0de69-2840-4840-b42c-aec39aefca7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5557 2025.02.23 09:11:53.306431 [ 253 ] {e7c0de69-2840-4840-b42c-aec39aefca7e} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5558 2025.02.23 09:11:53.306479 [ 253 ] {e7c0de69-2840-4840-b42c-aec39aefca7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5559 2025.02.23 09:11:53.306916 [ 253 ] {e7c0de69-2840-4840-b42c-aec39aefca7e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5560 2025.02.23 09:11:53.307154 [ 253 ] {e7c0de69-2840-4840-b42c-aec39aefca7e} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5561 2025.02.23 09:11:53.307364 [ 253 ] {e7c0de69-2840-4840-b42c-aec39aefca7e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00161 sec., 50931.677018633534 rows/sec., 3.23 MiB/sec.
5562 2025.02.23 09:11:53.307417 [ 253 ] {e7c0de69-2840-4840-b42c-aec39aefca7e} <Debug> TCPHandler: Processed in 0.001839034 sec.
5563 2025.02.23 09:11:57.578408 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache
5564 2025.02.23 09:11:57.578480 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache
5565 2025.02.23 09:11:57.719117 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
5566 2025.02.23 09:11:57.719778 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5567 2025.02.23 09:11:57.719829 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5568 2025.02.23 09:11:57.720406 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5569 2025.02.23 09:11:57.720668 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5570 2025.02.23 09:11:57.720938 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5571 2025.02.23 09:11:57.759727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 780
5572 2025.02.23 09:11:57.763132 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5573 2025.02.23 09:11:57.763173 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5574 2025.02.23 09:11:57.764644 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5575 2025.02.23 09:11:57.764946 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5576 2025.02.23 09:11:57.765429 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 780
5577 2025.02.23 09:11:58.274810 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5578 2025.02.23 09:11:58.274997 [ 253 ] {ae7fb1ef-6555-4a9f-933f-75fd06a6e7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5579 2025.02.23 09:11:58.275073 [ 253 ] {ae7fb1ef-6555-4a9f-933f-75fd06a6e7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5580 2025.02.23 09:11:58.275902 [ 253 ] {ae7fb1ef-6555-4a9f-933f-75fd06a6e7a9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5581 2025.02.23 09:11:58.275957 [ 253 ] {ae7fb1ef-6555-4a9f-933f-75fd06a6e7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5582 2025.02.23 09:11:58.276424 [ 253 ] {ae7fb1ef-6555-4a9f-933f-75fd06a6e7a9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5583 2025.02.23 09:11:58.276677 [ 253 ] {ae7fb1ef-6555-4a9f-933f-75fd06a6e7a9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5584 2025.02.23 09:11:58.276944 [ 253 ] {ae7fb1ef-6555-4a9f-933f-75fd06a6e7a9} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001992 sec., 37148.594377510046 rows/sec., 3.00 MiB/sec.
5585 2025.02.23 09:11:58.277049 [ 253 ] {ae7fb1ef-6555-4a9f-933f-75fd06a6e7a9} <Debug> TCPHandler: Processed in 0.002374084 sec.
5586 2025.02.23 09:11:58.277373 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5587 2025.02.23 09:11:58.277565 [ 255 ] {0e7c92e4-070d-4ec7-b7c1-312737d47462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5588 2025.02.23 09:11:58.277640 [ 255 ] {0e7c92e4-070d-4ec7-b7c1-312737d47462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5589 2025.02.23 09:11:58.278395 [ 255 ] {0e7c92e4-070d-4ec7-b7c1-312737d47462} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5590 2025.02.23 09:11:58.278441 [ 255 ] {0e7c92e4-070d-4ec7-b7c1-312737d47462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5591 2025.02.23 09:11:58.278886 [ 255 ] {0e7c92e4-070d-4ec7-b7c1-312737d47462} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5592 2025.02.23 09:11:58.279149 [ 255 ] {0e7c92e4-070d-4ec7-b7c1-312737d47462} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5593 2025.02.23 09:11:58.279295 [ 123 ] {} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5594 2025.02.23 09:11:58.279342 [ 123 ] {} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5595 2025.02.23 09:11:58.279367 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5596 2025.02.23 09:11:58.279371 [ 255 ] {0e7c92e4-070d-4ec7-b7c1-312737d47462} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001856 sec., 4849.137931034483 rows/sec., 364.63 KiB/sec.
5597 2025.02.23 09:11:58.279579 [ 255 ] {0e7c92e4-070d-4ec7-b7c1-312737d47462} <Debug> TCPHandler: Processed in 0.002375894 sec.
5598 2025.02.23 09:11:58.279853 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5599 2025.02.23 09:11:58.280002 [ 193 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::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
5600 2025.02.23 09:11:58.280167 [ 253 ] {6f81305c-6465-44ee-a0ab-f506f20bbe2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5601 2025.02.23 09:11:58.280312 [ 253 ] {6f81305c-6465-44ee-a0ab-f506f20bbe2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5602 2025.02.23 09:11:58.280495 [ 193 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5603 2025.02.23 09:11:58.280627 [ 193 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 163 rows starting from the beginning of the part
5604 2025.02.23 09:11:58.281110 [ 193 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 9 rows starting from the beginning of the part
5605 2025.02.23 09:11:58.281676 [ 193 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 136 rows starting from the beginning of the part
5606 2025.02.23 09:11:58.282201 [ 193 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 21 rows starting from the beginning of the part
5607 2025.02.23 09:11:58.282576 [ 193 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 136 rows starting from the beginning of the part
5608 2025.02.23 09:11:58.282949 [ 193 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 9 rows starting from the beginning of the part
5609 2025.02.23 09:11:58.283832 [ 253 ] {6f81305c-6465-44ee-a0ab-f506f20bbe2a} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5610 2025.02.23 09:11:58.283928 [ 253 ] {6f81305c-6465-44ee-a0ab-f506f20bbe2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5611 2025.02.23 09:11:58.285168 [ 253 ] {6f81305c-6465-44ee-a0ab-f506f20bbe2a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5612 2025.02.23 09:11:58.285833 [ 253 ] {6f81305c-6465-44ee-a0ab-f506f20bbe2a} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5613 2025.02.23 09:11:58.285906 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 5 columns (5 merged, 0 gathered) in 0.00639038 sec., 74173.9927829018 rows/sec., 4.98 MiB/sec.
5614 2025.02.23 09:11:58.286286 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5615 2025.02.23 09:11:58.286349 [ 253 ] {6f81305c-6465-44ee-a0ab-f506f20bbe2a} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.006248 sec., 11683.738796414853 rows/sec., 934.05 KiB/sec.
5616 2025.02.23 09:11:58.286786 [ 253 ] {6f81305c-6465-44ee-a0ab-f506f20bbe2a} <Debug> TCPHandler: Processed in 0.007057102 sec.
5617 2025.02.23 09:11:58.287128 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5618 2025.02.23 09:11:58.287295 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_31_6} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5619 2025.02.23 09:11:58.287369 [ 255 ] {71a76482-b896-43db-92d5-d33a050814c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5620 2025.02.23 09:11:58.287464 [ 255 ] {71a76482-b896-43db-92d5-d33a050814c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5621 2025.02.23 09:11:58.287479 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_31_6} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5622 2025.02.23 09:11:58.287686 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
5623 2025.02.23 09:11:58.288263 [ 255 ] {71a76482-b896-43db-92d5-d33a050814c1} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5624 2025.02.23 09:11:58.288306 [ 255 ] {71a76482-b896-43db-92d5-d33a050814c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5625 2025.02.23 09:11:58.288740 [ 255 ] {71a76482-b896-43db-92d5-d33a050814c1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5626 2025.02.23 09:11:58.288996 [ 255 ] {71a76482-b896-43db-92d5-d33a050814c1} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5627 2025.02.23 09:11:58.289231 [ 255 ] {71a76482-b896-43db-92d5-d33a050814c1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001912 sec., 83682.00836820084 rows/sec., 5.83 MiB/sec.
5628 2025.02.23 09:11:58.289406 [ 255 ] {71a76482-b896-43db-92d5-d33a050814c1} <Debug> TCPHandler: Processed in 0.002474886 sec.
5629 2025.02.23 09:11:58.289614 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5630 2025.02.23 09:11:58.289757 [ 253 ] {449e1699-cf48-4204-b376-e8cf8ca69ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5631 2025.02.23 09:11:58.289848 [ 253 ] {449e1699-cf48-4204-b376-e8cf8ca69ba5} <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
5632 2025.02.23 09:11:58.291368 [ 253 ] {449e1699-cf48-4204-b376-e8cf8ca69ba5} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5633 2025.02.23 09:11:58.291413 [ 253 ] {449e1699-cf48-4204-b376-e8cf8ca69ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5634 2025.02.23 09:11:58.292085 [ 253 ] {449e1699-cf48-4204-b376-e8cf8ca69ba5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5635 2025.02.23 09:11:58.292351 [ 253 ] {449e1699-cf48-4204-b376-e8cf8ca69ba5} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5636 2025.02.23 09:11:58.292653 [ 253 ] {449e1699-cf48-4204-b376-e8cf8ca69ba5} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002929 sec., 3072.7210652099693 rows/sec., 5.51 MiB/sec.
5637 2025.02.23 09:11:58.293144 [ 253 ] {449e1699-cf48-4204-b376-e8cf8ca69ba5} <Debug> TCPHandler: Processed in 0.003616918 sec.
5638 2025.02.23 09:11:58.293319 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5639 2025.02.23 09:11:58.293456 [ 255 ] {97354757-0c7f-47e3-b77f-9f6e037e4bbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5640 2025.02.23 09:11:58.293513 [ 255 ] {97354757-0c7f-47e3-b77f-9f6e037e4bbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5641 2025.02.23 09:11:58.294041 [ 255 ] {97354757-0c7f-47e3-b77f-9f6e037e4bbe} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5642 2025.02.23 09:11:58.294080 [ 255 ] {97354757-0c7f-47e3-b77f-9f6e037e4bbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5643 2025.02.23 09:11:58.294466 [ 255 ] {97354757-0c7f-47e3-b77f-9f6e037e4bbe} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5644 2025.02.23 09:11:58.294737 [ 255 ] {97354757-0c7f-47e3-b77f-9f6e037e4bbe} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5645 2025.02.23 09:11:58.294934 [ 255 ] {97354757-0c7f-47e3-b77f-9f6e037e4bbe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.67 MiB/sec.
5646 2025.02.23 09:11:58.294987 [ 255 ] {97354757-0c7f-47e3-b77f-9f6e037e4bbe} <Debug> TCPHandler: Processed in 0.001726723 sec.
5647 2025.02.23 09:11:58.603438 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5648 2025.02.23 09:11:58.624272 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5649 2025.02.23 09:11:58.624327 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5650 2025.02.23 09:11:58.631866 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5651 2025.02.23 09:11:58.632667 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5652 2025.02.23 09:11:58.636007 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5653 2025.02.23 09:12:00.843866 [ 121 ] {} <Debug> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
5654 2025.02.23 09:12:00.843943 [ 121 ] {} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5655 2025.02.23 09:12:00.843974 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5656 2025.02.23 09:12:00.844187 [ 201 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::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
5657 2025.02.23 09:12:00.844360 [ 201 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5658 2025.02.23 09:12:00.844404 [ 201 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part
5659 2025.02.23 09:12:00.844504 [ 201 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
5660 2025.02.23 09:12:00.844760 [ 201 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part
5661 2025.02.23 09:12:00.844973 [ 201 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
5662 2025.02.23 09:12:00.845158 [ 201 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
5663 2025.02.23 09:12:00.846302 [ 196 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.002251383 sec., 19543.5427912532 rows/sec., 1.63 MiB/sec.
5664 2025.02.23 09:12:00.846517 [ 187 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
5665 2025.02.23 09:12:00.846878 [ 187 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_5_1} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5666 2025.02.23 09:12:00.846979 [ 187 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_5_1} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
5667 2025.02.23 09:12:00.847088 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5668 2025.02.23 09:12:03.282076 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5669 2025.02.23 09:12:03.282285 [ 253 ] {d99f072a-99fd-4136-b9a4-b51264b527d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5670 2025.02.23 09:12:03.282362 [ 253 ] {d99f072a-99fd-4136-b9a4-b51264b527d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5671 2025.02.23 09:12:03.283247 [ 253 ] {d99f072a-99fd-4136-b9a4-b51264b527d2} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5672 2025.02.23 09:12:03.283294 [ 253 ] {d99f072a-99fd-4136-b9a4-b51264b527d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5673 2025.02.23 09:12:03.283758 [ 253 ] {d99f072a-99fd-4136-b9a4-b51264b527d2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5674 2025.02.23 09:12:03.284012 [ 253 ] {d99f072a-99fd-4136-b9a4-b51264b527d2} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5675 2025.02.23 09:12:03.284247 [ 253 ] {d99f072a-99fd-4136-b9a4-b51264b527d2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002009 sec., 105525.13688402191 rows/sec., 6.71 MiB/sec.
5676 2025.02.23 09:12:03.284476 [ 253 ] {d99f072a-99fd-4136-b9a4-b51264b527d2} <Debug> TCPHandler: Processed in 0.002532537 sec.
5677 2025.02.23 09:12:03.284766 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5678 2025.02.23 09:12:03.284958 [ 255 ] {aa27dea3-ceee-4cb0-9b98-52b488bced73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5679 2025.02.23 09:12:03.285038 [ 255 ] {aa27dea3-ceee-4cb0-9b98-52b488bced73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5680 2025.02.23 09:12:03.285829 [ 255 ] {aa27dea3-ceee-4cb0-9b98-52b488bced73} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5681 2025.02.23 09:12:03.285891 [ 255 ] {aa27dea3-ceee-4cb0-9b98-52b488bced73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5682 2025.02.23 09:12:03.286336 [ 255 ] {aa27dea3-ceee-4cb0-9b98-52b488bced73} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5683 2025.02.23 09:12:03.286591 [ 255 ] {aa27dea3-ceee-4cb0-9b98-52b488bced73} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5684 2025.02.23 09:12:03.286825 [ 255 ] {aa27dea3-ceee-4cb0-9b98-52b488bced73} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00192 sec., 3125 rows/sec., 254.82 KiB/sec.
5685 2025.02.23 09:12:03.286895 [ 255 ] {aa27dea3-ceee-4cb0-9b98-52b488bced73} <Debug> TCPHandler: Processed in 0.002272053 sec.
5686 2025.02.23 09:12:03.287059 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5687 2025.02.23 09:12:03.287187 [ 253 ] {a3d89626-b7f4-4121-9686-d6b6e80337d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5688 2025.02.23 09:12:03.287250 [ 253 ] {a3d89626-b7f4-4121-9686-d6b6e80337d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5689 2025.02.23 09:12:03.288256 [ 253 ] {a3d89626-b7f4-4121-9686-d6b6e80337d8} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5690 2025.02.23 09:12:03.288296 [ 253 ] {a3d89626-b7f4-4121-9686-d6b6e80337d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5691 2025.02.23 09:12:03.288714 [ 253 ] {a3d89626-b7f4-4121-9686-d6b6e80337d8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5692 2025.02.23 09:12:03.288973 [ 253 ] {a3d89626-b7f4-4121-9686-d6b6e80337d8} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5693 2025.02.23 09:12:03.289161 [ 253 ] {a3d89626-b7f4-4121-9686-d6b6e80337d8} <Debug> executeQuery: Read 680 rows, 55.32 KiB in 0.002005 sec., 339152.1197007482 rows/sec., 26.95 MiB/sec.
5694 2025.02.23 09:12:03.289219 [ 253 ] {a3d89626-b7f4-4121-9686-d6b6e80337d8} <Debug> TCPHandler: Processed in 0.002225092 sec.
5695 2025.02.23 09:12:03.289384 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5696 2025.02.23 09:12:03.289509 [ 255 ] {776da13c-4e4c-422a-bf94-b42c97cd47e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5697 2025.02.23 09:12:03.289565 [ 255 ] {776da13c-4e4c-422a-bf94-b42c97cd47e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5698 2025.02.23 09:12:03.290242 [ 255 ] {776da13c-4e4c-422a-bf94-b42c97cd47e2} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5699 2025.02.23 09:12:03.290286 [ 255 ] {776da13c-4e4c-422a-bf94-b42c97cd47e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5700 2025.02.23 09:12:03.290694 [ 255 ] {776da13c-4e4c-422a-bf94-b42c97cd47e2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5701 2025.02.23 09:12:03.290953 [ 255 ] {776da13c-4e4c-422a-bf94-b42c97cd47e2} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5702 2025.02.23 09:12:03.291217 [ 255 ] {776da13c-4e4c-422a-bf94-b42c97cd47e2} <Debug> executeQuery: Read 142 rows, 9.06 KiB in 0.001727 sec., 82223.50897510133 rows/sec., 5.12 MiB/sec.
5703 2025.02.23 09:12:03.291434 [ 255 ] {776da13c-4e4c-422a-bf94-b42c97cd47e2} <Debug> TCPHandler: Processed in 0.002108859 sec.
5704 2025.02.23 09:12:03.291630 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5705 2025.02.23 09:12:03.291759 [ 253 ] {5cb6b4ef-60c7-4773-868d-c0b993e4c13a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5706 2025.02.23 09:12:03.291813 [ 253 ] {5cb6b4ef-60c7-4773-868d-c0b993e4c13a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5707 2025.02.23 09:12:03.292435 [ 253 ] {5cb6b4ef-60c7-4773-868d-c0b993e4c13a} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5708 2025.02.23 09:12:03.292475 [ 253 ] {5cb6b4ef-60c7-4773-868d-c0b993e4c13a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5709 2025.02.23 09:12:03.292832 [ 253 ] {5cb6b4ef-60c7-4773-868d-c0b993e4c13a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5710 2025.02.23 09:12:03.293150 [ 253 ] {5cb6b4ef-60c7-4773-868d-c0b993e4c13a} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5711 2025.02.23 09:12:03.293385 [ 253 ] {5cb6b4ef-60c7-4773-868d-c0b993e4c13a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001651 sec., 68443.36765596608 rows/sec., 4.43 MiB/sec.
5712 2025.02.23 09:12:03.293617 [ 253 ] {5cb6b4ef-60c7-4773-868d-c0b993e4c13a} <Debug> TCPHandler: Processed in 0.002051178 sec.
5713 2025.02.23 09:12:03.293792 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5714 2025.02.23 09:12:03.293916 [ 255 ] {ea1d32ec-1659-47c1-98eb-570baa0d2334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5715 2025.02.23 09:12:03.293970 [ 255 ] {ea1d32ec-1659-47c1-98eb-570baa0d2334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5716 2025.02.23 09:12:03.294611 [ 255 ] {ea1d32ec-1659-47c1-98eb-570baa0d2334} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5717 2025.02.23 09:12:03.294652 [ 255 ] {ea1d32ec-1659-47c1-98eb-570baa0d2334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5718 2025.02.23 09:12:03.295032 [ 255 ] {ea1d32ec-1659-47c1-98eb-570baa0d2334} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5719 2025.02.23 09:12:03.295276 [ 255 ] {ea1d32ec-1659-47c1-98eb-570baa0d2334} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5720 2025.02.23 09:12:03.295479 [ 255 ] {ea1d32ec-1659-47c1-98eb-570baa0d2334} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001583 sec., 70751.73720783323 rows/sec., 4.03 MiB/sec.
5721 2025.02.23 09:12:03.295702 [ 255 ] {ea1d32ec-1659-47c1-98eb-570baa0d2334} <Debug> TCPHandler: Processed in 0.001964767 sec.
5722 2025.02.23 09:12:03.295874 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5723 2025.02.23 09:12:03.296020 [ 253 ] {458e38de-7b46-4d6b-9219-13d1a9adb9dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5724 2025.02.23 09:12:03.296081 [ 253 ] {458e38de-7b46-4d6b-9219-13d1a9adb9dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5725 2025.02.23 09:12:03.296851 [ 253 ] {458e38de-7b46-4d6b-9219-13d1a9adb9dc} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5726 2025.02.23 09:12:03.296892 [ 253 ] {458e38de-7b46-4d6b-9219-13d1a9adb9dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5727 2025.02.23 09:12:03.297284 [ 253 ] {458e38de-7b46-4d6b-9219-13d1a9adb9dc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5728 2025.02.23 09:12:03.297527 [ 253 ] {458e38de-7b46-4d6b-9219-13d1a9adb9dc} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5729 2025.02.23 09:12:03.297784 [ 253 ] {458e38de-7b46-4d6b-9219-13d1a9adb9dc} <Debug> executeQuery: Read 418 rows, 30.48 KiB in 0.001793 sec., 233128.8343558282 rows/sec., 16.60 MiB/sec.
5730 2025.02.23 09:12:03.297985 [ 253 ] {458e38de-7b46-4d6b-9219-13d1a9adb9dc} <Debug> TCPHandler: Processed in 0.002171841 sec.
5731 2025.02.23 09:12:03.298232 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5732 2025.02.23 09:12:03.298376 [ 255 ] {c812a43a-8141-4ecf-895a-34ad8f2367e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5733 2025.02.23 09:12:03.298442 [ 255 ] {c812a43a-8141-4ecf-895a-34ad8f2367e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5734 2025.02.23 09:12:03.299067 [ 255 ] {c812a43a-8141-4ecf-895a-34ad8f2367e3} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5735 2025.02.23 09:12:03.299130 [ 255 ] {c812a43a-8141-4ecf-895a-34ad8f2367e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5736 2025.02.23 09:12:03.299677 [ 255 ] {c812a43a-8141-4ecf-895a-34ad8f2367e3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5737 2025.02.23 09:12:03.300019 [ 255 ] {c812a43a-8141-4ecf-895a-34ad8f2367e3} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5738 2025.02.23 09:12:03.300180 [ 115 ] {} <Debug> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5739 2025.02.23 09:12:03.300224 [ 115 ] {} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5740 2025.02.23 09:12:03.300249 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5741 2025.02.23 09:12:03.300282 [ 255 ] {c812a43a-8141-4ecf-895a-34ad8f2367e3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001934 sec., 3102.3784901758017 rows/sec., 162.09 KiB/sec.
5742 2025.02.23 09:12:03.300499 [ 255 ] {c812a43a-8141-4ecf-895a-34ad8f2367e3} <Debug> TCPHandler: Processed in 0.002388905 sec.
5743 2025.02.23 09:12:03.300542 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::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
5744 2025.02.23 09:12:03.300709 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5745 2025.02.23 09:12:03.300786 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5746 2025.02.23 09:12:03.300866 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
5747 2025.02.23 09:12:03.300930 [ 253 ] {6d3540d2-5655-4905-9637-6e3fe24dbb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5748 2025.02.23 09:12:03.301060 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
5749 2025.02.23 09:12:03.301106 [ 253 ] {6d3540d2-5655-4905-9637-6e3fe24dbb5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5750 2025.02.23 09:12:03.301536 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
5751 2025.02.23 09:12:03.301965 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
5752 2025.02.23 09:12:03.302246 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
5753 2025.02.23 09:12:03.302631 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
5754 2025.02.23 09:12:03.303704 [ 253 ] {6d3540d2-5655-4905-9637-6e3fe24dbb5d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5755 2025.02.23 09:12:03.303783 [ 253 ] {6d3540d2-5655-4905-9637-6e3fe24dbb5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5756 2025.02.23 09:12:03.304998 [ 253 ] {6d3540d2-5655-4905-9637-6e3fe24dbb5d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5757 2025.02.23 09:12:03.305448 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005114866 sec., 18768.820141133707 rows/sec., 980.60 KiB/sec.
5758 2025.02.23 09:12:03.305615 [ 253 ] {6d3540d2-5655-4905-9637-6e3fe24dbb5d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5759 2025.02.23 09:12:03.305678 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5760 2025.02.23 09:12:03.306151 [ 253 ] {6d3540d2-5655-4905-9637-6e3fe24dbb5d} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.005249 sec., 45722.99485616307 rows/sec., 3.07 MiB/sec.
5761 2025.02.23 09:12:03.306455 [ 253 ] {6d3540d2-5655-4905-9637-6e3fe24dbb5d} <Debug> TCPHandler: Processed in 0.00584743 sec.
5762 2025.02.23 09:12:03.306744 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5763 2025.02.23 09:12:03.306780 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_16_3} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5764 2025.02.23 09:12:03.306973 [ 255 ] {4ed9dcdf-5ff8-42f0-a977-44b630a73f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5765 2025.02.23 09:12:03.306988 [ 201 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_16_3} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5766 2025.02.23 09:12:03.307123 [ 255 ] {4ed9dcdf-5ff8-42f0-a977-44b630a73f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5767 2025.02.23 09:12:03.307243 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
5768 2025.02.23 09:12:03.307722 [ 255 ] {4ed9dcdf-5ff8-42f0-a977-44b630a73f24} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5769 2025.02.23 09:12:03.307765 [ 255 ] {4ed9dcdf-5ff8-42f0-a977-44b630a73f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5770 2025.02.23 09:12:03.308137 [ 255 ] {4ed9dcdf-5ff8-42f0-a977-44b630a73f24} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5771 2025.02.23 09:12:03.308375 [ 255 ] {4ed9dcdf-5ff8-42f0-a977-44b630a73f24} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5772 2025.02.23 09:12:03.308559 [ 255 ] {4ed9dcdf-5ff8-42f0-a977-44b630a73f24} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001653 sec., 604.9606775559589 rows/sec., 40.76 KiB/sec.
5773 2025.02.23 09:12:03.308612 [ 255 ] {4ed9dcdf-5ff8-42f0-a977-44b630a73f24} <Debug> TCPHandler: Processed in 0.002016398 sec.
5774 2025.02.23 09:12:03.308769 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5775 2025.02.23 09:12:03.308894 [ 253 ] {bb437ff3-74eb-41c3-ae88-b52487bfb0c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5776 2025.02.23 09:12:03.308975 [ 253 ] {bb437ff3-74eb-41c3-ae88-b52487bfb0c4} <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
5777 2025.02.23 09:12:03.310179 [ 253 ] {bb437ff3-74eb-41c3-ae88-b52487bfb0c4} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5778 2025.02.23 09:12:03.310222 [ 253 ] {bb437ff3-74eb-41c3-ae88-b52487bfb0c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5779 2025.02.23 09:12:03.310909 [ 253 ] {bb437ff3-74eb-41c3-ae88-b52487bfb0c4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5780 2025.02.23 09:12:03.311179 [ 253 ] {bb437ff3-74eb-41c3-ae88-b52487bfb0c4} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5781 2025.02.23 09:12:03.311360 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5782 2025.02.23 09:12:03.311429 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5783 2025.02.23 09:12:03.311468 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5784 2025.02.23 09:12:03.311474 [ 253 ] {bb437ff3-74eb-41c3-ae88-b52487bfb0c4} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002594 sec., 11565.150346954511 rows/sec., 20.72 MiB/sec.
5785 2025.02.23 09:12:03.311815 [ 195 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::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
5786 2025.02.23 09:12:03.311867 [ 253 ] {bb437ff3-74eb-41c3-ae88-b52487bfb0c4} <Debug> TCPHandler: Processed in 0.003154029 sec.
5787 2025.02.23 09:12:03.312072 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5788 2025.02.23 09:12:03.312242 [ 255 ] {e9ef3e66-9870-4977-9d66-57679dfbf571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5789 2025.02.23 09:12:03.312325 [ 195 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5790 2025.02.23 09:12:03.312330 [ 255 ] {e9ef3e66-9870-4977-9d66-57679dfbf571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5791 2025.02.23 09:12:03.312435 [ 195 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 547 rows starting from the beginning of the part
5792 2025.02.23 09:12:03.312946 [ 195 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part
5793 2025.02.23 09:12:03.313299 [ 195 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part
5794 2025.02.23 09:12:03.313731 [ 255 ] {e9ef3e66-9870-4977-9d66-57679dfbf571} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5795 2025.02.23 09:12:03.313733 [ 195 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part
5796 2025.02.23 09:12:03.313774 [ 255 ] {e9ef3e66-9870-4977-9d66-57679dfbf571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5797 2025.02.23 09:12:03.314355 [ 195 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part
5798 2025.02.23 09:12:03.314965 [ 195 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part
5799 2025.02.23 09:12:03.314971 [ 255 ] {e9ef3e66-9870-4977-9d66-57679dfbf571} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5800 2025.02.23 09:12:03.315535 [ 255 ] {e9ef3e66-9870-4977-9d66-57679dfbf571} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5801 2025.02.23 09:12:03.315971 [ 255 ] {e9ef3e66-9870-4977-9d66-57679dfbf571} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003754 sec., 21843.367075119873 rows/sec., 1.39 MiB/sec.
5802 2025.02.23 09:12:03.316323 [ 255 ] {e9ef3e66-9870-4977-9d66-57679dfbf571} <Debug> TCPHandler: Processed in 0.004340461 sec.
5803 2025.02.23 09:12:03.323344 [ 197 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 655 rows, containing 19 columns (19 merged, 0 gathered) in 0.011798541 sec., 55515.33871857546 rows/sec., 99.48 MiB/sec.
5804 2025.02.23 09:12:03.324241 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5805 2025.02.23 09:12:03.324660 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5806 2025.02.23 09:12:03.324745 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5807 2025.02.23 09:12:03.324900 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB.
5808 2025.02.23 09:12:05.221127 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
5809 2025.02.23 09:12:05.221924 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5810 2025.02.23 09:12:05.221986 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5811 2025.02.23 09:12:05.222566 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5812 2025.02.23 09:12:05.222822 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5813 2025.02.23 09:12:05.223087 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
5814 2025.02.23 09:12:06.136128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
5815 2025.02.23 09:12:06.157672 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5816 2025.02.23 09:12:06.157732 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5817 2025.02.23 09:12:06.165243 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5818 2025.02.23 09:12:06.166036 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5819 2025.02.23 09:12:06.169069 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
5820 2025.02.23 09:12:07.765707 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 816
5821 2025.02.23 09:12:07.768837 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5822 2025.02.23 09:12:07.768886 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5823 2025.02.23 09:12:07.770363 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5824 2025.02.23 09:12:07.770671 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5825 2025.02.23 09:12:07.770846 [ 110 ] {} <Debug> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5826 2025.02.23 09:12:07.770909 [ 110 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5827 2025.02.23 09:12:07.770953 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5828 2025.02.23 09:12:07.771437 [ 189 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::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
5829 2025.02.23 09:12:07.772035 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 816
5830 2025.02.23 09:12:07.772537 [ 189 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5831 2025.02.23 09:12:07.772727 [ 189 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 658 rows starting from the beginning of the part
5832 2025.02.23 09:12:07.773424 [ 189 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part
5833 2025.02.23 09:12:07.774065 [ 189 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part
5834 2025.02.23 09:12:07.774669 [ 189 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part
5835 2025.02.23 09:12:07.775266 [ 189 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 38 rows starting from the beginning of the part
5836 2025.02.23 09:12:07.775868 [ 189 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part
5837 2025.02.23 09:12:07.784137 [ 188 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 816 rows, containing 72 columns (72 merged, 0 gathered) in 0.013016314 sec., 62690.55894011162 rows/sec., 52.69 MiB/sec.
5838 2025.02.23 09:12:07.785626 [ 188 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5839 2025.02.23 09:12:07.786486 [ 188 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_21_4} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5840 2025.02.23 09:12:07.786589 [ 188 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_21_4} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5841 2025.02.23 09:12:07.786945 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB.
5842 2025.02.23 09:12:08.275547 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5843 2025.02.23 09:12:08.275741 [ 253 ] {cefb61c9-21e6-448c-80d4-f8979c82cbd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5844 2025.02.23 09:12:08.275821 [ 253 ] {cefb61c9-21e6-448c-80d4-f8979c82cbd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5845 2025.02.23 09:12:08.276670 [ 253 ] {cefb61c9-21e6-448c-80d4-f8979c82cbd2} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5846 2025.02.23 09:12:08.276712 [ 253 ] {cefb61c9-21e6-448c-80d4-f8979c82cbd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5847 2025.02.23 09:12:08.277153 [ 253 ] {cefb61c9-21e6-448c-80d4-f8979c82cbd2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5848 2025.02.23 09:12:08.277407 [ 253 ] {cefb61c9-21e6-448c-80d4-f8979c82cbd2} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5849 2025.02.23 09:12:08.277647 [ 253 ] {cefb61c9-21e6-448c-80d4-f8979c82cbd2} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001959 sec., 37774.37468095968 rows/sec., 3.05 MiB/sec.
5850 2025.02.23 09:12:08.277821 [ 253 ] {cefb61c9-21e6-448c-80d4-f8979c82cbd2} <Debug> TCPHandler: Processed in 0.002430276 sec.
5851 2025.02.23 09:12:08.278149 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5852 2025.02.23 09:12:08.278361 [ 255 ] {6d48d52b-3107-46bb-9523-dc09533a46b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5853 2025.02.23 09:12:08.278438 [ 255 ] {6d48d52b-3107-46bb-9523-dc09533a46b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5854 2025.02.23 09:12:08.279188 [ 255 ] {6d48d52b-3107-46bb-9523-dc09533a46b1} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5855 2025.02.23 09:12:08.279239 [ 255 ] {6d48d52b-3107-46bb-9523-dc09533a46b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5856 2025.02.23 09:12:08.279676 [ 255 ] {6d48d52b-3107-46bb-9523-dc09533a46b1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5857 2025.02.23 09:12:08.279922 [ 255 ] {6d48d52b-3107-46bb-9523-dc09533a46b1} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5858 2025.02.23 09:12:08.280150 [ 255 ] {6d48d52b-3107-46bb-9523-dc09533a46b1} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001848 sec., 4870.12987012987 rows/sec., 366.21 KiB/sec.
5859 2025.02.23 09:12:08.280215 [ 255 ] {6d48d52b-3107-46bb-9523-dc09533a46b1} <Debug> TCPHandler: Processed in 0.002247562 sec.
5860 2025.02.23 09:12:08.280377 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5861 2025.02.23 09:12:08.280502 [ 253 ] {793147da-2769-4758-843f-3d50a7278034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5862 2025.02.23 09:12:08.280557 [ 253 ] {793147da-2769-4758-843f-3d50a7278034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5863 2025.02.23 09:12:08.281197 [ 253 ] {793147da-2769-4758-843f-3d50a7278034} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5864 2025.02.23 09:12:08.281235 [ 253 ] {793147da-2769-4758-843f-3d50a7278034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5865 2025.02.23 09:12:08.281622 [ 253 ] {793147da-2769-4758-843f-3d50a7278034} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5866 2025.02.23 09:12:08.281865 [ 253 ] {793147da-2769-4758-843f-3d50a7278034} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5867 2025.02.23 09:12:08.282056 [ 253 ] {793147da-2769-4758-843f-3d50a7278034} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001584 sec., 46085.85858585859 rows/sec., 3.60 MiB/sec.
5868 2025.02.23 09:12:08.282115 [ 253 ] {793147da-2769-4758-843f-3d50a7278034} <Debug> TCPHandler: Processed in 0.001796213 sec.
5869 2025.02.23 09:12:08.282276 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5870 2025.02.23 09:12:08.282407 [ 255 ] {c01f7f9a-b3df-42b1-a53d-ec87ee368157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5871 2025.02.23 09:12:08.282475 [ 255 ] {c01f7f9a-b3df-42b1-a53d-ec87ee368157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5872 2025.02.23 09:12:08.283192 [ 255 ] {c01f7f9a-b3df-42b1-a53d-ec87ee368157} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5873 2025.02.23 09:12:08.283260 [ 255 ] {c01f7f9a-b3df-42b1-a53d-ec87ee368157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5874 2025.02.23 09:12:08.283701 [ 255 ] {c01f7f9a-b3df-42b1-a53d-ec87ee368157} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5875 2025.02.23 09:12:08.283934 [ 255 ] {c01f7f9a-b3df-42b1-a53d-ec87ee368157} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5876 2025.02.23 09:12:08.284139 [ 255 ] {c01f7f9a-b3df-42b1-a53d-ec87ee368157} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001769 sec., 90446.57998869418 rows/sec., 6.30 MiB/sec.
5877 2025.02.23 09:12:08.284200 [ 255 ] {c01f7f9a-b3df-42b1-a53d-ec87ee368157} <Debug> TCPHandler: Processed in 0.001981967 sec.
5878 2025.02.23 09:12:08.284348 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5879 2025.02.23 09:12:08.284471 [ 253 ] {f515fda0-a953-4351-8067-d7f297254d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5880 2025.02.23 09:12:08.284556 [ 253 ] {f515fda0-a953-4351-8067-d7f297254d9d} <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
5881 2025.02.23 09:12:08.285682 [ 253 ] {f515fda0-a953-4351-8067-d7f297254d9d} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5882 2025.02.23 09:12:08.285721 [ 253 ] {f515fda0-a953-4351-8067-d7f297254d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5883 2025.02.23 09:12:08.286347 [ 253 ] {f515fda0-a953-4351-8067-d7f297254d9d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5884 2025.02.23 09:12:08.286605 [ 253 ] {f515fda0-a953-4351-8067-d7f297254d9d} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5885 2025.02.23 09:12:08.286806 [ 253 ] {f515fda0-a953-4351-8067-d7f297254d9d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002363 sec., 3808.717731696995 rows/sec., 6.83 MiB/sec.
5886 2025.02.23 09:12:08.286917 [ 253 ] {f515fda0-a953-4351-8067-d7f297254d9d} <Debug> TCPHandler: Processed in 0.002628439 sec.
5887 2025.02.23 09:12:08.287085 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5888 2025.02.23 09:12:08.287227 [ 255 ] {61b5528a-cb24-4354-9e82-38e8159aab16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5889 2025.02.23 09:12:08.287290 [ 255 ] {61b5528a-cb24-4354-9e82-38e8159aab16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5890 2025.02.23 09:12:08.287813 [ 255 ] {61b5528a-cb24-4354-9e82-38e8159aab16} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5891 2025.02.23 09:12:08.287853 [ 255 ] {61b5528a-cb24-4354-9e82-38e8159aab16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5892 2025.02.23 09:12:08.288234 [ 255 ] {61b5528a-cb24-4354-9e82-38e8159aab16} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5893 2025.02.23 09:12:08.288476 [ 255 ] {61b5528a-cb24-4354-9e82-38e8159aab16} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5894 2025.02.23 09:12:08.288707 [ 255 ] {61b5528a-cb24-4354-9e82-38e8159aab16} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.67 MiB/sec.
5895 2025.02.23 09:12:08.288765 [ 255 ] {61b5528a-cb24-4354-9e82-38e8159aab16} <Debug> TCPHandler: Processed in 0.001751883 sec.
5896 2025.02.23 09:12:12.578538 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache
5897 2025.02.23 09:12:12.578602 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache
5898 2025.02.23 09:12:12.723304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
5899 2025.02.23 09:12:12.724264 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5900 2025.02.23 09:12:12.724316 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5901 2025.02.23 09:12:12.724931 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5902 2025.02.23 09:12:12.725201 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5903 2025.02.23 09:12:12.725493 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
5904 2025.02.23 09:12:13.282618 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5905 2025.02.23 09:12:13.282796 [ 253 ] {21f4571c-2f04-416b-850f-a8dc11585d99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5906 2025.02.23 09:12:13.282868 [ 253 ] {21f4571c-2f04-416b-850f-a8dc11585d99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5907 2025.02.23 09:12:13.283702 [ 253 ] {21f4571c-2f04-416b-850f-a8dc11585d99} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5908 2025.02.23 09:12:13.283748 [ 253 ] {21f4571c-2f04-416b-850f-a8dc11585d99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5909 2025.02.23 09:12:13.284170 [ 253 ] {21f4571c-2f04-416b-850f-a8dc11585d99} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5910 2025.02.23 09:12:13.284433 [ 253 ] {21f4571c-2f04-416b-850f-a8dc11585d99} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5911 2025.02.23 09:12:13.284583 [ 104 ] {} <Debug> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5912 2025.02.23 09:12:13.284634 [ 104 ] {} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5913 2025.02.23 09:12:13.284639 [ 253 ] {21f4571c-2f04-416b-850f-a8dc11585d99} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001891 sec., 112109.9947117927 rows/sec., 7.13 MiB/sec.
5914 2025.02.23 09:12:13.284664 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5915 2025.02.23 09:12:13.284745 [ 253 ] {21f4571c-2f04-416b-850f-a8dc11585d99} <Debug> TCPHandler: Processed in 0.002259732 sec.
5916 2025.02.23 09:12:13.284813 [ 200 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full
5917 2025.02.23 09:12:13.284943 [ 200 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5918 2025.02.23 09:12:13.284982 [ 200 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 212 rows starting from the beginning of the part
5919 2025.02.23 09:12:13.285044 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5920 2025.02.23 09:12:13.285100 [ 200 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part
5921 2025.02.23 09:12:13.285589 [ 200 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part
5922 2025.02.23 09:12:13.285604 [ 255 ] {f4c791b0-471c-4b5d-8f86-9ead4720035b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5923 2025.02.23 09:12:13.285804 [ 255 ] {f4c791b0-471c-4b5d-8f86-9ead4720035b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5924 2025.02.23 09:12:13.285882 [ 200 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part
5925 2025.02.23 09:12:13.286274 [ 200 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part
5926 2025.02.23 09:12:13.288625 [ 255 ] {f4c791b0-471c-4b5d-8f86-9ead4720035b} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5927 2025.02.23 09:12:13.288653 [ 200 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003903324 sec., 271563.41620628984 rows/sec., 18.31 MiB/sec.
5928 2025.02.23 09:12:13.288710 [ 255 ] {f4c791b0-471c-4b5d-8f86-9ead4720035b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5929 2025.02.23 09:12:13.288852 [ 200 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5930 2025.02.23 09:12:13.289343 [ 186 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_17_4} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5931 2025.02.23 09:12:13.289574 [ 255 ] {f4c791b0-471c-4b5d-8f86-9ead4720035b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5932 2025.02.23 09:12:13.289576 [ 186 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_17_4} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5933 2025.02.23 09:12:13.289792 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
5934 2025.02.23 09:12:13.289967 [ 255 ] {f4c791b0-471c-4b5d-8f86-9ead4720035b} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5935 2025.02.23 09:12:13.290172 [ 104 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5936 2025.02.23 09:12:13.290227 [ 104 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5937 2025.02.23 09:12:13.290264 [ 255 ] {f4c791b0-471c-4b5d-8f86-9ead4720035b} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.004907 sec., 137966.1707764418 rows/sec., 10.97 MiB/sec.
5938 2025.02.23 09:12:13.290272 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5939 2025.02.23 09:12:13.290457 [ 255 ] {f4c791b0-471c-4b5d-8f86-9ead4720035b} <Debug> TCPHandler: Processed in 0.005576274 sec.
5940 2025.02.23 09:12:13.290509 [ 191 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
5941 2025.02.23 09:12:13.290670 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5942 2025.02.23 09:12:13.290671 [ 191 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5943 2025.02.23 09:12:13.290737 [ 191 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1846 rows starting from the beginning of the part
5944 2025.02.23 09:12:13.290917 [ 253 ] {3d424bdf-22a3-4251-bfc1-b1f4b907667d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5945 2025.02.23 09:12:13.290977 [ 191 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 677 rows starting from the beginning of the part
5946 2025.02.23 09:12:13.291089 [ 253 ] {3d424bdf-22a3-4251-bfc1-b1f4b907667d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5947 2025.02.23 09:12:13.291324 [ 191 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 74 rows starting from the beginning of the part
5948 2025.02.23 09:12:13.291690 [ 191 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 680 rows starting from the beginning of the part
5949 2025.02.23 09:12:13.292053 [ 191 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 74 rows starting from the beginning of the part
5950 2025.02.23 09:12:13.292479 [ 191 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 677 rows starting from the beginning of the part
5951 2025.02.23 09:12:13.294080 [ 253 ] {3d424bdf-22a3-4251-bfc1-b1f4b907667d} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5952 2025.02.23 09:12:13.294141 [ 253 ] {3d424bdf-22a3-4251-bfc1-b1f4b907667d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5953 2025.02.23 09:12:13.295061 [ 253 ] {3d424bdf-22a3-4251-bfc1-b1f4b907667d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5954 2025.02.23 09:12:13.295358 [ 253 ] {3d424bdf-22a3-4251-bfc1-b1f4b907667d} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5955 2025.02.23 09:12:13.295593 [ 253 ] {3d424bdf-22a3-4251-bfc1-b1f4b907667d} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.004765 sec., 28541.448058761805 rows/sec., 1.77 MiB/sec.
5956 2025.02.23 09:12:13.295978 [ 253 ] {3d424bdf-22a3-4251-bfc1-b1f4b907667d} <Debug> TCPHandler: Processed in 0.005399501 sec.
5957 2025.02.23 09:12:13.296295 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5958 2025.02.23 09:12:13.296717 [ 255 ] {cb3f8256-2c3d-4c8f-a374-54c40607b50d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5959 2025.02.23 09:12:13.296778 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4028 rows, containing 5 columns (5 merged, 0 gathered) in 0.00637501 sec., 631842.1461299668 rows/sec., 53.27 MiB/sec.
5960 2025.02.23 09:12:13.296802 [ 255 ] {cb3f8256-2c3d-4c8f-a374-54c40607b50d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5961 2025.02.23 09:12:13.297154 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5962 2025.02.23 09:12:13.297724 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_41_8} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5963 2025.02.23 09:12:13.297967 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_41_8} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5964 2025.02.23 09:12:13.298101 [ 255 ] {cb3f8256-2c3d-4c8f-a374-54c40607b50d} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5965 2025.02.23 09:12:13.298133 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB.
5966 2025.02.23 09:12:13.298178 [ 255 ] {cb3f8256-2c3d-4c8f-a374-54c40607b50d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5967 2025.02.23 09:12:13.298604 [ 255 ] {cb3f8256-2c3d-4c8f-a374-54c40607b50d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5968 2025.02.23 09:12:13.298844 [ 255 ] {cb3f8256-2c3d-4c8f-a374-54c40607b50d} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5969 2025.02.23 09:12:13.299054 [ 255 ] {cb3f8256-2c3d-4c8f-a374-54c40607b50d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002485 sec., 45472.8370221328 rows/sec., 2.94 MiB/sec.
5970 2025.02.23 09:12:13.299114 [ 255 ] {cb3f8256-2c3d-4c8f-a374-54c40607b50d} <Debug> TCPHandler: Processed in 0.002997787 sec.
5971 2025.02.23 09:12:13.299279 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5972 2025.02.23 09:12:13.299403 [ 253 ] {ba76625c-6ea2-4dfc-9118-618679294afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5973 2025.02.23 09:12:13.299455 [ 253 ] {ba76625c-6ea2-4dfc-9118-618679294afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5974 2025.02.23 09:12:13.300159 [ 253 ] {ba76625c-6ea2-4dfc-9118-618679294afb} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5975 2025.02.23 09:12:13.300199 [ 253 ] {ba76625c-6ea2-4dfc-9118-618679294afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5976 2025.02.23 09:12:13.300567 [ 253 ] {ba76625c-6ea2-4dfc-9118-618679294afb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5977 2025.02.23 09:12:13.300804 [ 253 ] {ba76625c-6ea2-4dfc-9118-618679294afb} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5978 2025.02.23 09:12:13.300944 [ 104 ] {} <Debug> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5979 2025.02.23 09:12:13.300991 [ 253 ] {ba76625c-6ea2-4dfc-9118-618679294afb} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001616 sec., 69306.93069306931 rows/sec., 3.95 MiB/sec.
5980 2025.02.23 09:12:13.300994 [ 104 ] {} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5981 2025.02.23 09:12:13.301042 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5982 2025.02.23 09:12:13.301072 [ 253 ] {ba76625c-6ea2-4dfc-9118-618679294afb} <Debug> TCPHandler: Processed in 0.001854145 sec.
5983 2025.02.23 09:12:13.301229 [ 191 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full
5984 2025.02.23 09:12:13.301340 [ 191 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5985 2025.02.23 09:12:13.301369 [ 191 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 112 rows starting from the beginning of the part
5986 2025.02.23 09:12:13.301473 [ 191 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part
5987 2025.02.23 09:12:13.301690 [ 191 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part
5988 2025.02.23 09:12:13.301893 [ 191 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part
5989 2025.02.23 09:12:13.302029 [ 191 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part
5990 2025.02.23 09:12:13.302378 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5991 2025.02.23 09:12:13.302541 [ 255 ] {ee1e2f40-bd82-475f-9e26-0ed939dbf076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5992 2025.02.23 09:12:13.302617 [ 255 ] {ee1e2f40-bd82-475f-9e26-0ed939dbf076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5993 2025.02.23 09:12:13.303569 [ 194 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.002446086 sec., 228937.16737678068 rows/sec., 13.91 MiB/sec.
5994 2025.02.23 09:12:13.303808 [ 194 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5995 2025.02.23 09:12:13.303970 [ 255 ] {ee1e2f40-bd82-475f-9e26-0ed939dbf076} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5996 2025.02.23 09:12:13.304036 [ 255 ] {ee1e2f40-bd82-475f-9e26-0ed939dbf076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
5997 2025.02.23 09:12:13.304363 [ 198 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_17_4} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5998 2025.02.23 09:12:13.304586 [ 198 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_17_4} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5999 2025.02.23 09:12:13.304741 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
6000 2025.02.23 09:12:13.304865 [ 255 ] {ee1e2f40-bd82-475f-9e26-0ed939dbf076} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6001 2025.02.23 09:12:13.305146 [ 255 ] {ee1e2f40-bd82-475f-9e26-0ed939dbf076} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6002 2025.02.23 09:12:13.305358 [ 104 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6003 2025.02.23 09:12:13.305420 [ 104 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6004 2025.02.23 09:12:13.305460 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6005 2025.02.23 09:12:13.305467 [ 255 ] {ee1e2f40-bd82-475f-9e26-0ed939dbf076} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.002952 sec., 139566.39566395662 rows/sec., 9.92 MiB/sec.
6006 2025.02.23 09:12:13.305716 [ 255 ] {ee1e2f40-bd82-475f-9e26-0ed939dbf076} <Debug> TCPHandler: Processed in 0.003440704 sec.
6007 2025.02.23 09:12:13.305752 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6008 2025.02.23 09:12:13.305900 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6009 2025.02.23 09:12:13.305935 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part
6010 2025.02.23 09:12:13.306031 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 412 rows starting from the beginning of the part
6011 2025.02.23 09:12:13.306207 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 73 rows starting from the beginning of the part
6012 2025.02.23 09:12:13.306254 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6013 2025.02.23 09:12:13.306379 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 418 rows starting from the beginning of the part
6014 2025.02.23 09:12:13.306669 [ 253 ] {b541be16-f2d3-4d70-9f3b-f85d5a6eefec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6015 2025.02.23 09:12:13.306703 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 73 rows starting from the beginning of the part
6016 2025.02.23 09:12:13.306896 [ 253 ] {b541be16-f2d3-4d70-9f3b-f85d5a6eefec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6017 2025.02.23 09:12:13.306997 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 412 rows starting from the beginning of the part
6018 2025.02.23 09:12:13.308697 [ 253 ] {b541be16-f2d3-4d70-9f3b-f85d5a6eefec} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6019 2025.02.23 09:12:13.308783 [ 253 ] {b541be16-f2d3-4d70-9f3b-f85d5a6eefec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6020 2025.02.23 09:12:13.309760 [ 253 ] {b541be16-f2d3-4d70-9f3b-f85d5a6eefec} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
6021 2025.02.23 09:12:13.310113 [ 253 ] {b541be16-f2d3-4d70-9f3b-f85d5a6eefec} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6022 2025.02.23 09:12:13.310584 [ 198 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2301 rows, containing 5 columns (5 merged, 0 gathered) in 0.005008414 sec., 459426.87645230605 rows/sec., 34.91 MiB/sec.
6023 2025.02.23 09:12:13.310832 [ 253 ] {b541be16-f2d3-4d70-9f3b-f85d5a6eefec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004292 sec., 1397.9496738117427 rows/sec., 73.04 KiB/sec.
6024 2025.02.23 09:12:13.310909 [ 198 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6025 2025.02.23 09:12:13.311083 [ 253 ] {b541be16-f2d3-4d70-9f3b-f85d5a6eefec} <Debug> TCPHandler: Processed in 0.004968403 sec.
6026 2025.02.23 09:12:13.311316 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6027 2025.02.23 09:12:13.311453 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_41_8} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6028 2025.02.23 09:12:13.311548 [ 255 ] {5700141d-9ea3-4089-9409-d141e944f215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6029 2025.02.23 09:12:13.311663 [ 255 ] {5700141d-9ea3-4089-9409-d141e944f215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6030 2025.02.23 09:12:13.311711 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_41_8} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6031 2025.02.23 09:12:13.311940 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
6032 2025.02.23 09:12:13.312481 [ 255 ] {5700141d-9ea3-4089-9409-d141e944f215} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6033 2025.02.23 09:12:13.312525 [ 255 ] {5700141d-9ea3-4089-9409-d141e944f215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6034 2025.02.23 09:12:13.312942 [ 255 ] {5700141d-9ea3-4089-9409-d141e944f215} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6035 2025.02.23 09:12:13.313187 [ 255 ] {5700141d-9ea3-4089-9409-d141e944f215} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6036 2025.02.23 09:12:13.313376 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6037 2025.02.23 09:12:13.313441 [ 255 ] {5700141d-9ea3-4089-9409-d141e944f215} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001939 sec., 122227.9525528623 rows/sec., 8.19 MiB/sec.
6038 2025.02.23 09:12:13.313448 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6039 2025.02.23 09:12:13.313539 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6040 2025.02.23 09:12:13.313568 [ 255 ] {5700141d-9ea3-4089-9409-d141e944f215} <Debug> TCPHandler: Processed in 0.002367714 sec.
6041 2025.02.23 09:12:13.313922 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6042 2025.02.23 09:12:13.314089 [ 198 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6043 2025.02.23 09:12:13.314527 [ 253 ] {1ec90cbb-7e09-4205-8800-d5d0026587ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6044 2025.02.23 09:12:13.314756 [ 253 ] {1ec90cbb-7e09-4205-8800-d5d0026587ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6045 2025.02.23 09:12:13.314774 [ 198 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6046 2025.02.23 09:12:13.314872 [ 198 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12099 rows starting from the beginning of the part
6047 2025.02.23 09:12:13.315229 [ 198 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part
6048 2025.02.23 09:12:13.315597 [ 198 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part
6049 2025.02.23 09:12:13.315913 [ 198 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 240 rows starting from the beginning of the part
6050 2025.02.23 09:12:13.316236 [ 198 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part
6051 2025.02.23 09:12:13.316462 [ 198 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part
6052 2025.02.23 09:12:13.317315 [ 253 ] {1ec90cbb-7e09-4205-8800-d5d0026587ff} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6053 2025.02.23 09:12:13.317381 [ 253 ] {1ec90cbb-7e09-4205-8800-d5d0026587ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6054 2025.02.23 09:12:13.317973 [ 253 ] {1ec90cbb-7e09-4205-8800-d5d0026587ff} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6055 2025.02.23 09:12:13.318382 [ 253 ] {1ec90cbb-7e09-4205-8800-d5d0026587ff} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6056 2025.02.23 09:12:13.318916 [ 253 ] {1ec90cbb-7e09-4205-8800-d5d0026587ff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004585 sec., 218.10250817884406 rows/sec., 14.70 KiB/sec.
6057 2025.02.23 09:12:13.319137 [ 253 ] {1ec90cbb-7e09-4205-8800-d5d0026587ff} <Debug> TCPHandler: Processed in 0.005448912 sec.
6058 2025.02.23 09:12:13.319424 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6059 2025.02.23 09:12:13.319638 [ 255 ] {74f7e8cf-b2ab-4433-bf83-7b90811dedce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6060 2025.02.23 09:12:13.319741 [ 255 ] {74f7e8cf-b2ab-4433-bf83-7b90811dedce} <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
6061 2025.02.23 09:12:13.321503 [ 255 ] {74f7e8cf-b2ab-4433-bf83-7b90811dedce} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6062 2025.02.23 09:12:13.321561 [ 255 ] {74f7e8cf-b2ab-4433-bf83-7b90811dedce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6063 2025.02.23 09:12:13.322069 [ 198 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13133 rows, containing 5 columns (5 merged, 0 gathered) in 0.008371507 sec., 1568773.6986900924 rows/sec., 106.16 MiB/sec.
6064 2025.02.23 09:12:13.322458 [ 198 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6065 2025.02.23 09:12:13.323161 [ 198 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6066 2025.02.23 09:12:13.323305 [ 198 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6067 2025.02.23 09:12:13.323314 [ 255 ] {74f7e8cf-b2ab-4433-bf83-7b90811dedce} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6068 2025.02.23 09:12:13.323437 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB.
6069 2025.02.23 09:12:13.323682 [ 255 ] {74f7e8cf-b2ab-4433-bf83-7b90811dedce} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6070 2025.02.23 09:12:13.324011 [ 255 ] {74f7e8cf-b2ab-4433-bf83-7b90811dedce} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.004398 sec., 6821.2824010914055 rows/sec., 12.22 MiB/sec.
6071 2025.02.23 09:12:13.324592 [ 255 ] {74f7e8cf-b2ab-4433-bf83-7b90811dedce} <Debug> TCPHandler: Processed in 0.00533579 sec.
6072 2025.02.23 09:12:13.324752 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6073 2025.02.23 09:12:13.324894 [ 253 ] {bdddc893-bb4c-41fc-b783-836c02596c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6074 2025.02.23 09:12:13.324955 [ 253 ] {bdddc893-bb4c-41fc-b783-836c02596c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6075 2025.02.23 09:12:13.325549 [ 253 ] {bdddc893-bb4c-41fc-b783-836c02596c45} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6076 2025.02.23 09:12:13.325592 [ 253 ] {bdddc893-bb4c-41fc-b783-836c02596c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6077 2025.02.23 09:12:13.325964 [ 253 ] {bdddc893-bb4c-41fc-b783-836c02596c45} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6078 2025.02.23 09:12:13.326202 [ 253 ] {bdddc893-bb4c-41fc-b783-836c02596c45} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6079 2025.02.23 09:12:13.326328 [ 104 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6080 2025.02.23 09:12:13.326365 [ 104 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6081 2025.02.23 09:12:13.326392 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6082 2025.02.23 09:12:13.326395 [ 253 ] {bdddc893-bb4c-41fc-b783-836c02596c45} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001532 sec., 53524.804177545695 rows/sec., 3.40 MiB/sec.
6083 2025.02.23 09:12:13.326581 [ 253 ] {bdddc893-bb4c-41fc-b783-836c02596c45} <Debug> TCPHandler: Processed in 0.001893665 sec.
6084 2025.02.23 09:12:13.326628 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6085 2025.02.23 09:12:13.326760 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6086 2025.02.23 09:12:13.326790 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2438 rows starting from the beginning of the part
6087 2025.02.23 09:12:13.326866 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part
6088 2025.02.23 09:12:13.326961 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part
6089 2025.02.23 09:12:13.327220 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part
6090 2025.02.23 09:12:13.327526 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part
6091 2025.02.23 09:12:13.327722 [ 187 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part
6092 2025.02.23 09:12:13.329129 [ 196 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2804 rows, containing 4 columns (4 merged, 0 gathered) in 0.00265271 sec., 1057032.2424991801 rows/sec., 69.26 MiB/sec.
6093 2025.02.23 09:12:13.329426 [ 199 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6094 2025.02.23 09:12:13.329724 [ 199 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_41_8} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6095 2025.02.23 09:12:13.329803 [ 199 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_41_8} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6096 2025.02.23 09:12:13.329880 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
6097 2025.02.23 09:12:13.669188 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6098 2025.02.23 09:12:13.691232 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6099 2025.02.23 09:12:13.691299 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6100 2025.02.23 09:12:13.698638 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6101 2025.02.23 09:12:13.699451 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6102 2025.02.23 09:12:13.703449 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6103 2025.02.23 09:12:14.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.14 MiB, peak 203.74 MiB, free memory in arenas 0.00 B, will set to 196.81 MiB (RSS), difference: -1.33 MiB
6104 2025.02.23 09:12:17.772381 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 850
6105 2025.02.23 09:12:17.775674 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6106 2025.02.23 09:12:17.775723 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6107 2025.02.23 09:12:17.777252 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6108 2025.02.23 09:12:17.777565 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6109 2025.02.23 09:12:17.778157 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 850
6110 2025.02.23 09:12:18.301584 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6111 2025.02.23 09:12:18.301778 [ 253 ] {532ec004-3987-429d-8a3e-9176272ce85b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6112 2025.02.23 09:12:18.301853 [ 253 ] {532ec004-3987-429d-8a3e-9176272ce85b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6113 2025.02.23 09:12:18.303142 [ 253 ] {532ec004-3987-429d-8a3e-9176272ce85b} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6114 2025.02.23 09:12:18.303189 [ 253 ] {532ec004-3987-429d-8a3e-9176272ce85b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6115 2025.02.23 09:12:18.303715 [ 253 ] {532ec004-3987-429d-8a3e-9176272ce85b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6116 2025.02.23 09:12:18.303976 [ 253 ] {532ec004-3987-429d-8a3e-9176272ce85b} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6117 2025.02.23 09:12:18.304189 [ 253 ] {532ec004-3987-429d-8a3e-9176272ce85b} <Debug> executeQuery: Read 1214 rows, 102.69 KiB in 0.002465 sec., 492494.92900608515 rows/sec., 40.68 MiB/sec.
6118 2025.02.23 09:12:18.304258 [ 253 ] {532ec004-3987-429d-8a3e-9176272ce85b} <Debug> TCPHandler: Processed in 0.002808712 sec.
6119 2025.02.23 09:12:18.304557 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6120 2025.02.23 09:12:18.304779 [ 255 ] {3539be73-b44e-4632-b443-a0d51f82239a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6121 2025.02.23 09:12:18.304859 [ 255 ] {3539be73-b44e-4632-b443-a0d51f82239a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6122 2025.02.23 09:12:18.305652 [ 255 ] {3539be73-b44e-4632-b443-a0d51f82239a} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6123 2025.02.23 09:12:18.305709 [ 255 ] {3539be73-b44e-4632-b443-a0d51f82239a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6124 2025.02.23 09:12:18.306175 [ 255 ] {3539be73-b44e-4632-b443-a0d51f82239a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6125 2025.02.23 09:12:18.306440 [ 255 ] {3539be73-b44e-4632-b443-a0d51f82239a} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6126 2025.02.23 09:12:18.306735 [ 255 ] {3539be73-b44e-4632-b443-a0d51f82239a} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.002008 sec., 4482.071713147411 rows/sec., 337.03 KiB/sec.
6127 2025.02.23 09:12:18.306960 [ 255 ] {3539be73-b44e-4632-b443-a0d51f82239a} <Debug> TCPHandler: Processed in 0.002550938 sec.
6128 2025.02.23 09:12:18.307172 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6129 2025.02.23 09:12:18.307305 [ 253 ] {7e8ed1fa-0109-4252-a6d3-7137e15a6d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6130 2025.02.23 09:12:18.307360 [ 253 ] {7e8ed1fa-0109-4252-a6d3-7137e15a6d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6131 2025.02.23 09:12:18.308094 [ 253 ] {7e8ed1fa-0109-4252-a6d3-7137e15a6d66} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6132 2025.02.23 09:12:18.308136 [ 253 ] {7e8ed1fa-0109-4252-a6d3-7137e15a6d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6133 2025.02.23 09:12:18.308553 [ 253 ] {7e8ed1fa-0109-4252-a6d3-7137e15a6d66} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6134 2025.02.23 09:12:18.308807 [ 253 ] {7e8ed1fa-0109-4252-a6d3-7137e15a6d66} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6135 2025.02.23 09:12:18.309034 [ 253 ] {7e8ed1fa-0109-4252-a6d3-7137e15a6d66} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001759 sec., 129619.10176236498 rows/sec., 8.78 MiB/sec.
6136 2025.02.23 09:12:18.309100 [ 253 ] {7e8ed1fa-0109-4252-a6d3-7137e15a6d66} <Debug> TCPHandler: Processed in 0.002014068 sec.
6137 2025.02.23 09:12:18.309277 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6138 2025.02.23 09:12:18.309412 [ 255 ] {5a18e9d3-5f24-45fc-9222-606875bebcec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6139 2025.02.23 09:12:18.309467 [ 255 ] {5a18e9d3-5f24-45fc-9222-606875bebcec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6140 2025.02.23 09:12:18.310351 [ 255 ] {5a18e9d3-5f24-45fc-9222-606875bebcec} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6141 2025.02.23 09:12:18.310393 [ 255 ] {5a18e9d3-5f24-45fc-9222-606875bebcec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6142 2025.02.23 09:12:18.310811 [ 255 ] {5a18e9d3-5f24-45fc-9222-606875bebcec} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6143 2025.02.23 09:12:18.311058 [ 255 ] {5a18e9d3-5f24-45fc-9222-606875bebcec} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6144 2025.02.23 09:12:18.311250 [ 255 ] {5a18e9d3-5f24-45fc-9222-606875bebcec} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.00187 sec., 282887.7005347594 rows/sec., 20.95 MiB/sec.
6145 2025.02.23 09:12:18.311311 [ 255 ] {5a18e9d3-5f24-45fc-9222-606875bebcec} <Debug> TCPHandler: Processed in 0.002099619 sec.
6146 2025.02.23 09:12:18.311486 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6147 2025.02.23 09:12:18.311633 [ 253 ] {642ccb5a-2a85-4cc8-bba9-94774b1e864e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6148 2025.02.23 09:12:18.311697 [ 253 ] {642ccb5a-2a85-4cc8-bba9-94774b1e864e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6149 2025.02.23 09:12:18.312498 [ 253 ] {642ccb5a-2a85-4cc8-bba9-94774b1e864e} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6150 2025.02.23 09:12:18.312538 [ 253 ] {642ccb5a-2a85-4cc8-bba9-94774b1e864e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6151 2025.02.23 09:12:18.312990 [ 253 ] {642ccb5a-2a85-4cc8-bba9-94774b1e864e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6152 2025.02.23 09:12:18.313233 [ 253 ] {642ccb5a-2a85-4cc8-bba9-94774b1e864e} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6153 2025.02.23 09:12:18.313445 [ 253 ] {642ccb5a-2a85-4cc8-bba9-94774b1e864e} <Debug> executeQuery: Read 784 rows, 54.07 KiB in 0.001848 sec., 424242.42424242425 rows/sec., 28.57 MiB/sec.
6154 2025.02.23 09:12:18.313499 [ 253 ] {642ccb5a-2a85-4cc8-bba9-94774b1e864e} <Debug> TCPHandler: Processed in 0.002080509 sec.
6155 2025.02.23 09:12:18.313651 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6156 2025.02.23 09:12:18.313773 [ 255 ] {a021166f-668d-40d8-a04f-dad914ff2e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6157 2025.02.23 09:12:18.313858 [ 255 ] {a021166f-668d-40d8-a04f-dad914ff2e4b} <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
6158 2025.02.23 09:12:18.315049 [ 255 ] {a021166f-668d-40d8-a04f-dad914ff2e4b} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6159 2025.02.23 09:12:18.315089 [ 255 ] {a021166f-668d-40d8-a04f-dad914ff2e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6160 2025.02.23 09:12:18.315737 [ 255 ] {a021166f-668d-40d8-a04f-dad914ff2e4b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6161 2025.02.23 09:12:18.316009 [ 255 ] {a021166f-668d-40d8-a04f-dad914ff2e4b} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6162 2025.02.23 09:12:18.316222 [ 255 ] {a021166f-668d-40d8-a04f-dad914ff2e4b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002477 sec., 3633.427533306419 rows/sec., 6.51 MiB/sec.
6163 2025.02.23 09:12:18.316328 [ 255 ] {a021166f-668d-40d8-a04f-dad914ff2e4b} <Debug> TCPHandler: Processed in 0.002732111 sec.
6164 2025.02.23 09:12:18.316502 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6165 2025.02.23 09:12:18.316643 [ 253 ] {7b5882e4-ac9d-44f6-86ef-d7c52bd4d8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6166 2025.02.23 09:12:18.316705 [ 253 ] {7b5882e4-ac9d-44f6-86ef-d7c52bd4d8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6167 2025.02.23 09:12:18.317213 [ 253 ] {7b5882e4-ac9d-44f6-86ef-d7c52bd4d8d5} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6168 2025.02.23 09:12:18.317251 [ 253 ] {7b5882e4-ac9d-44f6-86ef-d7c52bd4d8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6169 2025.02.23 09:12:18.317623 [ 253 ] {7b5882e4-ac9d-44f6-86ef-d7c52bd4d8d5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6170 2025.02.23 09:12:18.317865 [ 253 ] {7b5882e4-ac9d-44f6-86ef-d7c52bd4d8d5} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6171 2025.02.23 09:12:18.318073 [ 253 ] {7b5882e4-ac9d-44f6-86ef-d7c52bd4d8d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec.
6172 2025.02.23 09:12:18.318126 [ 253 ] {7b5882e4-ac9d-44f6-86ef-d7c52bd4d8d5} <Debug> TCPHandler: Processed in 0.001690251 sec.
6173 2025.02.23 09:12:20.225683 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
6174 2025.02.23 09:12:20.226454 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6175 2025.02.23 09:12:20.226506 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6176 2025.02.23 09:12:20.227185 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6177 2025.02.23 09:12:20.227445 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6178 2025.02.23 09:12:20.227655 [ 94 ] {} <Debug> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6179 2025.02.23 09:12:20.227716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
6180 2025.02.23 09:12:20.227759 [ 94 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6181 2025.02.23 09:12:20.227794 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6182 2025.02.23 09:12:20.227997 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::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
6183 2025.02.23 09:12:20.228252 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6184 2025.02.23 09:12:20.228326 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part
6185 2025.02.23 09:12:20.228505 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part
6186 2025.02.23 09:12:20.228730 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part
6187 2025.02.23 09:12:20.228954 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part
6188 2025.02.23 09:12:20.229059 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part
6189 2025.02.23 09:12:20.229217 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part
6190 2025.02.23 09:12:20.231700 [ 196 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003816962 sec., 3739623.2920317254 rows/sec., 53.50 MiB/sec.
6191 2025.02.23 09:12:20.232124 [ 192 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6192 2025.02.23 09:12:20.232473 [ 192 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_31_6} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6193 2025.02.23 09:12:20.232575 [ 192 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_31_6} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6194 2025.02.23 09:12:20.232694 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
6195 2025.02.23 09:12:21.203572 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6196 2025.02.23 09:12:21.224459 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6197 2025.02.23 09:12:21.224511 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6198 2025.02.23 09:12:21.231932 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6199 2025.02.23 09:12:21.232715 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6200 2025.02.23 09:12:21.233049 [ 91 ] {} <Debug> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6201 2025.02.23 09:12:21.233121 [ 91 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6202 2025.02.23 09:12:21.233179 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB.
6203 2025.02.23 09:12:21.233607 [ 196 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::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
6204 2025.02.23 09:12:21.248440 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6205 2025.02.23 09:12:21.249889 [ 196 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6206 2025.02.23 09:12:21.251111 [ 196 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part
6207 2025.02.23 09:12:21.256178 [ 196 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part
6208 2025.02.23 09:12:21.261551 [ 196 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part
6209 2025.02.23 09:12:21.267109 [ 196 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
6210 2025.02.23 09:12:21.272805 [ 196 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part
6211 2025.02.23 09:12:21.277325 [ 196 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part
6212 2025.02.23 09:12:21.345544 [ 192 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.11223402 sec., 2084.9293289147085 rows/sec., 10.78 MiB/sec.
6213 2025.02.23 09:12:21.348688 [ 192 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6214 2025.02.23 09:12:21.352237 [ 192 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_31_6} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6215 2025.02.23 09:12:21.352397 [ 192 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_31_6} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6216 2025.02.23 09:12:21.354273 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6217 2025.02.23 09:12:22.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.42 MiB, peak 208.98 MiB, free memory in arenas 0.00 B, will set to 200.13 MiB (RSS), difference: 1.70 MiB
6218 2025.02.23 09:12:23.282649 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6219 2025.02.23 09:12:23.282979 [ 253 ] {9c31f080-cc55-4114-a719-dee600edf24e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6220 2025.02.23 09:12:23.283065 [ 253 ] {9c31f080-cc55-4114-a719-dee600edf24e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6221 2025.02.23 09:12:23.283939 [ 253 ] {9c31f080-cc55-4114-a719-dee600edf24e} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6222 2025.02.23 09:12:23.283987 [ 253 ] {9c31f080-cc55-4114-a719-dee600edf24e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6223 2025.02.23 09:12:23.284465 [ 253 ] {9c31f080-cc55-4114-a719-dee600edf24e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6224 2025.02.23 09:12:23.284732 [ 253 ] {9c31f080-cc55-4114-a719-dee600edf24e} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6225 2025.02.23 09:12:23.284974 [ 253 ] {9c31f080-cc55-4114-a719-dee600edf24e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00208 sec., 101923.07692307694 rows/sec., 6.48 MiB/sec.
6226 2025.02.23 09:12:23.285046 [ 253 ] {9c31f080-cc55-4114-a719-dee600edf24e} <Debug> TCPHandler: Processed in 0.002585119 sec.
6227 2025.02.23 09:12:23.285328 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6228 2025.02.23 09:12:23.285550 [ 255 ] {839f344f-6466-4272-93e1-0399aaaa88d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6229 2025.02.23 09:12:23.285637 [ 255 ] {839f344f-6466-4272-93e1-0399aaaa88d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6230 2025.02.23 09:12:23.286812 [ 255 ] {839f344f-6466-4272-93e1-0399aaaa88d9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6231 2025.02.23 09:12:23.286863 [ 255 ] {839f344f-6466-4272-93e1-0399aaaa88d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6232 2025.02.23 09:12:23.287393 [ 255 ] {839f344f-6466-4272-93e1-0399aaaa88d9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6233 2025.02.23 09:12:23.287662 [ 255 ] {839f344f-6466-4272-93e1-0399aaaa88d9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6234 2025.02.23 09:12:23.287892 [ 255 ] {839f344f-6466-4272-93e1-0399aaaa88d9} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002396 sec., 282554.25709515857 rows/sec., 22.46 MiB/sec.
6235 2025.02.23 09:12:23.288014 [ 255 ] {839f344f-6466-4272-93e1-0399aaaa88d9} <Debug> TCPHandler: Processed in 0.002837183 sec.
6236 2025.02.23 09:12:23.288244 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6237 2025.02.23 09:12:23.288378 [ 253 ] {999f671a-1397-40ef-8bdb-e0dc85d6c660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6238 2025.02.23 09:12:23.288436 [ 253 ] {999f671a-1397-40ef-8bdb-e0dc85d6c660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6239 2025.02.23 09:12:23.289122 [ 253 ] {999f671a-1397-40ef-8bdb-e0dc85d6c660} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6240 2025.02.23 09:12:23.289163 [ 253 ] {999f671a-1397-40ef-8bdb-e0dc85d6c660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6241 2025.02.23 09:12:23.289571 [ 253 ] {999f671a-1397-40ef-8bdb-e0dc85d6c660} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6242 2025.02.23 09:12:23.289821 [ 253 ] {999f671a-1397-40ef-8bdb-e0dc85d6c660} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6243 2025.02.23 09:12:23.290004 [ 87 ] {} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6244 2025.02.23 09:12:23.290068 [ 87 ] {} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6245 2025.02.23 09:12:23.290077 [ 253 ] {999f671a-1397-40ef-8bdb-e0dc85d6c660} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001722 sec., 78977.93263646922 rows/sec., 4.90 MiB/sec.
6246 2025.02.23 09:12:23.290102 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6247 2025.02.23 09:12:23.290217 [ 253 ] {999f671a-1397-40ef-8bdb-e0dc85d6c660} <Debug> TCPHandler: Processed in 0.002068738 sec.
6248 2025.02.23 09:12:23.290275 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
6249 2025.02.23 09:12:23.290385 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6250 2025.02.23 09:12:23.290418 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6251 2025.02.23 09:12:23.290437 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 163 rows starting from the beginning of the part
6252 2025.02.23 09:12:23.290723 [ 255 ] {d99078b0-53be-4ff2-8308-51060ac0daae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6253 2025.02.23 09:12:23.290728 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 142 rows starting from the beginning of the part
6254 2025.02.23 09:12:23.290844 [ 255 ] {d99078b0-53be-4ff2-8308-51060ac0daae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6255 2025.02.23 09:12:23.291059 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 9 rows starting from the beginning of the part
6256 2025.02.23 09:12:23.291387 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 136 rows starting from the beginning of the part
6257 2025.02.23 09:12:23.291642 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 9 rows starting from the beginning of the part
6258 2025.02.23 09:12:23.291932 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 136 rows starting from the beginning of the part
6259 2025.02.23 09:12:23.293678 [ 255 ] {d99078b0-53be-4ff2-8308-51060ac0daae} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6260 2025.02.23 09:12:23.293766 [ 255 ] {d99078b0-53be-4ff2-8308-51060ac0daae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6261 2025.02.23 09:12:23.294710 [ 255 ] {d99078b0-53be-4ff2-8308-51060ac0daae} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6262 2025.02.23 09:12:23.294984 [ 189 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 595 rows, containing 5 columns (5 merged, 0 gathered) in 0.004763619 sec., 124905.03543629328 rows/sec., 8.32 MiB/sec.
6263 2025.02.23 09:12:23.295205 [ 255 ] {d99078b0-53be-4ff2-8308-51060ac0daae} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6264 2025.02.23 09:12:23.295271 [ 189 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6265 2025.02.23 09:12:23.295441 [ 87 ] {} <Debug> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6266 2025.02.23 09:12:23.295505 [ 87 ] {} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6267 2025.02.23 09:12:23.295559 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6268 2025.02.23 09:12:23.295609 [ 255 ] {d99078b0-53be-4ff2-8308-51060ac0daae} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005016 sec., 22527.910685805426 rows/sec., 1.46 MiB/sec.
6269 2025.02.23 09:12:23.296098 [ 255 ] {d99078b0-53be-4ff2-8308-51060ac0daae} <Debug> TCPHandler: Processed in 0.005741307 sec.
6270 2025.02.23 09:12:23.296413 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6271 2025.02.23 09:12:23.296453 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::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
6272 2025.02.23 09:12:23.296642 [ 189 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_36_7} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6273 2025.02.23 09:12:23.296863 [ 253 ] {72249e46-d3f8-42de-a670-631fe0ab1cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6274 2025.02.23 09:12:23.297035 [ 253 ] {72249e46-d3f8-42de-a670-631fe0ab1cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6275 2025.02.23 09:12:23.297081 [ 189 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_36_7} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6276 2025.02.23 09:12:23.297315 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6277 2025.02.23 09:12:23.297419 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
6278 2025.02.23 09:12:23.297517 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 342 rows starting from the beginning of the part
6279 2025.02.23 09:12:23.297847 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part
6280 2025.02.23 09:12:23.298248 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part
6281 2025.02.23 09:12:23.298612 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 113 rows starting from the beginning of the part
6282 2025.02.23 09:12:23.298951 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 228 rows starting from the beginning of the part
6283 2025.02.23 09:12:23.299244 [ 190 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part
6284 2025.02.23 09:12:23.300279 [ 253 ] {72249e46-d3f8-42de-a670-631fe0ab1cf7} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6285 2025.02.23 09:12:23.300352 [ 253 ] {72249e46-d3f8-42de-a670-631fe0ab1cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6286 2025.02.23 09:12:23.301414 [ 253 ] {72249e46-d3f8-42de-a670-631fe0ab1cf7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6287 2025.02.23 09:12:23.301986 [ 253 ] {72249e46-d3f8-42de-a670-631fe0ab1cf7} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6288 2025.02.23 09:12:23.302212 [ 197 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.006527473 sec., 156569.01223490317 rows/sec., 10.94 MiB/sec.
6289 2025.02.23 09:12:23.302423 [ 253 ] {72249e46-d3f8-42de-a670-631fe0ab1cf7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005715 sec., 19597.550306211724 rows/sec., 1.12 MiB/sec.
6290 2025.02.23 09:12:23.302547 [ 191 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6291 2025.02.23 09:12:23.302558 [ 253 ] {72249e46-d3f8-42de-a670-631fe0ab1cf7} <Debug> TCPHandler: Processed in 0.006280817 sec.
6292 2025.02.23 09:12:23.302744 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6293 2025.02.23 09:12:23.302874 [ 255 ] {f1670e83-27c3-4bff-98c2-402ca067db94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6294 2025.02.23 09:12:23.302939 [ 255 ] {f1670e83-27c3-4bff-98c2-402ca067db94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6295 2025.02.23 09:12:23.302956 [ 191 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_26_5} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6296 2025.02.23 09:12:23.303079 [ 191 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_26_5} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6297 2025.02.23 09:12:23.303205 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
6298 2025.02.23 09:12:23.303804 [ 255 ] {f1670e83-27c3-4bff-98c2-402ca067db94} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6299 2025.02.23 09:12:23.303842 [ 255 ] {f1670e83-27c3-4bff-98c2-402ca067db94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6300 2025.02.23 09:12:23.304245 [ 255 ] {f1670e83-27c3-4bff-98c2-402ca067db94} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6301 2025.02.23 09:12:23.304516 [ 255 ] {f1670e83-27c3-4bff-98c2-402ca067db94} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6302 2025.02.23 09:12:23.304701 [ 255 ] {f1670e83-27c3-4bff-98c2-402ca067db94} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001856 sec., 221982.75862068965 rows/sec., 15.78 MiB/sec.
6303 2025.02.23 09:12:23.304756 [ 255 ] {f1670e83-27c3-4bff-98c2-402ca067db94} <Debug> TCPHandler: Processed in 0.002078119 sec.
6304 2025.02.23 09:12:23.304903 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6305 2025.02.23 09:12:23.305044 [ 253 ] {c84aa8ed-a6bd-488e-945a-acba8d2d7d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6306 2025.02.23 09:12:23.305108 [ 253 ] {c84aa8ed-a6bd-488e-945a-acba8d2d7d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6307 2025.02.23 09:12:23.306243 [ 253 ] {c84aa8ed-a6bd-488e-945a-acba8d2d7d23} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6308 2025.02.23 09:12:23.306282 [ 253 ] {c84aa8ed-a6bd-488e-945a-acba8d2d7d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6309 2025.02.23 09:12:23.306674 [ 253 ] {c84aa8ed-a6bd-488e-945a-acba8d2d7d23} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
6310 2025.02.23 09:12:23.306909 [ 253 ] {c84aa8ed-a6bd-488e-945a-acba8d2d7d23} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6311 2025.02.23 09:12:23.307135 [ 253 ] {c84aa8ed-a6bd-488e-945a-acba8d2d7d23} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002126 sec., 2822.2013170272817 rows/sec., 147.45 KiB/sec.
6312 2025.02.23 09:12:23.307196 [ 253 ] {c84aa8ed-a6bd-488e-945a-acba8d2d7d23} <Debug> TCPHandler: Processed in 0.002346494 sec.
6313 2025.02.23 09:12:23.307359 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6314 2025.02.23 09:12:23.307501 [ 255 ] {ef60eca8-ac8d-4783-a201-dd8b70329a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6315 2025.02.23 09:12:23.307567 [ 255 ] {ef60eca8-ac8d-4783-a201-dd8b70329a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6316 2025.02.23 09:12:23.308225 [ 255 ] {ef60eca8-ac8d-4783-a201-dd8b70329a83} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6317 2025.02.23 09:12:23.308263 [ 255 ] {ef60eca8-ac8d-4783-a201-dd8b70329a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6318 2025.02.23 09:12:23.308675 [ 255 ] {ef60eca8-ac8d-4783-a201-dd8b70329a83} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6319 2025.02.23 09:12:23.308915 [ 255 ] {ef60eca8-ac8d-4783-a201-dd8b70329a83} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6320 2025.02.23 09:12:23.309135 [ 255 ] {ef60eca8-ac8d-4783-a201-dd8b70329a83} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00166 sec., 142771.0843373494 rows/sec., 9.57 MiB/sec.
6321 2025.02.23 09:12:23.309278 [ 255 ] {ef60eca8-ac8d-4783-a201-dd8b70329a83} <Debug> TCPHandler: Processed in 0.001983377 sec.
6322 2025.02.23 09:12:23.309514 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6323 2025.02.23 09:12:23.309649 [ 253 ] {fbdad587-184a-43b4-8e27-f6b03c39a9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6324 2025.02.23 09:12:23.309710 [ 253 ] {fbdad587-184a-43b4-8e27-f6b03c39a9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6325 2025.02.23 09:12:23.310209 [ 253 ] {fbdad587-184a-43b4-8e27-f6b03c39a9c3} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6326 2025.02.23 09:12:23.310247 [ 253 ] {fbdad587-184a-43b4-8e27-f6b03c39a9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6327 2025.02.23 09:12:23.310600 [ 253 ] {fbdad587-184a-43b4-8e27-f6b03c39a9c3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6328 2025.02.23 09:12:23.310853 [ 253 ] {fbdad587-184a-43b4-8e27-f6b03c39a9c3} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6329 2025.02.23 09:12:23.311025 [ 87 ] {} <Debug> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0
6330 2025.02.23 09:12:23.311098 [ 87 ] {} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6331 2025.02.23 09:12:23.311102 [ 253 ] {fbdad587-184a-43b4-8e27-f6b03c39a9c3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec.
6332 2025.02.23 09:12:23.311140 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6333 2025.02.23 09:12:23.311238 [ 253 ] {fbdad587-184a-43b4-8e27-f6b03c39a9c3} <Debug> TCPHandler: Processed in 0.001826544 sec.
6334 2025.02.23 09:12:23.311417 [ 190 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full
6335 2025.02.23 09:12:23.311484 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6336 2025.02.23 09:12:23.311679 [ 190 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6337 2025.02.23 09:12:23.311758 [ 190 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part
6338 2025.02.23 09:12:23.311765 [ 255 ] {880e0923-6f55-438f-9faf-3d75d813a4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6339 2025.02.23 09:12:23.312028 [ 190 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part
6340 2025.02.23 09:12:23.312134 [ 255 ] {880e0923-6f55-438f-9faf-3d75d813a4b3} <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
6341 2025.02.23 09:12:23.312324 [ 190 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part
6342 2025.02.23 09:12:23.312760 [ 190 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part
6343 2025.02.23 09:12:23.313096 [ 190 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part
6344 2025.02.23 09:12:23.313401 [ 190 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part
6345 2025.02.23 09:12:23.316842 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.005578175 sec., 3406.131933831405 rows/sec., 228.81 KiB/sec.
6346 2025.02.23 09:12:23.317102 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary)
6347 2025.02.23 09:12:23.317708 [ 255 ] {880e0923-6f55-438f-9faf-3d75d813a4b3} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6348 2025.02.23 09:12:23.317762 [ 255 ] {880e0923-6f55-438f-9faf-3d75d813a4b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6349 2025.02.23 09:12:23.317880 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_19_4} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6350 2025.02.23 09:12:23.318120 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_19_4} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4
6351 2025.02.23 09:12:23.318279 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6352 2025.02.23 09:12:23.318811 [ 255 ] {880e0923-6f55-438f-9faf-3d75d813a4b3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6353 2025.02.23 09:12:23.319081 [ 255 ] {880e0923-6f55-438f-9faf-3d75d813a4b3} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6354 2025.02.23 09:12:23.319293 [ 255 ] {880e0923-6f55-438f-9faf-3d75d813a4b3} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.007604 sec., 3945.291951604419 rows/sec., 7.07 MiB/sec.
6355 2025.02.23 09:12:23.319417 [ 255 ] {880e0923-6f55-438f-9faf-3d75d813a4b3} <Debug> TCPHandler: Processed in 0.008050761 sec.
6356 2025.02.23 09:12:23.319575 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6357 2025.02.23 09:12:23.319713 [ 253 ] {d730cede-0e07-461e-bba8-0fbeb54f5fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6358 2025.02.23 09:12:23.319773 [ 253 ] {d730cede-0e07-461e-bba8-0fbeb54f5fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6359 2025.02.23 09:12:23.320298 [ 253 ] {d730cede-0e07-461e-bba8-0fbeb54f5fb1} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6360 2025.02.23 09:12:23.320336 [ 253 ] {d730cede-0e07-461e-bba8-0fbeb54f5fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6361 2025.02.23 09:12:23.320710 [ 253 ] {d730cede-0e07-461e-bba8-0fbeb54f5fb1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6362 2025.02.23 09:12:23.320953 [ 253 ] {d730cede-0e07-461e-bba8-0fbeb54f5fb1} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6363 2025.02.23 09:12:23.321171 [ 253 ] {d730cede-0e07-461e-bba8-0fbeb54f5fb1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec.
6364 2025.02.23 09:12:23.321243 [ 253 ] {d730cede-0e07-461e-bba8-0fbeb54f5fb1} <Debug> TCPHandler: Processed in 0.001733773 sec.
6365 2025.02.23 09:12:27.578652 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache
6366 2025.02.23 09:12:27.578718 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache
6367 2025.02.23 09:12:27.727912 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
6368 2025.02.23 09:12:27.728570 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6369 2025.02.23 09:12:27.728617 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6370 2025.02.23 09:12:27.729153 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6371 2025.02.23 09:12:27.729429 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6372 2025.02.23 09:12:27.729671 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6373 2025.02.23 09:12:27.778421 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 886
6374 2025.02.23 09:12:27.781632 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6375 2025.02.23 09:12:27.781688 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6376 2025.02.23 09:12:27.783192 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6377 2025.02.23 09:12:27.783547 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6378 2025.02.23 09:12:27.784188 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 886
6379 2025.02.23 09:12:28.001517 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00106345 sec.
6380 2025.02.23 09:12:28.274795 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6381 2025.02.23 09:12:28.275012 [ 253 ] {c9623bcf-6765-49e9-a1f0-eda18d440c7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6382 2025.02.23 09:12:28.275096 [ 253 ] {c9623bcf-6765-49e9-a1f0-eda18d440c7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6383 2025.02.23 09:12:28.275929 [ 253 ] {c9623bcf-6765-49e9-a1f0-eda18d440c7b} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6384 2025.02.23 09:12:28.275981 [ 253 ] {c9623bcf-6765-49e9-a1f0-eda18d440c7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6385 2025.02.23 09:12:28.276460 [ 253 ] {c9623bcf-6765-49e9-a1f0-eda18d440c7b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6386 2025.02.23 09:12:28.276718 [ 253 ] {c9623bcf-6765-49e9-a1f0-eda18d440c7b} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6387 2025.02.23 09:12:28.276984 [ 253 ] {c9623bcf-6765-49e9-a1f0-eda18d440c7b} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.00202 sec., 36633.66336633663 rows/sec., 2.96 MiB/sec.
6388 2025.02.23 09:12:28.277113 [ 253 ] {c9623bcf-6765-49e9-a1f0-eda18d440c7b} <Debug> TCPHandler: Processed in 0.002459066 sec.
6389 2025.02.23 09:12:28.277497 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6390 2025.02.23 09:12:28.277703 [ 255 ] {64dd0736-22bd-4084-99d6-08caeebcd82e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6391 2025.02.23 09:12:28.277787 [ 255 ] {64dd0736-22bd-4084-99d6-08caeebcd82e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6392 2025.02.23 09:12:28.278596 [ 255 ] {64dd0736-22bd-4084-99d6-08caeebcd82e} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6393 2025.02.23 09:12:28.278641 [ 255 ] {64dd0736-22bd-4084-99d6-08caeebcd82e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6394 2025.02.23 09:12:28.279088 [ 255 ] {64dd0736-22bd-4084-99d6-08caeebcd82e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6395 2025.02.23 09:12:28.279372 [ 255 ] {64dd0736-22bd-4084-99d6-08caeebcd82e} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6396 2025.02.23 09:12:28.279577 [ 255 ] {64dd0736-22bd-4084-99d6-08caeebcd82e} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001933 sec., 4655.975168132437 rows/sec., 350.11 KiB/sec.
6397 2025.02.23 09:12:28.279643 [ 255 ] {64dd0736-22bd-4084-99d6-08caeebcd82e} <Debug> TCPHandler: Processed in 0.002305173 sec.
6398 2025.02.23 09:12:28.279814 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6399 2025.02.23 09:12:28.279961 [ 253 ] {cc3c3fe3-b950-468e-a741-095f2aeda19e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6400 2025.02.23 09:12:28.280023 [ 253 ] {cc3c3fe3-b950-468e-a741-095f2aeda19e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6401 2025.02.23 09:12:28.280676 [ 253 ] {cc3c3fe3-b950-468e-a741-095f2aeda19e} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6402 2025.02.23 09:12:28.280719 [ 253 ] {cc3c3fe3-b950-468e-a741-095f2aeda19e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6403 2025.02.23 09:12:28.281106 [ 253 ] {cc3c3fe3-b950-468e-a741-095f2aeda19e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6404 2025.02.23 09:12:28.281353 [ 253 ] {cc3c3fe3-b950-468e-a741-095f2aeda19e} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6405 2025.02.23 09:12:28.281561 [ 253 ] {cc3c3fe3-b950-468e-a741-095f2aeda19e} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001637 sec., 44593.769089798414 rows/sec., 3.48 MiB/sec.
6406 2025.02.23 09:12:28.281620 [ 253 ] {cc3c3fe3-b950-468e-a741-095f2aeda19e} <Debug> TCPHandler: Processed in 0.001872805 sec.
6407 2025.02.23 09:12:28.281795 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6408 2025.02.23 09:12:28.281944 [ 255 ] {2a95290b-ce5b-43f2-a36e-ebec13499aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6409 2025.02.23 09:12:28.282011 [ 255 ] {2a95290b-ce5b-43f2-a36e-ebec13499aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6410 2025.02.23 09:12:28.282626 [ 255 ] {2a95290b-ce5b-43f2-a36e-ebec13499aa4} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6411 2025.02.23 09:12:28.282667 [ 255 ] {2a95290b-ce5b-43f2-a36e-ebec13499aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6412 2025.02.23 09:12:28.283091 [ 255 ] {2a95290b-ce5b-43f2-a36e-ebec13499aa4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6413 2025.02.23 09:12:28.283339 [ 255 ] {2a95290b-ce5b-43f2-a36e-ebec13499aa4} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6414 2025.02.23 09:12:28.283579 [ 255 ] {2a95290b-ce5b-43f2-a36e-ebec13499aa4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001667 sec., 95980.80383923215 rows/sec., 6.68 MiB/sec.
6415 2025.02.23 09:12:28.283651 [ 255 ] {2a95290b-ce5b-43f2-a36e-ebec13499aa4} <Debug> TCPHandler: Processed in 0.001925076 sec.
6416 2025.02.23 09:12:28.283864 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6417 2025.02.23 09:12:28.284014 [ 253 ] {1192689c-b5e1-48f6-af0d-5465af8bab9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6418 2025.02.23 09:12:28.284105 [ 253 ] {1192689c-b5e1-48f6-af0d-5465af8bab9b} <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
6419 2025.02.23 09:12:28.285252 [ 253 ] {1192689c-b5e1-48f6-af0d-5465af8bab9b} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6420 2025.02.23 09:12:28.285290 [ 253 ] {1192689c-b5e1-48f6-af0d-5465af8bab9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6421 2025.02.23 09:12:28.285928 [ 253 ] {1192689c-b5e1-48f6-af0d-5465af8bab9b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6422 2025.02.23 09:12:28.286190 [ 253 ] {1192689c-b5e1-48f6-af0d-5465af8bab9b} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6423 2025.02.23 09:12:28.286392 [ 81 ] {} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6424 2025.02.23 09:12:28.286484 [ 81 ] {} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6425 2025.02.23 09:12:28.286484 [ 253 ] {1192689c-b5e1-48f6-af0d-5465af8bab9b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002493 sec., 3610.1083032490974 rows/sec., 6.47 MiB/sec.
6426 2025.02.23 09:12:28.286521 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6427 2025.02.23 09:12:28.286931 [ 253 ] {1192689c-b5e1-48f6-af0d-5465af8bab9b} <Debug> TCPHandler: Processed in 0.003174109 sec.
6428 2025.02.23 09:12:28.286937 [ 190 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
6429 2025.02.23 09:12:28.287132 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6430 2025.02.23 09:12:28.287429 [ 255 ] {aec0c17d-72de-4092-bf59-4333c0d5f26d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6431 2025.02.23 09:12:28.287590 [ 255 ] {aec0c17d-72de-4092-bf59-4333c0d5f26d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6432 2025.02.23 09:12:28.287738 [ 190 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6433 2025.02.23 09:12:28.287964 [ 190 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 655 rows starting from the beginning of the part
6434 2025.02.23 09:12:28.288814 [ 190 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 9 rows starting from the beginning of the part
6435 2025.02.23 09:12:28.289485 [ 190 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part
6436 2025.02.23 09:12:28.290247 [ 190 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part
6437 2025.02.23 09:12:28.290310 [ 255 ] {aec0c17d-72de-4092-bf59-4333c0d5f26d} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6438 2025.02.23 09:12:28.290389 [ 255 ] {aec0c17d-72de-4092-bf59-4333c0d5f26d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6439 2025.02.23 09:12:28.290858 [ 190 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part
6440 2025.02.23 09:12:28.291426 [ 190 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part
6441 2025.02.23 09:12:28.292203 [ 255 ] {aec0c17d-72de-4092-bf59-4333c0d5f26d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6442 2025.02.23 09:12:28.292757 [ 255 ] {aec0c17d-72de-4092-bf59-4333c0d5f26d} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6443 2025.02.23 09:12:28.293334 [ 255 ] {aec0c17d-72de-4092-bf59-4333c0d5f26d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005984 sec., 10026.73796791444 rows/sec., 691.95 KiB/sec.
6444 2025.02.23 09:12:28.293501 [ 255 ] {aec0c17d-72de-4092-bf59-4333c0d5f26d} <Debug> TCPHandler: Processed in 0.006477681 sec.
6445 2025.02.23 09:12:28.297938 [ 199 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 742 rows, containing 19 columns (19 merged, 0 gathered) in 0.011252951 sec., 65938.25921751547 rows/sec., 118.16 MiB/sec.
6446 2025.02.23 09:12:28.298942 [ 186 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6447 2025.02.23 09:12:28.299374 [ 186 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6448 2025.02.23 09:12:28.299459 [ 186 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6449 2025.02.23 09:12:28.299580 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB.
6450 2025.02.23 09:12:28.748585 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6451 2025.02.23 09:12:28.767941 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6452 2025.02.23 09:12:28.768000 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6453 2025.02.23 09:12:28.775178 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6454 2025.02.23 09:12:28.775945 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6455 2025.02.23 09:12:28.778807 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6456 2025.02.23 09:12:33.282774 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6457 2025.02.23 09:12:33.283004 [ 253 ] {3d367d56-0f2d-4787-946b-d8dcd770e419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6458 2025.02.23 09:12:33.283092 [ 253 ] {3d367d56-0f2d-4787-946b-d8dcd770e419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6459 2025.02.23 09:12:33.283951 [ 253 ] {3d367d56-0f2d-4787-946b-d8dcd770e419} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6460 2025.02.23 09:12:33.284001 [ 253 ] {3d367d56-0f2d-4787-946b-d8dcd770e419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6461 2025.02.23 09:12:33.284448 [ 253 ] {3d367d56-0f2d-4787-946b-d8dcd770e419} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6462 2025.02.23 09:12:33.284715 [ 253 ] {3d367d56-0f2d-4787-946b-d8dcd770e419} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6463 2025.02.23 09:12:33.284964 [ 253 ] {3d367d56-0f2d-4787-946b-d8dcd770e419} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002017 sec., 105106.59395141299 rows/sec., 6.68 MiB/sec.
6464 2025.02.23 09:12:33.285030 [ 253 ] {3d367d56-0f2d-4787-946b-d8dcd770e419} <Debug> TCPHandler: Processed in 0.002401976 sec.
6465 2025.02.23 09:12:33.285290 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6466 2025.02.23 09:12:33.285502 [ 255 ] {aefa30b6-4d79-4900-8d7a-c379aaafc49e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6467 2025.02.23 09:12:33.285586 [ 255 ] {aefa30b6-4d79-4900-8d7a-c379aaafc49e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6468 2025.02.23 09:12:33.286709 [ 255 ] {aefa30b6-4d79-4900-8d7a-c379aaafc49e} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6469 2025.02.23 09:12:33.286759 [ 255 ] {aefa30b6-4d79-4900-8d7a-c379aaafc49e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6470 2025.02.23 09:12:33.287252 [ 255 ] {aefa30b6-4d79-4900-8d7a-c379aaafc49e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6471 2025.02.23 09:12:33.287725 [ 255 ] {aefa30b6-4d79-4900-8d7a-c379aaafc49e} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6472 2025.02.23 09:12:33.287983 [ 255 ] {aefa30b6-4d79-4900-8d7a-c379aaafc49e} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002541 sec., 266430.5391578119 rows/sec., 21.18 MiB/sec.
6473 2025.02.23 09:12:33.288050 [ 255 ] {aefa30b6-4d79-4900-8d7a-c379aaafc49e} <Debug> TCPHandler: Processed in 0.002907654 sec.
6474 2025.02.23 09:12:33.288223 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6475 2025.02.23 09:12:33.288366 [ 253 ] {7b76b040-28b5-43d6-96ea-eb16fefd37ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6476 2025.02.23 09:12:33.288422 [ 253 ] {7b76b040-28b5-43d6-96ea-eb16fefd37ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6477 2025.02.23 09:12:33.289097 [ 253 ] {7b76b040-28b5-43d6-96ea-eb16fefd37ae} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6478 2025.02.23 09:12:33.289139 [ 253 ] {7b76b040-28b5-43d6-96ea-eb16fefd37ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6479 2025.02.23 09:12:33.289524 [ 253 ] {7b76b040-28b5-43d6-96ea-eb16fefd37ae} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6480 2025.02.23 09:12:33.289776 [ 253 ] {7b76b040-28b5-43d6-96ea-eb16fefd37ae} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6481 2025.02.23 09:12:33.290011 [ 253 ] {7b76b040-28b5-43d6-96ea-eb16fefd37ae} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001676 sec., 81145.58472553699 rows/sec., 5.04 MiB/sec.
6482 2025.02.23 09:12:33.290072 [ 253 ] {7b76b040-28b5-43d6-96ea-eb16fefd37ae} <Debug> TCPHandler: Processed in 0.001916786 sec.
6483 2025.02.23 09:12:33.290310 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6484 2025.02.23 09:12:33.290445 [ 255 ] {f5c87a96-de29-4408-b4b0-a96d36634d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6485 2025.02.23 09:12:33.290501 [ 255 ] {f5c87a96-de29-4408-b4b0-a96d36634d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6486 2025.02.23 09:12:33.291288 [ 255 ] {f5c87a96-de29-4408-b4b0-a96d36634d4f} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6487 2025.02.23 09:12:33.291335 [ 255 ] {f5c87a96-de29-4408-b4b0-a96d36634d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6488 2025.02.23 09:12:33.291752 [ 255 ] {f5c87a96-de29-4408-b4b0-a96d36634d4f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6489 2025.02.23 09:12:33.292017 [ 255 ] {f5c87a96-de29-4408-b4b0-a96d36634d4f} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6490 2025.02.23 09:12:33.292281 [ 255 ] {f5c87a96-de29-4408-b4b0-a96d36634d4f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001865 sec., 60589.81233243968 rows/sec., 3.92 MiB/sec.
6491 2025.02.23 09:12:33.292481 [ 255 ] {f5c87a96-de29-4408-b4b0-a96d36634d4f} <Debug> TCPHandler: Processed in 0.002249182 sec.
6492 2025.02.23 09:12:33.292659 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6493 2025.02.23 09:12:33.292782 [ 253 ] {01d21f68-4913-4a09-b17d-e2859cd9e46e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6494 2025.02.23 09:12:33.292835 [ 253 ] {01d21f68-4913-4a09-b17d-e2859cd9e46e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6495 2025.02.23 09:12:33.293467 [ 253 ] {01d21f68-4913-4a09-b17d-e2859cd9e46e} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6496 2025.02.23 09:12:33.293516 [ 253 ] {01d21f68-4913-4a09-b17d-e2859cd9e46e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6497 2025.02.23 09:12:33.293895 [ 253 ] {01d21f68-4913-4a09-b17d-e2859cd9e46e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6498 2025.02.23 09:12:33.294138 [ 253 ] {01d21f68-4913-4a09-b17d-e2859cd9e46e} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6499 2025.02.23 09:12:33.294362 [ 253 ] {01d21f68-4913-4a09-b17d-e2859cd9e46e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001607 sec., 69695.08400746733 rows/sec., 3.97 MiB/sec.
6500 2025.02.23 09:12:33.294418 [ 253 ] {01d21f68-4913-4a09-b17d-e2859cd9e46e} <Debug> TCPHandler: Processed in 0.001820004 sec.
6501 2025.02.23 09:12:33.294571 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6502 2025.02.23 09:12:33.294693 [ 255 ] {2e87d1f0-7dd4-42a0-8aca-bc2f862567d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6503 2025.02.23 09:12:33.294746 [ 255 ] {2e87d1f0-7dd4-42a0-8aca-bc2f862567d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6504 2025.02.23 09:12:33.295565 [ 255 ] {2e87d1f0-7dd4-42a0-8aca-bc2f862567d8} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6505 2025.02.23 09:12:33.295605 [ 255 ] {2e87d1f0-7dd4-42a0-8aca-bc2f862567d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6506 2025.02.23 09:12:33.296009 [ 255 ] {2e87d1f0-7dd4-42a0-8aca-bc2f862567d8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6507 2025.02.23 09:12:33.296249 [ 255 ] {2e87d1f0-7dd4-42a0-8aca-bc2f862567d8} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6508 2025.02.23 09:12:33.296477 [ 255 ] {2e87d1f0-7dd4-42a0-8aca-bc2f862567d8} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001811 sec., 227498.6195472115 rows/sec., 16.17 MiB/sec.
6509 2025.02.23 09:12:33.296533 [ 255 ] {2e87d1f0-7dd4-42a0-8aca-bc2f862567d8} <Debug> TCPHandler: Processed in 0.002020648 sec.
6510 2025.02.23 09:12:33.296687 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6511 2025.02.23 09:12:33.296812 [ 253 ] {5c46f2f0-b459-4a3d-8951-2e1b09336c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6512 2025.02.23 09:12:33.296865 [ 253 ] {5c46f2f0-b459-4a3d-8951-2e1b09336c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6513 2025.02.23 09:12:33.297477 [ 253 ] {5c46f2f0-b459-4a3d-8951-2e1b09336c02} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6514 2025.02.23 09:12:33.297517 [ 253 ] {5c46f2f0-b459-4a3d-8951-2e1b09336c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6515 2025.02.23 09:12:33.297899 [ 253 ] {5c46f2f0-b459-4a3d-8951-2e1b09336c02} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6516 2025.02.23 09:12:33.298134 [ 253 ] {5c46f2f0-b459-4a3d-8951-2e1b09336c02} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6517 2025.02.23 09:12:33.298355 [ 253 ] {5c46f2f0-b459-4a3d-8951-2e1b09336c02} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001569 sec., 3824.091778202677 rows/sec., 199.79 KiB/sec.
6518 2025.02.23 09:12:33.298410 [ 253 ] {5c46f2f0-b459-4a3d-8951-2e1b09336c02} <Debug> TCPHandler: Processed in 0.001778153 sec.
6519 2025.02.23 09:12:33.298567 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6520 2025.02.23 09:12:33.298685 [ 255 ] {b3c0487c-324d-4465-b2cc-a8a7131093b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6521 2025.02.23 09:12:33.298740 [ 255 ] {b3c0487c-324d-4465-b2cc-a8a7131093b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6522 2025.02.23 09:12:33.299341 [ 255 ] {b3c0487c-324d-4465-b2cc-a8a7131093b4} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6523 2025.02.23 09:12:33.299381 [ 255 ] {b3c0487c-324d-4465-b2cc-a8a7131093b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6524 2025.02.23 09:12:33.299780 [ 255 ] {b3c0487c-324d-4465-b2cc-a8a7131093b4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6525 2025.02.23 09:12:33.300018 [ 255 ] {b3c0487c-324d-4465-b2cc-a8a7131093b4} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6526 2025.02.23 09:12:33.300236 [ 255 ] {b3c0487c-324d-4465-b2cc-a8a7131093b4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001576 sec., 150380.7106598985 rows/sec., 10.08 MiB/sec.
6527 2025.02.23 09:12:33.300297 [ 255 ] {b3c0487c-324d-4465-b2cc-a8a7131093b4} <Debug> TCPHandler: Processed in 0.001789253 sec.
6528 2025.02.23 09:12:33.300450 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6529 2025.02.23 09:12:33.300589 [ 253 ] {24052c93-2592-4945-81f0-eb9731421947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6530 2025.02.23 09:12:33.300652 [ 253 ] {24052c93-2592-4945-81f0-eb9731421947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6531 2025.02.23 09:12:33.301213 [ 253 ] {24052c93-2592-4945-81f0-eb9731421947} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6532 2025.02.23 09:12:33.301258 [ 253 ] {24052c93-2592-4945-81f0-eb9731421947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6533 2025.02.23 09:12:33.301640 [ 253 ] {24052c93-2592-4945-81f0-eb9731421947} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6534 2025.02.23 09:12:33.301874 [ 253 ] {24052c93-2592-4945-81f0-eb9731421947} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6535 2025.02.23 09:12:33.302085 [ 253 ] {24052c93-2592-4945-81f0-eb9731421947} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001526 sec., 655.307994757536 rows/sec., 44.16 KiB/sec.
6536 2025.02.23 09:12:33.302222 [ 253 ] {24052c93-2592-4945-81f0-eb9731421947} <Debug> TCPHandler: Processed in 0.001831034 sec.
6537 2025.02.23 09:12:33.302872 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6538 2025.02.23 09:12:33.303013 [ 255 ] {6872f548-4ecb-473d-9e7e-1a7caf30fa38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6539 2025.02.23 09:12:33.303107 [ 255 ] {6872f548-4ecb-473d-9e7e-1a7caf30fa38} <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
6540 2025.02.23 09:12:33.304298 [ 255 ] {6872f548-4ecb-473d-9e7e-1a7caf30fa38} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6541 2025.02.23 09:12:33.304339 [ 255 ] {6872f548-4ecb-473d-9e7e-1a7caf30fa38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6542 2025.02.23 09:12:33.304986 [ 255 ] {6872f548-4ecb-473d-9e7e-1a7caf30fa38} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6543 2025.02.23 09:12:33.305282 [ 255 ] {6872f548-4ecb-473d-9e7e-1a7caf30fa38} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6544 2025.02.23 09:12:33.305529 [ 255 ] {6872f548-4ecb-473d-9e7e-1a7caf30fa38} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002549 sec., 11769.321302471557 rows/sec., 21.09 MiB/sec.
6545 2025.02.23 09:12:33.305651 [ 255 ] {6872f548-4ecb-473d-9e7e-1a7caf30fa38} <Debug> TCPHandler: Processed in 0.002847403 sec.
6546 2025.02.23 09:12:33.305806 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6547 2025.02.23 09:12:33.305927 [ 253 ] {dc53751d-429d-4d17-a0b8-e90697ea293e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6548 2025.02.23 09:12:33.305979 [ 253 ] {dc53751d-429d-4d17-a0b8-e90697ea293e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6549 2025.02.23 09:12:33.306476 [ 253 ] {dc53751d-429d-4d17-a0b8-e90697ea293e} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6550 2025.02.23 09:12:33.306514 [ 253 ] {dc53751d-429d-4d17-a0b8-e90697ea293e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6551 2025.02.23 09:12:33.306887 [ 253 ] {dc53751d-429d-4d17-a0b8-e90697ea293e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6552 2025.02.23 09:12:33.307126 [ 253 ] {dc53751d-429d-4d17-a0b8-e90697ea293e} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6553 2025.02.23 09:12:33.307296 [ 253 ] {dc53751d-429d-4d17-a0b8-e90697ea293e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec.
6554 2025.02.23 09:12:33.307346 [ 253 ] {dc53751d-429d-4d17-a0b8-e90697ea293e} <Debug> TCPHandler: Processed in 0.00159597 sec.
6555 2025.02.23 09:12:35.229849 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
6556 2025.02.23 09:12:35.230546 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6557 2025.02.23 09:12:35.230597 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6558 2025.02.23 09:12:35.231209 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6559 2025.02.23 09:12:35.231467 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6560 2025.02.23 09:12:35.231732 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
6561 2025.02.23 09:12:36.278929 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
6562 2025.02.23 09:12:36.299211 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6563 2025.02.23 09:12:36.299281 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6564 2025.02.23 09:12:36.306526 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6565 2025.02.23 09:12:36.307292 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6566 2025.02.23 09:12:36.310501 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
6567 2025.02.23 09:12:37.784472 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 920
6568 2025.02.23 09:12:37.787574 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6569 2025.02.23 09:12:37.787622 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6570 2025.02.23 09:12:37.789125 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6571 2025.02.23 09:12:37.789445 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6572 2025.02.23 09:12:37.790873 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 920
6573 2025.02.23 09:12:38.275551 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6574 2025.02.23 09:12:38.275745 [ 253 ] {9224c336-080f-484a-b079-456d616f760d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6575 2025.02.23 09:12:38.275821 [ 253 ] {9224c336-080f-484a-b079-456d616f760d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6576 2025.02.23 09:12:38.276630 [ 253 ] {9224c336-080f-484a-b079-456d616f760d} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6577 2025.02.23 09:12:38.276682 [ 253 ] {9224c336-080f-484a-b079-456d616f760d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6578 2025.02.23 09:12:38.277147 [ 253 ] {9224c336-080f-484a-b079-456d616f760d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6579 2025.02.23 09:12:38.277401 [ 253 ] {9224c336-080f-484a-b079-456d616f760d} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6580 2025.02.23 09:12:38.277608 [ 66 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6581 2025.02.23 09:12:38.277684 [ 253 ] {9224c336-080f-484a-b079-456d616f760d} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001986 sec., 37260.825780463245 rows/sec., 3.01 MiB/sec.
6582 2025.02.23 09:12:38.277692 [ 66 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6583 2025.02.23 09:12:38.277777 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6584 2025.02.23 09:12:38.277841 [ 253 ] {9224c336-080f-484a-b079-456d616f760d} <Debug> TCPHandler: Processed in 0.002427425 sec.
6585 2025.02.23 09:12:38.278065 [ 194 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6586 2025.02.23 09:12:38.278149 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6587 2025.02.23 09:12:38.278242 [ 194 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6588 2025.02.23 09:12:38.278310 [ 194 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1846 rows starting from the beginning of the part
6589 2025.02.23 09:12:38.278494 [ 255 ] {3e611b0b-bb80-4ee6-a3d4-2acfd7b588a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6590 2025.02.23 09:12:38.278575 [ 194 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1214 rows starting from the beginning of the part
6591 2025.02.23 09:12:38.278693 [ 255 ] {3e611b0b-bb80-4ee6-a3d4-2acfd7b588a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6592 2025.02.23 09:12:38.278882 [ 194 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 677 rows starting from the beginning of the part
6593 2025.02.23 09:12:38.279199 [ 194 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 74 rows starting from the beginning of the part
6594 2025.02.23 09:12:38.279443 [ 194 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 677 rows starting from the beginning of the part
6595 2025.02.23 09:12:38.279728 [ 194 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 74 rows starting from the beginning of the part
6596 2025.02.23 09:12:38.281533 [ 255 ] {3e611b0b-bb80-4ee6-a3d4-2acfd7b588a9} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6597 2025.02.23 09:12:38.281609 [ 255 ] {3e611b0b-bb80-4ee6-a3d4-2acfd7b588a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6598 2025.02.23 09:12:38.282630 [ 255 ] {3e611b0b-bb80-4ee6-a3d4-2acfd7b588a9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6599 2025.02.23 09:12:38.282972 [ 255 ] {3e611b0b-bb80-4ee6-a3d4-2acfd7b588a9} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6600 2025.02.23 09:12:38.283469 [ 255 ] {3e611b0b-bb80-4ee6-a3d4-2acfd7b588a9} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.005086 sec., 1769.5635076681085 rows/sec., 133.06 KiB/sec.
6601 2025.02.23 09:12:38.283612 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4562 rows, containing 5 columns (5 merged, 0 gathered) in 0.005707417 sec., 799310.7915542179 rows/sec., 67.96 MiB/sec.
6602 2025.02.23 09:12:38.283647 [ 255 ] {3e611b0b-bb80-4ee6-a3d4-2acfd7b588a9} <Debug> TCPHandler: Processed in 0.005675056 sec.
6603 2025.02.23 09:12:38.283833 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6604 2025.02.23 09:12:38.283950 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6605 2025.02.23 09:12:38.284090 [ 253 ] {bf6d7851-1f2a-45fe-834b-770c5eb84804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6606 2025.02.23 09:12:38.284192 [ 253 ] {bf6d7851-1f2a-45fe-834b-770c5eb84804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6607 2025.02.23 09:12:38.284602 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_46_9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6608 2025.02.23 09:12:38.284862 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_46_9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6609 2025.02.23 09:12:38.285047 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB.
6610 2025.02.23 09:12:38.285426 [ 253 ] {bf6d7851-1f2a-45fe-834b-770c5eb84804} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6611 2025.02.23 09:12:38.285470 [ 253 ] {bf6d7851-1f2a-45fe-834b-770c5eb84804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6612 2025.02.23 09:12:38.285850 [ 253 ] {bf6d7851-1f2a-45fe-834b-770c5eb84804} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6613 2025.02.23 09:12:38.286097 [ 253 ] {bf6d7851-1f2a-45fe-834b-770c5eb84804} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6614 2025.02.23 09:12:38.286261 [ 66 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6615 2025.02.23 09:12:38.286324 [ 66 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6616 2025.02.23 09:12:38.286357 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6617 2025.02.23 09:12:38.286375 [ 253 ] {bf6d7851-1f2a-45fe-834b-770c5eb84804} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.002386 sec., 30595.138306789606 rows/sec., 2.39 MiB/sec.
6618 2025.02.23 09:12:38.286704 [ 253 ] {bf6d7851-1f2a-45fe-834b-770c5eb84804} <Debug> TCPHandler: Processed in 0.002941575 sec.
6619 2025.02.23 09:12:38.286752 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6620 2025.02.23 09:12:38.287010 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6621 2025.02.23 09:12:38.287408 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6622 2025.02.23 09:12:38.287556 [ 255 ] {e16ec299-5435-4d28-a6cc-4fca30699844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6623 2025.02.23 09:12:38.287587 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part
6624 2025.02.23 09:12:38.287765 [ 255 ] {e16ec299-5435-4d28-a6cc-4fca30699844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6625 2025.02.23 09:12:38.288006 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 529 rows starting from the beginning of the part
6626 2025.02.23 09:12:38.288313 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 412 rows starting from the beginning of the part
6627 2025.02.23 09:12:38.288634 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 73 rows starting from the beginning of the part
6628 2025.02.23 09:12:38.288847 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 412 rows starting from the beginning of the part
6629 2025.02.23 09:12:38.289015 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 73 rows starting from the beginning of the part
6630 2025.02.23 09:12:38.289608 [ 255 ] {e16ec299-5435-4d28-a6cc-4fca30699844} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6631 2025.02.23 09:12:38.289652 [ 255 ] {e16ec299-5435-4d28-a6cc-4fca30699844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6632 2025.02.23 09:12:38.290289 [ 255 ] {e16ec299-5435-4d28-a6cc-4fca30699844} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6633 2025.02.23 09:12:38.290574 [ 255 ] {e16ec299-5435-4d28-a6cc-4fca30699844} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6634 2025.02.23 09:12:38.290797 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6635 2025.02.23 09:12:38.290913 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6636 2025.02.23 09:12:38.291063 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6637 2025.02.23 09:12:38.291094 [ 255 ] {e16ec299-5435-4d28-a6cc-4fca30699844} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003708 sec., 43149.946062567426 rows/sec., 3.01 MiB/sec.
6638 2025.02.23 09:12:38.291653 [ 255 ] {e16ec299-5435-4d28-a6cc-4fca30699844} <Debug> TCPHandler: Processed in 0.00481245 sec.
6639 2025.02.23 09:12:38.291689 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.005221558 sec., 461931.0941293767 rows/sec., 35.37 MiB/sec.
6640 2025.02.23 09:12:38.291704 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6641 2025.02.23 09:12:38.291942 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6642 2025.02.23 09:12:38.291974 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6643 2025.02.23 09:12:38.292103 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6644 2025.02.23 09:12:38.292231 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13133 rows starting from the beginning of the part
6645 2025.02.23 09:12:38.292336 [ 253 ] {17f89e92-22f0-4aeb-b765-b017f7d07343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6646 2025.02.23 09:12:38.292689 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 784 rows starting from the beginning of the part
6647 2025.02.23 09:12:38.292810 [ 253 ] {17f89e92-22f0-4aeb-b765-b017f7d07343} <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
6648 2025.02.23 09:12:38.293190 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part
6649 2025.02.23 09:12:38.293180 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_46_9} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6650 2025.02.23 09:12:38.293745 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part
6651 2025.02.23 09:12:38.293787 [ 199 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_46_9} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6652 2025.02.23 09:12:38.294210 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
6653 2025.02.23 09:12:38.294253 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part
6654 2025.02.23 09:12:38.294586 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part
6655 2025.02.23 09:12:38.296543 [ 253 ] {17f89e92-22f0-4aeb-b765-b017f7d07343} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6656 2025.02.23 09:12:38.296593 [ 253 ] {17f89e92-22f0-4aeb-b765-b017f7d07343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6657 2025.02.23 09:12:38.297674 [ 253 ] {17f89e92-22f0-4aeb-b765-b017f7d07343} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6658 2025.02.23 09:12:38.298320 [ 253 ] {17f89e92-22f0-4aeb-b765-b017f7d07343} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6659 2025.02.23 09:12:38.298651 [ 253 ] {17f89e92-22f0-4aeb-b765-b017f7d07343} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.006419 sec., 1402.087552578283 rows/sec., 2.51 MiB/sec.
6660 2025.02.23 09:12:38.298783 [ 253 ] {17f89e92-22f0-4aeb-b765-b017f7d07343} <Debug> TCPHandler: Processed in 0.006916399 sec.
6661 2025.02.23 09:12:38.298973 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6662 2025.02.23 09:12:38.299115 [ 255 ] {8731ef68-9f9c-468d-98d7-30eb58094412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6663 2025.02.23 09:12:38.299202 [ 255 ] {8731ef68-9f9c-468d-98d7-30eb58094412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6664 2025.02.23 09:12:38.300231 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14711 rows, containing 5 columns (5 merged, 0 gathered) in 0.008993468 sec., 1635742.7412873434 rows/sec., 110.70 MiB/sec.
6665 2025.02.23 09:12:38.300249 [ 255 ] {8731ef68-9f9c-468d-98d7-30eb58094412} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6666 2025.02.23 09:12:38.300323 [ 255 ] {8731ef68-9f9c-468d-98d7-30eb58094412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6667 2025.02.23 09:12:38.300633 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6668 2025.02.23 09:12:38.300954 [ 255 ] {8731ef68-9f9c-468d-98d7-30eb58094412} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6669 2025.02.23 09:12:38.301228 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6670 2025.02.23 09:12:38.301395 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6671 2025.02.23 09:12:38.301437 [ 255 ] {8731ef68-9f9c-468d-98d7-30eb58094412} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6672 2025.02.23 09:12:38.301569 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB.
6673 2025.02.23 09:12:38.301728 [ 66 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6674 2025.02.23 09:12:38.301794 [ 66 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6675 2025.02.23 09:12:38.301821 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6676 2025.02.23 09:12:38.301861 [ 255 ] {8731ef68-9f9c-468d-98d7-30eb58094412} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002765 sec., 21699.8191681736 rows/sec., 1.46 MiB/sec.
6677 2025.02.23 09:12:38.302059 [ 186 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6678 2025.02.23 09:12:38.302069 [ 255 ] {8731ef68-9f9c-468d-98d7-30eb58094412} <Debug> TCPHandler: Processed in 0.00318807 sec.
6679 2025.02.23 09:12:38.302246 [ 186 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6680 2025.02.23 09:12:38.302280 [ 186 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2804 rows starting from the beginning of the part
6681 2025.02.23 09:12:38.302378 [ 186 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part
6682 2025.02.23 09:12:38.302584 [ 186 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part
6683 2025.02.23 09:12:38.302715 [ 186 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part
6684 2025.02.23 09:12:38.302833 [ 186 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part
6685 2025.02.23 09:12:38.302911 [ 186 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part
6686 2025.02.23 09:12:38.304480 [ 201 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3148 rows, containing 4 columns (4 merged, 0 gathered) in 0.002585829 sec., 1217404.5538200708 rows/sec., 79.77 MiB/sec.
6687 2025.02.23 09:12:38.304889 [ 201 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6688 2025.02.23 09:12:38.305322 [ 201 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_46_9} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6689 2025.02.23 09:12:38.305434 [ 201 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_46_9} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6690 2025.02.23 09:12:38.305551 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB.
6691 2025.02.23 09:12:42.578758 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache
6692 2025.02.23 09:12:42.578818 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache
6693 2025.02.23 09:12:42.731925 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
6694 2025.02.23 09:12:42.732682 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6695 2025.02.23 09:12:42.732737 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6696 2025.02.23 09:12:42.733306 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6697 2025.02.23 09:12:42.733568 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6698 2025.02.23 09:12:42.733828 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
6699 2025.02.23 09:12:43.282550 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6700 2025.02.23 09:12:43.282742 [ 253 ] {74fe9a24-7e8e-4474-ada1-beb15a06ed7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6701 2025.02.23 09:12:43.282821 [ 253 ] {74fe9a24-7e8e-4474-ada1-beb15a06ed7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6702 2025.02.23 09:12:43.283739 [ 253 ] {74fe9a24-7e8e-4474-ada1-beb15a06ed7f} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6703 2025.02.23 09:12:43.283792 [ 253 ] {74fe9a24-7e8e-4474-ada1-beb15a06ed7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6704 2025.02.23 09:12:43.284246 [ 253 ] {74fe9a24-7e8e-4474-ada1-beb15a06ed7f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6705 2025.02.23 09:12:43.284510 [ 253 ] {74fe9a24-7e8e-4474-ada1-beb15a06ed7f} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6706 2025.02.23 09:12:43.284753 [ 253 ] {74fe9a24-7e8e-4474-ada1-beb15a06ed7f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002066 sec., 102613.7463697967 rows/sec., 6.53 MiB/sec.
6707 2025.02.23 09:12:43.284820 [ 253 ] {74fe9a24-7e8e-4474-ada1-beb15a06ed7f} <Debug> TCPHandler: Processed in 0.002405225 sec.
6708 2025.02.23 09:12:43.285062 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6709 2025.02.23 09:12:43.285252 [ 255 ] {8a571ff8-76a2-4152-b439-2905fd16df07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6710 2025.02.23 09:12:43.285325 [ 255 ] {8a571ff8-76a2-4152-b439-2905fd16df07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6711 2025.02.23 09:12:43.286367 [ 255 ] {8a571ff8-76a2-4152-b439-2905fd16df07} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6712 2025.02.23 09:12:43.286415 [ 255 ] {8a571ff8-76a2-4152-b439-2905fd16df07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6713 2025.02.23 09:12:43.286906 [ 255 ] {8a571ff8-76a2-4152-b439-2905fd16df07} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6714 2025.02.23 09:12:43.287169 [ 255 ] {8a571ff8-76a2-4152-b439-2905fd16df07} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6715 2025.02.23 09:12:43.287425 [ 255 ] {8a571ff8-76a2-4152-b439-2905fd16df07} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.00222 sec., 304954.9549549549 rows/sec., 24.24 MiB/sec.
6716 2025.02.23 09:12:43.287520 [ 255 ] {8a571ff8-76a2-4152-b439-2905fd16df07} <Debug> TCPHandler: Processed in 0.002591048 sec.
6717 2025.02.23 09:12:43.287757 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6718 2025.02.23 09:12:43.287917 [ 253 ] {41129d76-156d-4316-abed-d1f5481f254b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6719 2025.02.23 09:12:43.287974 [ 253 ] {41129d76-156d-4316-abed-d1f5481f254b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6720 2025.02.23 09:12:43.288619 [ 253 ] {41129d76-156d-4316-abed-d1f5481f254b} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6721 2025.02.23 09:12:43.288660 [ 253 ] {41129d76-156d-4316-abed-d1f5481f254b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6722 2025.02.23 09:12:43.289042 [ 253 ] {41129d76-156d-4316-abed-d1f5481f254b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6723 2025.02.23 09:12:43.289299 [ 253 ] {41129d76-156d-4316-abed-d1f5481f254b} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6724 2025.02.23 09:12:43.289489 [ 253 ] {41129d76-156d-4316-abed-d1f5481f254b} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001601 sec., 84946.908182386 rows/sec., 5.27 MiB/sec.
6725 2025.02.23 09:12:43.289543 [ 253 ] {41129d76-156d-4316-abed-d1f5481f254b} <Debug> TCPHandler: Processed in 0.001928156 sec.
6726 2025.02.23 09:12:43.289690 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6727 2025.02.23 09:12:43.289815 [ 255 ] {c2ba35b8-d0ca-4915-905f-6e3e65fc0df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6728 2025.02.23 09:12:43.289867 [ 255 ] {c2ba35b8-d0ca-4915-905f-6e3e65fc0df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6729 2025.02.23 09:12:43.290548 [ 255 ] {c2ba35b8-d0ca-4915-905f-6e3e65fc0df4} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6730 2025.02.23 09:12:43.290591 [ 255 ] {c2ba35b8-d0ca-4915-905f-6e3e65fc0df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6731 2025.02.23 09:12:43.290968 [ 255 ] {c2ba35b8-d0ca-4915-905f-6e3e65fc0df4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6732 2025.02.23 09:12:43.291215 [ 255 ] {c2ba35b8-d0ca-4915-905f-6e3e65fc0df4} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6733 2025.02.23 09:12:43.291433 [ 255 ] {c2ba35b8-d0ca-4915-905f-6e3e65fc0df4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001648 sec., 68567.96116504855 rows/sec., 4.44 MiB/sec.
6734 2025.02.23 09:12:43.291488 [ 255 ] {c2ba35b8-d0ca-4915-905f-6e3e65fc0df4} <Debug> TCPHandler: Processed in 0.001858484 sec.
6735 2025.02.23 09:12:43.291649 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6736 2025.02.23 09:12:43.291782 [ 253 ] {1be09173-cbaf-4f62-aa19-45ec452e064a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6737 2025.02.23 09:12:43.291842 [ 253 ] {1be09173-cbaf-4f62-aa19-45ec452e064a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6738 2025.02.23 09:12:43.292640 [ 253 ] {1be09173-cbaf-4f62-aa19-45ec452e064a} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6739 2025.02.23 09:12:43.292687 [ 253 ] {1be09173-cbaf-4f62-aa19-45ec452e064a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6740 2025.02.23 09:12:43.293062 [ 253 ] {1be09173-cbaf-4f62-aa19-45ec452e064a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6741 2025.02.23 09:12:43.293304 [ 253 ] {1be09173-cbaf-4f62-aa19-45ec452e064a} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6742 2025.02.23 09:12:43.293504 [ 253 ] {1be09173-cbaf-4f62-aa19-45ec452e064a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001753 sec., 63890.4734740445 rows/sec., 3.64 MiB/sec.
6743 2025.02.23 09:12:43.293682 [ 253 ] {1be09173-cbaf-4f62-aa19-45ec452e064a} <Debug> TCPHandler: Processed in 0.00208847 sec.
6744 2025.02.23 09:12:43.293876 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6745 2025.02.23 09:12:43.294011 [ 255 ] {a478b747-709b-4299-877f-eaf9af9255e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6746 2025.02.23 09:12:43.294069 [ 255 ] {a478b747-709b-4299-877f-eaf9af9255e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6747 2025.02.23 09:12:43.294879 [ 255 ] {a478b747-709b-4299-877f-eaf9af9255e7} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6748 2025.02.23 09:12:43.294919 [ 255 ] {a478b747-709b-4299-877f-eaf9af9255e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6749 2025.02.23 09:12:43.295313 [ 255 ] {a478b747-709b-4299-877f-eaf9af9255e7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6750 2025.02.23 09:12:43.295565 [ 255 ] {a478b747-709b-4299-877f-eaf9af9255e7} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6751 2025.02.23 09:12:43.295788 [ 255 ] {a478b747-709b-4299-877f-eaf9af9255e7} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001807 sec., 228002.2136137244 rows/sec., 16.21 MiB/sec.
6752 2025.02.23 09:12:43.295841 [ 255 ] {a478b747-709b-4299-877f-eaf9af9255e7} <Debug> TCPHandler: Processed in 0.002054398 sec.
6753 2025.02.23 09:12:43.295990 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6754 2025.02.23 09:12:43.296129 [ 253 ] {b4cd0931-82da-4ef1-a437-97ec88a7c077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6755 2025.02.23 09:12:43.296189 [ 253 ] {b4cd0931-82da-4ef1-a437-97ec88a7c077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6756 2025.02.23 09:12:43.296755 [ 253 ] {b4cd0931-82da-4ef1-a437-97ec88a7c077} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6757 2025.02.23 09:12:43.296792 [ 253 ] {b4cd0931-82da-4ef1-a437-97ec88a7c077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6758 2025.02.23 09:12:43.297161 [ 253 ] {b4cd0931-82da-4ef1-a437-97ec88a7c077} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6759 2025.02.23 09:12:43.297405 [ 253 ] {b4cd0931-82da-4ef1-a437-97ec88a7c077} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6760 2025.02.23 09:12:43.297582 [ 253 ] {b4cd0931-82da-4ef1-a437-97ec88a7c077} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 210.95 KiB/sec.
6761 2025.02.23 09:12:43.297634 [ 253 ] {b4cd0931-82da-4ef1-a437-97ec88a7c077} <Debug> TCPHandler: Processed in 0.001711343 sec.
6762 2025.02.23 09:12:43.297781 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6763 2025.02.23 09:12:43.297922 [ 255 ] {fda6466a-a6c4-4a94-acbe-088a520a4f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6764 2025.02.23 09:12:43.297984 [ 255 ] {fda6466a-a6c4-4a94-acbe-088a520a4f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6765 2025.02.23 09:12:43.298672 [ 255 ] {fda6466a-a6c4-4a94-acbe-088a520a4f7e} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6766 2025.02.23 09:12:43.298717 [ 255 ] {fda6466a-a6c4-4a94-acbe-088a520a4f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6767 2025.02.23 09:12:43.299132 [ 255 ] {fda6466a-a6c4-4a94-acbe-088a520a4f7e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6768 2025.02.23 09:12:43.299379 [ 255 ] {fda6466a-a6c4-4a94-acbe-088a520a4f7e} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6769 2025.02.23 09:12:43.299589 [ 255 ] {fda6466a-a6c4-4a94-acbe-088a520a4f7e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec.
6770 2025.02.23 09:12:43.299644 [ 255 ] {fda6466a-a6c4-4a94-acbe-088a520a4f7e} <Debug> TCPHandler: Processed in 0.001929456 sec.
6771 2025.02.23 09:12:43.299795 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6772 2025.02.23 09:12:43.299933 [ 253 ] {af3e5611-6c5a-4ca4-b1a8-186b0f1d1822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6773 2025.02.23 09:12:43.299993 [ 253 ] {af3e5611-6c5a-4ca4-b1a8-186b0f1d1822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6774 2025.02.23 09:12:43.300649 [ 253 ] {af3e5611-6c5a-4ca4-b1a8-186b0f1d1822} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6775 2025.02.23 09:12:43.300698 [ 253 ] {af3e5611-6c5a-4ca4-b1a8-186b0f1d1822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6776 2025.02.23 09:12:43.301083 [ 253 ] {af3e5611-6c5a-4ca4-b1a8-186b0f1d1822} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6777 2025.02.23 09:12:43.301323 [ 253 ] {af3e5611-6c5a-4ca4-b1a8-186b0f1d1822} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6778 2025.02.23 09:12:43.301507 [ 253 ] {af3e5611-6c5a-4ca4-b1a8-186b0f1d1822} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001603 sec., 623.8303181534623 rows/sec., 42.04 KiB/sec.
6779 2025.02.23 09:12:43.301561 [ 253 ] {af3e5611-6c5a-4ca4-b1a8-186b0f1d1822} <Debug> TCPHandler: Processed in 0.001833164 sec.
6780 2025.02.23 09:12:43.302828 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6781 2025.02.23 09:12:43.302964 [ 255 ] {4eef6265-4b21-4ea5-b40a-7ea4a24860fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6782 2025.02.23 09:12:43.303058 [ 255 ] {4eef6265-4b21-4ea5-b40a-7ea4a24860fb} <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
6783 2025.02.23 09:12:43.304413 [ 255 ] {4eef6265-4b21-4ea5-b40a-7ea4a24860fb} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6784 2025.02.23 09:12:43.304455 [ 255 ] {4eef6265-4b21-4ea5-b40a-7ea4a24860fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6785 2025.02.23 09:12:43.305122 [ 255 ] {4eef6265-4b21-4ea5-b40a-7ea4a24860fb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6786 2025.02.23 09:12:43.305393 [ 255 ] {4eef6265-4b21-4ea5-b40a-7ea4a24860fb} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6787 2025.02.23 09:12:43.305667 [ 255 ] {4eef6265-4b21-4ea5-b40a-7ea4a24860fb} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002725 sec., 11009.174311926605 rows/sec., 19.73 MiB/sec.
6788 2025.02.23 09:12:43.306205 [ 255 ] {4eef6265-4b21-4ea5-b40a-7ea4a24860fb} <Debug> TCPHandler: Processed in 0.003442105 sec.
6789 2025.02.23 09:12:43.306392 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6790 2025.02.23 09:12:43.306511 [ 253 ] {5365cc98-f05f-4254-a446-b7b06f9e0728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6791 2025.02.23 09:12:43.306562 [ 253 ] {5365cc98-f05f-4254-a446-b7b06f9e0728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6792 2025.02.23 09:12:43.307083 [ 253 ] {5365cc98-f05f-4254-a446-b7b06f9e0728} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6793 2025.02.23 09:12:43.307122 [ 253 ] {5365cc98-f05f-4254-a446-b7b06f9e0728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6794 2025.02.23 09:12:43.307509 [ 253 ] {5365cc98-f05f-4254-a446-b7b06f9e0728} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6795 2025.02.23 09:12:43.307754 [ 253 ] {5365cc98-f05f-4254-a446-b7b06f9e0728} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6796 2025.02.23 09:12:43.307935 [ 253 ] {5365cc98-f05f-4254-a446-b7b06f9e0728} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001448 sec., 56629.83425414364 rows/sec., 3.60 MiB/sec.
6797 2025.02.23 09:12:43.307986 [ 253 ] {5365cc98-f05f-4254-a446-b7b06f9e0728} <Debug> TCPHandler: Processed in 0.001669571 sec.
6798 2025.02.23 09:12:43.810824 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
6799 2025.02.23 09:12:43.832280 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6800 2025.02.23 09:12:43.832345 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6801 2025.02.23 09:12:43.840282 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6802 2025.02.23 09:12:43.841148 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6803 2025.02.23 09:12:43.845383 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
6804 2025.02.23 09:12:47.791165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 954
6805 2025.02.23 09:12:47.794418 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6806 2025.02.23 09:12:47.794474 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6807 2025.02.23 09:12:47.796026 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6808 2025.02.23 09:12:47.796348 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6809 2025.02.23 09:12:47.797037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 954
6810 2025.02.23 09:12:48.306407 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6811 2025.02.23 09:12:48.306609 [ 253 ] {b0f1ae02-075f-44df-82ca-ea72630778c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6812 2025.02.23 09:12:48.306686 [ 253 ] {b0f1ae02-075f-44df-82ca-ea72630778c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6813 2025.02.23 09:12:48.307458 [ 253 ] {b0f1ae02-075f-44df-82ca-ea72630778c5} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6814 2025.02.23 09:12:48.307510 [ 253 ] {b0f1ae02-075f-44df-82ca-ea72630778c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6815 2025.02.23 09:12:48.307947 [ 253 ] {b0f1ae02-075f-44df-82ca-ea72630778c5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
6816 2025.02.23 09:12:48.308206 [ 253 ] {b0f1ae02-075f-44df-82ca-ea72630778c5} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6817 2025.02.23 09:12:48.308554 [ 253 ] {b0f1ae02-075f-44df-82ca-ea72630778c5} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001972 sec., 6085.1926977687635 rows/sec., 496.20 KiB/sec.
6818 2025.02.23 09:12:48.308651 [ 253 ] {b0f1ae02-075f-44df-82ca-ea72630778c5} <Debug> TCPHandler: Processed in 0.002379494 sec.
6819 2025.02.23 09:12:48.308908 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6820 2025.02.23 09:12:48.309214 [ 255 ] {57e1cf6c-ba47-4be0-b68b-7f67795b88e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6821 2025.02.23 09:12:48.309330 [ 255 ] {57e1cf6c-ba47-4be0-b68b-7f67795b88e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6822 2025.02.23 09:12:48.310866 [ 255 ] {57e1cf6c-ba47-4be0-b68b-7f67795b88e9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6823 2025.02.23 09:12:48.310917 [ 255 ] {57e1cf6c-ba47-4be0-b68b-7f67795b88e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6824 2025.02.23 09:12:48.311445 [ 255 ] {57e1cf6c-ba47-4be0-b68b-7f67795b88e9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6825 2025.02.23 09:12:48.311711 [ 255 ] {57e1cf6c-ba47-4be0-b68b-7f67795b88e9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6826 2025.02.23 09:12:48.312008 [ 255 ] {57e1cf6c-ba47-4be0-b68b-7f67795b88e9} <Debug> executeQuery: Read 1220 rows, 103.13 KiB in 0.002873 sec., 424643.2300730943 rows/sec., 35.05 MiB/sec.
6827 2025.02.23 09:12:48.312126 [ 255 ] {57e1cf6c-ba47-4be0-b68b-7f67795b88e9} <Debug> TCPHandler: Processed in 0.003365663 sec.
6828 2025.02.23 09:12:48.312385 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6829 2025.02.23 09:12:48.312626 [ 253 ] {5641d8ee-6d3d-4b35-bca3-2fec4e452ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6830 2025.02.23 09:12:48.312723 [ 253 ] {5641d8ee-6d3d-4b35-bca3-2fec4e452ab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6831 2025.02.23 09:12:48.313507 [ 253 ] {5641d8ee-6d3d-4b35-bca3-2fec4e452ab1} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6832 2025.02.23 09:12:48.313548 [ 253 ] {5641d8ee-6d3d-4b35-bca3-2fec4e452ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6833 2025.02.23 09:12:48.313926 [ 253 ] {5641d8ee-6d3d-4b35-bca3-2fec4e452ab1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6834 2025.02.23 09:12:48.314172 [ 253 ] {5641d8ee-6d3d-4b35-bca3-2fec4e452ab1} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6835 2025.02.23 09:12:48.314363 [ 50 ] {} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6836 2025.02.23 09:12:48.314429 [ 253 ] {5641d8ee-6d3d-4b35-bca3-2fec4e452ab1} <Debug> executeQuery: Read 21 rows, 1.51 KiB in 0.001856 sec., 11314.655172413793 rows/sec., 816.08 KiB/sec.
6837 2025.02.23 09:12:48.314482 [ 50 ] {} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6838 2025.02.23 09:12:48.314554 [ 253 ] {5641d8ee-6d3d-4b35-bca3-2fec4e452ab1} <Debug> TCPHandler: Processed in 0.002290443 sec.
6839 2025.02.23 09:12:48.314565 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6840 2025.02.23 09:12:48.314780 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6841 2025.02.23 09:12:48.314790 [ 195 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
6842 2025.02.23 09:12:48.314992 [ 255 ] {5a89d7cb-7eb2-40d1-b38c-13f71a750ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6843 2025.02.23 09:12:48.315015 [ 195 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6844 2025.02.23 09:12:48.315087 [ 195 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 163 rows starting from the beginning of the part
6845 2025.02.23 09:12:48.315105 [ 255 ] {5a89d7cb-7eb2-40d1-b38c-13f71a750ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6846 2025.02.23 09:12:48.315577 [ 195 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 9 rows starting from the beginning of the part
6847 2025.02.23 09:12:48.315990 [ 195 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 136 rows starting from the beginning of the part
6848 2025.02.23 09:12:48.316261 [ 195 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 9 rows starting from the beginning of the part
6849 2025.02.23 09:12:48.316630 [ 195 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 136 rows starting from the beginning of the part
6850 2025.02.23 09:12:48.316851 [ 195 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 21 rows starting from the beginning of the part
6851 2025.02.23 09:12:48.317881 [ 255 ] {5a89d7cb-7eb2-40d1-b38c-13f71a750ce8} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6852 2025.02.23 09:12:48.317928 [ 255 ] {5a89d7cb-7eb2-40d1-b38c-13f71a750ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6853 2025.02.23 09:12:48.318582 [ 255 ] {5a89d7cb-7eb2-40d1-b38c-13f71a750ce8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6854 2025.02.23 09:12:48.318608 [ 195 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 5 columns (5 merged, 0 gathered) in 0.003903243 sec., 121437.48160183725 rows/sec., 8.15 MiB/sec.
6855 2025.02.23 09:12:48.318871 [ 201 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6856 2025.02.23 09:12:48.318970 [ 255 ] {5a89d7cb-7eb2-40d1-b38c-13f71a750ce8} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6857 2025.02.23 09:12:48.319450 [ 255 ] {5a89d7cb-7eb2-40d1-b38c-13f71a750ce8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004532 sec., 50308.91438658429 rows/sec., 3.41 MiB/sec.
6858 2025.02.23 09:12:48.319633 [ 255 ] {5a89d7cb-7eb2-40d1-b38c-13f71a750ce8} <Debug> TCPHandler: Processed in 0.004940222 sec.
6859 2025.02.23 09:12:48.319660 [ 201 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_41_8} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6860 2025.02.23 09:12:48.319797 [ 201 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_41_8} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6861 2025.02.23 09:12:48.319821 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6862 2025.02.23 09:12:48.319969 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
6863 2025.02.23 09:12:48.320046 [ 253 ] {6f5a7fd6-bfa2-4125-af0a-cadf6b4c67db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6864 2025.02.23 09:12:48.320111 [ 253 ] {6f5a7fd6-bfa2-4125-af0a-cadf6b4c67db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6865 2025.02.23 09:12:48.321031 [ 253 ] {6f5a7fd6-bfa2-4125-af0a-cadf6b4c67db} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6866 2025.02.23 09:12:48.321072 [ 253 ] {6f5a7fd6-bfa2-4125-af0a-cadf6b4c67db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6867 2025.02.23 09:12:48.321480 [ 253 ] {6f5a7fd6-bfa2-4125-af0a-cadf6b4c67db} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6868 2025.02.23 09:12:48.321734 [ 253 ] {6f5a7fd6-bfa2-4125-af0a-cadf6b4c67db} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6869 2025.02.23 09:12:48.321957 [ 253 ] {6f5a7fd6-bfa2-4125-af0a-cadf6b4c67db} <Debug> executeQuery: Read 541 rows, 41.10 KiB in 0.001963 sec., 275598.57361181866 rows/sec., 20.45 MiB/sec.
6870 2025.02.23 09:12:48.322015 [ 253 ] {6f5a7fd6-bfa2-4125-af0a-cadf6b4c67db} <Debug> TCPHandler: Processed in 0.002275133 sec.
6871 2025.02.23 09:12:48.322158 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6872 2025.02.23 09:12:48.322279 [ 255 ] {6c236690-f505-48f7-a100-879931101940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6873 2025.02.23 09:12:48.322334 [ 255 ] {6c236690-f505-48f7-a100-879931101940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6874 2025.02.23 09:12:48.323154 [ 255 ] {6c236690-f505-48f7-a100-879931101940} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6875 2025.02.23 09:12:48.323194 [ 255 ] {6c236690-f505-48f7-a100-879931101940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6876 2025.02.23 09:12:48.323658 [ 255 ] {6c236690-f505-48f7-a100-879931101940} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6877 2025.02.23 09:12:48.323901 [ 255 ] {6c236690-f505-48f7-a100-879931101940} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6878 2025.02.23 09:12:48.324137 [ 255 ] {6c236690-f505-48f7-a100-879931101940} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001885 sec., 470026.525198939 rows/sec., 31.63 MiB/sec.
6879 2025.02.23 09:12:48.324283 [ 255 ] {6c236690-f505-48f7-a100-879931101940} <Debug> TCPHandler: Processed in 0.002180351 sec.
6880 2025.02.23 09:12:48.324450 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6881 2025.02.23 09:12:48.324592 [ 253 ] {c6726ce9-1a49-4e11-b704-027b9ddf3d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6882 2025.02.23 09:12:48.324687 [ 253 ] {c6726ce9-1a49-4e11-b704-027b9ddf3d2c} <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
6883 2025.02.23 09:12:48.325878 [ 253 ] {c6726ce9-1a49-4e11-b704-027b9ddf3d2c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6884 2025.02.23 09:12:48.325920 [ 253 ] {c6726ce9-1a49-4e11-b704-027b9ddf3d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6885 2025.02.23 09:12:48.326598 [ 253 ] {c6726ce9-1a49-4e11-b704-027b9ddf3d2c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6886 2025.02.23 09:12:48.326959 [ 253 ] {c6726ce9-1a49-4e11-b704-027b9ddf3d2c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6887 2025.02.23 09:12:48.327236 [ 253 ] {c6726ce9-1a49-4e11-b704-027b9ddf3d2c} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002678 sec., 3360.716952949963 rows/sec., 6.02 MiB/sec.
6888 2025.02.23 09:12:48.327355 [ 253 ] {c6726ce9-1a49-4e11-b704-027b9ddf3d2c} <Debug> TCPHandler: Processed in 0.002972856 sec.
6889 2025.02.23 09:12:48.327567 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6890 2025.02.23 09:12:48.327789 [ 255 ] {fdbfa6c6-2ee9-4e2d-8d78-5d0343f9b3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6891 2025.02.23 09:12:48.327885 [ 255 ] {fdbfa6c6-2ee9-4e2d-8d78-5d0343f9b3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6892 2025.02.23 09:12:48.328411 [ 255 ] {fdbfa6c6-2ee9-4e2d-8d78-5d0343f9b3a0} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6893 2025.02.23 09:12:48.328453 [ 255 ] {fdbfa6c6-2ee9-4e2d-8d78-5d0343f9b3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6894 2025.02.23 09:12:48.328834 [ 255 ] {fdbfa6c6-2ee9-4e2d-8d78-5d0343f9b3a0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6895 2025.02.23 09:12:48.329081 [ 255 ] {fdbfa6c6-2ee9-4e2d-8d78-5d0343f9b3a0} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6896 2025.02.23 09:12:48.329321 [ 255 ] {fdbfa6c6-2ee9-4e2d-8d78-5d0343f9b3a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001587 sec., 37807.183364839315 rows/sec., 2.55 MiB/sec.
6897 2025.02.23 09:12:48.329376 [ 255 ] {fdbfa6c6-2ee9-4e2d-8d78-5d0343f9b3a0} <Debug> TCPHandler: Processed in 0.001917926 sec.
6898 2025.02.23 09:12:50.234007 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
6899 2025.02.23 09:12:50.234774 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6900 2025.02.23 09:12:50.234825 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6901 2025.02.23 09:12:50.235370 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6902 2025.02.23 09:12:50.235625 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6903 2025.02.23 09:12:50.235889 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
6904 2025.02.23 09:12:51.345512 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
6905 2025.02.23 09:12:51.367295 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6906 2025.02.23 09:12:51.367361 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6907 2025.02.23 09:12:51.375256 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6908 2025.02.23 09:12:51.376097 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6909 2025.02.23 09:12:51.379811 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
6910 2025.02.23 09:12:53.282769 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6911 2025.02.23 09:12:53.283038 [ 253 ] {cc2c7788-84df-4ebe-a6b2-23c00756692a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6912 2025.02.23 09:12:53.283134 [ 253 ] {cc2c7788-84df-4ebe-a6b2-23c00756692a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6913 2025.02.23 09:12:53.284008 [ 253 ] {cc2c7788-84df-4ebe-a6b2-23c00756692a} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6914 2025.02.23 09:12:53.284058 [ 253 ] {cc2c7788-84df-4ebe-a6b2-23c00756692a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6915 2025.02.23 09:12:53.284508 [ 253 ] {cc2c7788-84df-4ebe-a6b2-23c00756692a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6916 2025.02.23 09:12:53.284761 [ 253 ] {cc2c7788-84df-4ebe-a6b2-23c00756692a} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6917 2025.02.23 09:12:53.284987 [ 38 ] {} <Debug> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6918 2025.02.23 09:12:53.285045 [ 253 ] {cc2c7788-84df-4ebe-a6b2-23c00756692a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002077 sec., 102070.2936928262 rows/sec., 6.49 MiB/sec.
6919 2025.02.23 09:12:53.285118 [ 38 ] {} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6920 2025.02.23 09:12:53.285171 [ 253 ] {cc2c7788-84df-4ebe-a6b2-23c00756692a} <Debug> TCPHandler: Processed in 0.002565838 sec.
6921 2025.02.23 09:12:53.285194 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6922 2025.02.23 09:12:53.285409 [ 192 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
6923 2025.02.23 09:12:53.285502 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6924 2025.02.23 09:12:53.285564 [ 192 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6925 2025.02.23 09:12:53.285614 [ 192 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 212 rows starting from the beginning of the part
6926 2025.02.23 09:12:53.285828 [ 192 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part
6927 2025.02.23 09:12:53.285861 [ 255 ] {3389ec10-0dc8-42e3-a9f0-49fa8ec4fb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6928 2025.02.23 09:12:53.286096 [ 255 ] {3389ec10-0dc8-42e3-a9f0-49fa8ec4fb83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6929 2025.02.23 09:12:53.286120 [ 192 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part
6930 2025.02.23 09:12:53.286618 [ 192 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part
6931 2025.02.23 09:12:53.286982 [ 192 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part
6932 2025.02.23 09:12:53.289144 [ 255 ] {3389ec10-0dc8-42e3-a9f0-49fa8ec4fb83} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6933 2025.02.23 09:12:53.289249 [ 255 ] {3389ec10-0dc8-42e3-a9f0-49fa8ec4fb83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
6934 2025.02.23 09:12:53.289331 [ 192 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004014424 sec., 264047.843476424 rows/sec., 17.80 MiB/sec.
6935 2025.02.23 09:12:53.289516 [ 192 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6936 2025.02.23 09:12:53.290114 [ 192 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_21_5} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6937 2025.02.23 09:12:53.290180 [ 255 ] {3389ec10-0dc8-42e3-a9f0-49fa8ec4fb83} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6938 2025.02.23 09:12:53.290230 [ 192 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_21_5} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6939 2025.02.23 09:12:53.290350 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
6940 2025.02.23 09:12:53.290555 [ 255 ] {3389ec10-0dc8-42e3-a9f0-49fa8ec4fb83} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6941 2025.02.23 09:12:53.290854 [ 255 ] {3389ec10-0dc8-42e3-a9f0-49fa8ec4fb83} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.005142 sec., 131660.83236094905 rows/sec., 10.47 MiB/sec.
6942 2025.02.23 09:12:53.291008 [ 255 ] {3389ec10-0dc8-42e3-a9f0-49fa8ec4fb83} <Debug> TCPHandler: Processed in 0.005685666 sec.
6943 2025.02.23 09:12:53.291294 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6944 2025.02.23 09:12:53.291438 [ 253 ] {a8fff29e-032d-4012-9a8f-1012f85a2fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6945 2025.02.23 09:12:53.291501 [ 253 ] {a8fff29e-032d-4012-9a8f-1012f85a2fd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6946 2025.02.23 09:12:53.292225 [ 253 ] {a8fff29e-032d-4012-9a8f-1012f85a2fd5} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6947 2025.02.23 09:12:53.292267 [ 253 ] {a8fff29e-032d-4012-9a8f-1012f85a2fd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6948 2025.02.23 09:12:53.292643 [ 253 ] {a8fff29e-032d-4012-9a8f-1012f85a2fd5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6949 2025.02.23 09:12:53.292886 [ 253 ] {a8fff29e-032d-4012-9a8f-1012f85a2fd5} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6950 2025.02.23 09:12:53.293106 [ 253 ] {a8fff29e-032d-4012-9a8f-1012f85a2fd5} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001698 sec., 80094.2285041225 rows/sec., 4.97 MiB/sec.
6951 2025.02.23 09:12:53.293229 [ 253 ] {a8fff29e-032d-4012-9a8f-1012f85a2fd5} <Debug> TCPHandler: Processed in 0.002005028 sec.
6952 2025.02.23 09:12:53.293432 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6953 2025.02.23 09:12:53.293584 [ 255 ] {7bcf231f-5371-48c5-90c4-e726920f3da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6954 2025.02.23 09:12:53.293647 [ 255 ] {7bcf231f-5371-48c5-90c4-e726920f3da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6955 2025.02.23 09:12:53.294353 [ 255 ] {7bcf231f-5371-48c5-90c4-e726920f3da2} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6956 2025.02.23 09:12:53.294395 [ 255 ] {7bcf231f-5371-48c5-90c4-e726920f3da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6957 2025.02.23 09:12:53.294789 [ 255 ] {7bcf231f-5371-48c5-90c4-e726920f3da2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6958 2025.02.23 09:12:53.295025 [ 255 ] {7bcf231f-5371-48c5-90c4-e726920f3da2} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6959 2025.02.23 09:12:53.295293 [ 255 ] {7bcf231f-5371-48c5-90c4-e726920f3da2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001745 sec., 64756.44699140401 rows/sec., 4.19 MiB/sec.
6960 2025.02.23 09:12:53.295529 [ 255 ] {7bcf231f-5371-48c5-90c4-e726920f3da2} <Debug> TCPHandler: Processed in 0.00217288 sec.
6961 2025.02.23 09:12:53.295717 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6962 2025.02.23 09:12:53.295835 [ 253 ] {5289879d-099b-4310-9c9b-2fa6d293fab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6963 2025.02.23 09:12:53.295885 [ 253 ] {5289879d-099b-4310-9c9b-2fa6d293fab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6964 2025.02.23 09:12:53.296508 [ 253 ] {5289879d-099b-4310-9c9b-2fa6d293fab7} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6965 2025.02.23 09:12:53.296548 [ 253 ] {5289879d-099b-4310-9c9b-2fa6d293fab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6966 2025.02.23 09:12:53.296923 [ 253 ] {5289879d-099b-4310-9c9b-2fa6d293fab7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6967 2025.02.23 09:12:53.297164 [ 253 ] {5289879d-099b-4310-9c9b-2fa6d293fab7} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6968 2025.02.23 09:12:53.297341 [ 29 ] {} <Debug> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6969 2025.02.23 09:12:53.297402 [ 253 ] {5289879d-099b-4310-9c9b-2fa6d293fab7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001588 sec., 70528.96725440805 rows/sec., 4.02 MiB/sec.
6970 2025.02.23 09:12:53.297427 [ 29 ] {} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6971 2025.02.23 09:12:53.297496 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6972 2025.02.23 09:12:53.297521 [ 253 ] {5289879d-099b-4310-9c9b-2fa6d293fab7} <Debug> TCPHandler: Processed in 0.001860555 sec.
6973 2025.02.23 09:12:53.297682 [ 196 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
6974 2025.02.23 09:12:53.297732 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6975 2025.02.23 09:12:53.297900 [ 196 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6976 2025.02.23 09:12:53.297979 [ 255 ] {830be500-b333-4cd2-86dc-79953f640a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6977 2025.02.23 09:12:53.297980 [ 196 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 112 rows starting from the beginning of the part
6978 2025.02.23 09:12:53.298075 [ 255 ] {830be500-b333-4cd2-86dc-79953f640a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6979 2025.02.23 09:12:53.298301 [ 196 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part
6980 2025.02.23 09:12:53.298613 [ 196 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part
6981 2025.02.23 09:12:53.298925 [ 196 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part
6982 2025.02.23 09:12:53.299238 [ 196 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part
6983 2025.02.23 09:12:53.300981 [ 255 ] {830be500-b333-4cd2-86dc-79953f640a3f} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6984 2025.02.23 09:12:53.301056 [ 255 ] {830be500-b333-4cd2-86dc-79953f640a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
6985 2025.02.23 09:12:53.301668 [ 196 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004078427 sec., 137307.83951753948 rows/sec., 8.35 MiB/sec.
6986 2025.02.23 09:12:53.301856 [ 196 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6987 2025.02.23 09:12:53.301947 [ 255 ] {830be500-b333-4cd2-86dc-79953f640a3f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6988 2025.02.23 09:12:53.302332 [ 189 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_21_5} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6989 2025.02.23 09:12:53.302401 [ 255 ] {830be500-b333-4cd2-86dc-79953f640a3f} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6990 2025.02.23 09:12:53.302572 [ 189 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_21_5} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6991 2025.02.23 09:12:53.302792 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
6992 2025.02.23 09:12:53.302833 [ 255 ] {830be500-b333-4cd2-86dc-79953f640a3f} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.004904 sec., 84013.05057096247 rows/sec., 5.97 MiB/sec.
6993 2025.02.23 09:12:53.302909 [ 255 ] {830be500-b333-4cd2-86dc-79953f640a3f} <Debug> TCPHandler: Processed in 0.005279029 sec.
6994 2025.02.23 09:12:53.303078 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6995 2025.02.23 09:12:53.303218 [ 253 ] {993d5b44-4d30-4664-8c16-5dad0ba83462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6996 2025.02.23 09:12:53.303281 [ 253 ] {993d5b44-4d30-4664-8c16-5dad0ba83462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6997 2025.02.23 09:12:53.303873 [ 253 ] {993d5b44-4d30-4664-8c16-5dad0ba83462} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6998 2025.02.23 09:12:53.303922 [ 253 ] {993d5b44-4d30-4664-8c16-5dad0ba83462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
6999 2025.02.23 09:12:53.304322 [ 253 ] {993d5b44-4d30-4664-8c16-5dad0ba83462} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
7000 2025.02.23 09:12:53.304576 [ 253 ] {993d5b44-4d30-4664-8c16-5dad0ba83462} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7001 2025.02.23 09:12:53.304736 [ 29 ] {} <Debug> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
7002 2025.02.23 09:12:53.304801 [ 29 ] {} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7003 2025.02.23 09:12:53.304841 [ 253 ] {993d5b44-4d30-4664-8c16-5dad0ba83462} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001643 sec., 3651.8563603164944 rows/sec., 190.80 KiB/sec.
7004 2025.02.23 09:12:53.304848 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7005 2025.02.23 09:12:53.305022 [ 253 ] {993d5b44-4d30-4664-8c16-5dad0ba83462} <Debug> TCPHandler: Processed in 0.002006547 sec.
7006 2025.02.23 09:12:53.305306 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::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
7007 2025.02.23 09:12:53.305440 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7008 2025.02.23 09:12:53.305703 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7009 2025.02.23 09:12:53.305792 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part
7010 2025.02.23 09:12:53.305864 [ 255 ] {4eb867cc-01bb-4c7e-965d-35452e347ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7011 2025.02.23 09:12:53.306000 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
7012 2025.02.23 09:12:53.306135 [ 255 ] {4eb867cc-01bb-4c7e-965d-35452e347ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7013 2025.02.23 09:12:53.306337 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
7014 2025.02.23 09:12:53.306729 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
7015 2025.02.23 09:12:53.307164 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
7016 2025.02.23 09:12:53.307478 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
7017 2025.02.23 09:12:53.308676 [ 255 ] {4eb867cc-01bb-4c7e-965d-35452e347ee5} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7018 2025.02.23 09:12:53.308740 [ 255 ] {4eb867cc-01bb-4c7e-965d-35452e347ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7019 2025.02.23 09:12:53.309877 [ 255 ] {4eb867cc-01bb-4c7e-965d-35452e347ee5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7020 2025.02.23 09:12:53.309926 [ 191 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004946513 sec., 25472.48940819523 rows/sec., 1.30 MiB/sec.
7021 2025.02.23 09:12:53.310164 [ 197 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
7022 2025.02.23 09:12:53.310337 [ 255 ] {4eb867cc-01bb-4c7e-965d-35452e347ee5} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7023 2025.02.23 09:12:53.310858 [ 255 ] {4eb867cc-01bb-4c7e-965d-35452e347ee5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00505 sec., 46930.69306930693 rows/sec., 3.15 MiB/sec.
7024 2025.02.23 09:12:53.311069 [ 197 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_21_4} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7025 2025.02.23 09:12:53.311350 [ 255 ] {4eb867cc-01bb-4c7e-965d-35452e347ee5} <Debug> TCPHandler: Processed in 0.006200696 sec.
7026 2025.02.23 09:12:53.311420 [ 197 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_21_4} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
7027 2025.02.23 09:12:53.311727 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7028 2025.02.23 09:12:53.311763 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
7029 2025.02.23 09:12:53.311903 [ 253 ] {31698524-abb7-4206-84ac-d561210edb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7030 2025.02.23 09:12:53.311969 [ 253 ] {31698524-abb7-4206-84ac-d561210edb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7031 2025.02.23 09:12:53.312476 [ 253 ] {31698524-abb7-4206-84ac-d561210edb0e} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7032 2025.02.23 09:12:53.312517 [ 253 ] {31698524-abb7-4206-84ac-d561210edb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7033 2025.02.23 09:12:53.312899 [ 253 ] {31698524-abb7-4206-84ac-d561210edb0e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7034 2025.02.23 09:12:53.313136 [ 253 ] {31698524-abb7-4206-84ac-d561210edb0e} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7035 2025.02.23 09:12:53.313357 [ 253 ] {31698524-abb7-4206-84ac-d561210edb0e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001484 sec., 673.8544474393531 rows/sec., 45.41 KiB/sec.
7036 2025.02.23 09:12:53.313409 [ 253 ] {31698524-abb7-4206-84ac-d561210edb0e} <Debug> TCPHandler: Processed in 0.001909305 sec.
7037 2025.02.23 09:12:53.313586 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7038 2025.02.23 09:12:53.313716 [ 255 ] {0f62d4f3-9925-4461-ab2f-30e4c3ab82b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7039 2025.02.23 09:12:53.313810 [ 255 ] {0f62d4f3-9925-4461-ab2f-30e4c3ab82b8} <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
7040 2025.02.23 09:12:53.315008 [ 255 ] {0f62d4f3-9925-4461-ab2f-30e4c3ab82b8} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7041 2025.02.23 09:12:53.315049 [ 255 ] {0f62d4f3-9925-4461-ab2f-30e4c3ab82b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7042 2025.02.23 09:12:53.315709 [ 255 ] {0f62d4f3-9925-4461-ab2f-30e4c3ab82b8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7043 2025.02.23 09:12:53.315974 [ 255 ] {0f62d4f3-9925-4461-ab2f-30e4c3ab82b8} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7044 2025.02.23 09:12:53.316155 [ 29 ] {} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7045 2025.02.23 09:12:53.316225 [ 29 ] {} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7046 2025.02.23 09:12:53.316265 [ 255 ] {0f62d4f3-9925-4461-ab2f-30e4c3ab82b8} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002561 sec., 11714.174150722374 rows/sec., 20.99 MiB/sec.
7047 2025.02.23 09:12:53.316271 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB.
7048 2025.02.23 09:12:53.316625 [ 188 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
7049 2025.02.23 09:12:53.316649 [ 255 ] {0f62d4f3-9925-4461-ab2f-30e4c3ab82b8} <Debug> TCPHandler: Processed in 0.003133789 sec.
7050 2025.02.23 09:12:53.316874 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7051 2025.02.23 09:12:53.317058 [ 253 ] {19c08144-c9c5-4671-986c-e1a65a5d288f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7052 2025.02.23 09:12:53.317089 [ 188 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7053 2025.02.23 09:12:53.317133 [ 253 ] {19c08144-c9c5-4671-986c-e1a65a5d288f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7054 2025.02.23 09:12:53.317187 [ 188 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 742 rows starting from the beginning of the part
7055 2025.02.23 09:12:53.317841 [ 188 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part
7056 2025.02.23 09:12:53.318367 [ 188 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 9 rows starting from the beginning of the part
7057 2025.02.23 09:12:53.318922 [ 253 ] {19c08144-c9c5-4671-986c-e1a65a5d288f} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7058 2025.02.23 09:12:53.318942 [ 188 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part
7059 2025.02.23 09:12:53.318966 [ 253 ] {19c08144-c9c5-4671-986c-e1a65a5d288f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7060 2025.02.23 09:12:53.319531 [ 188 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part
7061 2025.02.23 09:12:53.320113 [ 188 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part
7062 2025.02.23 09:12:53.320173 [ 253 ] {19c08144-c9c5-4671-986c-e1a65a5d288f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7063 2025.02.23 09:12:53.320711 [ 253 ] {19c08144-c9c5-4671-986c-e1a65a5d288f} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7064 2025.02.23 09:12:53.321070 [ 253 ] {19c08144-c9c5-4671-986c-e1a65a5d288f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004058 sec., 20206.998521439134 rows/sec., 1.28 MiB/sec.
7065 2025.02.23 09:12:53.321145 [ 253 ] {19c08144-c9c5-4671-986c-e1a65a5d288f} <Debug> TCPHandler: Processed in 0.004374892 sec.
7066 2025.02.23 09:12:53.332755 [ 197 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 850 rows, containing 19 columns (19 merged, 0 gathered) in 0.016315816 sec., 52096.689494414495 rows/sec., 93.35 MiB/sec.
7067 2025.02.23 09:12:53.333824 [ 193 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7068 2025.02.23 09:12:53.334259 [ 193 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7069 2025.02.23 09:12:53.334344 [ 193 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7070 2025.02.23 09:12:53.334504 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB.
7071 2025.02.23 09:12:54.000253 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.14 MiB, peak 211.74 MiB, free memory in arenas 0.00 B, will set to 206.53 MiB (RSS), difference: 2.39 MiB
7072 2025.02.23 09:12:57.579066 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache
7073 2025.02.23 09:12:57.579143 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache
7074 2025.02.23 09:12:57.736086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
7075 2025.02.23 09:12:57.736755 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7076 2025.02.23 09:12:57.736811 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7077 2025.02.23 09:12:57.737361 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7078 2025.02.23 09:12:57.737701 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7079 2025.02.23 09:12:57.737954 [ 43 ] {} <Debug> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7080 2025.02.23 09:12:57.737994 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
7081 2025.02.23 09:12:57.738046 [ 43 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7082 2025.02.23 09:12:57.738077 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7083 2025.02.23 09:12:57.738323 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
7084 2025.02.23 09:12:57.738554 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7085 2025.02.23 09:12:57.738599 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part
7086 2025.02.23 09:12:57.738679 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part
7087 2025.02.23 09:12:57.738794 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part
7088 2025.02.23 09:12:57.738908 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part
7089 2025.02.23 09:12:57.738994 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part
7090 2025.02.23 09:12:57.739091 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part
7091 2025.02.23 09:12:57.741741 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003563597 sec., 4638852.260791554 rows/sec., 66.36 MiB/sec.
7092 2025.02.23 09:12:57.741872 [ 198 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7093 2025.02.23 09:12:57.742183 [ 198 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_36_7} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7094 2025.02.23 09:12:57.742273 [ 198 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_36_7} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7095 2025.02.23 09:12:57.742378 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
7096 2025.02.23 09:12:57.797335 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 992
7097 2025.02.23 09:12:57.800762 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7098 2025.02.23 09:12:57.800814 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7099 2025.02.23 09:12:57.802316 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7100 2025.02.23 09:12:57.802633 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7101 2025.02.23 09:12:57.802874 [ 43 ] {} <Debug> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7102 2025.02.23 09:12:57.802988 [ 43 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7103 2025.02.23 09:12:57.803052 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7104 2025.02.23 09:12:57.803539 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::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
7105 2025.02.23 09:12:57.805215 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 992
7106 2025.02.23 09:12:57.805549 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7107 2025.02.23 09:12:57.805739 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 816 rows starting from the beginning of the part
7108 2025.02.23 09:12:57.806434 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part
7109 2025.02.23 09:12:57.807042 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part
7110 2025.02.23 09:12:57.807666 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part
7111 2025.02.23 09:12:57.808297 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part
7112 2025.02.23 09:12:57.808928 [ 199 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 38 rows starting from the beginning of the part
7113 2025.02.23 09:12:57.817629 [ 197 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 992 rows, containing 72 columns (72 merged, 0 gathered) in 0.01444273 sec., 68685.07546703427 rows/sec., 56.10 MiB/sec.
7114 2025.02.23 09:12:57.819003 [ 186 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7115 2025.02.23 09:12:57.819804 [ 186 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_26_5} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7116 2025.02.23 09:12:57.819894 [ 186 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_26_5} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7117 2025.02.23 09:12:57.820232 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB.
7118 2025.02.23 09:12:58.276211 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7119 2025.02.23 09:12:58.276425 [ 253 ] {515ec3d3-0451-4fa4-a91f-ed20a64c7092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7120 2025.02.23 09:12:58.276510 [ 253 ] {515ec3d3-0451-4fa4-a91f-ed20a64c7092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7121 2025.02.23 09:12:58.277419 [ 253 ] {515ec3d3-0451-4fa4-a91f-ed20a64c7092} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7122 2025.02.23 09:12:58.277474 [ 253 ] {515ec3d3-0451-4fa4-a91f-ed20a64c7092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7123 2025.02.23 09:12:58.277930 [ 253 ] {515ec3d3-0451-4fa4-a91f-ed20a64c7092} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7124 2025.02.23 09:12:58.278191 [ 253 ] {515ec3d3-0451-4fa4-a91f-ed20a64c7092} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7125 2025.02.23 09:12:58.278447 [ 253 ] {515ec3d3-0451-4fa4-a91f-ed20a64c7092} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.002082 sec., 35542.747358309316 rows/sec., 2.87 MiB/sec.
7126 2025.02.23 09:12:58.278517 [ 253 ] {515ec3d3-0451-4fa4-a91f-ed20a64c7092} <Debug> TCPHandler: Processed in 0.002455086 sec.
7127 2025.02.23 09:12:58.278786 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7128 2025.02.23 09:12:58.278978 [ 255 ] {65376017-9dfa-478d-9846-de1bd8d12116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7129 2025.02.23 09:12:58.279053 [ 255 ] {65376017-9dfa-478d-9846-de1bd8d12116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7130 2025.02.23 09:12:58.279807 [ 255 ] {65376017-9dfa-478d-9846-de1bd8d12116} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7131 2025.02.23 09:12:58.279852 [ 255 ] {65376017-9dfa-478d-9846-de1bd8d12116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7132 2025.02.23 09:12:58.280296 [ 255 ] {65376017-9dfa-478d-9846-de1bd8d12116} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7133 2025.02.23 09:12:58.280556 [ 255 ] {65376017-9dfa-478d-9846-de1bd8d12116} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7134 2025.02.23 09:12:58.280762 [ 255 ] {65376017-9dfa-478d-9846-de1bd8d12116} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001836 sec., 4901.9607843137255 rows/sec., 368.60 KiB/sec.
7135 2025.02.23 09:12:58.280830 [ 255 ] {65376017-9dfa-478d-9846-de1bd8d12116} <Debug> TCPHandler: Processed in 0.002178391 sec.
7136 2025.02.23 09:12:58.281017 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7137 2025.02.23 09:12:58.281163 [ 253 ] {63c2a72f-5d25-46b5-adba-92356da4557f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7138 2025.02.23 09:12:58.281225 [ 253 ] {63c2a72f-5d25-46b5-adba-92356da4557f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7139 2025.02.23 09:12:58.281870 [ 253 ] {63c2a72f-5d25-46b5-adba-92356da4557f} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7140 2025.02.23 09:12:58.281912 [ 253 ] {63c2a72f-5d25-46b5-adba-92356da4557f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7141 2025.02.23 09:12:58.282295 [ 253 ] {63c2a72f-5d25-46b5-adba-92356da4557f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7142 2025.02.23 09:12:58.282537 [ 253 ] {63c2a72f-5d25-46b5-adba-92356da4557f} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7143 2025.02.23 09:12:58.282758 [ 253 ] {63c2a72f-5d25-46b5-adba-92356da4557f} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.00163 sec., 44785.276073619636 rows/sec., 3.50 MiB/sec.
7144 2025.02.23 09:12:58.282815 [ 253 ] {63c2a72f-5d25-46b5-adba-92356da4557f} <Debug> TCPHandler: Processed in 0.001868265 sec.
7145 2025.02.23 09:12:58.282967 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7146 2025.02.23 09:12:58.283091 [ 255 ] {db673027-afb7-4a25-9943-0d27d15f0eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7147 2025.02.23 09:12:58.283150 [ 255 ] {db673027-afb7-4a25-9943-0d27d15f0eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7148 2025.02.23 09:12:58.283748 [ 255 ] {db673027-afb7-4a25-9943-0d27d15f0eb5} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7149 2025.02.23 09:12:58.283787 [ 255 ] {db673027-afb7-4a25-9943-0d27d15f0eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7150 2025.02.23 09:12:58.284203 [ 255 ] {db673027-afb7-4a25-9943-0d27d15f0eb5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7151 2025.02.23 09:12:58.284447 [ 255 ] {db673027-afb7-4a25-9943-0d27d15f0eb5} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7152 2025.02.23 09:12:58.284635 [ 255 ] {db673027-afb7-4a25-9943-0d27d15f0eb5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec.
7153 2025.02.23 09:12:58.284694 [ 255 ] {db673027-afb7-4a25-9943-0d27d15f0eb5} <Debug> TCPHandler: Processed in 0.001785404 sec.
7154 2025.02.23 09:12:58.284891 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7155 2025.02.23 09:12:58.285094 [ 253 ] {3bc77195-94cf-4f85-9c4b-491facb30a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7156 2025.02.23 09:12:58.285226 [ 253 ] {3bc77195-94cf-4f85-9c4b-491facb30a5e} <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
7157 2025.02.23 09:12:58.286408 [ 253 ] {3bc77195-94cf-4f85-9c4b-491facb30a5e} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7158 2025.02.23 09:12:58.286450 [ 253 ] {3bc77195-94cf-4f85-9c4b-491facb30a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7159 2025.02.23 09:12:58.287079 [ 253 ] {3bc77195-94cf-4f85-9c4b-491facb30a5e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7160 2025.02.23 09:12:58.287360 [ 253 ] {3bc77195-94cf-4f85-9c4b-491facb30a5e} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7161 2025.02.23 09:12:58.287604 [ 253 ] {3bc77195-94cf-4f85-9c4b-491facb30a5e} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002562 sec., 3512.88056206089 rows/sec., 6.29 MiB/sec.
7162 2025.02.23 09:12:58.287711 [ 253 ] {3bc77195-94cf-4f85-9c4b-491facb30a5e} <Debug> TCPHandler: Processed in 0.002919244 sec.
7163 2025.02.23 09:12:58.287861 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7164 2025.02.23 09:12:58.288001 [ 255 ] {72d88710-fc20-43c5-a90d-66fde295efbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7165 2025.02.23 09:12:58.288063 [ 255 ] {72d88710-fc20-43c5-a90d-66fde295efbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7166 2025.02.23 09:12:58.288596 [ 255 ] {72d88710-fc20-43c5-a90d-66fde295efbb} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7167 2025.02.23 09:12:58.288633 [ 255 ] {72d88710-fc20-43c5-a90d-66fde295efbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7168 2025.02.23 09:12:58.289023 [ 255 ] {72d88710-fc20-43c5-a90d-66fde295efbb} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7169 2025.02.23 09:12:58.289305 [ 255 ] {72d88710-fc20-43c5-a90d-66fde295efbb} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7170 2025.02.23 09:12:58.289506 [ 255 ] {72d88710-fc20-43c5-a90d-66fde295efbb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec.
7171 2025.02.23 09:12:58.289596 [ 255 ] {72d88710-fc20-43c5-a90d-66fde295efbb} <Debug> TCPHandler: Processed in 0.001799134 sec.
7172 2025.02.23 09:12:58.879929 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
7173 2025.02.23 09:12:58.903470 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7174 2025.02.23 09:12:58.903529 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7175 2025.02.23 09:12:58.910724 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7176 2025.02.23 09:12:58.911536 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7177 2025.02.23 09:12:58.911964 [ 36 ] {} <Debug> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7178 2025.02.23 09:12:58.912133 [ 36 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7179 2025.02.23 09:12:58.912234 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7180 2025.02.23 09:12:58.912552 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
7181 2025.02.23 09:12:58.920542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
7182 2025.02.23 09:12:58.921794 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7183 2025.02.23 09:12:58.922689 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part
7184 2025.02.23 09:12:58.927379 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part
7185 2025.02.23 09:12:58.932112 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part
7186 2025.02.23 09:12:58.937209 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part
7187 2025.02.23 09:12:58.942705 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part
7188 2025.02.23 09:12:58.947313 [ 199 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part
7189 2025.02.23 09:12:59.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.74 MiB, peak 220.33 MiB, free memory in arenas 0.00 B, will set to 208.52 MiB (RSS), difference: -11.22 MiB
7190 2025.02.23 09:12:59.005058 [ 197 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.092666254 sec., 2935.2648699924785 rows/sec., 15.18 MiB/sec.
7191 2025.02.23 09:12:59.008388 [ 194 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7192 2025.02.23 09:12:59.011398 [ 194 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_36_7} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7193 2025.02.23 09:12:59.011533 [ 194 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_36_7} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7194 2025.02.23 09:12:59.014226 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
7195 2025.02.23 09:13:00.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.25 MiB, peak 220.33 MiB, free memory in arenas 0.00 B, will set to 208.52 MiB (RSS), difference: 11.27 MiB
7196 2025.02.23 09:13:03.283836 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7197 2025.02.23 09:13:03.284070 [ 253 ] {1ec1729e-70b3-4f09-b5af-af4f0b519ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7198 2025.02.23 09:13:03.284152 [ 253 ] {1ec1729e-70b3-4f09-b5af-af4f0b519ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7199 2025.02.23 09:13:03.285076 [ 253 ] {1ec1729e-70b3-4f09-b5af-af4f0b519ccf} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7200 2025.02.23 09:13:03.285124 [ 253 ] {1ec1729e-70b3-4f09-b5af-af4f0b519ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7201 2025.02.23 09:13:03.285577 [ 253 ] {1ec1729e-70b3-4f09-b5af-af4f0b519ccf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7202 2025.02.23 09:13:03.285833 [ 253 ] {1ec1729e-70b3-4f09-b5af-af4f0b519ccf} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7203 2025.02.23 09:13:03.286098 [ 253 ] {1ec1729e-70b3-4f09-b5af-af4f0b519ccf} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002089 sec., 101483.96361895643 rows/sec., 6.45 MiB/sec.
7204 2025.02.23 09:13:03.286163 [ 253 ] {1ec1729e-70b3-4f09-b5af-af4f0b519ccf} <Debug> TCPHandler: Processed in 0.002469206 sec.
7205 2025.02.23 09:13:03.286441 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7206 2025.02.23 09:13:03.286661 [ 255 ] {4dd4e8bc-2acb-4395-89e0-22688aabe22f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7207 2025.02.23 09:13:03.286744 [ 255 ] {4dd4e8bc-2acb-4395-89e0-22688aabe22f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7208 2025.02.23 09:13:03.287591 [ 255 ] {4dd4e8bc-2acb-4395-89e0-22688aabe22f} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7209 2025.02.23 09:13:03.287641 [ 255 ] {4dd4e8bc-2acb-4395-89e0-22688aabe22f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7210 2025.02.23 09:13:03.288082 [ 255 ] {4dd4e8bc-2acb-4395-89e0-22688aabe22f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
7211 2025.02.23 09:13:03.288338 [ 255 ] {4dd4e8bc-2acb-4395-89e0-22688aabe22f} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7212 2025.02.23 09:13:03.288653 [ 255 ] {4dd4e8bc-2acb-4395-89e0-22688aabe22f} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002027 sec., 2960.0394671928957 rows/sec., 241.37 KiB/sec.
7213 2025.02.23 09:13:03.288791 [ 255 ] {4dd4e8bc-2acb-4395-89e0-22688aabe22f} <Debug> TCPHandler: Processed in 0.002494977 sec.
7214 2025.02.23 09:13:03.288964 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7215 2025.02.23 09:13:03.289110 [ 253 ] {154eaadf-956e-4016-87b3-4b494bb8e1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7216 2025.02.23 09:13:03.289173 [ 253 ] {154eaadf-956e-4016-87b3-4b494bb8e1a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7217 2025.02.23 09:13:03.290197 [ 253 ] {154eaadf-956e-4016-87b3-4b494bb8e1a4} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7218 2025.02.23 09:13:03.290237 [ 253 ] {154eaadf-956e-4016-87b3-4b494bb8e1a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7219 2025.02.23 09:13:03.290667 [ 253 ] {154eaadf-956e-4016-87b3-4b494bb8e1a4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7220 2025.02.23 09:13:03.290910 [ 253 ] {154eaadf-956e-4016-87b3-4b494bb8e1a4} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7221 2025.02.23 09:13:03.291101 [ 33 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7222 2025.02.23 09:13:03.291169 [ 253 ] {154eaadf-956e-4016-87b3-4b494bb8e1a4} <Debug> executeQuery: Read 680 rows, 55.32 KiB in 0.002093 sec., 324892.4988055423 rows/sec., 25.81 MiB/sec.
7223 2025.02.23 09:13:03.291196 [ 33 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7224 2025.02.23 09:13:03.291261 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7225 2025.02.23 09:13:03.291294 [ 253 ] {154eaadf-956e-4016-87b3-4b494bb8e1a4} <Debug> TCPHandler: Processed in 0.002391514 sec.
7226 2025.02.23 09:13:03.291414 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7227 2025.02.23 09:13:03.291505 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7228 2025.02.23 09:13:03.291554 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7229 2025.02.23 09:13:03.291601 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1846 rows starting from the beginning of the part
7230 2025.02.23 09:13:03.291816 [ 255 ] {3eb8844a-d741-4008-90ba-846863bb4156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7231 2025.02.23 09:13:03.291855 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 677 rows starting from the beginning of the part
7232 2025.02.23 09:13:03.292008 [ 255 ] {3eb8844a-d741-4008-90ba-846863bb4156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7233 2025.02.23 09:13:03.292214 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1220 rows starting from the beginning of the part
7234 2025.02.23 09:13:03.292574 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 677 rows starting from the beginning of the part
7235 2025.02.23 09:13:03.293044 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 74 rows starting from the beginning of the part
7236 2025.02.23 09:13:03.293368 [ 200 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 680 rows starting from the beginning of the part
7237 2025.02.23 09:13:03.294890 [ 255 ] {3eb8844a-d741-4008-90ba-846863bb4156} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7238 2025.02.23 09:13:03.294959 [ 255 ] {3eb8844a-d741-4008-90ba-846863bb4156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7239 2025.02.23 09:13:03.296034 [ 255 ] {3eb8844a-d741-4008-90ba-846863bb4156} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7240 2025.02.23 09:13:03.296357 [ 255 ] {3eb8844a-d741-4008-90ba-846863bb4156} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7241 2025.02.23 09:13:03.296661 [ 255 ] {3eb8844a-d741-4008-90ba-846863bb4156} <Debug> executeQuery: Read 142 rows, 9.06 KiB in 0.004984 sec., 28491.171749598718 rows/sec., 1.78 MiB/sec.
7242 2025.02.23 09:13:03.296963 [ 255 ] {3eb8844a-d741-4008-90ba-846863bb4156} <Debug> TCPHandler: Processed in 0.005535673 sec.
7243 2025.02.23 09:13:03.297231 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7244 2025.02.23 09:13:03.297442 [ 253 ] {55c59d84-8cc0-40f6-85d9-bd0baeae7422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7245 2025.02.23 09:13:03.297527 [ 253 ] {55c59d84-8cc0-40f6-85d9-bd0baeae7422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7246 2025.02.23 09:13:03.297561 [ 197 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5174 rows, containing 5 columns (5 merged, 0 gathered) in 0.006209927 sec., 833182.0969876136 rows/sec., 70.64 MiB/sec.
7247 2025.02.23 09:13:03.297955 [ 197 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7248 2025.02.23 09:13:03.298588 [ 197 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_51_10} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7249 2025.02.23 09:13:03.298808 [ 253 ] {55c59d84-8cc0-40f6-85d9-bd0baeae7422} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7250 2025.02.23 09:13:03.298809 [ 197 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_51_10} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7251 2025.02.23 09:13:03.298877 [ 253 ] {55c59d84-8cc0-40f6-85d9-bd0baeae7422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7252 2025.02.23 09:13:03.299026 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB.
7253 2025.02.23 09:13:03.299377 [ 253 ] {55c59d84-8cc0-40f6-85d9-bd0baeae7422} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7254 2025.02.23 09:13:03.299630 [ 253 ] {55c59d84-8cc0-40f6-85d9-bd0baeae7422} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7255 2025.02.23 09:13:03.299816 [ 33 ] {} <Debug> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7256 2025.02.23 09:13:03.299875 [ 33 ] {} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7257 2025.02.23 09:13:03.299907 [ 253 ] {55c59d84-8cc0-40f6-85d9-bd0baeae7422} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002528 sec., 44699.3670886076 rows/sec., 2.89 MiB/sec.
7258 2025.02.23 09:13:03.299917 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7259 2025.02.23 09:13:03.300093 [ 253 ] {55c59d84-8cc0-40f6-85d9-bd0baeae7422} <Debug> TCPHandler: Processed in 0.002993386 sec.
7260 2025.02.23 09:13:03.300138 [ 200 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::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
7261 2025.02.23 09:13:03.300236 [ 200 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7262 2025.02.23 09:13:03.300265 [ 200 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 342 rows starting from the beginning of the part
7263 2025.02.23 09:13:03.300429 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7264 2025.02.23 09:13:03.300436 [ 200 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 113 rows starting from the beginning of the part
7265 2025.02.23 09:13:03.300730 [ 200 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part
7266 2025.02.23 09:13:03.300802 [ 255 ] {3abd942e-c820-47d1-9747-814d8db5bf89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7267 2025.02.23 09:13:03.300976 [ 255 ] {3abd942e-c820-47d1-9747-814d8db5bf89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7268 2025.02.23 09:13:03.300999 [ 200 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 228 rows starting from the beginning of the part
7269 2025.02.23 09:13:03.301360 [ 200 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 113 rows starting from the beginning of the part
7270 2025.02.23 09:13:03.301669 [ 200 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 113 rows starting from the beginning of the part
7271 2025.02.23 09:13:03.303570 [ 255 ] {3abd942e-c820-47d1-9747-814d8db5bf89} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7272 2025.02.23 09:13:03.303647 [ 255 ] {3abd942e-c820-47d1-9747-814d8db5bf89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7273 2025.02.23 09:13:03.304620 [ 255 ] {3abd942e-c820-47d1-9747-814d8db5bf89} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7274 2025.02.23 09:13:03.304680 [ 195 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.004648437 sec., 219858.8471780945 rows/sec., 15.36 MiB/sec.
7275 2025.02.23 09:13:03.304926 [ 201 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7276 2025.02.23 09:13:03.304988 [ 255 ] {3abd942e-c820-47d1-9747-814d8db5bf89} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7277 2025.02.23 09:13:03.305417 [ 255 ] {3abd942e-c820-47d1-9747-814d8db5bf89} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004736 sec., 23648.64864864865 rows/sec., 1.35 MiB/sec.
7278 2025.02.23 09:13:03.305607 [ 255 ] {3abd942e-c820-47d1-9747-814d8db5bf89} <Debug> TCPHandler: Processed in 0.005308279 sec.
7279 2025.02.23 09:13:03.305614 [ 201 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_31_6} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7280 2025.02.23 09:13:03.305784 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7281 2025.02.23 09:13:03.305805 [ 201 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_31_6} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7282 2025.02.23 09:13:03.305978 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
7283 2025.02.23 09:13:03.306007 [ 253 ] {1f7c96e8-95a5-41eb-99bf-640460017467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7284 2025.02.23 09:13:03.306075 [ 253 ] {1f7c96e8-95a5-41eb-99bf-640460017467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7285 2025.02.23 09:13:03.306978 [ 253 ] {1f7c96e8-95a5-41eb-99bf-640460017467} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7286 2025.02.23 09:13:03.307018 [ 253 ] {1f7c96e8-95a5-41eb-99bf-640460017467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7287 2025.02.23 09:13:03.307419 [ 253 ] {1f7c96e8-95a5-41eb-99bf-640460017467} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7288 2025.02.23 09:13:03.307662 [ 253 ] {1f7c96e8-95a5-41eb-99bf-640460017467} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7289 2025.02.23 09:13:03.307854 [ 33 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7290 2025.02.23 09:13:03.307923 [ 33 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7291 2025.02.23 09:13:03.307930 [ 253 ] {1f7c96e8-95a5-41eb-99bf-640460017467} <Debug> executeQuery: Read 418 rows, 30.48 KiB in 0.001967 sec., 212506.3548551093 rows/sec., 15.13 MiB/sec.
7292 2025.02.23 09:13:03.307961 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7293 2025.02.23 09:13:03.308080 [ 253 ] {1f7c96e8-95a5-41eb-99bf-640460017467} <Debug> TCPHandler: Processed in 0.002378914 sec.
7294 2025.02.23 09:13:03.308411 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7295 2025.02.23 09:13:03.308505 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7296 2025.02.23 09:13:03.308878 [ 255 ] {85917687-9cf8-469d-8c0b-fc2e636d9fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7297 2025.02.23 09:13:03.309104 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7298 2025.02.23 09:13:03.309106 [ 255 ] {85917687-9cf8-469d-8c0b-fc2e636d9fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7299 2025.02.23 09:13:03.309210 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part
7300 2025.02.23 09:13:03.309519 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 412 rows starting from the beginning of the part
7301 2025.02.23 09:13:03.309963 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 541 rows starting from the beginning of the part
7302 2025.02.23 09:13:03.310334 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 412 rows starting from the beginning of the part
7303 2025.02.23 09:13:03.310642 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 73 rows starting from the beginning of the part
7304 2025.02.23 09:13:03.310871 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 418 rows starting from the beginning of the part
7305 2025.02.23 09:13:03.311639 [ 255 ] {85917687-9cf8-469d-8c0b-fc2e636d9fbf} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7306 2025.02.23 09:13:03.311687 [ 255 ] {85917687-9cf8-469d-8c0b-fc2e636d9fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7307 2025.02.23 09:13:03.312210 [ 255 ] {85917687-9cf8-469d-8c0b-fc2e636d9fbf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
7308 2025.02.23 09:13:03.312535 [ 255 ] {85917687-9cf8-469d-8c0b-fc2e636d9fbf} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7309 2025.02.23 09:13:03.312830 [ 255 ] {85917687-9cf8-469d-8c0b-fc2e636d9fbf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004131 sec., 1452.4328249818445 rows/sec., 75.88 KiB/sec.
7310 2025.02.23 09:13:03.313178 [ 255 ] {85917687-9cf8-469d-8c0b-fc2e636d9fbf} <Debug> TCPHandler: Processed in 0.004949303 sec.
7311 2025.02.23 09:13:03.313505 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7312 2025.02.23 09:13:03.313772 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005676466 sec., 487803.50309505954 rows/sec., 37.18 MiB/sec.
7313 2025.02.23 09:13:03.313786 [ 253 ] {0ebe22e6-b339-4fc1-9cd2-df630c54305c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7314 2025.02.23 09:13:03.313874 [ 253 ] {0ebe22e6-b339-4fc1-9cd2-df630c54305c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7315 2025.02.23 09:13:03.313987 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7316 2025.02.23 09:13:03.314504 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_51_10} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7317 2025.02.23 09:13:03.314697 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_51_10} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7318 2025.02.23 09:13:03.314842 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
7319 2025.02.23 09:13:03.315028 [ 253 ] {0ebe22e6-b339-4fc1-9cd2-df630c54305c} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7320 2025.02.23 09:13:03.315072 [ 253 ] {0ebe22e6-b339-4fc1-9cd2-df630c54305c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7321 2025.02.23 09:13:03.315499 [ 253 ] {0ebe22e6-b339-4fc1-9cd2-df630c54305c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7322 2025.02.23 09:13:03.315758 [ 253 ] {0ebe22e6-b339-4fc1-9cd2-df630c54305c} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7323 2025.02.23 09:13:03.315933 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7324 2025.02.23 09:13:03.315998 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7325 2025.02.23 09:13:03.316012 [ 253 ] {0ebe22e6-b339-4fc1-9cd2-df630c54305c} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.002266 sec., 105913.5039717564 rows/sec., 7.10 MiB/sec.
7326 2025.02.23 09:13:03.316041 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7327 2025.02.23 09:13:03.316186 [ 253 ] {0ebe22e6-b339-4fc1-9cd2-df630c54305c} <Debug> TCPHandler: Processed in 0.002877194 sec.
7328 2025.02.23 09:13:03.316282 [ 201 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7329 2025.02.23 09:13:03.316392 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7330 2025.02.23 09:13:03.316467 [ 201 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7331 2025.02.23 09:13:03.316543 [ 201 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14711 rows starting from the beginning of the part
7332 2025.02.23 09:13:03.316612 [ 255 ] {ede55195-6cd5-405a-806e-32c711489ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7333 2025.02.23 09:13:03.316795 [ 201 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part
7334 2025.02.23 09:13:03.316805 [ 255 ] {ede55195-6cd5-405a-806e-32c711489ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7335 2025.02.23 09:13:03.317255 [ 201 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 886 rows starting from the beginning of the part
7336 2025.02.23 09:13:03.317599 [ 201 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part
7337 2025.02.23 09:13:03.318011 [ 201 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part
7338 2025.02.23 09:13:03.318336 [ 201 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 240 rows starting from the beginning of the part
7339 2025.02.23 09:13:03.319218 [ 255 ] {ede55195-6cd5-405a-806e-32c711489ef1} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7340 2025.02.23 09:13:03.319287 [ 255 ] {ede55195-6cd5-405a-806e-32c711489ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7341 2025.02.23 09:13:03.319880 [ 255 ] {ede55195-6cd5-405a-806e-32c711489ef1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7342 2025.02.23 09:13:03.320225 [ 255 ] {ede55195-6cd5-405a-806e-32c711489ef1} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7343 2025.02.23 09:13:03.320655 [ 255 ] {ede55195-6cd5-405a-806e-32c711489ef1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004085 sec., 244.79804161566707 rows/sec., 16.50 KiB/sec.
7344 2025.02.23 09:13:03.320852 [ 255 ] {ede55195-6cd5-405a-806e-32c711489ef1} <Debug> TCPHandler: Processed in 0.004528475 sec.
7345 2025.02.23 09:13:03.321060 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7346 2025.02.23 09:13:03.321309 [ 253 ] {74dee0ba-e12e-4d66-886c-81129391bd9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7347 2025.02.23 09:13:03.321550 [ 253 ] {74dee0ba-e12e-4d66-886c-81129391bd9c} <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
7348 2025.02.23 09:13:03.323221 [ 253 ] {74dee0ba-e12e-4d66-886c-81129391bd9c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7349 2025.02.23 09:13:03.323263 [ 253 ] {74dee0ba-e12e-4d66-886c-81129391bd9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7350 2025.02.23 09:13:03.324338 [ 253 ] {74dee0ba-e12e-4d66-886c-81129391bd9c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7351 2025.02.23 09:13:03.324643 [ 253 ] {74dee0ba-e12e-4d66-886c-81129391bd9c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7352 2025.02.23 09:13:03.324917 [ 253 ] {74dee0ba-e12e-4d66-886c-81129391bd9c} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003698 sec., 8112.493239588967 rows/sec., 14.54 MiB/sec.
7353 2025.02.23 09:13:03.325749 [ 253 ] {74dee0ba-e12e-4d66-886c-81129391bd9c} <Debug> TCPHandler: Processed in 0.00478245 sec.
7354 2025.02.23 09:13:03.325793 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16471 rows, containing 5 columns (5 merged, 0 gathered) in 0.00962775 sec., 1710783.9318636234 rows/sec., 115.73 MiB/sec.
7355 2025.02.23 09:13:03.325984 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7356 2025.02.23 09:13:03.326077 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7357 2025.02.23 09:13:03.326145 [ 255 ] {772e7eaa-e6b9-4e2e-aa97-4e4c3a8f6cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7358 2025.02.23 09:13:03.326216 [ 255 ] {772e7eaa-e6b9-4e2e-aa97-4e4c3a8f6cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7359 2025.02.23 09:13:03.326495 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7360 2025.02.23 09:13:03.326618 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7361 2025.02.23 09:13:03.326746 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB.
7362 2025.02.23 09:13:03.326910 [ 255 ] {772e7eaa-e6b9-4e2e-aa97-4e4c3a8f6cb3} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7363 2025.02.23 09:13:03.326950 [ 255 ] {772e7eaa-e6b9-4e2e-aa97-4e4c3a8f6cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7364 2025.02.23 09:13:03.327331 [ 255 ] {772e7eaa-e6b9-4e2e-aa97-4e4c3a8f6cb3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7365 2025.02.23 09:13:03.327582 [ 255 ] {772e7eaa-e6b9-4e2e-aa97-4e4c3a8f6cb3} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7366 2025.02.23 09:13:03.327761 [ 33 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7367 2025.02.23 09:13:03.327820 [ 33 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7368 2025.02.23 09:13:03.327836 [ 255 ] {772e7eaa-e6b9-4e2e-aa97-4e4c3a8f6cb3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001727 sec., 47481.18123914302 rows/sec., 3.02 MiB/sec.
7369 2025.02.23 09:13:03.327859 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7370 2025.02.23 09:13:03.328025 [ 255 ] {772e7eaa-e6b9-4e2e-aa97-4e4c3a8f6cb3} <Debug> TCPHandler: Processed in 0.00213738 sec.
7371 2025.02.23 09:13:03.328081 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
7372 2025.02.23 09:13:03.328216 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7373 2025.02.23 09:13:03.328247 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3148 rows starting from the beginning of the part
7374 2025.02.23 09:13:03.328331 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part
7375 2025.02.23 09:13:03.328550 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part
7376 2025.02.23 09:13:03.328682 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part
7377 2025.02.23 09:13:03.328867 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part
7378 2025.02.23 09:13:03.329015 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part
7379 2025.02.23 09:13:03.330495 [ 196 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3514 rows, containing 4 columns (4 merged, 0 gathered) in 0.002525647 sec., 1391326.6580800882 rows/sec., 91.06 MiB/sec.
7380 2025.02.23 09:13:03.330855 [ 196 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7381 2025.02.23 09:13:03.331202 [ 196 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_51_10} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7382 2025.02.23 09:13:03.331309 [ 196 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_51_10} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7383 2025.02.23 09:13:03.331416 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB.
7384 2025.02.23 09:13:05.238189 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
7385 2025.02.23 09:13:05.238908 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7386 2025.02.23 09:13:05.238960 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7387 2025.02.23 09:13:05.239509 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7388 2025.02.23 09:13:05.239790 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7389 2025.02.23 09:13:05.240046 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
7390 2025.02.23 09:13:06.420668 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7391 2025.02.23 09:13:06.440221 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7392 2025.02.23 09:13:06.440281 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7393 2025.02.23 09:13:06.447149 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7394 2025.02.23 09:13:06.447902 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7395 2025.02.23 09:13:06.450649 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7396 2025.02.23 09:13:07.805533 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1028
7397 2025.02.23 09:13:07.808738 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7398 2025.02.23 09:13:07.808787 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7399 2025.02.23 09:13:07.810262 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7400 2025.02.23 09:13:07.810571 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7401 2025.02.23 09:13:07.811102 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1028
7402 2025.02.23 09:13:08.276223 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7403 2025.02.23 09:13:08.276444 [ 253 ] {703bfe92-9269-4bd8-96f6-4c7e3640ade4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7404 2025.02.23 09:13:08.276526 [ 253 ] {703bfe92-9269-4bd8-96f6-4c7e3640ade4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7405 2025.02.23 09:13:08.277362 [ 253 ] {703bfe92-9269-4bd8-96f6-4c7e3640ade4} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7406 2025.02.23 09:13:08.277410 [ 253 ] {703bfe92-9269-4bd8-96f6-4c7e3640ade4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7407 2025.02.23 09:13:08.277863 [ 253 ] {703bfe92-9269-4bd8-96f6-4c7e3640ade4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7408 2025.02.23 09:13:08.278120 [ 253 ] {703bfe92-9269-4bd8-96f6-4c7e3640ade4} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7409 2025.02.23 09:13:08.278364 [ 253 ] {703bfe92-9269-4bd8-96f6-4c7e3640ade4} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.00198 sec., 37373.73737373737 rows/sec., 3.02 MiB/sec.
7410 2025.02.23 09:13:08.278422 [ 253 ] {703bfe92-9269-4bd8-96f6-4c7e3640ade4} <Debug> TCPHandler: Processed in 0.002341854 sec.
7411 2025.02.23 09:13:08.278686 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7412 2025.02.23 09:13:08.278879 [ 255 ] {6c25a94a-6f51-47d0-b2c3-220abf7235f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7413 2025.02.23 09:13:08.278955 [ 255 ] {6c25a94a-6f51-47d0-b2c3-220abf7235f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7414 2025.02.23 09:13:08.279697 [ 255 ] {6c25a94a-6f51-47d0-b2c3-220abf7235f7} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7415 2025.02.23 09:13:08.279746 [ 255 ] {6c25a94a-6f51-47d0-b2c3-220abf7235f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7416 2025.02.23 09:13:08.280196 [ 255 ] {6c25a94a-6f51-47d0-b2c3-220abf7235f7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7417 2025.02.23 09:13:08.280474 [ 255 ] {6c25a94a-6f51-47d0-b2c3-220abf7235f7} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7418 2025.02.23 09:13:08.280724 [ 255 ] {6c25a94a-6f51-47d0-b2c3-220abf7235f7} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001899 sec., 4739.336492890995 rows/sec., 356.38 KiB/sec.
7419 2025.02.23 09:13:08.280795 [ 255 ] {6c25a94a-6f51-47d0-b2c3-220abf7235f7} <Debug> TCPHandler: Processed in 0.002242492 sec.
7420 2025.02.23 09:13:08.280962 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7421 2025.02.23 09:13:08.281105 [ 253 ] {3d1862b3-58f8-4be6-9204-cbdc6f413fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7422 2025.02.23 09:13:08.281163 [ 253 ] {3d1862b3-58f8-4be6-9204-cbdc6f413fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7423 2025.02.23 09:13:08.281841 [ 253 ] {3d1862b3-58f8-4be6-9204-cbdc6f413fba} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7424 2025.02.23 09:13:08.281882 [ 253 ] {3d1862b3-58f8-4be6-9204-cbdc6f413fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7425 2025.02.23 09:13:08.282254 [ 253 ] {3d1862b3-58f8-4be6-9204-cbdc6f413fba} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7426 2025.02.23 09:13:08.282506 [ 253 ] {3d1862b3-58f8-4be6-9204-cbdc6f413fba} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7427 2025.02.23 09:13:08.282722 [ 253 ] {3d1862b3-58f8-4be6-9204-cbdc6f413fba} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001651 sec., 44215.62689279225 rows/sec., 3.45 MiB/sec.
7428 2025.02.23 09:13:08.282777 [ 253 ] {3d1862b3-58f8-4be6-9204-cbdc6f413fba} <Debug> TCPHandler: Processed in 0.001882575 sec.
7429 2025.02.23 09:13:08.282950 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7430 2025.02.23 09:13:08.283097 [ 255 ] {d7f2856f-9631-4d01-9734-34c08c58c83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7431 2025.02.23 09:13:08.283165 [ 255 ] {d7f2856f-9631-4d01-9734-34c08c58c83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7432 2025.02.23 09:13:08.283850 [ 255 ] {d7f2856f-9631-4d01-9734-34c08c58c83c} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7433 2025.02.23 09:13:08.283892 [ 255 ] {d7f2856f-9631-4d01-9734-34c08c58c83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7434 2025.02.23 09:13:08.284316 [ 255 ] {d7f2856f-9631-4d01-9734-34c08c58c83c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7435 2025.02.23 09:13:08.284562 [ 255 ] {d7f2856f-9631-4d01-9734-34c08c58c83c} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7436 2025.02.23 09:13:08.284795 [ 255 ] {d7f2856f-9631-4d01-9734-34c08c58c83c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001731 sec., 92432.12016175622 rows/sec., 6.44 MiB/sec.
7437 2025.02.23 09:13:08.284874 [ 255 ] {d7f2856f-9631-4d01-9734-34c08c58c83c} <Debug> TCPHandler: Processed in 0.001991437 sec.
7438 2025.02.23 09:13:08.285077 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7439 2025.02.23 09:13:08.285195 [ 253 ] {97b042e2-fa61-4f36-9150-f2eb686a9d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7440 2025.02.23 09:13:08.285277 [ 253 ] {97b042e2-fa61-4f36-9150-f2eb686a9d3c} <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
7441 2025.02.23 09:13:08.286455 [ 253 ] {97b042e2-fa61-4f36-9150-f2eb686a9d3c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7442 2025.02.23 09:13:08.286496 [ 253 ] {97b042e2-fa61-4f36-9150-f2eb686a9d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7443 2025.02.23 09:13:08.287156 [ 253 ] {97b042e2-fa61-4f36-9150-f2eb686a9d3c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7444 2025.02.23 09:13:08.287425 [ 253 ] {97b042e2-fa61-4f36-9150-f2eb686a9d3c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7445 2025.02.23 09:13:08.287733 [ 253 ] {97b042e2-fa61-4f36-9150-f2eb686a9d3c} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002553 sec., 3525.2643948296122 rows/sec., 6.32 MiB/sec.
7446 2025.02.23 09:13:08.288189 [ 253 ] {97b042e2-fa61-4f36-9150-f2eb686a9d3c} <Debug> TCPHandler: Processed in 0.003184889 sec.
7447 2025.02.23 09:13:08.288444 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7448 2025.02.23 09:13:08.288592 [ 255 ] {7b341fcd-68c4-49bc-8685-0175419f921a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7449 2025.02.23 09:13:08.288656 [ 255 ] {7b341fcd-68c4-49bc-8685-0175419f921a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7450 2025.02.23 09:13:08.289177 [ 255 ] {7b341fcd-68c4-49bc-8685-0175419f921a} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7451 2025.02.23 09:13:08.289218 [ 255 ] {7b341fcd-68c4-49bc-8685-0175419f921a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7452 2025.02.23 09:13:08.289610 [ 255 ] {7b341fcd-68c4-49bc-8685-0175419f921a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7453 2025.02.23 09:13:08.289861 [ 255 ] {7b341fcd-68c4-49bc-8685-0175419f921a} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7454 2025.02.23 09:13:08.290079 [ 255 ] {7b341fcd-68c4-49bc-8685-0175419f921a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00152 sec., 39473.68421052631 rows/sec., 2.66 MiB/sec.
7455 2025.02.23 09:13:08.290134 [ 255 ] {7b341fcd-68c4-49bc-8685-0175419f921a} <Debug> TCPHandler: Processed in 0.001820744 sec.
7456 2025.02.23 09:13:12.579187 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache
7457 2025.02.23 09:13:12.579254 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache
7458 2025.02.23 09:13:12.740267 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446
7459 2025.02.23 09:13:12.741355 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7460 2025.02.23 09:13:12.741407 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7461 2025.02.23 09:13:12.741975 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7462 2025.02.23 09:13:12.742244 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7463 2025.02.23 09:13:12.742540 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
7464 2025.02.23 09:13:13.282980 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7465 2025.02.23 09:13:13.283172 [ 253 ] {da6be038-afa2-46e0-842d-1a5e9ad813da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7466 2025.02.23 09:13:13.283247 [ 253 ] {da6be038-afa2-46e0-842d-1a5e9ad813da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7467 2025.02.23 09:13:13.284067 [ 253 ] {da6be038-afa2-46e0-842d-1a5e9ad813da} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7468 2025.02.23 09:13:13.284121 [ 253 ] {da6be038-afa2-46e0-842d-1a5e9ad813da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7469 2025.02.23 09:13:13.284575 [ 253 ] {da6be038-afa2-46e0-842d-1a5e9ad813da} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7470 2025.02.23 09:13:13.284831 [ 253 ] {da6be038-afa2-46e0-842d-1a5e9ad813da} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7471 2025.02.23 09:13:13.285071 [ 253 ] {da6be038-afa2-46e0-842d-1a5e9ad813da} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001953 sec., 108550.94726062467 rows/sec., 6.90 MiB/sec.
7472 2025.02.23 09:13:13.285130 [ 253 ] {da6be038-afa2-46e0-842d-1a5e9ad813da} <Debug> TCPHandler: Processed in 0.002308933 sec.
7473 2025.02.23 09:13:13.285380 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7474 2025.02.23 09:13:13.285593 [ 255 ] {cd19d4d7-79a1-4294-8c22-93cd7961cc15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7475 2025.02.23 09:13:13.285674 [ 255 ] {cd19d4d7-79a1-4294-8c22-93cd7961cc15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7476 2025.02.23 09:13:13.286726 [ 255 ] {cd19d4d7-79a1-4294-8c22-93cd7961cc15} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7477 2025.02.23 09:13:13.286775 [ 255 ] {cd19d4d7-79a1-4294-8c22-93cd7961cc15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7478 2025.02.23 09:13:13.287267 [ 255 ] {cd19d4d7-79a1-4294-8c22-93cd7961cc15} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7479 2025.02.23 09:13:13.287539 [ 255 ] {cd19d4d7-79a1-4294-8c22-93cd7961cc15} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7480 2025.02.23 09:13:13.287786 [ 255 ] {cd19d4d7-79a1-4294-8c22-93cd7961cc15} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002252 sec., 300621.6696269982 rows/sec., 23.89 MiB/sec.
7481 2025.02.23 09:13:13.287855 [ 255 ] {cd19d4d7-79a1-4294-8c22-93cd7961cc15} <Debug> TCPHandler: Processed in 0.002614648 sec.
7482 2025.02.23 09:13:13.288060 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7483 2025.02.23 09:13:13.288282 [ 253 ] {90addba2-0ae5-4871-8a8b-478b72b191b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7484 2025.02.23 09:13:13.288376 [ 253 ] {90addba2-0ae5-4871-8a8b-478b72b191b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7485 2025.02.23 09:13:13.289248 [ 253 ] {90addba2-0ae5-4871-8a8b-478b72b191b6} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7486 2025.02.23 09:13:13.289290 [ 253 ] {90addba2-0ae5-4871-8a8b-478b72b191b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7487 2025.02.23 09:13:13.289677 [ 253 ] {90addba2-0ae5-4871-8a8b-478b72b191b6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7488 2025.02.23 09:13:13.289923 [ 253 ] {90addba2-0ae5-4871-8a8b-478b72b191b6} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7489 2025.02.23 09:13:13.290093 [ 146 ] {} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7490 2025.02.23 09:13:13.290160 [ 253 ] {90addba2-0ae5-4871-8a8b-478b72b191b6} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001928 sec., 70539.41908713694 rows/sec., 4.38 MiB/sec.
7491 2025.02.23 09:13:13.290170 [ 146 ] {} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7492 2025.02.23 09:13:13.290241 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7493 2025.02.23 09:13:13.290292 [ 253 ] {90addba2-0ae5-4871-8a8b-478b72b191b6} <Debug> TCPHandler: Processed in 0.002340914 sec.
7494 2025.02.23 09:13:13.290572 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7495 2025.02.23 09:13:13.290621 [ 192 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
7496 2025.02.23 09:13:13.290935 [ 255 ] {cee2dae3-3867-44c3-8ec3-52bbb4e5f7d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7497 2025.02.23 09:13:13.291102 [ 255 ] {cee2dae3-3867-44c3-8ec3-52bbb4e5f7d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7498 2025.02.23 09:13:13.291193 [ 192 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7499 2025.02.23 09:13:13.291352 [ 192 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 163 rows starting from the beginning of the part
7500 2025.02.23 09:13:13.291736 [ 192 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 136 rows starting from the beginning of the part
7501 2025.02.23 09:13:13.292227 [ 192 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 9 rows starting from the beginning of the part
7502 2025.02.23 09:13:13.292662 [ 192 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 142 rows starting from the beginning of the part
7503 2025.02.23 09:13:13.292917 [ 192 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 9 rows starting from the beginning of the part
7504 2025.02.23 09:13:13.293321 [ 192 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 136 rows starting from the beginning of the part
7505 2025.02.23 09:13:13.294549 [ 255 ] {cee2dae3-3867-44c3-8ec3-52bbb4e5f7d3} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7506 2025.02.23 09:13:13.294606 [ 255 ] {cee2dae3-3867-44c3-8ec3-52bbb4e5f7d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7507 2025.02.23 09:13:13.295590 [ 255 ] {cee2dae3-3867-44c3-8ec3-52bbb4e5f7d3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7508 2025.02.23 09:13:13.296149 [ 255 ] {cee2dae3-3867-44c3-8ec3-52bbb4e5f7d3} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7509 2025.02.23 09:13:13.296153 [ 192 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 595 rows, containing 5 columns (5 merged, 0 gathered) in 0.005809889 sec., 102411.59512686043 rows/sec., 6.82 MiB/sec.
7510 2025.02.23 09:13:13.296393 [ 192 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7511 2025.02.23 09:13:13.296684 [ 255 ] {cee2dae3-3867-44c3-8ec3-52bbb4e5f7d3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005903 sec., 19142.808741317975 rows/sec., 1.24 MiB/sec.
7512 2025.02.23 09:13:13.297029 [ 255 ] {cee2dae3-3867-44c3-8ec3-52bbb4e5f7d3} <Debug> TCPHandler: Processed in 0.006603213 sec.
7513 2025.02.23 09:13:13.297278 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7514 2025.02.23 09:13:13.297298 [ 192 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_46_9} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7515 2025.02.23 09:13:13.297395 [ 192 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_46_9} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7516 2025.02.23 09:13:13.297412 [ 253 ] {a3a1f2d4-f016-4df7-ab89-fdaec3935a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7517 2025.02.23 09:13:13.297479 [ 253 ] {a3a1f2d4-f016-4df7-ab89-fdaec3935a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7518 2025.02.23 09:13:13.297491 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
7519 2025.02.23 09:13:13.298145 [ 253 ] {a3a1f2d4-f016-4df7-ab89-fdaec3935a87} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7520 2025.02.23 09:13:13.298184 [ 253 ] {a3a1f2d4-f016-4df7-ab89-fdaec3935a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7521 2025.02.23 09:13:13.298564 [ 253 ] {a3a1f2d4-f016-4df7-ab89-fdaec3935a87} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7522 2025.02.23 09:13:13.298814 [ 253 ] {a3a1f2d4-f016-4df7-ab89-fdaec3935a87} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7523 2025.02.23 09:13:13.299049 [ 253 ] {a3a1f2d4-f016-4df7-ab89-fdaec3935a87} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001666 sec., 67226.89075630253 rows/sec., 3.83 MiB/sec.
7524 2025.02.23 09:13:13.299105 [ 253 ] {a3a1f2d4-f016-4df7-ab89-fdaec3935a87} <Debug> TCPHandler: Processed in 0.001940656 sec.
7525 2025.02.23 09:13:13.299271 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7526 2025.02.23 09:13:13.299411 [ 255 ] {1bf4df30-81aa-4659-8549-09c065fe37c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7527 2025.02.23 09:13:13.299472 [ 255 ] {1bf4df30-81aa-4659-8549-09c065fe37c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7528 2025.02.23 09:13:13.300284 [ 255 ] {1bf4df30-81aa-4659-8549-09c065fe37c1} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7529 2025.02.23 09:13:13.300324 [ 255 ] {1bf4df30-81aa-4659-8549-09c065fe37c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7530 2025.02.23 09:13:13.300727 [ 255 ] {1bf4df30-81aa-4659-8549-09c065fe37c1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7531 2025.02.23 09:13:13.300972 [ 255 ] {1bf4df30-81aa-4659-8549-09c065fe37c1} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7532 2025.02.23 09:13:13.301215 [ 255 ] {1bf4df30-81aa-4659-8549-09c065fe37c1} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001836 sec., 224400.871459695 rows/sec., 15.95 MiB/sec.
7533 2025.02.23 09:13:13.301273 [ 255 ] {1bf4df30-81aa-4659-8549-09c065fe37c1} <Debug> TCPHandler: Processed in 0.002069139 sec.
7534 2025.02.23 09:13:13.301485 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7535 2025.02.23 09:13:13.301723 [ 253 ] {150bef81-f08b-4abb-adaa-6a8ea6c62665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7536 2025.02.23 09:13:13.301821 [ 253 ] {150bef81-f08b-4abb-adaa-6a8ea6c62665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7537 2025.02.23 09:13:13.302361 [ 253 ] {150bef81-f08b-4abb-adaa-6a8ea6c62665} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7538 2025.02.23 09:13:13.302403 [ 253 ] {150bef81-f08b-4abb-adaa-6a8ea6c62665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7539 2025.02.23 09:13:13.302796 [ 253 ] {150bef81-f08b-4abb-adaa-6a8ea6c62665} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7540 2025.02.23 09:13:13.303044 [ 253 ] {150bef81-f08b-4abb-adaa-6a8ea6c62665} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7541 2025.02.23 09:13:13.303288 [ 253 ] {150bef81-f08b-4abb-adaa-6a8ea6c62665} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00161 sec., 3726.7080745341614 rows/sec., 194.71 KiB/sec.
7542 2025.02.23 09:13:13.303470 [ 253 ] {150bef81-f08b-4abb-adaa-6a8ea6c62665} <Debug> TCPHandler: Processed in 0.002097099 sec.
7543 2025.02.23 09:13:13.303805 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7544 2025.02.23 09:13:13.303934 [ 255 ] {ecd7e1ca-18e3-4ab1-a063-cd8c45c4b945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7545 2025.02.23 09:13:13.303988 [ 255 ] {ecd7e1ca-18e3-4ab1-a063-cd8c45c4b945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7546 2025.02.23 09:13:13.304635 [ 255 ] {ecd7e1ca-18e3-4ab1-a063-cd8c45c4b945} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7547 2025.02.23 09:13:13.304674 [ 255 ] {ecd7e1ca-18e3-4ab1-a063-cd8c45c4b945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7548 2025.02.23 09:13:13.305082 [ 255 ] {ecd7e1ca-18e3-4ab1-a063-cd8c45c4b945} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7549 2025.02.23 09:13:13.305349 [ 255 ] {ecd7e1ca-18e3-4ab1-a063-cd8c45c4b945} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7550 2025.02.23 09:13:13.305530 [ 255 ] {ecd7e1ca-18e3-4ab1-a063-cd8c45c4b945} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001622 sec., 146115.9062885327 rows/sec., 9.79 MiB/sec.
7551 2025.02.23 09:13:13.305582 [ 255 ] {ecd7e1ca-18e3-4ab1-a063-cd8c45c4b945} <Debug> TCPHandler: Processed in 0.001844514 sec.
7552 2025.02.23 09:13:13.305855 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7553 2025.02.23 09:13:13.305974 [ 253 ] {76fc5e98-6a5a-41c3-90aa-8059cb2a5d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7554 2025.02.23 09:13:13.306033 [ 253 ] {76fc5e98-6a5a-41c3-90aa-8059cb2a5d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7555 2025.02.23 09:13:13.306518 [ 253 ] {76fc5e98-6a5a-41c3-90aa-8059cb2a5d37} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7556 2025.02.23 09:13:13.306558 [ 253 ] {76fc5e98-6a5a-41c3-90aa-8059cb2a5d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7557 2025.02.23 09:13:13.306970 [ 253 ] {76fc5e98-6a5a-41c3-90aa-8059cb2a5d37} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7558 2025.02.23 09:13:13.307215 [ 253 ] {76fc5e98-6a5a-41c3-90aa-8059cb2a5d37} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7559 2025.02.23 09:13:13.307374 [ 147 ] {} <Debug> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0
7560 2025.02.23 09:13:13.307439 [ 147 ] {} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7561 2025.02.23 09:13:13.307461 [ 253 ] {76fc5e98-6a5a-41c3-90aa-8059cb2a5d37} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001508 sec., 663.1299734748011 rows/sec., 44.68 KiB/sec.
7562 2025.02.23 09:13:13.307476 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7563 2025.02.23 09:13:13.307597 [ 253 ] {76fc5e98-6a5a-41c3-90aa-8059cb2a5d37} <Debug> TCPHandler: Processed in 0.001799204 sec.
7564 2025.02.23 09:13:13.307782 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full
7565 2025.02.23 09:13:13.307812 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7566 2025.02.23 09:13:13.308048 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7567 2025.02.23 09:13:13.308095 [ 255 ] {441519f9-3522-490c-b7cc-636544f014a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7568 2025.02.23 09:13:13.308120 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 19 rows starting from the beginning of the part
7569 2025.02.23 09:13:13.308386 [ 255 ] {441519f9-3522-490c-b7cc-636544f014a9} <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
7570 2025.02.23 09:13:13.308461 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part
7571 2025.02.23 09:13:13.308883 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
7572 2025.02.23 09:13:13.309259 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
7573 2025.02.23 09:13:13.309679 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
7574 2025.02.23 09:13:13.310095 [ 193 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
7575 2025.02.23 09:13:13.314348 [ 190 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.006722156 sec., 3570.2831055988586 rows/sec., 239.99 KiB/sec.
7576 2025.02.23 09:13:13.314380 [ 255 ] {441519f9-3522-490c-b7cc-636544f014a9} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7577 2025.02.23 09:13:13.314448 [ 255 ] {441519f9-3522-490c-b7cc-636544f014a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7578 2025.02.23 09:13:13.314604 [ 190 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
7579 2025.02.23 09:13:13.315274 [ 190 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_24_5} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7580 2025.02.23 09:13:13.315506 [ 190 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_24_5} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5
7581 2025.02.23 09:13:13.315699 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7582 2025.02.23 09:13:13.315926 [ 255 ] {441519f9-3522-490c-b7cc-636544f014a9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7583 2025.02.23 09:13:13.316212 [ 255 ] {441519f9-3522-490c-b7cc-636544f014a9} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7584 2025.02.23 09:13:13.316439 [ 255 ] {441519f9-3522-490c-b7cc-636544f014a9} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.008412 sec., 3566.333808844508 rows/sec., 6.39 MiB/sec.
7585 2025.02.23 09:13:13.316798 [ 255 ] {441519f9-3522-490c-b7cc-636544f014a9} <Debug> TCPHandler: Processed in 0.009058999 sec.
7586 2025.02.23 09:13:13.317018 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7587 2025.02.23 09:13:13.317243 [ 253 ] {ca8d2648-138c-47b1-af00-7d5001af928c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7588 2025.02.23 09:13:13.317338 [ 253 ] {ca8d2648-138c-47b1-af00-7d5001af928c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7589 2025.02.23 09:13:13.318080 [ 253 ] {ca8d2648-138c-47b1-af00-7d5001af928c} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7590 2025.02.23 09:13:13.318121 [ 253 ] {ca8d2648-138c-47b1-af00-7d5001af928c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7591 2025.02.23 09:13:13.318510 [ 253 ] {ca8d2648-138c-47b1-af00-7d5001af928c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7592 2025.02.23 09:13:13.318772 [ 253 ] {ca8d2648-138c-47b1-af00-7d5001af928c} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7593 2025.02.23 09:13:13.318994 [ 253 ] {ca8d2648-138c-47b1-af00-7d5001af928c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001806 sec., 45404.20819490587 rows/sec., 2.88 MiB/sec.
7594 2025.02.23 09:13:13.319048 [ 253 ] {ca8d2648-138c-47b1-af00-7d5001af928c} <Debug> TCPHandler: Processed in 0.00214271 sec.
7595 2025.02.23 09:13:13.950784 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
7596 2025.02.23 09:13:13.971392 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7597 2025.02.23 09:13:13.971447 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7598 2025.02.23 09:13:13.978926 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7599 2025.02.23 09:13:13.979719 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7600 2025.02.23 09:13:13.982389 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
7601 2025.02.23 09:13:14.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.20 MiB, peak 220.33 MiB, free memory in arenas 0.00 B, will set to 210.09 MiB (RSS), difference: -1.11 MiB
7602 2025.02.23 09:13:17.811455 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1062
7603 2025.02.23 09:13:17.814784 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7604 2025.02.23 09:13:17.814841 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7605 2025.02.23 09:13:17.816351 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7606 2025.02.23 09:13:17.816662 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7607 2025.02.23 09:13:17.817343 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1062
7608 2025.02.23 09:13:18.306399 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7609 2025.02.23 09:13:18.306591 [ 253 ] {005b77ff-5464-402c-b3fc-5d3109bcea03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7610 2025.02.23 09:13:18.306665 [ 253 ] {005b77ff-5464-402c-b3fc-5d3109bcea03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7611 2025.02.23 09:13:18.308203 [ 253 ] {005b77ff-5464-402c-b3fc-5d3109bcea03} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7612 2025.02.23 09:13:18.308293 [ 253 ] {005b77ff-5464-402c-b3fc-5d3109bcea03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7613 2025.02.23 09:13:18.308839 [ 253 ] {005b77ff-5464-402c-b3fc-5d3109bcea03} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7614 2025.02.23 09:13:18.309101 [ 253 ] {005b77ff-5464-402c-b3fc-5d3109bcea03} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7615 2025.02.23 09:13:18.309304 [ 253 ] {005b77ff-5464-402c-b3fc-5d3109bcea03} <Debug> executeQuery: Read 1214 rows, 102.69 KiB in 0.002767 sec., 438742.32020238525 rows/sec., 36.24 MiB/sec.
7616 2025.02.23 09:13:18.309361 [ 253 ] {005b77ff-5464-402c-b3fc-5d3109bcea03} <Debug> TCPHandler: Processed in 0.003099368 sec.
7617 2025.02.23 09:13:18.309685 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7618 2025.02.23 09:13:18.309969 [ 255 ] {72dc04c8-bf05-4b31-b6a7-3a0293e219df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7619 2025.02.23 09:13:18.310079 [ 255 ] {72dc04c8-bf05-4b31-b6a7-3a0293e219df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7620 2025.02.23 09:13:18.310829 [ 255 ] {72dc04c8-bf05-4b31-b6a7-3a0293e219df} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7621 2025.02.23 09:13:18.310880 [ 255 ] {72dc04c8-bf05-4b31-b6a7-3a0293e219df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7622 2025.02.23 09:13:18.311336 [ 255 ] {72dc04c8-bf05-4b31-b6a7-3a0293e219df} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7623 2025.02.23 09:13:18.311596 [ 255 ] {72dc04c8-bf05-4b31-b6a7-3a0293e219df} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7624 2025.02.23 09:13:18.311828 [ 255 ] {72dc04c8-bf05-4b31-b6a7-3a0293e219df} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001939 sec., 4641.567818463125 rows/sec., 349.02 KiB/sec.
7625 2025.02.23 09:13:18.311898 [ 255 ] {72dc04c8-bf05-4b31-b6a7-3a0293e219df} <Debug> TCPHandler: Processed in 0.002390544 sec.
7626 2025.02.23 09:13:18.312063 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7627 2025.02.23 09:13:18.312202 [ 253 ] {7b9ed6a9-d69d-46e7-baca-19a25f64b546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7628 2025.02.23 09:13:18.312260 [ 253 ] {7b9ed6a9-d69d-46e7-baca-19a25f64b546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7629 2025.02.23 09:13:18.313058 [ 253 ] {7b9ed6a9-d69d-46e7-baca-19a25f64b546} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7630 2025.02.23 09:13:18.313095 [ 253 ] {7b9ed6a9-d69d-46e7-baca-19a25f64b546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7631 2025.02.23 09:13:18.313482 [ 253 ] {7b9ed6a9-d69d-46e7-baca-19a25f64b546} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7632 2025.02.23 09:13:18.313725 [ 253 ] {7b9ed6a9-d69d-46e7-baca-19a25f64b546} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7633 2025.02.23 09:13:18.313954 [ 253 ] {7b9ed6a9-d69d-46e7-baca-19a25f64b546} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001774 sec., 128523.11161217588 rows/sec., 8.70 MiB/sec.
7634 2025.02.23 09:13:18.314045 [ 253 ] {7b9ed6a9-d69d-46e7-baca-19a25f64b546} <Debug> TCPHandler: Processed in 0.002049369 sec.
7635 2025.02.23 09:13:18.314297 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7636 2025.02.23 09:13:18.314532 [ 255 ] {6a3173a6-34fc-4769-a150-baa28d3a8489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7637 2025.02.23 09:13:18.314596 [ 255 ] {6a3173a6-34fc-4769-a150-baa28d3a8489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7638 2025.02.23 09:13:18.315499 [ 255 ] {6a3173a6-34fc-4769-a150-baa28d3a8489} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7639 2025.02.23 09:13:18.315540 [ 255 ] {6a3173a6-34fc-4769-a150-baa28d3a8489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7640 2025.02.23 09:13:18.315956 [ 255 ] {6a3173a6-34fc-4769-a150-baa28d3a8489} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7641 2025.02.23 09:13:18.316214 [ 255 ] {6a3173a6-34fc-4769-a150-baa28d3a8489} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7642 2025.02.23 09:13:18.316403 [ 255 ] {6a3173a6-34fc-4769-a150-baa28d3a8489} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.00191 sec., 276963.3507853403 rows/sec., 20.52 MiB/sec.
7643 2025.02.23 09:13:18.316460 [ 255 ] {6a3173a6-34fc-4769-a150-baa28d3a8489} <Debug> TCPHandler: Processed in 0.002316644 sec.
7644 2025.02.23 09:13:18.316671 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7645 2025.02.23 09:13:18.316899 [ 253 ] {02bae6b9-7f62-4e5a-a64e-67ae9b3364c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7646 2025.02.23 09:13:18.316999 [ 253 ] {02bae6b9-7f62-4e5a-a64e-67ae9b3364c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7647 2025.02.23 09:13:18.317833 [ 253 ] {02bae6b9-7f62-4e5a-a64e-67ae9b3364c4} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7648 2025.02.23 09:13:18.317873 [ 253 ] {02bae6b9-7f62-4e5a-a64e-67ae9b3364c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7649 2025.02.23 09:13:18.318325 [ 253 ] {02bae6b9-7f62-4e5a-a64e-67ae9b3364c4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7650 2025.02.23 09:13:18.318566 [ 253 ] {02bae6b9-7f62-4e5a-a64e-67ae9b3364c4} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7651 2025.02.23 09:13:18.318782 [ 253 ] {02bae6b9-7f62-4e5a-a64e-67ae9b3364c4} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001938 sec., 454076.36738906085 rows/sec., 30.55 MiB/sec.
7652 2025.02.23 09:13:18.318837 [ 253 ] {02bae6b9-7f62-4e5a-a64e-67ae9b3364c4} <Debug> TCPHandler: Processed in 0.002278533 sec.
7653 2025.02.23 09:13:18.319003 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7654 2025.02.23 09:13:18.319144 [ 255 ] {c155d0f7-bcc6-46c8-83c8-730cc5bc5fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7655 2025.02.23 09:13:18.319238 [ 255 ] {c155d0f7-bcc6-46c8-83c8-730cc5bc5fd6} <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
7656 2025.02.23 09:13:18.320492 [ 255 ] {c155d0f7-bcc6-46c8-83c8-730cc5bc5fd6} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7657 2025.02.23 09:13:18.320531 [ 255 ] {c155d0f7-bcc6-46c8-83c8-730cc5bc5fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7658 2025.02.23 09:13:18.321181 [ 255 ] {c155d0f7-bcc6-46c8-83c8-730cc5bc5fd6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7659 2025.02.23 09:13:18.321444 [ 255 ] {c155d0f7-bcc6-46c8-83c8-730cc5bc5fd6} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7660 2025.02.23 09:13:18.321585 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7661 2025.02.23 09:13:18.321630 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7662 2025.02.23 09:13:18.321656 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7663 2025.02.23 09:13:18.321661 [ 255 ] {c155d0f7-bcc6-46c8-83c8-730cc5bc5fd6} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002547 sec., 3533.5689045936397 rows/sec., 6.33 MiB/sec.
7664 2025.02.23 09:13:18.321980 [ 198 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
7665 2025.02.23 09:13:18.322024 [ 255 ] {c155d0f7-bcc6-46c8-83c8-730cc5bc5fd6} <Debug> TCPHandler: Processed in 0.003085108 sec.
7666 2025.02.23 09:13:18.322260 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7667 2025.02.23 09:13:18.322590 [ 253 ] {27feac70-620c-4335-9c0b-2069278376ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7668 2025.02.23 09:13:18.322688 [ 198 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7669 2025.02.23 09:13:18.322710 [ 253 ] {27feac70-620c-4335-9c0b-2069278376ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7670 2025.02.23 09:13:18.322906 [ 198 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 850 rows starting from the beginning of the part
7671 2025.02.23 09:13:18.323811 [ 198 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 9 rows starting from the beginning of the part
7672 2025.02.23 09:13:18.324459 [ 198 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 30 rows starting from the beginning of the part
7673 2025.02.23 09:13:18.325212 [ 198 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 9 rows starting from the beginning of the part
7674 2025.02.23 09:13:18.325301 [ 253 ] {27feac70-620c-4335-9c0b-2069278376ca} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7675 2025.02.23 09:13:18.325384 [ 253 ] {27feac70-620c-4335-9c0b-2069278376ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7676 2025.02.23 09:13:18.325797 [ 198 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 30 rows starting from the beginning of the part
7677 2025.02.23 09:13:18.326343 [ 198 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 9 rows starting from the beginning of the part
7678 2025.02.23 09:13:18.327149 [ 253 ] {27feac70-620c-4335-9c0b-2069278376ca} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7679 2025.02.23 09:13:18.327700 [ 253 ] {27feac70-620c-4335-9c0b-2069278376ca} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7680 2025.02.23 09:13:18.328298 [ 253 ] {27feac70-620c-4335-9c0b-2069278376ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005819 sec., 10311.050008592541 rows/sec., 711.57 KiB/sec.
7681 2025.02.23 09:13:18.328460 [ 253 ] {27feac70-620c-4335-9c0b-2069278376ca} <Debug> TCPHandler: Processed in 0.006329058 sec.
7682 2025.02.23 09:13:18.333242 [ 190 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 937 rows, containing 19 columns (19 merged, 0 gathered) in 0.011492684 sec., 81530.12821025967 rows/sec., 146.10 MiB/sec.
7683 2025.02.23 09:13:18.334535 [ 190 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7684 2025.02.23 09:13:18.334951 [ 190 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7685 2025.02.23 09:13:18.335040 [ 190 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7686 2025.02.23 09:13:18.335164 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.06 MiB.
7687 2025.02.23 09:13:19.000266 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.63 MiB, peak 220.33 MiB, free memory in arenas 0.00 B, will set to 211.93 MiB (RSS), difference: 1.30 MiB
7688 2025.02.23 09:13:20.242717 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934
7689 2025.02.23 09:13:20.243387 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7690 2025.02.23 09:13:20.243429 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7691 2025.02.23 09:13:20.243957 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7692 2025.02.23 09:13:20.244221 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7693 2025.02.23 09:13:20.244406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
7694 2025.02.23 09:13:21.482511 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
7695 2025.02.23 09:13:21.503778 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7696 2025.02.23 09:13:21.503842 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7697 2025.02.23 09:13:21.511239 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7698 2025.02.23 09:13:21.512038 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7699 2025.02.23 09:13:21.515539 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
7700 2025.02.23 09:13:23.282642 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7701 2025.02.23 09:13:23.282885 [ 253 ] {aa3ddc08-a3a1-4c53-ab54-904a4f8aca43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7702 2025.02.23 09:13:23.282971 [ 253 ] {aa3ddc08-a3a1-4c53-ab54-904a4f8aca43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7703 2025.02.23 09:13:23.283867 [ 253 ] {aa3ddc08-a3a1-4c53-ab54-904a4f8aca43} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7704 2025.02.23 09:13:23.283919 [ 253 ] {aa3ddc08-a3a1-4c53-ab54-904a4f8aca43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7705 2025.02.23 09:13:23.284379 [ 253 ] {aa3ddc08-a3a1-4c53-ab54-904a4f8aca43} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7706 2025.02.23 09:13:23.284640 [ 253 ] {aa3ddc08-a3a1-4c53-ab54-904a4f8aca43} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7707 2025.02.23 09:13:23.284903 [ 253 ] {aa3ddc08-a3a1-4c53-ab54-904a4f8aca43} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002077 sec., 102070.2936928262 rows/sec., 6.49 MiB/sec.
7708 2025.02.23 09:13:23.285008 [ 253 ] {aa3ddc08-a3a1-4c53-ab54-904a4f8aca43} <Debug> TCPHandler: Processed in 0.002512547 sec.
7709 2025.02.23 09:13:23.285324 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7710 2025.02.23 09:13:23.285540 [ 255 ] {18a1fb5c-768a-4d4c-92b0-a0dbcacce4ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7711 2025.02.23 09:13:23.285624 [ 255 ] {18a1fb5c-768a-4d4c-92b0-a0dbcacce4ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7712 2025.02.23 09:13:23.286794 [ 255 ] {18a1fb5c-768a-4d4c-92b0-a0dbcacce4ac} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7713 2025.02.23 09:13:23.286844 [ 255 ] {18a1fb5c-768a-4d4c-92b0-a0dbcacce4ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7714 2025.02.23 09:13:23.287349 [ 255 ] {18a1fb5c-768a-4d4c-92b0-a0dbcacce4ac} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7715 2025.02.23 09:13:23.287612 [ 255 ] {18a1fb5c-768a-4d4c-92b0-a0dbcacce4ac} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7716 2025.02.23 09:13:23.287877 [ 255 ] {18a1fb5c-768a-4d4c-92b0-a0dbcacce4ac} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002397 sec., 282436.3788068419 rows/sec., 22.45 MiB/sec.
7717 2025.02.23 09:13:23.287972 [ 255 ] {18a1fb5c-768a-4d4c-92b0-a0dbcacce4ac} <Debug> TCPHandler: Processed in 0.002798452 sec.
7718 2025.02.23 09:13:23.288189 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7719 2025.02.23 09:13:23.288333 [ 253 ] {11f0dd94-4201-4dd5-a52a-3cf2ec2967c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7720 2025.02.23 09:13:23.288393 [ 253 ] {11f0dd94-4201-4dd5-a52a-3cf2ec2967c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7721 2025.02.23 09:13:23.289134 [ 253 ] {11f0dd94-4201-4dd5-a52a-3cf2ec2967c1} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7722 2025.02.23 09:13:23.289182 [ 253 ] {11f0dd94-4201-4dd5-a52a-3cf2ec2967c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7723 2025.02.23 09:13:23.289569 [ 253 ] {11f0dd94-4201-4dd5-a52a-3cf2ec2967c1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7724 2025.02.23 09:13:23.289815 [ 253 ] {11f0dd94-4201-4dd5-a52a-3cf2ec2967c1} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7725 2025.02.23 09:13:23.290023 [ 253 ] {11f0dd94-4201-4dd5-a52a-3cf2ec2967c1} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001721 sec., 79023.82335851248 rows/sec., 4.90 MiB/sec.
7726 2025.02.23 09:13:23.290078 [ 253 ] {11f0dd94-4201-4dd5-a52a-3cf2ec2967c1} <Debug> TCPHandler: Processed in 0.001999787 sec.
7727 2025.02.23 09:13:23.290238 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7728 2025.02.23 09:13:23.290384 [ 255 ] {6d7f552c-fd08-433b-8487-e6befdff3367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7729 2025.02.23 09:13:23.290447 [ 255 ] {6d7f552c-fd08-433b-8487-e6befdff3367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7730 2025.02.23 09:13:23.291220 [ 255 ] {6d7f552c-fd08-433b-8487-e6befdff3367} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7731 2025.02.23 09:13:23.291265 [ 255 ] {6d7f552c-fd08-433b-8487-e6befdff3367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7732 2025.02.23 09:13:23.291648 [ 255 ] {6d7f552c-fd08-433b-8487-e6befdff3367} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7733 2025.02.23 09:13:23.291897 [ 255 ] {6d7f552c-fd08-433b-8487-e6befdff3367} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7734 2025.02.23 09:13:23.292152 [ 255 ] {6d7f552c-fd08-433b-8487-e6befdff3367} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001795 sec., 62952.64623955432 rows/sec., 4.08 MiB/sec.
7735 2025.02.23 09:13:23.292330 [ 255 ] {6d7f552c-fd08-433b-8487-e6befdff3367} <Debug> TCPHandler: Processed in 0.00214943 sec.
7736 2025.02.23 09:13:23.292570 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7737 2025.02.23 09:13:23.292714 [ 253 ] {791d701e-6406-4f60-a6db-ab7227656878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7738 2025.02.23 09:13:23.292772 [ 253 ] {791d701e-6406-4f60-a6db-ab7227656878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7739 2025.02.23 09:13:23.293463 [ 253 ] {791d701e-6406-4f60-a6db-ab7227656878} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7740 2025.02.23 09:13:23.293504 [ 253 ] {791d701e-6406-4f60-a6db-ab7227656878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7741 2025.02.23 09:13:23.293883 [ 253 ] {791d701e-6406-4f60-a6db-ab7227656878} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7742 2025.02.23 09:13:23.294133 [ 253 ] {791d701e-6406-4f60-a6db-ab7227656878} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7743 2025.02.23 09:13:23.294383 [ 253 ] {791d701e-6406-4f60-a6db-ab7227656878} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001697 sec., 65998.82144961697 rows/sec., 3.76 MiB/sec.
7744 2025.02.23 09:13:23.294605 [ 253 ] {791d701e-6406-4f60-a6db-ab7227656878} <Debug> TCPHandler: Processed in 0.00215219 sec.
7745 2025.02.23 09:13:23.294788 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7746 2025.02.23 09:13:23.294924 [ 255 ] {9aef8c33-4866-44e3-9b80-9275172d5216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7747 2025.02.23 09:13:23.294983 [ 255 ] {9aef8c33-4866-44e3-9b80-9275172d5216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7748 2025.02.23 09:13:23.295751 [ 255 ] {9aef8c33-4866-44e3-9b80-9275172d5216} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7749 2025.02.23 09:13:23.295790 [ 255 ] {9aef8c33-4866-44e3-9b80-9275172d5216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7750 2025.02.23 09:13:23.296193 [ 255 ] {9aef8c33-4866-44e3-9b80-9275172d5216} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7751 2025.02.23 09:13:23.296440 [ 255 ] {9aef8c33-4866-44e3-9b80-9275172d5216} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7752 2025.02.23 09:13:23.296698 [ 255 ] {9aef8c33-4866-44e3-9b80-9275172d5216} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001796 sec., 229398.66369710467 rows/sec., 16.31 MiB/sec.
7753 2025.02.23 09:13:23.296882 [ 255 ] {9aef8c33-4866-44e3-9b80-9275172d5216} <Debug> TCPHandler: Processed in 0.002154421 sec.
7754 2025.02.23 09:13:23.297143 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7755 2025.02.23 09:13:23.297294 [ 253 ] {d46b1a78-3ee7-4aae-8f10-2032b027a7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7756 2025.02.23 09:13:23.297354 [ 253 ] {d46b1a78-3ee7-4aae-8f10-2032b027a7bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7757 2025.02.23 09:13:23.297930 [ 253 ] {d46b1a78-3ee7-4aae-8f10-2032b027a7bb} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7758 2025.02.23 09:13:23.297978 [ 253 ] {d46b1a78-3ee7-4aae-8f10-2032b027a7bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7759 2025.02.23 09:13:23.298395 [ 253 ] {d46b1a78-3ee7-4aae-8f10-2032b027a7bb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7760 2025.02.23 09:13:23.298637 [ 253 ] {d46b1a78-3ee7-4aae-8f10-2032b027a7bb} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7761 2025.02.23 09:13:23.298898 [ 253 ] {d46b1a78-3ee7-4aae-8f10-2032b027a7bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001627 sec., 3687.768899815612 rows/sec., 192.67 KiB/sec.
7762 2025.02.23 09:13:23.299075 [ 253 ] {d46b1a78-3ee7-4aae-8f10-2032b027a7bb} <Debug> TCPHandler: Processed in 0.002074939 sec.
7763 2025.02.23 09:13:23.299260 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7764 2025.02.23 09:13:23.299377 [ 255 ] {43c547d6-c379-4978-8fa1-dcb402128891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7765 2025.02.23 09:13:23.299430 [ 255 ] {43c547d6-c379-4978-8fa1-dcb402128891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7766 2025.02.23 09:13:23.300019 [ 255 ] {43c547d6-c379-4978-8fa1-dcb402128891} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7767 2025.02.23 09:13:23.300059 [ 255 ] {43c547d6-c379-4978-8fa1-dcb402128891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7768 2025.02.23 09:13:23.300470 [ 255 ] {43c547d6-c379-4978-8fa1-dcb402128891} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7769 2025.02.23 09:13:23.300712 [ 255 ] {43c547d6-c379-4978-8fa1-dcb402128891} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7770 2025.02.23 09:13:23.300944 [ 255 ] {43c547d6-c379-4978-8fa1-dcb402128891} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001589 sec., 149150.40906230334 rows/sec., 10.00 MiB/sec.
7771 2025.02.23 09:13:23.300998 [ 255 ] {43c547d6-c379-4978-8fa1-dcb402128891} <Debug> TCPHandler: Processed in 0.001818044 sec.
7772 2025.02.23 09:13:23.301163 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7773 2025.02.23 09:13:23.301288 [ 253 ] {31b8dbaf-0852-41ad-8346-25c10d8266bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7774 2025.02.23 09:13:23.301342 [ 253 ] {31b8dbaf-0852-41ad-8346-25c10d8266bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7775 2025.02.23 09:13:23.301834 [ 253 ] {31b8dbaf-0852-41ad-8346-25c10d8266bd} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7776 2025.02.23 09:13:23.301874 [ 253 ] {31b8dbaf-0852-41ad-8346-25c10d8266bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7777 2025.02.23 09:13:23.302249 [ 253 ] {31b8dbaf-0852-41ad-8346-25c10d8266bd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7778 2025.02.23 09:13:23.302490 [ 253 ] {31b8dbaf-0852-41ad-8346-25c10d8266bd} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7779 2025.02.23 09:13:23.302671 [ 253 ] {31b8dbaf-0852-41ad-8346-25c10d8266bd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001408 sec., 710.2272727272727 rows/sec., 47.86 KiB/sec.
7780 2025.02.23 09:13:23.302729 [ 253 ] {31b8dbaf-0852-41ad-8346-25c10d8266bd} <Debug> TCPHandler: Processed in 0.00162886 sec.
7781 2025.02.23 09:13:23.303396 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7782 2025.02.23 09:13:23.303521 [ 255 ] {e797af10-97fc-441a-acf3-80f4b48125bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7783 2025.02.23 09:13:23.303604 [ 255 ] {e797af10-97fc-441a-acf3-80f4b48125bf} <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
7784 2025.02.23 09:13:23.304787 [ 255 ] {e797af10-97fc-441a-acf3-80f4b48125bf} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7785 2025.02.23 09:13:23.304827 [ 255 ] {e797af10-97fc-441a-acf3-80f4b48125bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7786 2025.02.23 09:13:23.305497 [ 255 ] {e797af10-97fc-441a-acf3-80f4b48125bf} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7787 2025.02.23 09:13:23.305767 [ 255 ] {e797af10-97fc-441a-acf3-80f4b48125bf} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7788 2025.02.23 09:13:23.306006 [ 255 ] {e797af10-97fc-441a-acf3-80f4b48125bf} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002511 sec., 11947.431302270012 rows/sec., 21.41 MiB/sec.
7789 2025.02.23 09:13:23.306118 [ 255 ] {e797af10-97fc-441a-acf3-80f4b48125bf} <Debug> TCPHandler: Processed in 0.002779232 sec.
7790 2025.02.23 09:13:23.306276 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7791 2025.02.23 09:13:23.306402 [ 253 ] {015aac77-467f-4c8f-a5c0-890f313bbfe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7792 2025.02.23 09:13:23.306456 [ 253 ] {015aac77-467f-4c8f-a5c0-890f313bbfe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7793 2025.02.23 09:13:23.306964 [ 253 ] {015aac77-467f-4c8f-a5c0-890f313bbfe7} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7794 2025.02.23 09:13:23.307004 [ 253 ] {015aac77-467f-4c8f-a5c0-890f313bbfe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7795 2025.02.23 09:13:23.307413 [ 253 ] {015aac77-467f-4c8f-a5c0-890f313bbfe7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7796 2025.02.23 09:13:23.307673 [ 253 ] {015aac77-467f-4c8f-a5c0-890f313bbfe7} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7797 2025.02.23 09:13:23.307871 [ 253 ] {015aac77-467f-4c8f-a5c0-890f313bbfe7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001493 sec., 54922.97387809779 rows/sec., 3.49 MiB/sec.
7798 2025.02.23 09:13:23.307945 [ 253 ] {015aac77-467f-4c8f-a5c0-890f313bbfe7} <Debug> TCPHandler: Processed in 0.001728083 sec.
7799 2025.02.23 09:13:27.579508 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache
7800 2025.02.23 09:13:27.579604 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache
7801 2025.02.23 09:13:27.744625 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361
7802 2025.02.23 09:13:27.745746 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7803 2025.02.23 09:13:27.745835 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7804 2025.02.23 09:13:27.746379 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7805 2025.02.23 09:13:27.746653 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7806 2025.02.23 09:13:27.746911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
7807 2025.02.23 09:13:27.817626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1098
7808 2025.02.23 09:13:27.820933 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7809 2025.02.23 09:13:27.820985 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7810 2025.02.23 09:13:27.822493 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7811 2025.02.23 09:13:27.822814 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7812 2025.02.23 09:13:27.823412 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1098
7813 2025.02.23 09:13:28.276565 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7814 2025.02.23 09:13:28.276760 [ 253 ] {d3b04f18-2cdb-4fe8-803c-aabe9835c6f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7815 2025.02.23 09:13:28.276838 [ 253 ] {d3b04f18-2cdb-4fe8-803c-aabe9835c6f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7816 2025.02.23 09:13:28.277664 [ 253 ] {d3b04f18-2cdb-4fe8-803c-aabe9835c6f3} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7817 2025.02.23 09:13:28.277715 [ 253 ] {d3b04f18-2cdb-4fe8-803c-aabe9835c6f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7818 2025.02.23 09:13:28.278163 [ 253 ] {d3b04f18-2cdb-4fe8-803c-aabe9835c6f3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7819 2025.02.23 09:13:28.278437 [ 253 ] {d3b04f18-2cdb-4fe8-803c-aabe9835c6f3} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7820 2025.02.23 09:13:28.278649 [ 42 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7821 2025.02.23 09:13:28.278717 [ 253 ] {d3b04f18-2cdb-4fe8-803c-aabe9835c6f3} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.002004 sec., 36926.14770459082 rows/sec., 2.98 MiB/sec.
7822 2025.02.23 09:13:28.278727 [ 42 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7823 2025.02.23 09:13:28.278815 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7824 2025.02.23 09:13:28.278868 [ 253 ] {d3b04f18-2cdb-4fe8-803c-aabe9835c6f3} <Debug> TCPHandler: Processed in 0.002440665 sec.
7825 2025.02.23 09:13:28.279209 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
7826 2025.02.23 09:13:28.279249 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7827 2025.02.23 09:13:28.279719 [ 255 ] {a144827b-3d88-45af-9151-c7ec029c717a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7828 2025.02.23 09:13:28.279917 [ 255 ] {a144827b-3d88-45af-9151-c7ec029c717a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7829 2025.02.23 09:13:28.279911 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7830 2025.02.23 09:13:28.280041 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1846 rows starting from the beginning of the part
7831 2025.02.23 09:13:28.280293 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 74 rows starting from the beginning of the part
7832 2025.02.23 09:13:28.280560 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 677 rows starting from the beginning of the part
7833 2025.02.23 09:13:28.280900 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1214 rows starting from the beginning of the part
7834 2025.02.23 09:13:28.281279 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 677 rows starting from the beginning of the part
7835 2025.02.23 09:13:28.281646 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 74 rows starting from the beginning of the part
7836 2025.02.23 09:13:28.282952 [ 255 ] {a144827b-3d88-45af-9151-c7ec029c717a} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7837 2025.02.23 09:13:28.283035 [ 255 ] {a144827b-3d88-45af-9151-c7ec029c717a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7838 2025.02.23 09:13:28.284143 [ 255 ] {a144827b-3d88-45af-9151-c7ec029c717a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7839 2025.02.23 09:13:28.284455 [ 255 ] {a144827b-3d88-45af-9151-c7ec029c717a} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7840 2025.02.23 09:13:28.284792 [ 255 ] {a144827b-3d88-45af-9151-c7ec029c717a} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.005261 sec., 1710.7013875689033 rows/sec., 128.64 KiB/sec.
7841 2025.02.23 09:13:28.285105 [ 255 ] {a144827b-3d88-45af-9151-c7ec029c717a} <Debug> TCPHandler: Processed in 0.006068433 sec.
7842 2025.02.23 09:13:28.285503 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7843 2025.02.23 09:13:28.285901 [ 253 ] {39e4abab-07a0-4685-bc42-9011e5d6b85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7844 2025.02.23 09:13:28.285909 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4562 rows, containing 5 columns (5 merged, 0 gathered) in 0.006979621 sec., 653617.1519914906 rows/sec., 55.57 MiB/sec.
7845 2025.02.23 09:13:28.285986 [ 253 ] {39e4abab-07a0-4685-bc42-9011e5d6b85f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7846 2025.02.23 09:13:28.286221 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7847 2025.02.23 09:13:28.286831 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_56_11} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7848 2025.02.23 09:13:28.287037 [ 186 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_56_11} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7849 2025.02.23 09:13:28.287212 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB.
7850 2025.02.23 09:13:28.287353 [ 253 ] {39e4abab-07a0-4685-bc42-9011e5d6b85f} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7851 2025.02.23 09:13:28.287401 [ 253 ] {39e4abab-07a0-4685-bc42-9011e5d6b85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7852 2025.02.23 09:13:28.287804 [ 253 ] {39e4abab-07a0-4685-bc42-9011e5d6b85f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7853 2025.02.23 09:13:28.288056 [ 253 ] {39e4abab-07a0-4685-bc42-9011e5d6b85f} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7854 2025.02.23 09:13:28.288239 [ 42 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7855 2025.02.23 09:13:28.288282 [ 42 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7856 2025.02.23 09:13:28.288323 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7857 2025.02.23 09:13:28.288320 [ 253 ] {39e4abab-07a0-4685-bc42-9011e5d6b85f} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.002529 sec., 28865.16409648082 rows/sec., 2.25 MiB/sec.
7858 2025.02.23 09:13:28.288567 [ 253 ] {39e4abab-07a0-4685-bc42-9011e5d6b85f} <Debug> TCPHandler: Processed in 0.003290162 sec.
7859 2025.02.23 09:13:28.288594 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
7860 2025.02.23 09:13:28.288776 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7861 2025.02.23 09:13:28.288788 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7862 2025.02.23 09:13:28.288821 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part
7863 2025.02.23 09:13:28.289094 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 73 rows starting from the beginning of the part
7864 2025.02.23 09:13:28.289228 [ 255 ] {5f1d3fbc-ea39-4921-b8ea-524847b82290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7865 2025.02.23 09:13:28.289354 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 412 rows starting from the beginning of the part
7866 2025.02.23 09:13:28.289449 [ 255 ] {5f1d3fbc-ea39-4921-b8ea-524847b82290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7867 2025.02.23 09:13:28.289671 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 529 rows starting from the beginning of the part
7868 2025.02.23 09:13:28.289999 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 412 rows starting from the beginning of the part
7869 2025.02.23 09:13:28.290342 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 73 rows starting from the beginning of the part
7870 2025.02.23 09:13:28.292129 [ 255 ] {5f1d3fbc-ea39-4921-b8ea-524847b82290} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7871 2025.02.23 09:13:28.292212 [ 255 ] {5f1d3fbc-ea39-4921-b8ea-524847b82290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7872 2025.02.23 09:13:28.293053 [ 255 ] {5f1d3fbc-ea39-4921-b8ea-524847b82290} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7873 2025.02.23 09:13:28.293391 [ 194 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.004977173 sec., 484612.44967775885 rows/sec., 37.10 MiB/sec.
7874 2025.02.23 09:13:28.293536 [ 255 ] {5f1d3fbc-ea39-4921-b8ea-524847b82290} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7875 2025.02.23 09:13:28.293646 [ 187 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7876 2025.02.23 09:13:28.293765 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7877 2025.02.23 09:13:28.293893 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7878 2025.02.23 09:13:28.293965 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7879 2025.02.23 09:13:28.294005 [ 255 ] {5f1d3fbc-ea39-4921-b8ea-524847b82290} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004961 sec., 32251.562185043338 rows/sec., 2.25 MiB/sec.
7880 2025.02.23 09:13:28.294454 [ 255 ] {5f1d3fbc-ea39-4921-b8ea-524847b82290} <Debug> TCPHandler: Processed in 0.005750088 sec.
7881 2025.02.23 09:13:28.294466 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
7882 2025.02.23 09:13:28.294952 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7883 2025.02.23 09:13:28.294956 [ 187 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_56_11} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7884 2025.02.23 09:13:28.295283 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7885 2025.02.23 09:13:28.295459 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 16471 rows starting from the beginning of the part
7886 2025.02.23 09:13:28.295467 [ 187 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_56_11} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7887 2025.02.23 09:13:28.295939 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB.
7888 2025.02.23 09:13:28.296064 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part
7889 2025.02.23 09:13:28.295691 [ 253 ] {317bf05f-ba12-48e6-9578-39c9059f173c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7890 2025.02.23 09:13:28.296645 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part
7891 2025.02.23 09:13:28.296699 [ 253 ] {317bf05f-ba12-48e6-9578-39c9059f173c} <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
7892 2025.02.23 09:13:28.297149 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 880 rows starting from the beginning of the part
7893 2025.02.23 09:13:28.297604 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part
7894 2025.02.23 09:13:28.297993 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part
7895 2025.02.23 09:13:28.300854 [ 253 ] {317bf05f-ba12-48e6-9578-39c9059f173c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7896 2025.02.23 09:13:28.300927 [ 253 ] {317bf05f-ba12-48e6-9578-39c9059f173c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7897 2025.02.23 09:13:28.302423 [ 253 ] {317bf05f-ba12-48e6-9578-39c9059f173c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7898 2025.02.23 09:13:28.303010 [ 253 ] {317bf05f-ba12-48e6-9578-39c9059f173c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7899 2025.02.23 09:13:28.303312 [ 253 ] {317bf05f-ba12-48e6-9578-39c9059f173c} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.007947 sec., 1132.5028312570782 rows/sec., 2.03 MiB/sec.
7900 2025.02.23 09:13:28.303493 [ 253 ] {317bf05f-ba12-48e6-9578-39c9059f173c} <Debug> TCPHandler: Processed in 0.008884186 sec.
7901 2025.02.23 09:13:28.303689 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7902 2025.02.23 09:13:28.303816 [ 255 ] {ac4bc86d-b956-4199-be33-f485a9964d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7903 2025.02.23 09:13:28.303872 [ 255 ] {ac4bc86d-b956-4199-be33-f485a9964d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7904 2025.02.23 09:13:28.304564 [ 255 ] {ac4bc86d-b956-4199-be33-f485a9964d78} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7905 2025.02.23 09:13:28.304604 [ 255 ] {ac4bc86d-b956-4199-be33-f485a9964d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7906 2025.02.23 09:13:28.305488 [ 255 ] {ac4bc86d-b956-4199-be33-f485a9964d78} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7907 2025.02.23 09:13:28.306055 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18145 rows, containing 5 columns (5 merged, 0 gathered) in 0.011966554 sec., 1516309.5407416369 rows/sec., 102.58 MiB/sec.
7908 2025.02.23 09:13:28.306084 [ 255 ] {ac4bc86d-b956-4199-be33-f485a9964d78} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7909 2025.02.23 09:13:28.306333 [ 42 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7910 2025.02.23 09:13:28.306348 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7911 2025.02.23 09:13:28.306422 [ 42 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7912 2025.02.23 09:13:28.306513 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7913 2025.02.23 09:13:28.306689 [ 255 ] {ac4bc86d-b956-4199-be33-f485a9964d78} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002859 sec., 20986.35886673662 rows/sec., 1.41 MiB/sec.
7914 2025.02.23 09:13:28.307153 [ 255 ] {ac4bc86d-b956-4199-be33-f485a9964d78} <Debug> TCPHandler: Processed in 0.003543457 sec.
7915 2025.02.23 09:13:28.307298 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
7916 2025.02.23 09:13:28.308053 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7917 2025.02.23 09:13:28.308094 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7918 2025.02.23 09:13:28.308158 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3514 rows starting from the beginning of the part
7919 2025.02.23 09:13:28.308288 [ 194 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7920 2025.02.23 09:13:28.308400 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part
7921 2025.02.23 09:13:28.308687 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.11 MiB.
7922 2025.02.23 09:13:28.308732 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part
7923 2025.02.23 09:13:28.308963 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part
7924 2025.02.23 09:13:28.309155 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part
7925 2025.02.23 09:13:28.309356 [ 189 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part
7926 2025.02.23 09:13:28.311180 [ 195 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3858 rows, containing 4 columns (4 merged, 0 gathered) in 0.004454573 sec., 866076.277120164 rows/sec., 56.69 MiB/sec.
7927 2025.02.23 09:13:28.311563 [ 197 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7928 2025.02.23 09:13:28.311879 [ 197 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_56_11} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7929 2025.02.23 09:13:28.311967 [ 197 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_56_11} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7930 2025.02.23 09:13:28.312061 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
7931 2025.02.23 09:13:29.015660 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
7932 2025.02.23 09:13:29.037902 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7933 2025.02.23 09:13:29.037961 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7934 2025.02.23 09:13:29.045559 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7935 2025.02.23 09:13:29.046369 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7936 2025.02.23 09:13:29.049496 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
7937 2025.02.23 09:13:33.283374 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7938 2025.02.23 09:13:33.283593 [ 253 ] {da14ed05-05f5-425e-9037-7671f5074c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7939 2025.02.23 09:13:33.283676 [ 253 ] {da14ed05-05f5-425e-9037-7671f5074c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7940 2025.02.23 09:13:33.284542 [ 253 ] {da14ed05-05f5-425e-9037-7671f5074c98} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7941 2025.02.23 09:13:33.284601 [ 253 ] {da14ed05-05f5-425e-9037-7671f5074c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7942 2025.02.23 09:13:33.285083 [ 253 ] {da14ed05-05f5-425e-9037-7671f5074c98} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7943 2025.02.23 09:13:33.285365 [ 253 ] {da14ed05-05f5-425e-9037-7671f5074c98} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7944 2025.02.23 09:13:33.285578 [ 135 ] {} <Debug> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7945 2025.02.23 09:13:33.285648 [ 253 ] {da14ed05-05f5-425e-9037-7671f5074c98} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002106 sec., 100664.767331434 rows/sec., 6.40 MiB/sec.
7946 2025.02.23 09:13:33.285665 [ 135 ] {} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7947 2025.02.23 09:13:33.285737 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7948 2025.02.23 09:13:33.285798 [ 253 ] {da14ed05-05f5-425e-9037-7671f5074c98} <Debug> TCPHandler: Processed in 0.002563879 sec.
7949 2025.02.23 09:13:33.286144 [ 195 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
7950 2025.02.23 09:13:33.286161 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7951 2025.02.23 09:13:33.286477 [ 195 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7952 2025.02.23 09:13:33.286512 [ 255 ] {fed855e1-7ad2-4687-b1fe-dac08799c878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7953 2025.02.23 09:13:33.286523 [ 195 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 212 rows starting from the beginning of the part
7954 2025.02.23 09:13:33.286623 [ 255 ] {fed855e1-7ad2-4687-b1fe-dac08799c878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7955 2025.02.23 09:13:33.286697 [ 195 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part
7956 2025.02.23 09:13:33.287153 [ 195 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part
7957 2025.02.23 09:13:33.287415 [ 195 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part
7958 2025.02.23 09:13:33.287689 [ 195 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part
7959 2025.02.23 09:13:33.289020 [ 255 ] {fed855e1-7ad2-4687-b1fe-dac08799c878} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7960 2025.02.23 09:13:33.289059 [ 255 ] {fed855e1-7ad2-4687-b1fe-dac08799c878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7961 2025.02.23 09:13:33.289341 [ 201 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003486545 sec., 304025.9053016668 rows/sec., 20.50 MiB/sec.
7962 2025.02.23 09:13:33.289637 [ 201 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7963 2025.02.23 09:13:33.289740 [ 255 ] {fed855e1-7ad2-4687-b1fe-dac08799c878} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7964 2025.02.23 09:13:33.290369 [ 255 ] {fed855e1-7ad2-4687-b1fe-dac08799c878} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7965 2025.02.23 09:13:33.290373 [ 197 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_25_6} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7966 2025.02.23 09:13:33.290624 [ 197 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_25_6} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7967 2025.02.23 09:13:33.290815 [ 255 ] {fed855e1-7ad2-4687-b1fe-dac08799c878} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.004349 sec., 155667.969648195 rows/sec., 12.37 MiB/sec.
7968 2025.02.23 09:13:33.290868 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
7969 2025.02.23 09:13:33.291086 [ 255 ] {fed855e1-7ad2-4687-b1fe-dac08799c878} <Debug> TCPHandler: Processed in 0.005148306 sec.
7970 2025.02.23 09:13:33.291340 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7971 2025.02.23 09:13:33.291504 [ 253 ] {3903dea6-9385-4c0b-8423-693f01775c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7972 2025.02.23 09:13:33.291564 [ 253 ] {3903dea6-9385-4c0b-8423-693f01775c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7973 2025.02.23 09:13:33.292392 [ 253 ] {3903dea6-9385-4c0b-8423-693f01775c1a} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7974 2025.02.23 09:13:33.292439 [ 253 ] {3903dea6-9385-4c0b-8423-693f01775c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7975 2025.02.23 09:13:33.292890 [ 253 ] {3903dea6-9385-4c0b-8423-693f01775c1a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7976 2025.02.23 09:13:33.293166 [ 253 ] {3903dea6-9385-4c0b-8423-693f01775c1a} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7977 2025.02.23 09:13:33.293406 [ 253 ] {3903dea6-9385-4c0b-8423-693f01775c1a} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001933 sec., 70356.95809622349 rows/sec., 4.37 MiB/sec.
7978 2025.02.23 09:13:33.293473 [ 253 ] {3903dea6-9385-4c0b-8423-693f01775c1a} <Debug> TCPHandler: Processed in 0.002272572 sec.
7979 2025.02.23 09:13:33.293638 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7980 2025.02.23 09:13:33.293771 [ 255 ] {049db394-15a1-4218-8364-ed238cf3553f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7981 2025.02.23 09:13:33.293825 [ 255 ] {049db394-15a1-4218-8364-ed238cf3553f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7982 2025.02.23 09:13:33.294534 [ 255 ] {049db394-15a1-4218-8364-ed238cf3553f} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7983 2025.02.23 09:13:33.294569 [ 255 ] {049db394-15a1-4218-8364-ed238cf3553f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7984 2025.02.23 09:13:33.294949 [ 255 ] {049db394-15a1-4218-8364-ed238cf3553f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7985 2025.02.23 09:13:33.295217 [ 255 ] {049db394-15a1-4218-8364-ed238cf3553f} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7986 2025.02.23 09:13:33.295405 [ 255 ] {049db394-15a1-4218-8364-ed238cf3553f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001665 sec., 67867.86786786787 rows/sec., 4.39 MiB/sec.
7987 2025.02.23 09:13:33.295464 [ 255 ] {049db394-15a1-4218-8364-ed238cf3553f} <Debug> TCPHandler: Processed in 0.001889476 sec.
7988 2025.02.23 09:13:33.295642 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7989 2025.02.23 09:13:33.295771 [ 253 ] {c5f2dc44-82ea-4f87-bb66-3477e1de7280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7990 2025.02.23 09:13:33.295824 [ 253 ] {c5f2dc44-82ea-4f87-bb66-3477e1de7280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7991 2025.02.23 09:13:33.296482 [ 253 ] {c5f2dc44-82ea-4f87-bb66-3477e1de7280} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7992 2025.02.23 09:13:33.296525 [ 253 ] {c5f2dc44-82ea-4f87-bb66-3477e1de7280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7993 2025.02.23 09:13:33.296959 [ 253 ] {c5f2dc44-82ea-4f87-bb66-3477e1de7280} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7994 2025.02.23 09:13:33.297263 [ 253 ] {c5f2dc44-82ea-4f87-bb66-3477e1de7280} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7995 2025.02.23 09:13:33.297446 [ 135 ] {} <Debug> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7996 2025.02.23 09:13:33.297504 [ 135 ] {} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7997 2025.02.23 09:13:33.297525 [ 253 ] {c5f2dc44-82ea-4f87-bb66-3477e1de7280} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001776 sec., 63063.06306306306 rows/sec., 3.59 MiB/sec.
7998 2025.02.23 09:13:33.297540 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
7999 2025.02.23 09:13:33.297735 [ 253 ] {c5f2dc44-82ea-4f87-bb66-3477e1de7280} <Debug> TCPHandler: Processed in 0.00214763 sec.
8000 2025.02.23 09:13:33.298090 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8001 2025.02.23 09:13:33.298221 [ 197 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
8002 2025.02.23 09:13:33.298467 [ 255 ] {2170e0f6-6aa2-4005-b8c0-067ab74340ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8003 2025.02.23 09:13:33.298595 [ 255 ] {2170e0f6-6aa2-4005-b8c0-067ab74340ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8004 2025.02.23 09:13:33.299035 [ 197 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8005 2025.02.23 09:13:33.299185 [ 197 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 112 rows starting from the beginning of the part
8006 2025.02.23 09:13:33.299649 [ 197 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 112 rows starting from the beginning of the part
8007 2025.02.23 09:13:33.300021 [ 197 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part
8008 2025.02.23 09:13:33.300267 [ 197 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part
8009 2025.02.23 09:13:33.300671 [ 197 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part
8010 2025.02.23 09:13:33.301886 [ 255 ] {2170e0f6-6aa2-4005-b8c0-067ab74340ef} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8011 2025.02.23 09:13:33.301939 [ 255 ] {2170e0f6-6aa2-4005-b8c0-067ab74340ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8012 2025.02.23 09:13:33.303018 [ 255 ] {2170e0f6-6aa2-4005-b8c0-067ab74340ef} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8013 2025.02.23 09:13:33.303400 [ 197 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005694807 sec., 98335.20258017525 rows/sec., 5.98 MiB/sec.
8014 2025.02.23 09:13:33.303555 [ 255 ] {2170e0f6-6aa2-4005-b8c0-067ab74340ef} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8015 2025.02.23 09:13:33.303601 [ 197 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
8016 2025.02.23 09:13:33.303999 [ 255 ] {2170e0f6-6aa2-4005-b8c0-067ab74340ef} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.005648 sec., 72946.17563739377 rows/sec., 5.18 MiB/sec.
8017 2025.02.23 09:13:33.304138 [ 255 ] {2170e0f6-6aa2-4005-b8c0-067ab74340ef} <Debug> TCPHandler: Processed in 0.006226956 sec.
8018 2025.02.23 09:13:33.304215 [ 197 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_25_6} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8019 2025.02.23 09:13:33.304340 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8020 2025.02.23 09:13:33.304352 [ 197 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_25_6} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
8021 2025.02.23 09:13:33.304526 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
8022 2025.02.23 09:13:33.304586 [ 253 ] {bb21e9ac-f816-45da-9ff3-2942910855b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8023 2025.02.23 09:13:33.304646 [ 253 ] {bb21e9ac-f816-45da-9ff3-2942910855b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8024 2025.02.23 09:13:33.305355 [ 253 ] {bb21e9ac-f816-45da-9ff3-2942910855b8} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8025 2025.02.23 09:13:33.305409 [ 253 ] {bb21e9ac-f816-45da-9ff3-2942910855b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8026 2025.02.23 09:13:33.305850 [ 253 ] {bb21e9ac-f816-45da-9ff3-2942910855b8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
8027 2025.02.23 09:13:33.306126 [ 253 ] {bb21e9ac-f816-45da-9ff3-2942910855b8} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8028 2025.02.23 09:13:33.306387 [ 253 ] {bb21e9ac-f816-45da-9ff3-2942910855b8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001858 sec., 3229.278794402583 rows/sec., 168.72 KiB/sec.
8029 2025.02.23 09:13:33.306529 [ 253 ] {bb21e9ac-f816-45da-9ff3-2942910855b8} <Debug> TCPHandler: Processed in 0.002267822 sec.
8030 2025.02.23 09:13:33.306739 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8031 2025.02.23 09:13:33.306862 [ 255 ] {764d6221-3dcf-426a-a3de-86e86e1f9ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8032 2025.02.23 09:13:33.306917 [ 255 ] {764d6221-3dcf-426a-a3de-86e86e1f9ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8033 2025.02.23 09:13:33.307520 [ 255 ] {764d6221-3dcf-426a-a3de-86e86e1f9ef3} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8034 2025.02.23 09:13:33.307561 [ 255 ] {764d6221-3dcf-426a-a3de-86e86e1f9ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8035 2025.02.23 09:13:33.307993 [ 255 ] {764d6221-3dcf-426a-a3de-86e86e1f9ef3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8036 2025.02.23 09:13:33.308243 [ 255 ] {764d6221-3dcf-426a-a3de-86e86e1f9ef3} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8037 2025.02.23 09:13:33.308459 [ 255 ] {764d6221-3dcf-426a-a3de-86e86e1f9ef3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001625 sec., 145846.15384615384 rows/sec., 9.78 MiB/sec.
8038 2025.02.23 09:13:33.308515 [ 255 ] {764d6221-3dcf-426a-a3de-86e86e1f9ef3} <Debug> TCPHandler: Processed in 0.001867675 sec.
8039 2025.02.23 09:13:33.308658 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8040 2025.02.23 09:13:33.308782 [ 253 ] {f0bbfdb6-f36d-4fff-a66d-0091a4f6f77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8041 2025.02.23 09:13:33.308838 [ 253 ] {f0bbfdb6-f36d-4fff-a66d-0091a4f6f77a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8042 2025.02.23 09:13:33.309330 [ 253 ] {f0bbfdb6-f36d-4fff-a66d-0091a4f6f77a} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8043 2025.02.23 09:13:33.309371 [ 253 ] {f0bbfdb6-f36d-4fff-a66d-0091a4f6f77a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8044 2025.02.23 09:13:33.309756 [ 253 ] {f0bbfdb6-f36d-4fff-a66d-0091a4f6f77a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8045 2025.02.23 09:13:33.310017 [ 253 ] {f0bbfdb6-f36d-4fff-a66d-0091a4f6f77a} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8046 2025.02.23 09:13:33.310245 [ 253 ] {f0bbfdb6-f36d-4fff-a66d-0091a4f6f77a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001489 sec., 671.591672263264 rows/sec., 45.25 KiB/sec.
8047 2025.02.23 09:13:33.310305 [ 253 ] {f0bbfdb6-f36d-4fff-a66d-0091a4f6f77a} <Debug> TCPHandler: Processed in 0.001705132 sec.
8048 2025.02.23 09:13:33.310446 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8049 2025.02.23 09:13:33.310562 [ 255 ] {b312aadc-4e1b-4a51-8eb1-120956749a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8050 2025.02.23 09:13:33.310652 [ 255 ] {b312aadc-4e1b-4a51-8eb1-120956749a5c} <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
8051 2025.02.23 09:13:33.312013 [ 255 ] {b312aadc-4e1b-4a51-8eb1-120956749a5c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8052 2025.02.23 09:13:33.312053 [ 255 ] {b312aadc-4e1b-4a51-8eb1-120956749a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8053 2025.02.23 09:13:33.312745 [ 255 ] {b312aadc-4e1b-4a51-8eb1-120956749a5c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8054 2025.02.23 09:13:33.313026 [ 255 ] {b312aadc-4e1b-4a51-8eb1-120956749a5c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8055 2025.02.23 09:13:33.313278 [ 255 ] {b312aadc-4e1b-4a51-8eb1-120956749a5c} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00274 sec., 10948.905109489051 rows/sec., 19.62 MiB/sec.
8056 2025.02.23 09:13:33.313406 [ 255 ] {b312aadc-4e1b-4a51-8eb1-120956749a5c} <Debug> TCPHandler: Processed in 0.003016906 sec.
8057 2025.02.23 09:13:33.313549 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8058 2025.02.23 09:13:33.313684 [ 253 ] {31fc1db0-4c76-4e9b-94e1-ff3cd007c7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8059 2025.02.23 09:13:33.313745 [ 253 ] {31fc1db0-4c76-4e9b-94e1-ff3cd007c7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8060 2025.02.23 09:13:33.314342 [ 253 ] {31fc1db0-4c76-4e9b-94e1-ff3cd007c7bd} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8061 2025.02.23 09:13:33.314390 [ 253 ] {31fc1db0-4c76-4e9b-94e1-ff3cd007c7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8062 2025.02.23 09:13:33.314928 [ 253 ] {31fc1db0-4c76-4e9b-94e1-ff3cd007c7bd} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8063 2025.02.23 09:13:33.315174 [ 253 ] {31fc1db0-4c76-4e9b-94e1-ff3cd007c7bd} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8064 2025.02.23 09:13:33.315426 [ 253 ] {31fc1db0-4c76-4e9b-94e1-ff3cd007c7bd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001765 sec., 46458.923512747875 rows/sec., 2.95 MiB/sec.
8065 2025.02.23 09:13:33.315584 [ 253 ] {31fc1db0-4c76-4e9b-94e1-ff3cd007c7bd} <Debug> TCPHandler: Processed in 0.002088009 sec.
8066 2025.02.23 09:13:35.247094 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849
8067 2025.02.23 09:13:35.247780 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8068 2025.02.23 09:13:35.247828 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8069 2025.02.23 09:13:35.248378 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8070 2025.02.23 09:13:35.248637 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8071 2025.02.23 09:13:35.248871 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
8072 2025.02.23 09:13:35.248895 [ 134 ] {} <Debug> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8073 2025.02.23 09:13:35.248990 [ 134 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8074 2025.02.23 09:13:35.249029 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8075 2025.02.23 09:13:35.249239 [ 196 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
8076 2025.02.23 09:13:35.249511 [ 196 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8077 2025.02.23 09:13:35.249557 [ 196 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part
8078 2025.02.23 09:13:35.249644 [ 196 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part
8079 2025.02.23 09:13:35.249919 [ 196 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part
8080 2025.02.23 09:13:35.250060 [ 196 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part
8081 2025.02.23 09:13:35.250257 [ 196 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part
8082 2025.02.23 09:13:35.250406 [ 196 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part
8083 2025.02.23 09:13:35.252931 [ 193 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003812472 sec., 4944036.310299459 rows/sec., 70.73 MiB/sec.
8084 2025.02.23 09:13:35.253324 [ 193 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8085 2025.02.23 09:13:35.253687 [ 193 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_41_8} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8086 2025.02.23 09:13:35.253784 [ 193 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_41_8} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8087 2025.02.23 09:13:35.253909 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB.
8088 2025.02.23 09:13:36.549620 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
8089 2025.02.23 09:13:36.571822 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8090 2025.02.23 09:13:36.571882 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8091 2025.02.23 09:13:36.579295 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8092 2025.02.23 09:13:36.580069 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8093 2025.02.23 09:13:36.580363 [ 131 ] {} <Debug> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8094 2025.02.23 09:13:36.580419 [ 131 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8095 2025.02.23 09:13:36.580455 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8096 2025.02.23 09:13:36.581124 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
8097 2025.02.23 09:13:36.600040 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
8098 2025.02.23 09:13:36.601074 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8099 2025.02.23 09:13:36.602745 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part
8100 2025.02.23 09:13:36.608289 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part
8101 2025.02.23 09:13:36.613740 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part
8102 2025.02.23 09:13:36.619147 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part
8103 2025.02.23 09:13:36.624864 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part
8104 2025.02.23 09:13:36.629375 [ 190 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part
8105 2025.02.23 09:13:36.690227 [ 192 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.109651992 sec., 2818.006261117445 rows/sec., 14.57 MiB/sec.
8106 2025.02.23 09:13:36.692151 [ 198 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8107 2025.02.23 09:13:36.694602 [ 198 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_41_8} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8108 2025.02.23 09:13:36.694703 [ 198 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_41_8} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8109 2025.02.23 09:13:36.696089 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
8110 2025.02.23 09:13:37.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.02 MiB, peak 227.44 MiB, free memory in arenas 0.00 B, will set to 216.36 MiB (RSS), difference: 2.35 MiB
8111 2025.02.23 09:13:37.823711 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1132
8112 2025.02.23 09:13:37.827030 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8113 2025.02.23 09:13:37.827092 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8114 2025.02.23 09:13:37.828610 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8115 2025.02.23 09:13:37.828954 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8116 2025.02.23 09:13:37.830219 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1132
8117 2025.02.23 09:13:38.275760 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8118 2025.02.23 09:13:38.275988 [ 253 ] {89e66b97-d769-43a9-870c-23db24937117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8119 2025.02.23 09:13:38.276075 [ 253 ] {89e66b97-d769-43a9-870c-23db24937117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8120 2025.02.23 09:13:38.277007 [ 253 ] {89e66b97-d769-43a9-870c-23db24937117} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8121 2025.02.23 09:13:38.277064 [ 253 ] {89e66b97-d769-43a9-870c-23db24937117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8122 2025.02.23 09:13:38.277536 [ 253 ] {89e66b97-d769-43a9-870c-23db24937117} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8123 2025.02.23 09:13:38.277813 [ 253 ] {89e66b97-d769-43a9-870c-23db24937117} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8124 2025.02.23 09:13:38.278087 [ 253 ] {89e66b97-d769-43a9-870c-23db24937117} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.002161 sec., 34243.405830633965 rows/sec., 2.77 MiB/sec.
8125 2025.02.23 09:13:38.278161 [ 253 ] {89e66b97-d769-43a9-870c-23db24937117} <Debug> TCPHandler: Processed in 0.002552878 sec.
8126 2025.02.23 09:13:38.278429 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8127 2025.02.23 09:13:38.278625 [ 255 ] {d8cfb1df-831d-4256-bbc9-9caf8afb5eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8128 2025.02.23 09:13:38.278700 [ 255 ] {d8cfb1df-831d-4256-bbc9-9caf8afb5eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8129 2025.02.23 09:13:38.279437 [ 255 ] {d8cfb1df-831d-4256-bbc9-9caf8afb5eb3} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8130 2025.02.23 09:13:38.279484 [ 255 ] {d8cfb1df-831d-4256-bbc9-9caf8afb5eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8131 2025.02.23 09:13:38.279982 [ 255 ] {d8cfb1df-831d-4256-bbc9-9caf8afb5eb3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8132 2025.02.23 09:13:38.280247 [ 255 ] {d8cfb1df-831d-4256-bbc9-9caf8afb5eb3} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8133 2025.02.23 09:13:38.280445 [ 129 ] {} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8134 2025.02.23 09:13:38.280510 [ 255 ] {d8cfb1df-831d-4256-bbc9-9caf8afb5eb3} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001936 sec., 4648.760330578512 rows/sec., 349.56 KiB/sec.
8135 2025.02.23 09:13:38.280523 [ 129 ] {} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8136 2025.02.23 09:13:38.280594 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8137 2025.02.23 09:13:38.280648 [ 255 ] {d8cfb1df-831d-4256-bbc9-9caf8afb5eb3} <Debug> TCPHandler: Processed in 0.002353254 sec.
8138 2025.02.23 09:13:38.280790 [ 199 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
8139 2025.02.23 09:13:38.280855 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8140 2025.02.23 09:13:38.280940 [ 199 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8141 2025.02.23 09:13:38.281028 [ 199 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 163 rows starting from the beginning of the part
8142 2025.02.23 09:13:38.281117 [ 253 ] {be2f333b-8545-4ac3-a25d-118a7c243402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8143 2025.02.23 09:13:38.281254 [ 199 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 9 rows starting from the beginning of the part
8144 2025.02.23 09:13:38.281301 [ 253 ] {be2f333b-8545-4ac3-a25d-118a7c243402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8145 2025.02.23 09:13:38.281671 [ 199 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 136 rows starting from the beginning of the part
8146 2025.02.23 09:13:38.282028 [ 199 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 9 rows starting from the beginning of the part
8147 2025.02.23 09:13:38.282349 [ 199 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 136 rows starting from the beginning of the part
8148 2025.02.23 09:13:38.282628 [ 199 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 9 rows starting from the beginning of the part
8149 2025.02.23 09:13:38.284463 [ 253 ] {be2f333b-8545-4ac3-a25d-118a7c243402} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8150 2025.02.23 09:13:38.284533 [ 253 ] {be2f333b-8545-4ac3-a25d-118a7c243402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8151 2025.02.23 09:13:38.285698 [ 253 ] {be2f333b-8545-4ac3-a25d-118a7c243402} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8152 2025.02.23 09:13:38.285745 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.005046655 sec., 91545.78626833022 rows/sec., 6.13 MiB/sec.
8153 2025.02.23 09:13:38.285937 [ 191 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8154 2025.02.23 09:13:38.286105 [ 253 ] {be2f333b-8545-4ac3-a25d-118a7c243402} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8155 2025.02.23 09:13:38.286560 [ 191 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_51_10} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8156 2025.02.23 09:13:38.286570 [ 253 ] {be2f333b-8545-4ac3-a25d-118a7c243402} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.005528 sec., 13205.499276411 rows/sec., 1.03 MiB/sec.
8157 2025.02.23 09:13:38.286750 [ 253 ] {be2f333b-8545-4ac3-a25d-118a7c243402} <Debug> TCPHandler: Processed in 0.005977892 sec.
8158 2025.02.23 09:13:38.286769 [ 191 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_51_10} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8159 2025.02.23 09:13:38.286905 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
8160 2025.02.23 09:13:38.286941 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8161 2025.02.23 09:13:38.287062 [ 255 ] {782986a6-3cda-421b-ba92-0a53880ce998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8162 2025.02.23 09:13:38.287117 [ 255 ] {782986a6-3cda-421b-ba92-0a53880ce998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8163 2025.02.23 09:13:38.287701 [ 255 ] {782986a6-3cda-421b-ba92-0a53880ce998} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8164 2025.02.23 09:13:38.287741 [ 255 ] {782986a6-3cda-421b-ba92-0a53880ce998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8165 2025.02.23 09:13:38.288153 [ 255 ] {782986a6-3cda-421b-ba92-0a53880ce998} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8166 2025.02.23 09:13:38.288402 [ 255 ] {782986a6-3cda-421b-ba92-0a53880ce998} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8167 2025.02.23 09:13:38.288630 [ 255 ] {782986a6-3cda-421b-ba92-0a53880ce998} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec.
8168 2025.02.23 09:13:38.288686 [ 255 ] {782986a6-3cda-421b-ba92-0a53880ce998} <Debug> TCPHandler: Processed in 0.001819404 sec.
8169 2025.02.23 09:13:38.288835 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8170 2025.02.23 09:13:38.288979 [ 253 ] {4a492e2d-94a4-4735-8167-2304a7fcfef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8171 2025.02.23 09:13:38.289075 [ 253 ] {4a492e2d-94a4-4735-8167-2304a7fcfef6} <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
8172 2025.02.23 09:13:38.290339 [ 253 ] {4a492e2d-94a4-4735-8167-2304a7fcfef6} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8173 2025.02.23 09:13:38.290382 [ 253 ] {4a492e2d-94a4-4735-8167-2304a7fcfef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8174 2025.02.23 09:13:38.291048 [ 253 ] {4a492e2d-94a4-4735-8167-2304a7fcfef6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8175 2025.02.23 09:13:38.291313 [ 253 ] {4a492e2d-94a4-4735-8167-2304a7fcfef6} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8176 2025.02.23 09:13:38.291609 [ 253 ] {4a492e2d-94a4-4735-8167-2304a7fcfef6} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002659 sec., 3384.7311019180142 rows/sec., 6.07 MiB/sec.
8177 2025.02.23 09:13:38.292066 [ 253 ] {4a492e2d-94a4-4735-8167-2304a7fcfef6} <Debug> TCPHandler: Processed in 0.003289712 sec.
8178 2025.02.23 09:13:38.292587 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8179 2025.02.23 09:13:38.292736 [ 255 ] {85dcc6e9-229c-430d-adbd-b243bc7ddf7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8180 2025.02.23 09:13:38.292798 [ 255 ] {85dcc6e9-229c-430d-adbd-b243bc7ddf7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8181 2025.02.23 09:13:38.293379 [ 255 ] {85dcc6e9-229c-430d-adbd-b243bc7ddf7d} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8182 2025.02.23 09:13:38.293427 [ 255 ] {85dcc6e9-229c-430d-adbd-b243bc7ddf7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8183 2025.02.23 09:13:38.293881 [ 255 ] {85dcc6e9-229c-430d-adbd-b243bc7ddf7d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8184 2025.02.23 09:13:38.294127 [ 255 ] {85dcc6e9-229c-430d-adbd-b243bc7ddf7d} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8185 2025.02.23 09:13:38.294350 [ 255 ] {85dcc6e9-229c-430d-adbd-b243bc7ddf7d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001649 sec., 36385.68829593693 rows/sec., 2.45 MiB/sec.
8186 2025.02.23 09:13:38.294401 [ 255 ] {85dcc6e9-229c-430d-adbd-b243bc7ddf7d} <Debug> TCPHandler: Processed in 0.001884186 sec.
8187 2025.02.23 09:13:42.579656 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache
8188 2025.02.23 09:13:42.579718 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache
8189 2025.02.23 09:13:42.749063 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276
8190 2025.02.23 09:13:42.749808 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8191 2025.02.23 09:13:42.749866 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8192 2025.02.23 09:13:42.750440 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8193 2025.02.23 09:13:42.750719 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8194 2025.02.23 09:13:42.750999 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
8195 2025.02.23 09:13:43.283389 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8196 2025.02.23 09:13:43.283618 [ 253 ] {53ed18e9-ba32-408f-b23d-953f6e91609c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8197 2025.02.23 09:13:43.283702 [ 253 ] {53ed18e9-ba32-408f-b23d-953f6e91609c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8198 2025.02.23 09:13:43.284618 [ 253 ] {53ed18e9-ba32-408f-b23d-953f6e91609c} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8199 2025.02.23 09:13:43.284667 [ 253 ] {53ed18e9-ba32-408f-b23d-953f6e91609c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8200 2025.02.23 09:13:43.285115 [ 253 ] {53ed18e9-ba32-408f-b23d-953f6e91609c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8201 2025.02.23 09:13:43.285374 [ 253 ] {53ed18e9-ba32-408f-b23d-953f6e91609c} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8202 2025.02.23 09:13:43.285627 [ 253 ] {53ed18e9-ba32-408f-b23d-953f6e91609c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002068 sec., 102514.50676982592 rows/sec., 6.52 MiB/sec.
8203 2025.02.23 09:13:43.285694 [ 253 ] {53ed18e9-ba32-408f-b23d-953f6e91609c} <Debug> TCPHandler: Processed in 0.002450756 sec.
8204 2025.02.23 09:13:43.285971 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8205 2025.02.23 09:13:43.286188 [ 255 ] {6a6a84ae-bd7e-487b-9b36-2e80afce11b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8206 2025.02.23 09:13:43.286275 [ 255 ] {6a6a84ae-bd7e-487b-9b36-2e80afce11b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8207 2025.02.23 09:13:43.287470 [ 255 ] {6a6a84ae-bd7e-487b-9b36-2e80afce11b1} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8208 2025.02.23 09:13:43.287526 [ 255 ] {6a6a84ae-bd7e-487b-9b36-2e80afce11b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8209 2025.02.23 09:13:43.288067 [ 255 ] {6a6a84ae-bd7e-487b-9b36-2e80afce11b1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8210 2025.02.23 09:13:43.288327 [ 255 ] {6a6a84ae-bd7e-487b-9b36-2e80afce11b1} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8211 2025.02.23 09:13:43.288603 [ 255 ] {6a6a84ae-bd7e-487b-9b36-2e80afce11b1} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002474 sec., 273645.9175424414 rows/sec., 21.75 MiB/sec.
8212 2025.02.23 09:13:43.288672 [ 255 ] {6a6a84ae-bd7e-487b-9b36-2e80afce11b1} <Debug> TCPHandler: Processed in 0.002846813 sec.
8213 2025.02.23 09:13:43.288849 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8214 2025.02.23 09:13:43.289000 [ 253 ] {b20054f5-63c8-4075-b6b2-78c027fba322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8215 2025.02.23 09:13:43.289063 [ 253 ] {b20054f5-63c8-4075-b6b2-78c027fba322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8216 2025.02.23 09:13:43.289823 [ 253 ] {b20054f5-63c8-4075-b6b2-78c027fba322} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8217 2025.02.23 09:13:43.289871 [ 253 ] {b20054f5-63c8-4075-b6b2-78c027fba322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8218 2025.02.23 09:13:43.290280 [ 253 ] {b20054f5-63c8-4075-b6b2-78c027fba322} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8219 2025.02.23 09:13:43.290538 [ 253 ] {b20054f5-63c8-4075-b6b2-78c027fba322} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8220 2025.02.23 09:13:43.290750 [ 253 ] {b20054f5-63c8-4075-b6b2-78c027fba322} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001785 sec., 76190.4761904762 rows/sec., 4.73 MiB/sec.
8221 2025.02.23 09:13:43.290805 [ 253 ] {b20054f5-63c8-4075-b6b2-78c027fba322} <Debug> TCPHandler: Processed in 0.002027968 sec.
8222 2025.02.23 09:13:43.290963 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8223 2025.02.23 09:13:43.291091 [ 255 ] {161cb1ba-393a-4a27-bd84-f231f5f7383e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8224 2025.02.23 09:13:43.291145 [ 255 ] {161cb1ba-393a-4a27-bd84-f231f5f7383e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8225 2025.02.23 09:13:43.291859 [ 255 ] {161cb1ba-393a-4a27-bd84-f231f5f7383e} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8226 2025.02.23 09:13:43.291902 [ 255 ] {161cb1ba-393a-4a27-bd84-f231f5f7383e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8227 2025.02.23 09:13:43.292295 [ 255 ] {161cb1ba-393a-4a27-bd84-f231f5f7383e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8228 2025.02.23 09:13:43.292534 [ 255 ] {161cb1ba-393a-4a27-bd84-f231f5f7383e} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8229 2025.02.23 09:13:43.292708 [ 122 ] {} <Debug> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8230 2025.02.23 09:13:43.292782 [ 255 ] {161cb1ba-393a-4a27-bd84-f231f5f7383e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001717 sec., 65812.4635993011 rows/sec., 4.26 MiB/sec.
8231 2025.02.23 09:13:43.292789 [ 122 ] {} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8232 2025.02.23 09:13:43.292865 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8233 2025.02.23 09:13:43.292920 [ 255 ] {161cb1ba-393a-4a27-bd84-f231f5f7383e} <Debug> TCPHandler: Processed in 0.002016568 sec.
8234 2025.02.23 09:13:43.293079 [ 199 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
8235 2025.02.23 09:13:43.293121 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8236 2025.02.23 09:13:43.293300 [ 199 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8237 2025.02.23 09:13:43.293344 [ 253 ] {68daddc8-ceff-4e37-a30b-f53444858092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8238 2025.02.23 09:13:43.293395 [ 199 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 342 rows starting from the beginning of the part
8239 2025.02.23 09:13:43.293452 [ 253 ] {68daddc8-ceff-4e37-a30b-f53444858092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8240 2025.02.23 09:13:43.293683 [ 199 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part
8241 2025.02.23 09:13:43.294077 [ 199 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 228 rows starting from the beginning of the part
8242 2025.02.23 09:13:43.294425 [ 199 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 113 rows starting from the beginning of the part
8243 2025.02.23 09:13:43.294829 [ 199 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 113 rows starting from the beginning of the part
8244 2025.02.23 09:13:43.295213 [ 199 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 113 rows starting from the beginning of the part
8245 2025.02.23 09:13:43.296580 [ 253 ] {68daddc8-ceff-4e37-a30b-f53444858092} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8246 2025.02.23 09:13:43.296657 [ 253 ] {68daddc8-ceff-4e37-a30b-f53444858092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8247 2025.02.23 09:13:43.297673 [ 253 ] {68daddc8-ceff-4e37-a30b-f53444858092} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8248 2025.02.23 09:13:43.298113 [ 200 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.005143636 sec., 198692.13140276645 rows/sec., 13.88 MiB/sec.
8249 2025.02.23 09:13:43.298147 [ 253 ] {68daddc8-ceff-4e37-a30b-f53444858092} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8250 2025.02.23 09:13:43.298322 [ 187 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8251 2025.02.23 09:13:43.298578 [ 253 ] {68daddc8-ceff-4e37-a30b-f53444858092} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005276 sec., 21228.203184230475 rows/sec., 1.21 MiB/sec.
8252 2025.02.23 09:13:43.298740 [ 253 ] {68daddc8-ceff-4e37-a30b-f53444858092} <Debug> TCPHandler: Processed in 0.005690057 sec.
8253 2025.02.23 09:13:43.298914 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8254 2025.02.23 09:13:43.298941 [ 187 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_36_7} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8255 2025.02.23 09:13:43.299029 [ 187 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_36_7} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8256 2025.02.23 09:13:43.299051 [ 255 ] {1786fa82-8b93-4ad0-b8ff-6d879c65c9b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8257 2025.02.23 09:13:43.299118 [ 255 ] {1786fa82-8b93-4ad0-b8ff-6d879c65c9b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8258 2025.02.23 09:13:43.299120 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
8259 2025.02.23 09:13:43.299853 [ 255 ] {1786fa82-8b93-4ad0-b8ff-6d879c65c9b4} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8260 2025.02.23 09:13:43.299892 [ 255 ] {1786fa82-8b93-4ad0-b8ff-6d879c65c9b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8261 2025.02.23 09:13:43.300276 [ 255 ] {1786fa82-8b93-4ad0-b8ff-6d879c65c9b4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8262 2025.02.23 09:13:43.300516 [ 255 ] {1786fa82-8b93-4ad0-b8ff-6d879c65c9b4} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8263 2025.02.23 09:13:43.300749 [ 255 ] {1786fa82-8b93-4ad0-b8ff-6d879c65c9b4} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001726 sec., 238702.20162224796 rows/sec., 16.97 MiB/sec.
8264 2025.02.23 09:13:43.300822 [ 255 ] {1786fa82-8b93-4ad0-b8ff-6d879c65c9b4} <Debug> TCPHandler: Processed in 0.001980647 sec.
8265 2025.02.23 09:13:43.301015 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8266 2025.02.23 09:13:43.301166 [ 253 ] {8e62a2dd-34d3-4192-8ef1-aac77498a056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8267 2025.02.23 09:13:43.301228 [ 253 ] {8e62a2dd-34d3-4192-8ef1-aac77498a056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8268 2025.02.23 09:13:43.301816 [ 253 ] {8e62a2dd-34d3-4192-8ef1-aac77498a056} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8269 2025.02.23 09:13:43.301864 [ 253 ] {8e62a2dd-34d3-4192-8ef1-aac77498a056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8270 2025.02.23 09:13:43.302254 [ 253 ] {8e62a2dd-34d3-4192-8ef1-aac77498a056} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
8271 2025.02.23 09:13:43.302507 [ 253 ] {8e62a2dd-34d3-4192-8ef1-aac77498a056} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8272 2025.02.23 09:13:43.302635 [ 120 ] {} <Debug> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
8273 2025.02.23 09:13:43.302678 [ 120 ] {} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8274 2025.02.23 09:13:43.302699 [ 253 ] {8e62a2dd-34d3-4192-8ef1-aac77498a056} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00156 sec., 3846.153846153846 rows/sec., 200.95 KiB/sec.
8275 2025.02.23 09:13:43.302704 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8276 2025.02.23 09:13:43.302805 [ 253 ] {8e62a2dd-34d3-4192-8ef1-aac77498a056} <Debug> TCPHandler: Processed in 0.001885245 sec.
8277 2025.02.23 09:13:43.303000 [ 194 ] {37484327-4929-4ab5-99b6-945707f466d8::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
8278 2025.02.23 09:13:43.303023 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8279 2025.02.23 09:13:43.303287 [ 194 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8280 2025.02.23 09:13:43.303299 [ 255 ] {c44075e4-35ab-40c3-8ea3-523587168b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8281 2025.02.23 09:13:43.303352 [ 194 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part
8282 2025.02.23 09:13:43.303426 [ 255 ] {c44075e4-35ab-40c3-8ea3-523587168b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8283 2025.02.23 09:13:43.303621 [ 194 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
8284 2025.02.23 09:13:43.303961 [ 194 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
8285 2025.02.23 09:13:43.304367 [ 194 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
8286 2025.02.23 09:13:43.304703 [ 194 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
8287 2025.02.23 09:13:43.305006 [ 194 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
8288 2025.02.23 09:13:43.306445 [ 255 ] {c44075e4-35ab-40c3-8ea3-523587168b85} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8289 2025.02.23 09:13:43.306526 [ 255 ] {c44075e4-35ab-40c3-8ea3-523587168b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8290 2025.02.23 09:13:43.307750 [ 255 ] {c44075e4-35ab-40c3-8ea3-523587168b85} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8291 2025.02.23 09:13:43.307756 [ 187 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004934162 sec., 31616.310935879286 rows/sec., 1.61 MiB/sec.
8292 2025.02.23 09:13:43.307939 [ 200 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
8293 2025.02.23 09:13:43.308122 [ 255 ] {c44075e4-35ab-40c3-8ea3-523587168b85} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8294 2025.02.23 09:13:43.308500 [ 255 ] {c44075e4-35ab-40c3-8ea3-523587168b85} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005296 sec., 44750.75528700906 rows/sec., 3.00 MiB/sec.
8295 2025.02.23 09:13:43.308615 [ 200 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_26_5} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8296 2025.02.23 09:13:43.308646 [ 255 ] {c44075e4-35ab-40c3-8ea3-523587168b85} <Debug> TCPHandler: Processed in 0.005727127 sec.
8297 2025.02.23 09:13:43.308820 [ 200 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_26_5} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
8298 2025.02.23 09:13:43.308857 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8299 2025.02.23 09:13:43.308940 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8300 2025.02.23 09:13:43.309012 [ 253 ] {5bb540b4-b86a-4783-af7e-0c673eccff12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8301 2025.02.23 09:13:43.309062 [ 253 ] {5bb540b4-b86a-4783-af7e-0c673eccff12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8302 2025.02.23 09:13:43.309529 [ 253 ] {5bb540b4-b86a-4783-af7e-0c673eccff12} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8303 2025.02.23 09:13:43.309567 [ 253 ] {5bb540b4-b86a-4783-af7e-0c673eccff12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8304 2025.02.23 09:13:43.309925 [ 253 ] {5bb540b4-b86a-4783-af7e-0c673eccff12} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8305 2025.02.23 09:13:43.310166 [ 253 ] {5bb540b4-b86a-4783-af7e-0c673eccff12} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8306 2025.02.23 09:13:43.310357 [ 253 ] {5bb540b4-b86a-4783-af7e-0c673eccff12} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001373 sec., 728.3321194464676 rows/sec., 49.08 KiB/sec.
8307 2025.02.23 09:13:43.310468 [ 253 ] {5bb540b4-b86a-4783-af7e-0c673eccff12} <Debug> TCPHandler: Processed in 0.001700502 sec.
8308 2025.02.23 09:13:43.310630 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8309 2025.02.23 09:13:43.310747 [ 255 ] {3df9556e-5cd0-4a3a-b4e4-07590496e342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8310 2025.02.23 09:13:43.310829 [ 255 ] {3df9556e-5cd0-4a3a-b4e4-07590496e342} <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
8311 2025.02.23 09:13:43.312001 [ 255 ] {3df9556e-5cd0-4a3a-b4e4-07590496e342} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8312 2025.02.23 09:13:43.312041 [ 255 ] {3df9556e-5cd0-4a3a-b4e4-07590496e342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8313 2025.02.23 09:13:43.312706 [ 255 ] {3df9556e-5cd0-4a3a-b4e4-07590496e342} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8314 2025.02.23 09:13:43.312968 [ 255 ] {3df9556e-5cd0-4a3a-b4e4-07590496e342} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8315 2025.02.23 09:13:43.313146 [ 120 ] {} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8316 2025.02.23 09:13:43.313211 [ 120 ] {} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8317 2025.02.23 09:13:43.313246 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8318 2025.02.23 09:13:43.313258 [ 255 ] {3df9556e-5cd0-4a3a-b4e4-07590496e342} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002525 sec., 11881.188118811882 rows/sec., 21.29 MiB/sec.
8319 2025.02.23 09:13:43.313465 [ 187 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
8320 2025.02.23 09:13:43.313525 [ 255 ] {3df9556e-5cd0-4a3a-b4e4-07590496e342} <Debug> TCPHandler: Processed in 0.002952505 sec.
8321 2025.02.23 09:13:43.313731 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8322 2025.02.23 09:13:43.313821 [ 187 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8323 2025.02.23 09:13:43.313983 [ 187 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 937 rows starting from the beginning of the part
8324 2025.02.23 09:13:43.313988 [ 253 ] {e3a6c061-319c-4120-a604-2cc373e25b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8325 2025.02.23 09:13:43.314113 [ 253 ] {e3a6c061-319c-4120-a604-2cc373e25b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8326 2025.02.23 09:13:43.314792 [ 187 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 30 rows starting from the beginning of the part
8327 2025.02.23 09:13:43.315596 [ 187 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 9 rows starting from the beginning of the part
8328 2025.02.23 09:13:43.316352 [ 187 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 30 rows starting from the beginning of the part
8329 2025.02.23 09:13:43.316487 [ 253 ] {e3a6c061-319c-4120-a604-2cc373e25b65} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8330 2025.02.23 09:13:43.316607 [ 253 ] {e3a6c061-319c-4120-a604-2cc373e25b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8331 2025.02.23 09:13:43.317040 [ 187 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 9 rows starting from the beginning of the part
8332 2025.02.23 09:13:43.317651 [ 187 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part
8333 2025.02.23 09:13:43.318144 [ 253 ] {e3a6c061-319c-4120-a604-2cc373e25b65} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8334 2025.02.23 09:13:43.318804 [ 253 ] {e3a6c061-319c-4120-a604-2cc373e25b65} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8335 2025.02.23 09:13:43.319229 [ 253 ] {e3a6c061-319c-4120-a604-2cc373e25b65} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00532 sec., 15413.533834586466 rows/sec., 1002.45 KiB/sec.
8336 2025.02.23 09:13:43.319423 [ 253 ] {e3a6c061-319c-4120-a604-2cc373e25b65} <Debug> TCPHandler: Processed in 0.005801379 sec.
8337 2025.02.23 09:13:43.325302 [ 200 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1045 rows, containing 19 columns (19 merged, 0 gathered) in 0.011974264 sec., 87270.49946451823 rows/sec., 156.38 MiB/sec.
8338 2025.02.23 09:13:43.326474 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8339 2025.02.23 09:13:43.327011 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8340 2025.02.23 09:13:43.327121 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8341 2025.02.23 09:13:43.327323 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.34 MiB.
8342 2025.02.23 09:13:44.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.26 MiB, peak 227.44 MiB, free memory in arenas 0.00 B, will set to 218.70 MiB (RSS), difference: 1.44 MiB
8343 2025.02.23 09:13:44.100181 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
8344 2025.02.23 09:13:44.119931 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8345 2025.02.23 09:13:44.119987 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB.
8346 2025.02.23 09:13:44.126931 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8347 2025.02.23 09:13:44.127698 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8348 2025.02.23 09:13:44.130521 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
8349 2025.02.23 09:13:47.830498 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1166
8350 2025.02.23 09:13:47.833681 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8351 2025.02.23 09:13:47.833742 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8352 2025.02.23 09:13:47.835234 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8353 2025.02.23 09:13:47.835553 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8354 2025.02.23 09:13:47.835794 [ 116 ] {} <Debug> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8355 2025.02.23 09:13:47.835921 [ 116 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8356 2025.02.23 09:13:47.836003 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8357 2025.02.23 09:13:47.836651 [ 201 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::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
8358 2025.02.23 09:13:47.837801 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1166
8359 2025.02.23 09:13:47.838229 [ 201 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8360 2025.02.23 09:13:47.838415 [ 201 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 992 rows starting from the beginning of the part
8361 2025.02.23 09:13:47.839048 [ 201 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part
8362 2025.02.23 09:13:47.839707 [ 201 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part
8363 2025.02.23 09:13:47.840337 [ 201 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part
8364 2025.02.23 09:13:47.841035 [ 201 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part
8365 2025.02.23 09:13:47.841637 [ 201 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part
8366 2025.02.23 09:13:47.850361 [ 200 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1166 rows, containing 72 columns (72 merged, 0 gathered) in 0.014168875 sec., 82293.05431800337 rows/sec., 65.87 MiB/sec.
8367 2025.02.23 09:13:47.851958 [ 195 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8368 2025.02.23 09:13:47.852790 [ 195 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_31_6} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8369 2025.02.23 09:13:47.852893 [ 195 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_31_6} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8370 2025.02.23 09:13:47.853220 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.75 MiB.
8371 2025.02.23 09:13:48.307685 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8372 2025.02.23 09:13:48.307871 [ 253 ] {29ac7513-bb46-4cba-bcbc-a726ab0f152d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8373 2025.02.23 09:13:48.307947 [ 253 ] {29ac7513-bb46-4cba-bcbc-a726ab0f152d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8374 2025.02.23 09:13:48.308754 [ 253 ] {29ac7513-bb46-4cba-bcbc-a726ab0f152d} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8375 2025.02.23 09:13:48.308801 [ 253 ] {29ac7513-bb46-4cba-bcbc-a726ab0f152d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8376 2025.02.23 09:13:48.309232 [ 253 ] {29ac7513-bb46-4cba-bcbc-a726ab0f152d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
8377 2025.02.23 09:13:48.309492 [ 253 ] {29ac7513-bb46-4cba-bcbc-a726ab0f152d} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8378 2025.02.23 09:13:48.309753 [ 253 ] {29ac7513-bb46-4cba-bcbc-a726ab0f152d} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001935 sec., 6201.550387596899 rows/sec., 505.69 KiB/sec.
8379 2025.02.23 09:13:48.309842 [ 253 ] {29ac7513-bb46-4cba-bcbc-a726ab0f152d} <Debug> TCPHandler: Processed in 0.002288653 sec.
8380 2025.02.23 09:13:48.310122 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8381 2025.02.23 09:13:48.310299 [ 255 ] {1d52b20c-9fa4-43c1-9781-be4379a984f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8382 2025.02.23 09:13:48.310366 [ 255 ] {1d52b20c-9fa4-43c1-9781-be4379a984f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8383 2025.02.23 09:13:48.311725 [ 255 ] {1d52b20c-9fa4-43c1-9781-be4379a984f0} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8384 2025.02.23 09:13:48.311766 [ 255 ] {1d52b20c-9fa4-43c1-9781-be4379a984f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8385 2025.02.23 09:13:48.312255 [ 255 ] {1d52b20c-9fa4-43c1-9781-be4379a984f0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8386 2025.02.23 09:13:48.312510 [ 255 ] {1d52b20c-9fa4-43c1-9781-be4379a984f0} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8387 2025.02.23 09:13:48.312711 [ 255 ] {1d52b20c-9fa4-43c1-9781-be4379a984f0} <Debug> executeQuery: Read 1220 rows, 103.13 KiB in 0.002463 sec., 495330.8972797402 rows/sec., 40.89 MiB/sec.
8388 2025.02.23 09:13:48.312767 [ 255 ] {1d52b20c-9fa4-43c1-9781-be4379a984f0} <Debug> TCPHandler: Processed in 0.002776371 sec.
8389 2025.02.23 09:13:48.312944 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8390 2025.02.23 09:13:48.313091 [ 253 ] {a750b0c5-fd92-4506-96ad-2121d1ab8d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8391 2025.02.23 09:13:48.313153 [ 253 ] {a750b0c5-fd92-4506-96ad-2121d1ab8d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8392 2025.02.23 09:13:48.313870 [ 253 ] {a750b0c5-fd92-4506-96ad-2121d1ab8d58} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8393 2025.02.23 09:13:48.313918 [ 253 ] {a750b0c5-fd92-4506-96ad-2121d1ab8d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8394 2025.02.23 09:13:48.314329 [ 253 ] {a750b0c5-fd92-4506-96ad-2121d1ab8d58} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8395 2025.02.23 09:13:48.314573 [ 253 ] {a750b0c5-fd92-4506-96ad-2121d1ab8d58} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8396 2025.02.23 09:13:48.314793 [ 253 ] {a750b0c5-fd92-4506-96ad-2121d1ab8d58} <Debug> executeQuery: Read 21 rows, 1.51 KiB in 0.001736 sec., 12096.774193548388 rows/sec., 872.49 KiB/sec.
8397 2025.02.23 09:13:48.314850 [ 253 ] {a750b0c5-fd92-4506-96ad-2121d1ab8d58} <Debug> TCPHandler: Processed in 0.001972406 sec.
8398 2025.02.23 09:13:48.315002 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8399 2025.02.23 09:13:48.315118 [ 255 ] {2331e0ed-b263-4a9a-96a0-5da17581f8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8400 2025.02.23 09:13:48.315167 [ 255 ] {2331e0ed-b263-4a9a-96a0-5da17581f8cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8401 2025.02.23 09:13:48.315842 [ 255 ] {2331e0ed-b263-4a9a-96a0-5da17581f8cb} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8402 2025.02.23 09:13:48.315880 [ 255 ] {2331e0ed-b263-4a9a-96a0-5da17581f8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8403 2025.02.23 09:13:48.316264 [ 255 ] {2331e0ed-b263-4a9a-96a0-5da17581f8cb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8404 2025.02.23 09:13:48.316514 [ 255 ] {2331e0ed-b263-4a9a-96a0-5da17581f8cb} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8405 2025.02.23 09:13:48.316725 [ 255 ] {2331e0ed-b263-4a9a-96a0-5da17581f8cb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001629 sec., 139963.167587477 rows/sec., 9.48 MiB/sec.
8406 2025.02.23 09:13:48.316877 [ 255 ] {2331e0ed-b263-4a9a-96a0-5da17581f8cb} <Debug> TCPHandler: Processed in 0.001929236 sec.
8407 2025.02.23 09:13:48.317070 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8408 2025.02.23 09:13:48.317190 [ 253 ] {6debb9b2-7731-43a2-96fa-2bb722da4848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8409 2025.02.23 09:13:48.317248 [ 253 ] {6debb9b2-7731-43a2-96fa-2bb722da4848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8410 2025.02.23 09:13:48.318186 [ 253 ] {6debb9b2-7731-43a2-96fa-2bb722da4848} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8411 2025.02.23 09:13:48.318225 [ 253 ] {6debb9b2-7731-43a2-96fa-2bb722da4848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8412 2025.02.23 09:13:48.318642 [ 253 ] {6debb9b2-7731-43a2-96fa-2bb722da4848} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8413 2025.02.23 09:13:48.318891 [ 253 ] {6debb9b2-7731-43a2-96fa-2bb722da4848} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8414 2025.02.23 09:13:48.319122 [ 253 ] {6debb9b2-7731-43a2-96fa-2bb722da4848} <Debug> executeQuery: Read 541 rows, 41.10 KiB in 0.001958 sec., 276302.3493360572 rows/sec., 20.50 MiB/sec.
8415 2025.02.23 09:13:48.319193 [ 253 ] {6debb9b2-7731-43a2-96fa-2bb722da4848} <Debug> TCPHandler: Processed in 0.002188871 sec.
8416 2025.02.23 09:13:48.319403 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8417 2025.02.23 09:13:48.319550 [ 255 ] {be7fb8a9-9220-41dc-992c-240123971e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8418 2025.02.23 09:13:48.319612 [ 255 ] {be7fb8a9-9220-41dc-992c-240123971e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8419 2025.02.23 09:13:48.320475 [ 255 ] {be7fb8a9-9220-41dc-992c-240123971e4e} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8420 2025.02.23 09:13:48.320512 [ 255 ] {be7fb8a9-9220-41dc-992c-240123971e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8421 2025.02.23 09:13:48.320951 [ 255 ] {be7fb8a9-9220-41dc-992c-240123971e4e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8422 2025.02.23 09:13:48.321191 [ 255 ] {be7fb8a9-9220-41dc-992c-240123971e4e} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8423 2025.02.23 09:13:48.321394 [ 255 ] {be7fb8a9-9220-41dc-992c-240123971e4e} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001868 sec., 474304.0685224839 rows/sec., 31.92 MiB/sec.
8424 2025.02.23 09:13:48.321462 [ 255 ] {be7fb8a9-9220-41dc-992c-240123971e4e} <Debug> TCPHandler: Processed in 0.002176511 sec.
8425 2025.02.23 09:13:48.321682 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8426 2025.02.23 09:13:48.321829 [ 253 ] {11b7500b-9f13-4e77-973b-540e5d52c14e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8427 2025.02.23 09:13:48.321918 [ 253 ] {11b7500b-9f13-4e77-973b-540e5d52c14e} <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
8428 2025.02.23 09:13:48.323089 [ 253 ] {11b7500b-9f13-4e77-973b-540e5d52c14e} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8429 2025.02.23 09:13:48.323128 [ 253 ] {11b7500b-9f13-4e77-973b-540e5d52c14e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8430 2025.02.23 09:13:48.323763 [ 253 ] {11b7500b-9f13-4e77-973b-540e5d52c14e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8431 2025.02.23 09:13:48.324030 [ 253 ] {11b7500b-9f13-4e77-973b-540e5d52c14e} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8432 2025.02.23 09:13:48.324274 [ 253 ] {11b7500b-9f13-4e77-973b-540e5d52c14e} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002475 sec., 3636.363636363636 rows/sec., 6.52 MiB/sec.
8433 2025.02.23 09:13:48.324385 [ 253 ] {11b7500b-9f13-4e77-973b-540e5d52c14e} <Debug> TCPHandler: Processed in 0.002810593 sec.
8434 2025.02.23 09:13:48.324549 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8435 2025.02.23 09:13:48.324687 [ 255 ] {47115ffb-d02f-475c-bc91-50a7dc26e00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8436 2025.02.23 09:13:48.324747 [ 255 ] {47115ffb-d02f-475c-bc91-50a7dc26e00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8437 2025.02.23 09:13:48.325289 [ 255 ] {47115ffb-d02f-475c-bc91-50a7dc26e00b} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8438 2025.02.23 09:13:48.325325 [ 255 ] {47115ffb-d02f-475c-bc91-50a7dc26e00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8439 2025.02.23 09:13:48.325702 [ 255 ] {47115ffb-d02f-475c-bc91-50a7dc26e00b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8440 2025.02.23 09:13:48.325939 [ 255 ] {47115ffb-d02f-475c-bc91-50a7dc26e00b} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8441 2025.02.23 09:13:48.326142 [ 255 ] {47115ffb-d02f-475c-bc91-50a7dc26e00b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec.
8442 2025.02.23 09:13:48.326207 [ 255 ] {47115ffb-d02f-475c-bc91-50a7dc26e00b} <Debug> TCPHandler: Processed in 0.001723952 sec.
8443 2025.02.23 09:13:50.251174 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764
8444 2025.02.23 09:13:50.252267 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8445 2025.02.23 09:13:50.252320 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8446 2025.02.23 09:13:50.252868 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8447 2025.02.23 09:13:50.253128 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8448 2025.02.23 09:13:50.253399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
8449 2025.02.23 09:13:51.630655 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325
8450 2025.02.23 09:13:51.651577 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8451 2025.02.23 09:13:51.651638 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8452 2025.02.23 09:13:51.658857 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8453 2025.02.23 09:13:51.659643 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8454 2025.02.23 09:13:51.662811 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325
8455 2025.02.23 09:13:53.276966 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8456 2025.02.23 09:13:53.277302 [ 253 ] {86bf8f91-cd82-4b5d-8f0d-87dffe196521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8457 2025.02.23 09:13:53.277422 [ 253 ] {86bf8f91-cd82-4b5d-8f0d-87dffe196521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8458 2025.02.23 09:13:53.278243 [ 253 ] {86bf8f91-cd82-4b5d-8f0d-87dffe196521} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8459 2025.02.23 09:13:53.278293 [ 253 ] {86bf8f91-cd82-4b5d-8f0d-87dffe196521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8460 2025.02.23 09:13:53.278753 [ 253 ] {86bf8f91-cd82-4b5d-8f0d-87dffe196521} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8461 2025.02.23 09:13:53.279030 [ 253 ] {86bf8f91-cd82-4b5d-8f0d-87dffe196521} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8462 2025.02.23 09:13:53.279256 [ 109 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8463 2025.02.23 09:13:53.279326 [ 253 ] {86bf8f91-cd82-4b5d-8f0d-87dffe196521} <Debug> executeQuery: Read 116 rows, 10.12 KiB in 0.00211 sec., 54976.303317535545 rows/sec., 4.68 MiB/sec.
8464 2025.02.23 09:13:53.279350 [ 109 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8465 2025.02.23 09:13:53.279425 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8466 2025.02.23 09:13:53.279479 [ 253 ] {86bf8f91-cd82-4b5d-8f0d-87dffe196521} <Debug> TCPHandler: Processed in 0.002706521 sec.
8467 2025.02.23 09:13:53.279620 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8468 2025.02.23 09:13:53.279770 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8469 2025.02.23 09:13:53.279780 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8470 2025.02.23 09:13:53.279814 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1846 rows starting from the beginning of the part
8471 2025.02.23 09:13:53.280025 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 677 rows starting from the beginning of the part
8472 2025.02.23 09:13:53.280207 [ 255 ] {89d8c5a4-6ffc-4a45-90f7-d690c74c3db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8473 2025.02.23 09:13:53.280392 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 74 rows starting from the beginning of the part
8474 2025.02.23 09:13:53.280425 [ 255 ] {89d8c5a4-6ffc-4a45-90f7-d690c74c3db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8475 2025.02.23 09:13:53.280795 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 677 rows starting from the beginning of the part
8476 2025.02.23 09:13:53.281150 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1220 rows starting from the beginning of the part
8477 2025.02.23 09:13:53.281498 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 116 rows starting from the beginning of the part
8478 2025.02.23 09:13:53.283239 [ 255 ] {89d8c5a4-6ffc-4a45-90f7-d690c74c3db8} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8479 2025.02.23 09:13:53.283315 [ 255 ] {89d8c5a4-6ffc-4a45-90f7-d690c74c3db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8480 2025.02.23 09:13:53.284192 [ 255 ] {89d8c5a4-6ffc-4a45-90f7-d690c74c3db8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8481 2025.02.23 09:13:53.284526 [ 255 ] {89d8c5a4-6ffc-4a45-90f7-d690c74c3db8} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8482 2025.02.23 09:13:53.285012 [ 255 ] {89d8c5a4-6ffc-4a45-90f7-d690c74c3db8} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.004942 sec., 6070.416835289357 rows/sec., 456.47 KiB/sec.
8483 2025.02.23 09:13:53.285203 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4610 rows, containing 5 columns (5 merged, 0 gathered) in 0.005670295 sec., 813008.8469823881 rows/sec., 69.20 MiB/sec.
8484 2025.02.23 09:13:53.285221 [ 255 ] {89d8c5a4-6ffc-4a45-90f7-d690c74c3db8} <Debug> TCPHandler: Processed in 0.005605325 sec.
8485 2025.02.23 09:13:53.285460 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8486 2025.02.23 09:13:53.285466 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8487 2025.02.23 09:13:53.285615 [ 253 ] {910ff8eb-de16-445c-9a31-393cd136611f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8488 2025.02.23 09:13:53.285691 [ 253 ] {910ff8eb-de16-445c-9a31-393cd136611f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8489 2025.02.23 09:13:53.285813 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_61_12} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8490 2025.02.23 09:13:53.285911 [ 188 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_61_12} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8491 2025.02.23 09:13:53.286015 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB.
8492 2025.02.23 09:13:53.286531 [ 253 ] {910ff8eb-de16-445c-9a31-393cd136611f} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8493 2025.02.23 09:13:53.286571 [ 253 ] {910ff8eb-de16-445c-9a31-393cd136611f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8494 2025.02.23 09:13:53.286947 [ 253 ] {910ff8eb-de16-445c-9a31-393cd136611f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8495 2025.02.23 09:13:53.287205 [ 253 ] {910ff8eb-de16-445c-9a31-393cd136611f} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8496 2025.02.23 09:13:53.287390 [ 106 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8497 2025.02.23 09:13:53.287454 [ 253 ] {910ff8eb-de16-445c-9a31-393cd136611f} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001869 sec., 50294.27501337614 rows/sec., 3.93 MiB/sec.
8498 2025.02.23 09:13:53.287509 [ 106 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8499 2025.02.23 09:13:53.287571 [ 253 ] {910ff8eb-de16-445c-9a31-393cd136611f} <Debug> TCPHandler: Processed in 0.002192991 sec.
8500 2025.02.23 09:13:53.287596 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8501 2025.02.23 09:13:53.287846 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8502 2025.02.23 09:13:53.287914 [ 200 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8503 2025.02.23 09:13:53.288250 [ 255 ] {cee20d24-ae37-48ce-82ff-59c9923cb2c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8504 2025.02.23 09:13:53.288401 [ 200 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8505 2025.02.23 09:13:53.288487 [ 255 ] {cee20d24-ae37-48ce-82ff-59c9923cb2c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8506 2025.02.23 09:13:53.288533 [ 200 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part
8507 2025.02.23 09:13:53.289035 [ 200 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 412 rows starting from the beginning of the part
8508 2025.02.23 09:13:53.289523 [ 200 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 73 rows starting from the beginning of the part
8509 2025.02.23 09:13:53.290066 [ 200 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 412 rows starting from the beginning of the part
8510 2025.02.23 09:13:53.290576 [ 200 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 541 rows starting from the beginning of the part
8511 2025.02.23 09:13:53.291018 [ 200 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 94 rows starting from the beginning of the part
8512 2025.02.23 09:13:53.292078 [ 255 ] {cee20d24-ae37-48ce-82ff-59c9923cb2c0} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8513 2025.02.23 09:13:53.292171 [ 255 ] {cee20d24-ae37-48ce-82ff-59c9923cb2c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8514 2025.02.23 09:13:53.293243 [ 255 ] {cee20d24-ae37-48ce-82ff-59c9923cb2c0} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8515 2025.02.23 09:13:53.293595 [ 255 ] {cee20d24-ae37-48ce-82ff-59c9923cb2c0} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8516 2025.02.23 09:13:53.293849 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8517 2025.02.23 09:13:53.294050 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8518 2025.02.23 09:13:53.294174 [ 255 ] {cee20d24-ae37-48ce-82ff-59c9923cb2c0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006084 sec., 26298.487836949374 rows/sec., 1.83 MiB/sec.
8519 2025.02.23 09:13:53.294211 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8520 2025.02.23 09:13:53.294542 [ 196 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2445 rows, containing 5 columns (5 merged, 0 gathered) in 0.006797337 sec., 359699.6882749818 rows/sec., 27.57 MiB/sec.
8521 2025.02.23 09:13:53.294577 [ 255 ] {cee20d24-ae37-48ce-82ff-59c9923cb2c0} <Debug> TCPHandler: Processed in 0.006871389 sec.
8522 2025.02.23 09:13:53.294667 [ 188 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8523 2025.02.23 09:13:53.294826 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8524 2025.02.23 09:13:53.294871 [ 196 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8525 2025.02.23 09:13:53.294898 [ 188 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8526 2025.02.23 09:13:53.294974 [ 188 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18145 rows starting from the beginning of the part
8527 2025.02.23 09:13:53.295100 [ 253 ] {6acaec71-7d5c-4f53-952a-29a9982dc1ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8528 2025.02.23 09:13:53.295343 [ 188 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part
8529 2025.02.23 09:13:53.295810 [ 253 ] {6acaec71-7d5c-4f53-952a-29a9982dc1ba} <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
8530 2025.02.23 09:13:53.296045 [ 188 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part
8531 2025.02.23 09:13:53.296184 [ 196 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_61_12} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8532 2025.02.23 09:13:53.296556 [ 188 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part
8533 2025.02.23 09:13:53.296754 [ 196 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_61_12} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8534 2025.02.23 09:13:53.297028 [ 188 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 886 rows starting from the beginning of the part
8535 2025.02.23 09:13:53.297237 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
8536 2025.02.23 09:13:53.297536 [ 188 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part
8537 2025.02.23 09:13:53.299611 [ 253 ] {6acaec71-7d5c-4f53-952a-29a9982dc1ba} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8538 2025.02.23 09:13:53.299657 [ 253 ] {6acaec71-7d5c-4f53-952a-29a9982dc1ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8539 2025.02.23 09:13:53.300863 [ 253 ] {6acaec71-7d5c-4f53-952a-29a9982dc1ba} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8540 2025.02.23 09:13:53.301462 [ 253 ] {6acaec71-7d5c-4f53-952a-29a9982dc1ba} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8541 2025.02.23 09:13:53.301767 [ 253 ] {6acaec71-7d5c-4f53-952a-29a9982dc1ba} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006763 sec., 4435.901227266007 rows/sec., 7.95 MiB/sec.
8542 2025.02.23 09:13:53.301893 [ 253 ] {6acaec71-7d5c-4f53-952a-29a9982dc1ba} <Debug> TCPHandler: Processed in 0.007182544 sec.
8543 2025.02.23 09:13:53.302082 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8544 2025.02.23 09:13:53.302226 [ 255 ] {06b879d4-676f-460f-b563-15889a3f168b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8545 2025.02.23 09:13:53.302291 [ 255 ] {06b879d4-676f-460f-b563-15889a3f168b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8546 2025.02.23 09:13:53.302964 [ 255 ] {06b879d4-676f-460f-b563-15889a3f168b} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8547 2025.02.23 09:13:53.303005 [ 255 ] {06b879d4-676f-460f-b563-15889a3f168b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8548 2025.02.23 09:13:53.303646 [ 255 ] {06b879d4-676f-460f-b563-15889a3f168b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8549 2025.02.23 09:13:53.303923 [ 255 ] {06b879d4-676f-460f-b563-15889a3f168b} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8550 2025.02.23 09:13:53.304159 [ 105 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8551 2025.02.23 09:13:53.304243 [ 105 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8552 2025.02.23 09:13:53.304308 [ 255 ] {06b879d4-676f-460f-b563-15889a3f168b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002103 sec., 28530.670470756064 rows/sec., 1.92 MiB/sec.
8553 2025.02.23 09:13:53.304309 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8554 2025.02.23 09:13:53.304498 [ 255 ] {06b879d4-676f-460f-b563-15889a3f168b} <Debug> TCPHandler: Processed in 0.002483507 sec.
8555 2025.02.23 09:13:53.304826 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8556 2025.02.23 09:13:53.305225 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8557 2025.02.23 09:13:53.305235 [ 193 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19825 rows, containing 5 columns (5 merged, 0 gathered) in 0.010787132 sec., 1837837.8979695437 rows/sec., 124.33 MiB/sec.
8558 2025.02.23 09:13:53.305281 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3858 rows starting from the beginning of the part
8559 2025.02.23 09:13:53.305390 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part
8560 2025.02.23 09:13:53.305578 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part
8561 2025.02.23 09:13:53.305746 [ 192 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8562 2025.02.23 09:13:53.305778 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part
8563 2025.02.23 09:13:53.306088 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part
8564 2025.02.23 09:13:53.306237 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part
8565 2025.02.23 09:13:53.306706 [ 192 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8566 2025.02.23 09:13:53.306858 [ 192 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8567 2025.02.23 09:13:53.307076 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB.
8568 2025.02.23 09:13:53.308534 [ 198 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4202 rows, containing 4 columns (4 merged, 0 gathered) in 0.003987064 sec., 1053908.3395701698 rows/sec., 69.00 MiB/sec.
8569 2025.02.23 09:13:53.308834 [ 192 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8570 2025.02.23 09:13:53.309137 [ 192 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_61_12} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8571 2025.02.23 09:13:53.309221 [ 192 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_61_12} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8572 2025.02.23 09:13:53.309311 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB.
8573 2025.02.23 09:13:57.579970 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache
8574 2025.02.23 09:13:57.580076 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache
8575 2025.02.23 09:13:57.753587 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191
8576 2025.02.23 09:13:57.754249 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8577 2025.02.23 09:13:57.754300 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8578 2025.02.23 09:13:57.754855 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8579 2025.02.23 09:13:57.755143 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8580 2025.02.23 09:13:57.755391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
8581 2025.02.23 09:13:57.838158 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1194
8582 2025.02.23 09:13:57.841578 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8583 2025.02.23 09:13:57.841638 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8584 2025.02.23 09:13:57.843175 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8585 2025.02.23 09:13:57.843489 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8586 2025.02.23 09:13:57.844909 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1194
8587 2025.02.23 09:13:58.277047 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8588 2025.02.23 09:13:58.277349 [ 253 ] {fde69cdc-313e-4b55-9193-2aec3de762e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8589 2025.02.23 09:13:58.277464 [ 253 ] {fde69cdc-313e-4b55-9193-2aec3de762e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8590 2025.02.23 09:13:58.278320 [ 253 ] {fde69cdc-313e-4b55-9193-2aec3de762e7} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8591 2025.02.23 09:13:58.278364 [ 253 ] {fde69cdc-313e-4b55-9193-2aec3de762e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8592 2025.02.23 09:13:58.278819 [ 253 ] {fde69cdc-313e-4b55-9193-2aec3de762e7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8593 2025.02.23 09:13:58.279082 [ 253 ] {fde69cdc-313e-4b55-9193-2aec3de762e7} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8594 2025.02.23 09:13:58.279296 [ 253 ] {fde69cdc-313e-4b55-9193-2aec3de762e7} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.002031 sec., 36435.253569670116 rows/sec., 2.94 MiB/sec.
8595 2025.02.23 09:13:58.279361 [ 253 ] {fde69cdc-313e-4b55-9193-2aec3de762e7} <Debug> TCPHandler: Processed in 0.002502946 sec.
8596 2025.02.23 09:13:58.279622 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8597 2025.02.23 09:13:58.279832 [ 255 ] {42702e8c-2532-4c9f-93e8-7ee5fa8edb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8598 2025.02.23 09:13:58.279914 [ 255 ] {42702e8c-2532-4c9f-93e8-7ee5fa8edb0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8599 2025.02.23 09:13:58.280739 [ 255 ] {42702e8c-2532-4c9f-93e8-7ee5fa8edb0b} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8600 2025.02.23 09:13:58.280785 [ 255 ] {42702e8c-2532-4c9f-93e8-7ee5fa8edb0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8601 2025.02.23 09:13:58.281235 [ 255 ] {42702e8c-2532-4c9f-93e8-7ee5fa8edb0b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8602 2025.02.23 09:13:58.281501 [ 255 ] {42702e8c-2532-4c9f-93e8-7ee5fa8edb0b} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8603 2025.02.23 09:13:58.281734 [ 255 ] {42702e8c-2532-4c9f-93e8-7ee5fa8edb0b} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00196 sec., 4591.836734693878 rows/sec., 345.28 KiB/sec.
8604 2025.02.23 09:13:58.281802 [ 255 ] {42702e8c-2532-4c9f-93e8-7ee5fa8edb0b} <Debug> TCPHandler: Processed in 0.002315403 sec.
8605 2025.02.23 09:13:58.281970 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8606 2025.02.23 09:13:58.282122 [ 253 ] {9ee530c1-1ba8-47b6-8353-78eb1561ae20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8607 2025.02.23 09:13:58.282185 [ 253 ] {9ee530c1-1ba8-47b6-8353-78eb1561ae20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8608 2025.02.23 09:13:58.282866 [ 253 ] {9ee530c1-1ba8-47b6-8353-78eb1561ae20} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8609 2025.02.23 09:13:58.282904 [ 253 ] {9ee530c1-1ba8-47b6-8353-78eb1561ae20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8610 2025.02.23 09:13:58.283288 [ 253 ] {9ee530c1-1ba8-47b6-8353-78eb1561ae20} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8611 2025.02.23 09:13:58.283551 [ 253 ] {9ee530c1-1ba8-47b6-8353-78eb1561ae20} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8612 2025.02.23 09:13:58.283742 [ 253 ] {9ee530c1-1ba8-47b6-8353-78eb1561ae20} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001654 sec., 44135.429262394195 rows/sec., 3.45 MiB/sec.
8613 2025.02.23 09:13:58.283849 [ 253 ] {9ee530c1-1ba8-47b6-8353-78eb1561ae20} <Debug> TCPHandler: Processed in 0.001947986 sec.
8614 2025.02.23 09:13:58.284089 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8615 2025.02.23 09:13:58.284441 [ 255 ] {559a33b7-1ba3-4b85-83ad-9d1339d6b91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8616 2025.02.23 09:13:58.284528 [ 255 ] {559a33b7-1ba3-4b85-83ad-9d1339d6b91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8617 2025.02.23 09:13:58.285143 [ 255 ] {559a33b7-1ba3-4b85-83ad-9d1339d6b91f} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8618 2025.02.23 09:13:58.285183 [ 255 ] {559a33b7-1ba3-4b85-83ad-9d1339d6b91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8619 2025.02.23 09:13:58.285606 [ 255 ] {559a33b7-1ba3-4b85-83ad-9d1339d6b91f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8620 2025.02.23 09:13:58.285852 [ 255 ] {559a33b7-1ba3-4b85-83ad-9d1339d6b91f} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8621 2025.02.23 09:13:58.286094 [ 255 ] {559a33b7-1ba3-4b85-83ad-9d1339d6b91f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001766 sec., 90600.22650056625 rows/sec., 6.31 MiB/sec.
8622 2025.02.23 09:13:58.286171 [ 255 ] {559a33b7-1ba3-4b85-83ad-9d1339d6b91f} <Debug> TCPHandler: Processed in 0.002215881 sec.
8623 2025.02.23 09:13:58.286412 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8624 2025.02.23 09:13:58.286593 [ 253 ] {cb9dfac8-dc54-4f1b-b7ea-2b70af47d5c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8625 2025.02.23 09:13:58.286690 [ 253 ] {cb9dfac8-dc54-4f1b-b7ea-2b70af47d5c7} <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
8626 2025.02.23 09:13:58.287943 [ 253 ] {cb9dfac8-dc54-4f1b-b7ea-2b70af47d5c7} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8627 2025.02.23 09:13:58.287983 [ 253 ] {cb9dfac8-dc54-4f1b-b7ea-2b70af47d5c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8628 2025.02.23 09:13:58.288630 [ 253 ] {cb9dfac8-dc54-4f1b-b7ea-2b70af47d5c7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8629 2025.02.23 09:13:58.288898 [ 253 ] {cb9dfac8-dc54-4f1b-b7ea-2b70af47d5c7} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8630 2025.02.23 09:13:58.289106 [ 253 ] {cb9dfac8-dc54-4f1b-b7ea-2b70af47d5c7} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002547 sec., 3533.5689045936397 rows/sec., 6.33 MiB/sec.
8631 2025.02.23 09:13:58.289211 [ 253 ] {cb9dfac8-dc54-4f1b-b7ea-2b70af47d5c7} <Debug> TCPHandler: Processed in 0.002949565 sec.
8632 2025.02.23 09:13:58.289379 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8633 2025.02.23 09:13:58.289519 [ 255 ] {d4c7e653-e747-4613-b0ac-a0a9592db2f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8634 2025.02.23 09:13:58.289598 [ 255 ] {d4c7e653-e747-4613-b0ac-a0a9592db2f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8635 2025.02.23 09:13:58.290196 [ 255 ] {d4c7e653-e747-4613-b0ac-a0a9592db2f0} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8636 2025.02.23 09:13:58.290244 [ 255 ] {d4c7e653-e747-4613-b0ac-a0a9592db2f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8637 2025.02.23 09:13:58.290683 [ 255 ] {d4c7e653-e747-4613-b0ac-a0a9592db2f0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8638 2025.02.23 09:13:58.290927 [ 255 ] {d4c7e653-e747-4613-b0ac-a0a9592db2f0} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8639 2025.02.23 09:13:58.291147 [ 255 ] {d4c7e653-e747-4613-b0ac-a0a9592db2f0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001661 sec., 36122.817579771225 rows/sec., 2.43 MiB/sec.
8640 2025.02.23 09:13:58.291200 [ 255 ] {d4c7e653-e747-4613-b0ac-a0a9592db2f0} <Debug> TCPHandler: Processed in 0.001890165 sec.
8641 2025.02.23 09:13:59.162935 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332
8642 2025.02.23 09:13:59.184787 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8643 2025.02.23 09:13:59.184849 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8644 2025.02.23 09:13:59.192587 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8645 2025.02.23 09:13:59.193374 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8646 2025.02.23 09:13:59.197368 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
8647 2025.02.23 09:14:00.184456 [ 90 ] {} <Debug> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
8648 2025.02.23 09:14:00.184521 [ 90 ] {} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8649 2025.02.23 09:14:00.184544 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8650 2025.02.23 09:14:00.184733 [ 191 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
8651 2025.02.23 09:14:00.184917 [ 191 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8652 2025.02.23 09:14:00.184957 [ 191 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
8653 2025.02.23 09:14:00.185044 [ 191 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
8654 2025.02.23 09:14:00.185272 [ 191 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
8655 2025.02.23 09:14:00.185461 [ 191 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
8656 2025.02.23 09:14:00.185631 [ 191 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part
8657 2025.02.23 09:14:00.186772 [ 189 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.00214896 sec., 25128.434219343308 rows/sec., 2.10 MiB/sec.
8658 2025.02.23 09:14:00.186975 [ 189 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
8659 2025.02.23 09:14:00.187360 [ 189 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_9_2} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8660 2025.02.23 09:14:00.187464 [ 189 ] {bb0b6f58-1ad6-49ca-aac0-a4122d7d9812::all_1_9_2} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
8661 2025.02.23 09:14:00.187581 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8662 2025.02.23 09:14:03.276847 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8663 2025.02.23 09:14:03.277191 [ 253 ] {25ac3b66-3777-417d-b248-c95fdc4c4db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8664 2025.02.23 09:14:03.277312 [ 253 ] {25ac3b66-3777-417d-b248-c95fdc4c4db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8665 2025.02.23 09:14:03.278287 [ 253 ] {25ac3b66-3777-417d-b248-c95fdc4c4db1} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8666 2025.02.23 09:14:03.278343 [ 253 ] {25ac3b66-3777-417d-b248-c95fdc4c4db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8667 2025.02.23 09:14:03.278783 [ 253 ] {25ac3b66-3777-417d-b248-c95fdc4c4db1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
8668 2025.02.23 09:14:03.279046 [ 253 ] {25ac3b66-3777-417d-b248-c95fdc4c4db1} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8669 2025.02.23 09:14:03.279290 [ 253 ] {25ac3b66-3777-417d-b248-c95fdc4c4db1} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002194 sec., 2734.7310847766635 rows/sec., 223.00 KiB/sec.
8670 2025.02.23 09:14:03.279358 [ 253 ] {25ac3b66-3777-417d-b248-c95fdc4c4db1} <Debug> TCPHandler: Processed in 0.002706641 sec.
8671 2025.02.23 09:14:03.279621 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8672 2025.02.23 09:14:03.279821 [ 255 ] {b0c1f2e8-46a5-48b8-b835-cef4649cedf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8673 2025.02.23 09:14:03.279903 [ 255 ] {b0c1f2e8-46a5-48b8-b835-cef4649cedf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8674 2025.02.23 09:14:03.280811 [ 255 ] {b0c1f2e8-46a5-48b8-b835-cef4649cedf0} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8675 2025.02.23 09:14:03.280861 [ 255 ] {b0c1f2e8-46a5-48b8-b835-cef4649cedf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8676 2025.02.23 09:14:03.281312 [ 255 ] {b0c1f2e8-46a5-48b8-b835-cef4649cedf0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8677 2025.02.23 09:14:03.281572 [ 255 ] {b0c1f2e8-46a5-48b8-b835-cef4649cedf0} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8678 2025.02.23 09:14:03.281810 [ 255 ] {b0c1f2e8-46a5-48b8-b835-cef4649cedf0} <Debug> executeQuery: Read 119 rows, 10.34 KiB in 0.002049 sec., 58077.110785749144 rows/sec., 4.93 MiB/sec.
8679 2025.02.23 09:14:03.281877 [ 255 ] {b0c1f2e8-46a5-48b8-b835-cef4649cedf0} <Debug> TCPHandler: Processed in 0.002389445 sec.
8680 2025.02.23 09:14:03.282091 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8681 2025.02.23 09:14:03.282324 [ 253 ] {396b9304-7353-4863-ad60-95004493a0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8682 2025.02.23 09:14:03.282421 [ 253 ] {396b9304-7353-4863-ad60-95004493a0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8683 2025.02.23 09:14:03.283218 [ 253 ] {396b9304-7353-4863-ad60-95004493a0e4} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8684 2025.02.23 09:14:03.283261 [ 253 ] {396b9304-7353-4863-ad60-95004493a0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8685 2025.02.23 09:14:03.283643 [ 253 ] {396b9304-7353-4863-ad60-95004493a0e4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8686 2025.02.23 09:14:03.283904 [ 253 ] {396b9304-7353-4863-ad60-95004493a0e4} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8687 2025.02.23 09:14:03.284102 [ 89 ] {} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8688 2025.02.23 09:14:03.284169 [ 253 ] {396b9304-7353-4863-ad60-95004493a0e4} <Debug> executeQuery: Read 36 rows, 2.67 KiB in 0.0019 sec., 18947.36842105263 rows/sec., 1.37 MiB/sec.
8689 2025.02.23 09:14:03.284190 [ 89 ] {} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8690 2025.02.23 09:14:03.284253 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8691 2025.02.23 09:14:03.284308 [ 253 ] {396b9304-7353-4863-ad60-95004493a0e4} <Debug> TCPHandler: Processed in 0.002329054 sec.
8692 2025.02.23 09:14:03.284545 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8693 2025.02.23 09:14:03.284611 [ 186 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
8694 2025.02.23 09:14:03.284756 [ 255 ] {b0aa86f5-2baf-4ce0-b30e-5e35153bbbda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8695 2025.02.23 09:14:03.284861 [ 255 ] {b0aa86f5-2baf-4ce0-b30e-5e35153bbbda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8696 2025.02.23 09:14:03.285030 [ 186 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8697 2025.02.23 09:14:03.285126 [ 186 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 163 rows starting from the beginning of the part
8698 2025.02.23 09:14:03.285406 [ 186 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 136 rows starting from the beginning of the part
8699 2025.02.23 09:14:03.285772 [ 186 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 21 rows starting from the beginning of the part
8700 2025.02.23 09:14:03.286212 [ 186 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part
8701 2025.02.23 09:14:03.286517 [ 186 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 9 rows starting from the beginning of the part
8702 2025.02.23 09:14:03.286839 [ 186 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 36 rows starting from the beginning of the part
8703 2025.02.23 09:14:03.287859 [ 255 ] {b0aa86f5-2baf-4ce0-b30e-5e35153bbbda} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8704 2025.02.23 09:14:03.287919 [ 255 ] {b0aa86f5-2baf-4ce0-b30e-5e35153bbbda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8705 2025.02.23 09:14:03.289020 [ 255 ] {b0aa86f5-2baf-4ce0-b30e-5e35153bbbda} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8706 2025.02.23 09:14:03.289493 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 395 rows, containing 5 columns (5 merged, 0 gathered) in 0.005087595 sec., 77639.82785579434 rows/sec., 5.35 MiB/sec.
8707 2025.02.23 09:14:03.289553 [ 255 ] {b0aa86f5-2baf-4ce0-b30e-5e35153bbbda} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8708 2025.02.23 09:14:03.289796 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8709 2025.02.23 09:14:03.290079 [ 255 ] {b0aa86f5-2baf-4ce0-b30e-5e35153bbbda} <Debug> executeQuery: Read 100 rows, 8.01 KiB in 0.005383 sec., 18577.001671930153 rows/sec., 1.45 MiB/sec.
8710 2025.02.23 09:14:03.290422 [ 255 ] {b0aa86f5-2baf-4ce0-b30e-5e35153bbbda} <Debug> TCPHandler: Processed in 0.006010193 sec.
8711 2025.02.23 09:14:03.290925 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8712 2025.02.23 09:14:03.290967 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_56_11} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8713 2025.02.23 09:14:03.291103 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_56_11} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8714 2025.02.23 09:14:03.291297 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
8715 2025.02.23 09:14:03.291313 [ 253 ] {642bfb38-339b-46e1-86d8-6117a5ac25de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8716 2025.02.23 09:14:03.291436 [ 253 ] {642bfb38-339b-46e1-86d8-6117a5ac25de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8717 2025.02.23 09:14:03.292197 [ 253 ] {642bfb38-339b-46e1-86d8-6117a5ac25de} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8718 2025.02.23 09:14:03.292239 [ 253 ] {642bfb38-339b-46e1-86d8-6117a5ac25de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8719 2025.02.23 09:14:03.292659 [ 253 ] {642bfb38-339b-46e1-86d8-6117a5ac25de} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8720 2025.02.23 09:14:03.292911 [ 253 ] {642bfb38-339b-46e1-86d8-6117a5ac25de} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8721 2025.02.23 09:14:03.293164 [ 253 ] {642bfb38-339b-46e1-86d8-6117a5ac25de} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001992 sec., 81827.3092369478 rows/sec., 5.70 MiB/sec.
8722 2025.02.23 09:14:03.293252 [ 253 ] {642bfb38-339b-46e1-86d8-6117a5ac25de} <Debug> TCPHandler: Processed in 0.002622729 sec.
8723 2025.02.23 09:14:03.293483 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8724 2025.02.23 09:14:03.293690 [ 255 ] {2d7c1fd6-844c-4c04-832f-1aae96c8c2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8725 2025.02.23 09:14:03.293782 [ 255 ] {2d7c1fd6-844c-4c04-832f-1aae96c8c2b7} <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
8726 2025.02.23 09:14:03.295053 [ 255 ] {2d7c1fd6-844c-4c04-832f-1aae96c8c2b7} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8727 2025.02.23 09:14:03.295097 [ 255 ] {2d7c1fd6-844c-4c04-832f-1aae96c8c2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8728 2025.02.23 09:14:03.295801 [ 255 ] {2d7c1fd6-844c-4c04-832f-1aae96c8c2b7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8729 2025.02.23 09:14:03.296074 [ 255 ] {2d7c1fd6-844c-4c04-832f-1aae96c8c2b7} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8730 2025.02.23 09:14:03.296334 [ 255 ] {2d7c1fd6-844c-4c04-832f-1aae96c8c2b7} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002682 sec., 11185.682326621923 rows/sec., 20.04 MiB/sec.
8731 2025.02.23 09:14:03.296446 [ 255 ] {2d7c1fd6-844c-4c04-832f-1aae96c8c2b7} <Debug> TCPHandler: Processed in 0.003087857 sec.
8732 2025.02.23 09:14:03.296604 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8733 2025.02.23 09:14:03.296725 [ 253 ] {273e3465-db80-40db-9fc6-2ba8f407dbe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8734 2025.02.23 09:14:03.296778 [ 253 ] {273e3465-db80-40db-9fc6-2ba8f407dbe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8735 2025.02.23 09:14:03.297293 [ 253 ] {273e3465-db80-40db-9fc6-2ba8f407dbe5} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8736 2025.02.23 09:14:03.297334 [ 253 ] {273e3465-db80-40db-9fc6-2ba8f407dbe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8737 2025.02.23 09:14:03.297728 [ 253 ] {273e3465-db80-40db-9fc6-2ba8f407dbe5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8738 2025.02.23 09:14:03.297976 [ 253 ] {273e3465-db80-40db-9fc6-2ba8f407dbe5} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8739 2025.02.23 09:14:03.298202 [ 253 ] {273e3465-db80-40db-9fc6-2ba8f407dbe5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec.
8740 2025.02.23 09:14:03.298256 [ 253 ] {273e3465-db80-40db-9fc6-2ba8f407dbe5} <Debug> TCPHandler: Processed in 0.001711872 sec.
8741 2025.02.23 09:14:05.255568 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679
8742 2025.02.23 09:14:05.256273 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8743 2025.02.23 09:14:05.256319 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8744 2025.02.23 09:14:05.256857 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8745 2025.02.23 09:14:05.257120 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8746 2025.02.23 09:14:05.257438 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
8747 2025.02.23 09:14:06.697495 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
8748 2025.02.23 09:14:06.719119 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8749 2025.02.23 09:14:06.719182 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8750 2025.02.23 09:14:06.726934 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8751 2025.02.23 09:14:06.727736 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8752 2025.02.23 09:14:06.731749 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
8753 2025.02.23 09:14:07.845178 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1220
8754 2025.02.23 09:14:07.848328 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8755 2025.02.23 09:14:07.848396 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8756 2025.02.23 09:14:07.849990 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8757 2025.02.23 09:14:07.850348 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8758 2025.02.23 09:14:07.851070 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1220
8759 2025.02.23 09:14:08.276507 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8760 2025.02.23 09:14:08.276709 [ 253 ] {1bb3cdb3-3f99-42c0-bdbc-604348bddacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8761 2025.02.23 09:14:08.276788 [ 253 ] {1bb3cdb3-3f99-42c0-bdbc-604348bddacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8762 2025.02.23 09:14:08.277622 [ 253 ] {1bb3cdb3-3f99-42c0-bdbc-604348bddacb} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8763 2025.02.23 09:14:08.277679 [ 253 ] {1bb3cdb3-3f99-42c0-bdbc-604348bddacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8764 2025.02.23 09:14:08.278149 [ 253 ] {1bb3cdb3-3f99-42c0-bdbc-604348bddacb} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8765 2025.02.23 09:14:08.278421 [ 253 ] {1bb3cdb3-3f99-42c0-bdbc-604348bddacb} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8766 2025.02.23 09:14:08.278675 [ 253 ] {1bb3cdb3-3f99-42c0-bdbc-604348bddacb} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.002021 sec., 36615.536862939145 rows/sec., 2.96 MiB/sec.
8767 2025.02.23 09:14:08.278746 [ 253 ] {1bb3cdb3-3f99-42c0-bdbc-604348bddacb} <Debug> TCPHandler: Processed in 0.002377744 sec.
8768 2025.02.23 09:14:08.279013 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8769 2025.02.23 09:14:08.279201 [ 255 ] {73dc7edb-67e7-44cd-8c9a-a822d16c3347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8770 2025.02.23 09:14:08.279274 [ 255 ] {73dc7edb-67e7-44cd-8c9a-a822d16c3347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8771 2025.02.23 09:14:08.279998 [ 255 ] {73dc7edb-67e7-44cd-8c9a-a822d16c3347} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8772 2025.02.23 09:14:08.280041 [ 255 ] {73dc7edb-67e7-44cd-8c9a-a822d16c3347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8773 2025.02.23 09:14:08.280491 [ 255 ] {73dc7edb-67e7-44cd-8c9a-a822d16c3347} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8774 2025.02.23 09:14:08.280753 [ 255 ] {73dc7edb-67e7-44cd-8c9a-a822d16c3347} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8775 2025.02.23 09:14:08.280955 [ 255 ] {73dc7edb-67e7-44cd-8c9a-a822d16c3347} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001806 sec., 4983.388704318937 rows/sec., 374.73 KiB/sec.
8776 2025.02.23 09:14:08.281020 [ 255 ] {73dc7edb-67e7-44cd-8c9a-a822d16c3347} <Debug> TCPHandler: Processed in 0.00214421 sec.
8777 2025.02.23 09:14:08.281188 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8778 2025.02.23 09:14:08.281338 [ 253 ] {3beaaa6f-beec-4e03-b647-7da87ae8748b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8779 2025.02.23 09:14:08.281401 [ 253 ] {3beaaa6f-beec-4e03-b647-7da87ae8748b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8780 2025.02.23 09:14:08.282141 [ 253 ] {3beaaa6f-beec-4e03-b647-7da87ae8748b} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8781 2025.02.23 09:14:08.282186 [ 253 ] {3beaaa6f-beec-4e03-b647-7da87ae8748b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8782 2025.02.23 09:14:08.282594 [ 253 ] {3beaaa6f-beec-4e03-b647-7da87ae8748b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8783 2025.02.23 09:14:08.282848 [ 253 ] {3beaaa6f-beec-4e03-b647-7da87ae8748b} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8784 2025.02.23 09:14:08.283069 [ 253 ] {3beaaa6f-beec-4e03-b647-7da87ae8748b} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001769 sec., 41266.252119841716 rows/sec., 3.22 MiB/sec.
8785 2025.02.23 09:14:08.283129 [ 253 ] {3beaaa6f-beec-4e03-b647-7da87ae8748b} <Debug> TCPHandler: Processed in 0.002012967 sec.
8786 2025.02.23 09:14:08.283315 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8787 2025.02.23 09:14:08.283462 [ 255 ] {76c470d2-f02a-4205-b0c3-c6e8335902dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8788 2025.02.23 09:14:08.283529 [ 255 ] {76c470d2-f02a-4205-b0c3-c6e8335902dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8789 2025.02.23 09:14:08.284185 [ 255 ] {76c470d2-f02a-4205-b0c3-c6e8335902dc} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8790 2025.02.23 09:14:08.284223 [ 255 ] {76c470d2-f02a-4205-b0c3-c6e8335902dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8791 2025.02.23 09:14:08.284655 [ 255 ] {76c470d2-f02a-4205-b0c3-c6e8335902dc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8792 2025.02.23 09:14:08.284899 [ 255 ] {76c470d2-f02a-4205-b0c3-c6e8335902dc} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8793 2025.02.23 09:14:08.285117 [ 255 ] {76c470d2-f02a-4205-b0c3-c6e8335902dc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001685 sec., 94955.48961424331 rows/sec., 6.61 MiB/sec.
8794 2025.02.23 09:14:08.285187 [ 255 ] {76c470d2-f02a-4205-b0c3-c6e8335902dc} <Debug> TCPHandler: Processed in 0.001939747 sec.
8795 2025.02.23 09:14:08.285424 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8796 2025.02.23 09:14:08.285595 [ 253 ] {f4252643-b7f4-4df4-af9b-d85c596db86a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8797 2025.02.23 09:14:08.285685 [ 253 ] {f4252643-b7f4-4df4-af9b-d85c596db86a} <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
8798 2025.02.23 09:14:08.286893 [ 253 ] {f4252643-b7f4-4df4-af9b-d85c596db86a} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8799 2025.02.23 09:14:08.286935 [ 253 ] {f4252643-b7f4-4df4-af9b-d85c596db86a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8800 2025.02.23 09:14:08.287601 [ 253 ] {f4252643-b7f4-4df4-af9b-d85c596db86a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8801 2025.02.23 09:14:08.287873 [ 253 ] {f4252643-b7f4-4df4-af9b-d85c596db86a} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8802 2025.02.23 09:14:08.288069 [ 83 ] {} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8803 2025.02.23 09:14:08.288143 [ 83 ] {} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8804 2025.02.23 09:14:08.288180 [ 253 ] {f4252643-b7f4-4df4-af9b-d85c596db86a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002607 sec., 3452.2439585730726 rows/sec., 6.19 MiB/sec.
8805 2025.02.23 09:14:08.288188 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8806 2025.02.23 09:14:08.288775 [ 253 ] {f4252643-b7f4-4df4-af9b-d85c596db86a} <Debug> TCPHandler: Processed in 0.003512906 sec.
8807 2025.02.23 09:14:08.288763 [ 194 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
8808 2025.02.23 09:14:08.289042 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8809 2025.02.23 09:14:08.289510 [ 255 ] {02847526-ef38-4246-8831-d43cf360492e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8810 2025.02.23 09:14:08.289683 [ 255 ] {02847526-ef38-4246-8831-d43cf360492e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8811 2025.02.23 09:14:08.290377 [ 194 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8812 2025.02.23 09:14:08.290591 [ 194 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1045 rows starting from the beginning of the part
8813 2025.02.23 09:14:08.291261 [ 194 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 9 rows starting from the beginning of the part
8814 2025.02.23 09:14:08.292066 [ 194 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 30 rows starting from the beginning of the part
8815 2025.02.23 09:14:08.292128 [ 255 ] {02847526-ef38-4246-8831-d43cf360492e} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8816 2025.02.23 09:14:08.292193 [ 255 ] {02847526-ef38-4246-8831-d43cf360492e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8817 2025.02.23 09:14:08.292696 [ 194 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 9 rows starting from the beginning of the part
8818 2025.02.23 09:14:08.293353 [ 194 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part
8819 2025.02.23 09:14:08.293841 [ 255 ] {02847526-ef38-4246-8831-d43cf360492e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8820 2025.02.23 09:14:08.293954 [ 194 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 9 rows starting from the beginning of the part
8821 2025.02.23 09:14:08.294607 [ 255 ] {02847526-ef38-4246-8831-d43cf360492e} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8822 2025.02.23 09:14:08.295136 [ 255 ] {02847526-ef38-4246-8831-d43cf360492e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005764 sec., 10409.43789035392 rows/sec., 718.36 KiB/sec.
8823 2025.02.23 09:14:08.295263 [ 255 ] {02847526-ef38-4246-8831-d43cf360492e} <Debug> TCPHandler: Processed in 0.006314918 sec.
8824 2025.02.23 09:14:08.302483 [ 186 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1132 rows, containing 19 columns (19 merged, 0 gathered) in 0.014115594 sec., 80194.99569058164 rows/sec., 143.71 MiB/sec.
8825 2025.02.23 09:14:08.303464 [ 186 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8826 2025.02.23 09:14:08.303883 [ 186 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8827 2025.02.23 09:14:08.303974 [ 186 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8828 2025.02.23 09:14:08.304109 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.58 MiB.
8829 2025.02.23 09:14:09.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.78 MiB, peak 229.30 MiB, free memory in arenas 0.00 B, will set to 223.45 MiB (RSS), difference: 2.66 MiB
8830 2025.02.23 09:14:12.580348 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache
8831 2025.02.23 09:14:12.580445 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache
8832 2025.02.23 09:14:12.757641 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106
8833 2025.02.23 09:14:12.758304 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8834 2025.02.23 09:14:12.758361 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8835 2025.02.23 09:14:12.758908 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8836 2025.02.23 09:14:12.759172 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8837 2025.02.23 09:14:12.759390 [ 77 ] {} <Debug> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8838 2025.02.23 09:14:12.759446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
8839 2025.02.23 09:14:12.759471 [ 77 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8840 2025.02.23 09:14:12.759504 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8841 2025.02.23 09:14:12.759628 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
8842 2025.02.23 09:14:12.759774 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8843 2025.02.23 09:14:12.759823 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part
8844 2025.02.23 09:14:12.759912 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part
8845 2025.02.23 09:14:12.760140 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part
8846 2025.02.23 09:14:12.760389 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part
8847 2025.02.23 09:14:12.760516 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part
8848 2025.02.23 09:14:12.760720 [ 197 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part
8849 2025.02.23 09:14:12.763211 [ 186 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003640339 sec., 5797811.687318132 rows/sec., 82.94 MiB/sec.
8850 2025.02.23 09:14:12.763672 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8851 2025.02.23 09:14:12.764093 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_46_9} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8852 2025.02.23 09:14:12.764198 [ 187 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_46_9} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8853 2025.02.23 09:14:12.764327 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.68 MiB.
8854 2025.02.23 09:14:13.284530 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8855 2025.02.23 09:14:13.284730 [ 253 ] {5798b64b-3adf-490b-aa96-99402a91cf6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8856 2025.02.23 09:14:13.284809 [ 253 ] {5798b64b-3adf-490b-aa96-99402a91cf6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8857 2025.02.23 09:14:13.285692 [ 253 ] {5798b64b-3adf-490b-aa96-99402a91cf6c} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8858 2025.02.23 09:14:13.285746 [ 253 ] {5798b64b-3adf-490b-aa96-99402a91cf6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8859 2025.02.23 09:14:13.286201 [ 253 ] {5798b64b-3adf-490b-aa96-99402a91cf6c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8860 2025.02.23 09:14:13.286466 [ 253 ] {5798b64b-3adf-490b-aa96-99402a91cf6c} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8861 2025.02.23 09:14:13.286706 [ 253 ] {5798b64b-3adf-490b-aa96-99402a91cf6c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002031 sec., 104382.07779419006 rows/sec., 6.64 MiB/sec.
8862 2025.02.23 09:14:13.286776 [ 253 ] {5798b64b-3adf-490b-aa96-99402a91cf6c} <Debug> TCPHandler: Processed in 0.002387345 sec.
8863 2025.02.23 09:14:13.287037 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8864 2025.02.23 09:14:13.287227 [ 255 ] {07f56a4f-9725-4cb5-832a-6d5320052941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8865 2025.02.23 09:14:13.287301 [ 255 ] {07f56a4f-9725-4cb5-832a-6d5320052941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8866 2025.02.23 09:14:13.288417 [ 255 ] {07f56a4f-9725-4cb5-832a-6d5320052941} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8867 2025.02.23 09:14:13.288464 [ 255 ] {07f56a4f-9725-4cb5-832a-6d5320052941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8868 2025.02.23 09:14:13.288959 [ 255 ] {07f56a4f-9725-4cb5-832a-6d5320052941} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8869 2025.02.23 09:14:13.289216 [ 255 ] {07f56a4f-9725-4cb5-832a-6d5320052941} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8870 2025.02.23 09:14:13.289447 [ 255 ] {07f56a4f-9725-4cb5-832a-6d5320052941} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002279 sec., 297060.11408512504 rows/sec., 23.61 MiB/sec.
8871 2025.02.23 09:14:13.289550 [ 255 ] {07f56a4f-9725-4cb5-832a-6d5320052941} <Debug> TCPHandler: Processed in 0.00264581 sec.
8872 2025.02.23 09:14:13.289777 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8873 2025.02.23 09:14:13.289991 [ 253 ] {99b4f27e-e0bd-4dd9-88b0-bb09770de89b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8874 2025.02.23 09:14:13.290047 [ 253 ] {99b4f27e-e0bd-4dd9-88b0-bb09770de89b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8875 2025.02.23 09:14:13.290723 [ 253 ] {99b4f27e-e0bd-4dd9-88b0-bb09770de89b} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8876 2025.02.23 09:14:13.290766 [ 253 ] {99b4f27e-e0bd-4dd9-88b0-bb09770de89b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8877 2025.02.23 09:14:13.291171 [ 253 ] {99b4f27e-e0bd-4dd9-88b0-bb09770de89b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8878 2025.02.23 09:14:13.291422 [ 253 ] {99b4f27e-e0bd-4dd9-88b0-bb09770de89b} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8879 2025.02.23 09:14:13.291670 [ 253 ] {99b4f27e-e0bd-4dd9-88b0-bb09770de89b} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001721 sec., 79023.82335851248 rows/sec., 4.90 MiB/sec.
8880 2025.02.23 09:14:13.291762 [ 253 ] {99b4f27e-e0bd-4dd9-88b0-bb09770de89b} <Debug> TCPHandler: Processed in 0.002113699 sec.
8881 2025.02.23 09:14:13.292040 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8882 2025.02.23 09:14:13.292189 [ 255 ] {1028de73-3e6d-4419-8563-a5759605c011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8883 2025.02.23 09:14:13.292253 [ 255 ] {1028de73-3e6d-4419-8563-a5759605c011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8884 2025.02.23 09:14:13.293011 [ 255 ] {1028de73-3e6d-4419-8563-a5759605c011} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8885 2025.02.23 09:14:13.293060 [ 255 ] {1028de73-3e6d-4419-8563-a5759605c011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8886 2025.02.23 09:14:13.293454 [ 255 ] {1028de73-3e6d-4419-8563-a5759605c011} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8887 2025.02.23 09:14:13.293709 [ 255 ] {1028de73-3e6d-4419-8563-a5759605c011} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8888 2025.02.23 09:14:13.293919 [ 255 ] {1028de73-3e6d-4419-8563-a5759605c011} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001757 sec., 64314.171883892996 rows/sec., 4.16 MiB/sec.
8889 2025.02.23 09:14:13.294002 [ 255 ] {1028de73-3e6d-4419-8563-a5759605c011} <Debug> TCPHandler: Processed in 0.002052529 sec.
8890 2025.02.23 09:14:13.294268 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8891 2025.02.23 09:14:13.294416 [ 253 ] {ffd95705-6580-4ddd-8764-665a302606f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8892 2025.02.23 09:14:13.294478 [ 253 ] {ffd95705-6580-4ddd-8764-665a302606f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8893 2025.02.23 09:14:13.295232 [ 253 ] {ffd95705-6580-4ddd-8764-665a302606f1} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8894 2025.02.23 09:14:13.295274 [ 253 ] {ffd95705-6580-4ddd-8764-665a302606f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8895 2025.02.23 09:14:13.295656 [ 253 ] {ffd95705-6580-4ddd-8764-665a302606f1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8896 2025.02.23 09:14:13.295894 [ 253 ] {ffd95705-6580-4ddd-8764-665a302606f1} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8897 2025.02.23 09:14:13.296154 [ 253 ] {ffd95705-6580-4ddd-8764-665a302606f1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001758 sec., 63708.75995449374 rows/sec., 3.63 MiB/sec.
8898 2025.02.23 09:14:13.296365 [ 253 ] {ffd95705-6580-4ddd-8764-665a302606f1} <Debug> TCPHandler: Processed in 0.002235002 sec.
8899 2025.02.23 09:14:13.296565 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8900 2025.02.23 09:14:13.296706 [ 255 ] {8aa83307-c76f-4006-bdaa-c7a5cfc850a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8901 2025.02.23 09:14:13.296763 [ 255 ] {8aa83307-c76f-4006-bdaa-c7a5cfc850a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8902 2025.02.23 09:14:13.297590 [ 255 ] {8aa83307-c76f-4006-bdaa-c7a5cfc850a4} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8903 2025.02.23 09:14:13.297627 [ 255 ] {8aa83307-c76f-4006-bdaa-c7a5cfc850a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8904 2025.02.23 09:14:13.298021 [ 255 ] {8aa83307-c76f-4006-bdaa-c7a5cfc850a4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8905 2025.02.23 09:14:13.298272 [ 255 ] {8aa83307-c76f-4006-bdaa-c7a5cfc850a4} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8906 2025.02.23 09:14:13.298474 [ 255 ] {8aa83307-c76f-4006-bdaa-c7a5cfc850a4} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001802 sec., 228634.8501664817 rows/sec., 16.25 MiB/sec.
8907 2025.02.23 09:14:13.298554 [ 255 ] {8aa83307-c76f-4006-bdaa-c7a5cfc850a4} <Debug> TCPHandler: Processed in 0.002082339 sec.
8908 2025.02.23 09:14:13.298789 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8909 2025.02.23 09:14:13.298970 [ 253 ] {06dad28a-1fa8-4422-bbdb-4d80ae80a91d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8910 2025.02.23 09:14:13.299034 [ 253 ] {06dad28a-1fa8-4422-bbdb-4d80ae80a91d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8911 2025.02.23 09:14:13.299554 [ 253 ] {06dad28a-1fa8-4422-bbdb-4d80ae80a91d} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8912 2025.02.23 09:14:13.299593 [ 253 ] {06dad28a-1fa8-4422-bbdb-4d80ae80a91d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8913 2025.02.23 09:14:13.299968 [ 253 ] {06dad28a-1fa8-4422-bbdb-4d80ae80a91d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8914 2025.02.23 09:14:13.300235 [ 253 ] {06dad28a-1fa8-4422-bbdb-4d80ae80a91d} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8915 2025.02.23 09:14:13.300455 [ 253 ] {06dad28a-1fa8-4422-bbdb-4d80ae80a91d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 206.64 KiB/sec.
8916 2025.02.23 09:14:13.300565 [ 253 ] {06dad28a-1fa8-4422-bbdb-4d80ae80a91d} <Debug> TCPHandler: Processed in 0.001912596 sec.
8917 2025.02.23 09:14:13.300740 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8918 2025.02.23 09:14:13.300883 [ 255 ] {06ae88e5-5644-4a2a-944b-31f177df0f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8919 2025.02.23 09:14:13.300947 [ 255 ] {06ae88e5-5644-4a2a-944b-31f177df0f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8920 2025.02.23 09:14:13.301575 [ 255 ] {06ae88e5-5644-4a2a-944b-31f177df0f8c} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8921 2025.02.23 09:14:13.301613 [ 255 ] {06ae88e5-5644-4a2a-944b-31f177df0f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8922 2025.02.23 09:14:13.302047 [ 255 ] {06ae88e5-5644-4a2a-944b-31f177df0f8c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8923 2025.02.23 09:14:13.302289 [ 255 ] {06ae88e5-5644-4a2a-944b-31f177df0f8c} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8924 2025.02.23 09:14:13.302487 [ 255 ] {06ae88e5-5644-4a2a-944b-31f177df0f8c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001637 sec., 144777.03115455102 rows/sec., 9.70 MiB/sec.
8925 2025.02.23 09:14:13.302581 [ 255 ] {06ae88e5-5644-4a2a-944b-31f177df0f8c} <Debug> TCPHandler: Processed in 0.001910066 sec.
8926 2025.02.23 09:14:13.303192 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8927 2025.02.23 09:14:13.303424 [ 253 ] {ef547116-e022-40cb-b77e-4b887172795b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8928 2025.02.23 09:14:13.303520 [ 253 ] {ef547116-e022-40cb-b77e-4b887172795b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8929 2025.02.23 09:14:13.304295 [ 253 ] {ef547116-e022-40cb-b77e-4b887172795b} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8930 2025.02.23 09:14:13.304333 [ 253 ] {ef547116-e022-40cb-b77e-4b887172795b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8931 2025.02.23 09:14:13.304696 [ 253 ] {ef547116-e022-40cb-b77e-4b887172795b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8932 2025.02.23 09:14:13.304976 [ 253 ] {ef547116-e022-40cb-b77e-4b887172795b} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8933 2025.02.23 09:14:13.305197 [ 253 ] {ef547116-e022-40cb-b77e-4b887172795b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001827 sec., 547.3453749315818 rows/sec., 36.88 KiB/sec.
8934 2025.02.23 09:14:13.305255 [ 253 ] {ef547116-e022-40cb-b77e-4b887172795b} <Debug> TCPHandler: Processed in 0.002175691 sec.
8935 2025.02.23 09:14:13.305414 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8936 2025.02.23 09:14:13.305565 [ 255 ] {5e883bb6-588c-448c-b3bb-2aab57a7f343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8937 2025.02.23 09:14:13.305664 [ 255 ] {5e883bb6-588c-448c-b3bb-2aab57a7f343} <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
8938 2025.02.23 09:14:13.307325 [ 255 ] {5e883bb6-588c-448c-b3bb-2aab57a7f343} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8939 2025.02.23 09:14:13.307369 [ 255 ] {5e883bb6-588c-448c-b3bb-2aab57a7f343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8940 2025.02.23 09:14:13.308077 [ 255 ] {5e883bb6-588c-448c-b3bb-2aab57a7f343} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8941 2025.02.23 09:14:13.308351 [ 255 ] {5e883bb6-588c-448c-b3bb-2aab57a7f343} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8942 2025.02.23 09:14:13.308621 [ 255 ] {5e883bb6-588c-448c-b3bb-2aab57a7f343} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003081 sec., 9737.098344693282 rows/sec., 17.45 MiB/sec.
8943 2025.02.23 09:14:13.309157 [ 255 ] {5e883bb6-588c-448c-b3bb-2aab57a7f343} <Debug> TCPHandler: Processed in 0.003810952 sec.
8944 2025.02.23 09:14:13.309347 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8945 2025.02.23 09:14:13.309457 [ 253 ] {86180233-4295-47e6-8131-91c3f905fa39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8946 2025.02.23 09:14:13.309504 [ 253 ] {86180233-4295-47e6-8131-91c3f905fa39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8947 2025.02.23 09:14:13.309942 [ 253 ] {86180233-4295-47e6-8131-91c3f905fa39} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8948 2025.02.23 09:14:13.309977 [ 253 ] {86180233-4295-47e6-8131-91c3f905fa39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8949 2025.02.23 09:14:13.310402 [ 253 ] {86180233-4295-47e6-8131-91c3f905fa39} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8950 2025.02.23 09:14:13.310632 [ 253 ] {86180233-4295-47e6-8131-91c3f905fa39} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8951 2025.02.23 09:14:13.310869 [ 253 ] {86180233-4295-47e6-8131-91c3f905fa39} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001415 sec., 57950.53003533569 rows/sec., 3.68 MiB/sec.
8952 2025.02.23 09:14:13.310945 [ 253 ] {86180233-4295-47e6-8131-91c3f905fa39} <Debug> TCPHandler: Processed in 0.001687322 sec.
8953 2025.02.23 09:14:14.231885 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
8954 2025.02.23 09:14:14.253658 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8955 2025.02.23 09:14:14.253716 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8956 2025.02.23 09:14:14.260985 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
8957 2025.02.23 09:14:14.261767 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8958 2025.02.23 09:14:14.262155 [ 76 ] {} <Debug> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
8959 2025.02.23 09:14:14.262305 [ 76 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8960 2025.02.23 09:14:14.262370 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8961 2025.02.23 09:14:14.263210 [ 201 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
8962 2025.02.23 09:14:14.279367 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
8963 2025.02.23 09:14:14.280713 [ 201 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8964 2025.02.23 09:14:14.282324 [ 201 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part
8965 2025.02.23 09:14:14.288464 [ 201 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part
8966 2025.02.23 09:14:14.294352 [ 201 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part
8967 2025.02.23 09:14:14.300373 [ 201 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part
8968 2025.02.23 09:14:14.306247 [ 201 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part
8969 2025.02.23 09:14:14.310885 [ 201 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part
8970 2025.02.23 09:14:14.368528 [ 186 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.105962373 sec., 3274.7473482874907 rows/sec., 16.93 MiB/sec.
8971 2025.02.23 09:14:14.371805 [ 186 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
8972 2025.02.23 09:14:14.374865 [ 186 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_46_9} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8973 2025.02.23 09:14:14.375003 [ 186 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_46_9} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
8974 2025.02.23 09:14:14.377458 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8975 2025.02.23 09:14:17.851329 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1254
8976 2025.02.23 09:14:17.854610 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8977 2025.02.23 09:14:17.854674 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8978 2025.02.23 09:14:17.856159 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8979 2025.02.23 09:14:17.856485 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8980 2025.02.23 09:14:17.857135 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1254
8981 2025.02.23 09:14:18.305731 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8982 2025.02.23 09:14:18.305948 [ 253 ] {c9f713e3-af3b-4f33-9e5b-dd5af123264a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8983 2025.02.23 09:14:18.306030 [ 253 ] {c9f713e3-af3b-4f33-9e5b-dd5af123264a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8984 2025.02.23 09:14:18.307886 [ 253 ] {c9f713e3-af3b-4f33-9e5b-dd5af123264a} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8985 2025.02.23 09:14:18.307934 [ 253 ] {c9f713e3-af3b-4f33-9e5b-dd5af123264a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8986 2025.02.23 09:14:18.308451 [ 253 ] {c9f713e3-af3b-4f33-9e5b-dd5af123264a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8987 2025.02.23 09:14:18.308711 [ 253 ] {c9f713e3-af3b-4f33-9e5b-dd5af123264a} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8988 2025.02.23 09:14:18.308855 [ 72 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8989 2025.02.23 09:14:18.308908 [ 72 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8990 2025.02.23 09:14:18.308919 [ 253 ] {c9f713e3-af3b-4f33-9e5b-dd5af123264a} <Debug> executeQuery: Read 1214 rows, 102.69 KiB in 0.003032 sec., 400395.7783641161 rows/sec., 33.07 MiB/sec.
8991 2025.02.23 09:14:18.308938 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
8992 2025.02.23 09:14:18.309030 [ 253 ] {c9f713e3-af3b-4f33-9e5b-dd5af123264a} <Debug> TCPHandler: Processed in 0.003438264 sec.
8993 2025.02.23 09:14:18.309243 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
8994 2025.02.23 09:14:18.309357 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8995 2025.02.23 09:14:18.309455 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8996 2025.02.23 09:14:18.309509 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1847 rows starting from the beginning of the part
8997 2025.02.23 09:14:18.309750 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 74 rows starting from the beginning of the part
8998 2025.02.23 09:14:18.309766 [ 255 ] {dc16f2fc-14f3-4867-a301-401f5661223c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8999 2025.02.23 09:14:18.310005 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 119 rows starting from the beginning of the part
9000 2025.02.23 09:14:18.310054 [ 255 ] {dc16f2fc-14f3-4867-a301-401f5661223c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9001 2025.02.23 09:14:18.310429 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 74 rows starting from the beginning of the part
9002 2025.02.23 09:14:18.310922 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 677 rows starting from the beginning of the part
9003 2025.02.23 09:14:18.311355 [ 190 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1214 rows starting from the beginning of the part
9004 2025.02.23 09:14:18.313301 [ 255 ] {dc16f2fc-14f3-4867-a301-401f5661223c} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9005 2025.02.23 09:14:18.313387 [ 255 ] {dc16f2fc-14f3-4867-a301-401f5661223c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9006 2025.02.23 09:14:18.314391 [ 255 ] {dc16f2fc-14f3-4867-a301-401f5661223c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9007 2025.02.23 09:14:18.314678 [ 255 ] {dc16f2fc-14f3-4867-a301-401f5661223c} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9008 2025.02.23 09:14:18.315099 [ 255 ] {dc16f2fc-14f3-4867-a301-401f5661223c} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.005469 sec., 1645.6390565002744 rows/sec., 123.74 KiB/sec.
9009 2025.02.23 09:14:18.315551 [ 255 ] {dc16f2fc-14f3-4867-a301-401f5661223c} <Debug> TCPHandler: Processed in 0.006383039 sec.
9010 2025.02.23 09:14:18.315985 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9011 2025.02.23 09:14:18.316316 [ 195 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4005 rows, containing 5 columns (5 merged, 0 gathered) in 0.007258535 sec., 551764.2334162472 rows/sec., 47.13 MiB/sec.
9012 2025.02.23 09:14:18.316435 [ 253 ] {fc81f84d-d866-4c9a-baf7-29366201f977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9013 2025.02.23 09:14:18.316567 [ 253 ] {fc81f84d-d866-4c9a-baf7-29366201f977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9014 2025.02.23 09:14:18.316696 [ 195 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9015 2025.02.23 09:14:18.317311 [ 195 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_66_13} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9016 2025.02.23 09:14:18.317416 [ 195 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_66_13} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9017 2025.02.23 09:14:18.317584 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
9018 2025.02.23 09:14:18.317825 [ 253 ] {fc81f84d-d866-4c9a-baf7-29366201f977} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9019 2025.02.23 09:14:18.317870 [ 253 ] {fc81f84d-d866-4c9a-baf7-29366201f977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9020 2025.02.23 09:14:18.318257 [ 253 ] {fc81f84d-d866-4c9a-baf7-29366201f977} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
9021 2025.02.23 09:14:18.318516 [ 253 ] {fc81f84d-d866-4c9a-baf7-29366201f977} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9022 2025.02.23 09:14:18.318733 [ 253 ] {fc81f84d-d866-4c9a-baf7-29366201f977} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002446 sec., 93213.40964840556 rows/sec., 6.31 MiB/sec.
9023 2025.02.23 09:14:18.318791 [ 253 ] {fc81f84d-d866-4c9a-baf7-29366201f977} <Debug> TCPHandler: Processed in 0.003096968 sec.
9024 2025.02.23 09:14:18.318967 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9025 2025.02.23 09:14:18.319115 [ 255 ] {7a4f2a38-ec67-4094-8132-92989f14eb42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9026 2025.02.23 09:14:18.319179 [ 255 ] {7a4f2a38-ec67-4094-8132-92989f14eb42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9027 2025.02.23 09:14:18.320081 [ 255 ] {7a4f2a38-ec67-4094-8132-92989f14eb42} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9028 2025.02.23 09:14:18.320123 [ 255 ] {7a4f2a38-ec67-4094-8132-92989f14eb42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9029 2025.02.23 09:14:18.320545 [ 255 ] {7a4f2a38-ec67-4094-8132-92989f14eb42} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9030 2025.02.23 09:14:18.320790 [ 255 ] {7a4f2a38-ec67-4094-8132-92989f14eb42} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9031 2025.02.23 09:14:18.320972 [ 70 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9032 2025.02.23 09:14:18.321043 [ 255 ] {7a4f2a38-ec67-4094-8132-92989f14eb42} <Debug> executeQuery: Read 529 rows, 40.13 KiB in 0.001955 sec., 270588.23529411765 rows/sec., 20.04 MiB/sec.
9033 2025.02.23 09:14:18.321049 [ 70 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9034 2025.02.23 09:14:18.321125 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9035 2025.02.23 09:14:18.321183 [ 255 ] {7a4f2a38-ec67-4094-8132-92989f14eb42} <Debug> TCPHandler: Processed in 0.002287013 sec.
9036 2025.02.23 09:14:18.321446 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9037 2025.02.23 09:14:18.321492 [ 192 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9038 2025.02.23 09:14:18.321751 [ 253 ] {95f35cc1-c44c-43be-90f2-dbcac9cb5623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9039 2025.02.23 09:14:18.321882 [ 192 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9040 2025.02.23 09:14:18.321911 [ 253 ] {95f35cc1-c44c-43be-90f2-dbcac9cb5623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9041 2025.02.23 09:14:18.321955 [ 192 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part
9042 2025.02.23 09:14:18.322285 [ 192 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 73 rows starting from the beginning of the part
9043 2025.02.23 09:14:18.322703 [ 192 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 100 rows starting from the beginning of the part
9044 2025.02.23 09:14:18.323022 [ 192 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 73 rows starting from the beginning of the part
9045 2025.02.23 09:14:18.323395 [ 192 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 412 rows starting from the beginning of the part
9046 2025.02.23 09:14:18.323553 [ 192 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 529 rows starting from the beginning of the part
9047 2025.02.23 09:14:18.324354 [ 253 ] {95f35cc1-c44c-43be-90f2-dbcac9cb5623} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9048 2025.02.23 09:14:18.324391 [ 253 ] {95f35cc1-c44c-43be-90f2-dbcac9cb5623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9049 2025.02.23 09:14:18.325014 [ 253 ] {95f35cc1-c44c-43be-90f2-dbcac9cb5623} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9050 2025.02.23 09:14:18.325329 [ 253 ] {95f35cc1-c44c-43be-90f2-dbcac9cb5623} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9051 2025.02.23 09:14:18.325578 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9052 2025.02.23 09:14:18.325606 [ 192 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2102 rows, containing 5 columns (5 merged, 0 gathered) in 0.004370911 sec., 480906.61191682925 rows/sec., 37.11 MiB/sec.
9053 2025.02.23 09:14:18.325641 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9054 2025.02.23 09:14:18.325679 [ 253 ] {95f35cc1-c44c-43be-90f2-dbcac9cb5623} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.004028 sec., 218470.70506454815 rows/sec., 14.70 MiB/sec.
9055 2025.02.23 09:14:18.325698 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9056 2025.02.23 09:14:18.325919 [ 253 ] {95f35cc1-c44c-43be-90f2-dbcac9cb5623} <Debug> TCPHandler: Processed in 0.004605756 sec.
9057 2025.02.23 09:14:18.325991 [ 196 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9058 2025.02.23 09:14:18.326091 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9059 2025.02.23 09:14:18.326168 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9060 2025.02.23 09:14:18.326320 [ 196 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9061 2025.02.23 09:14:18.326441 [ 196 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19825 rows starting from the beginning of the part
9062 2025.02.23 09:14:18.326553 [ 255 ] {260592f6-2d6d-43fa-a1d2-5f186c69a8ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9063 2025.02.23 09:14:18.326760 [ 196 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part
9064 2025.02.23 09:14:18.327083 [ 255 ] {260592f6-2d6d-43fa-a1d2-5f186c69a8ea} <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
9065 2025.02.23 09:14:18.327256 [ 196 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 163 rows starting from the beginning of the part
9066 2025.02.23 09:14:18.327801 [ 196 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part
9067 2025.02.23 09:14:18.328238 [ 196 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part
9068 2025.02.23 09:14:18.328698 [ 196 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 880 rows starting from the beginning of the part
9069 2025.02.23 09:14:18.329187 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_66_13} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9070 2025.02.23 09:14:18.329718 [ 193 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_66_13} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9071 2025.02.23 09:14:18.330140 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
9072 2025.02.23 09:14:18.332116 [ 255 ] {260592f6-2d6d-43fa-a1d2-5f186c69a8ea} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9073 2025.02.23 09:14:18.332184 [ 255 ] {260592f6-2d6d-43fa-a1d2-5f186c69a8ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9074 2025.02.23 09:14:18.333739 [ 255 ] {260592f6-2d6d-43fa-a1d2-5f186c69a8ea} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9075 2025.02.23 09:14:18.334482 [ 255 ] {260592f6-2d6d-43fa-a1d2-5f186c69a8ea} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9076 2025.02.23 09:14:18.334777 [ 255 ] {260592f6-2d6d-43fa-a1d2-5f186c69a8ea} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00835 sec., 1077.8443113772455 rows/sec., 1.93 MiB/sec.
9077 2025.02.23 09:14:18.334908 [ 255 ] {260592f6-2d6d-43fa-a1d2-5f186c69a8ea} <Debug> TCPHandler: Processed in 0.008872467 sec.
9078 2025.02.23 09:14:18.335079 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9079 2025.02.23 09:14:18.335223 [ 253 ] {0538a457-9c41-4a27-b7fc-35441b56c0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9080 2025.02.23 09:14:18.335285 [ 253 ] {0538a457-9c41-4a27-b7fc-35441b56c0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9081 2025.02.23 09:14:18.335792 [ 253 ] {0538a457-9c41-4a27-b7fc-35441b56c0d5} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9082 2025.02.23 09:14:18.335829 [ 253 ] {0538a457-9c41-4a27-b7fc-35441b56c0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9083 2025.02.23 09:14:18.336217 [ 253 ] {0538a457-9c41-4a27-b7fc-35441b56c0d5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9084 2025.02.23 09:14:18.336489 [ 253 ] {0538a457-9c41-4a27-b7fc-35441b56c0d5} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9085 2025.02.23 09:14:18.336629 [ 68 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9086 2025.02.23 09:14:18.336670 [ 68 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9087 2025.02.23 09:14:18.336679 [ 253 ] {0538a457-9c41-4a27-b7fc-35441b56c0d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec.
9088 2025.02.23 09:14:18.336705 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9089 2025.02.23 09:14:18.336777 [ 253 ] {0538a457-9c41-4a27-b7fc-35441b56c0d5} <Debug> TCPHandler: Processed in 0.001759433 sec.
9090 2025.02.23 09:14:18.337038 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9091 2025.02.23 09:14:18.337295 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9092 2025.02.23 09:14:18.337343 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4202 rows starting from the beginning of the part
9093 2025.02.23 09:14:18.337463 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part
9094 2025.02.23 09:14:18.337602 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part
9095 2025.02.23 09:14:18.337855 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part
9096 2025.02.23 09:14:18.337967 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part
9097 2025.02.23 09:14:18.338170 [ 193 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part
9098 2025.02.23 09:14:18.341204 [ 200 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4524 rows, containing 4 columns (4 merged, 0 gathered) in 0.004395802 sec., 1029163.7339443406 rows/sec., 67.44 MiB/sec.
9099 2025.02.23 09:14:18.341724 [ 200 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9100 2025.02.23 09:14:18.342193 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21425 rows, containing 5 columns (5 merged, 0 gathered) in 0.016389567 sec., 1307234.0471227823 rows/sec., 88.46 MiB/sec.
9101 2025.02.23 09:14:18.342213 [ 200 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_66_13} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9102 2025.02.23 09:14:18.342335 [ 200 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_66_13} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9103 2025.02.23 09:14:18.342456 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB.
9104 2025.02.23 09:14:18.342707 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9105 2025.02.23 09:14:18.343022 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9106 2025.02.23 09:14:18.343110 [ 191 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9107 2025.02.23 09:14:18.343204 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
9108 2025.02.23 09:14:19.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.02 MiB, peak 237.94 MiB, free memory in arenas 0.00 B, will set to 226.79 MiB (RSS), difference: 1.76 MiB
9109 2025.02.23 09:14:20.259641 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594
9110 2025.02.23 09:14:20.260428 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9111 2025.02.23 09:14:20.260482 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9112 2025.02.23 09:14:20.261040 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9113 2025.02.23 09:14:20.261317 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9114 2025.02.23 09:14:20.261581 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
9115 2025.02.23 09:14:21.779522 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
9116 2025.02.23 09:14:21.798978 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9117 2025.02.23 09:14:21.799044 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9118 2025.02.23 09:14:21.806062 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9119 2025.02.23 09:14:21.806829 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9120 2025.02.23 09:14:21.810032 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
9121 2025.02.23 09:14:23.283680 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9122 2025.02.23 09:14:23.283925 [ 253 ] {0393d350-732a-4bf8-9e49-19ae5f341997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9123 2025.02.23 09:14:23.284013 [ 253 ] {0393d350-732a-4bf8-9e49-19ae5f341997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9124 2025.02.23 09:14:23.284968 [ 253 ] {0393d350-732a-4bf8-9e49-19ae5f341997} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9125 2025.02.23 09:14:23.285028 [ 253 ] {0393d350-732a-4bf8-9e49-19ae5f341997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9126 2025.02.23 09:14:23.285497 [ 253 ] {0393d350-732a-4bf8-9e49-19ae5f341997} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9127 2025.02.23 09:14:23.285758 [ 253 ] {0393d350-732a-4bf8-9e49-19ae5f341997} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9128 2025.02.23 09:14:23.286052 [ 253 ] {0393d350-732a-4bf8-9e49-19ae5f341997} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002174 sec., 97516.09935602575 rows/sec., 6.20 MiB/sec.
9129 2025.02.23 09:14:23.286165 [ 253 ] {0393d350-732a-4bf8-9e49-19ae5f341997} <Debug> TCPHandler: Processed in 0.002627019 sec.
9130 2025.02.23 09:14:23.286538 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9131 2025.02.23 09:14:23.286731 [ 255 ] {167c82d3-c97d-4049-b21c-a2530b7ff3b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9132 2025.02.23 09:14:23.286806 [ 255 ] {167c82d3-c97d-4049-b21c-a2530b7ff3b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9133 2025.02.23 09:14:23.288052 [ 255 ] {167c82d3-c97d-4049-b21c-a2530b7ff3b3} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9134 2025.02.23 09:14:23.288104 [ 255 ] {167c82d3-c97d-4049-b21c-a2530b7ff3b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9135 2025.02.23 09:14:23.288593 [ 255 ] {167c82d3-c97d-4049-b21c-a2530b7ff3b3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9136 2025.02.23 09:14:23.288853 [ 255 ] {167c82d3-c97d-4049-b21c-a2530b7ff3b3} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9137 2025.02.23 09:14:23.289104 [ 255 ] {167c82d3-c97d-4049-b21c-a2530b7ff3b3} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002426 sec., 279060.1813685078 rows/sec., 22.18 MiB/sec.
9138 2025.02.23 09:14:23.289180 [ 255 ] {167c82d3-c97d-4049-b21c-a2530b7ff3b3} <Debug> TCPHandler: Processed in 0.002837023 sec.
9139 2025.02.23 09:14:23.289397 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9140 2025.02.23 09:14:23.289541 [ 253 ] {953553e9-991d-4e55-aa57-b374af13138f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9141 2025.02.23 09:14:23.289597 [ 253 ] {953553e9-991d-4e55-aa57-b374af13138f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9142 2025.02.23 09:14:23.290293 [ 253 ] {953553e9-991d-4e55-aa57-b374af13138f} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9143 2025.02.23 09:14:23.290337 [ 253 ] {953553e9-991d-4e55-aa57-b374af13138f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9144 2025.02.23 09:14:23.290727 [ 253 ] {953553e9-991d-4e55-aa57-b374af13138f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9145 2025.02.23 09:14:23.290976 [ 253 ] {953553e9-991d-4e55-aa57-b374af13138f} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9146 2025.02.23 09:14:23.291209 [ 253 ] {953553e9-991d-4e55-aa57-b374af13138f} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.0017 sec., 80000 rows/sec., 4.96 MiB/sec.
9147 2025.02.23 09:14:23.291268 [ 253 ] {953553e9-991d-4e55-aa57-b374af13138f} <Debug> TCPHandler: Processed in 0.001972867 sec.
9148 2025.02.23 09:14:23.291438 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9149 2025.02.23 09:14:23.291577 [ 255 ] {1dc1bd67-2f9a-4e74-b39d-681784c62bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9150 2025.02.23 09:14:23.291640 [ 255 ] {1dc1bd67-2f9a-4e74-b39d-681784c62bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9151 2025.02.23 09:14:23.292469 [ 255 ] {1dc1bd67-2f9a-4e74-b39d-681784c62bb8} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9152 2025.02.23 09:14:23.292520 [ 255 ] {1dc1bd67-2f9a-4e74-b39d-681784c62bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9153 2025.02.23 09:14:23.292900 [ 255 ] {1dc1bd67-2f9a-4e74-b39d-681784c62bb8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9154 2025.02.23 09:14:23.293151 [ 255 ] {1dc1bd67-2f9a-4e74-b39d-681784c62bb8} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9155 2025.02.23 09:14:23.293407 [ 255 ] {1dc1bd67-2f9a-4e74-b39d-681784c62bb8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001866 sec., 60557.34190782422 rows/sec., 3.92 MiB/sec.
9156 2025.02.23 09:14:23.293636 [ 255 ] {1dc1bd67-2f9a-4e74-b39d-681784c62bb8} <Debug> TCPHandler: Processed in 0.002251282 sec.
9157 2025.02.23 09:14:23.293847 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9158 2025.02.23 09:14:23.293973 [ 253 ] {2621f1c0-a40d-4670-bde4-c8f3607eed51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9159 2025.02.23 09:14:23.294025 [ 253 ] {2621f1c0-a40d-4670-bde4-c8f3607eed51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9160 2025.02.23 09:14:23.294701 [ 253 ] {2621f1c0-a40d-4670-bde4-c8f3607eed51} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9161 2025.02.23 09:14:23.294744 [ 253 ] {2621f1c0-a40d-4670-bde4-c8f3607eed51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9162 2025.02.23 09:14:23.295129 [ 253 ] {2621f1c0-a40d-4670-bde4-c8f3607eed51} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9163 2025.02.23 09:14:23.295389 [ 253 ] {2621f1c0-a40d-4670-bde4-c8f3607eed51} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9164 2025.02.23 09:14:23.295615 [ 253 ] {2621f1c0-a40d-4670-bde4-c8f3607eed51} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001669 sec., 67106.051527861 rows/sec., 3.82 MiB/sec.
9165 2025.02.23 09:14:23.295669 [ 253 ] {2621f1c0-a40d-4670-bde4-c8f3607eed51} <Debug> TCPHandler: Processed in 0.001914715 sec.
9166 2025.02.23 09:14:23.295836 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9167 2025.02.23 09:14:23.295975 [ 255 ] {20ccfce5-d800-407e-bf0a-e6125a986393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9168 2025.02.23 09:14:23.296035 [ 255 ] {20ccfce5-d800-407e-bf0a-e6125a986393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9169 2025.02.23 09:14:23.296932 [ 255 ] {20ccfce5-d800-407e-bf0a-e6125a986393} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9170 2025.02.23 09:14:23.296973 [ 255 ] {20ccfce5-d800-407e-bf0a-e6125a986393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9171 2025.02.23 09:14:23.297354 [ 255 ] {20ccfce5-d800-407e-bf0a-e6125a986393} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9172 2025.02.23 09:14:23.297598 [ 255 ] {20ccfce5-d800-407e-bf0a-e6125a986393} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9173 2025.02.23 09:14:23.297826 [ 255 ] {20ccfce5-d800-407e-bf0a-e6125a986393} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001881 sec., 219032.42955874535 rows/sec., 15.57 MiB/sec.
9174 2025.02.23 09:14:23.297888 [ 255 ] {20ccfce5-d800-407e-bf0a-e6125a986393} <Debug> TCPHandler: Processed in 0.00212211 sec.
9175 2025.02.23 09:14:23.298078 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9176 2025.02.23 09:14:23.298222 [ 253 ] {3a94bf4e-44f2-4b4e-a6dd-a9b5c61140e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9177 2025.02.23 09:14:23.298284 [ 253 ] {3a94bf4e-44f2-4b4e-a6dd-a9b5c61140e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9178 2025.02.23 09:14:23.298902 [ 253 ] {3a94bf4e-44f2-4b4e-a6dd-a9b5c61140e7} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9179 2025.02.23 09:14:23.298966 [ 253 ] {3a94bf4e-44f2-4b4e-a6dd-a9b5c61140e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9180 2025.02.23 09:14:23.299351 [ 253 ] {3a94bf4e-44f2-4b4e-a6dd-a9b5c61140e7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
9181 2025.02.23 09:14:23.299647 [ 253 ] {3a94bf4e-44f2-4b4e-a6dd-a9b5c61140e7} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9182 2025.02.23 09:14:23.299916 [ 253 ] {3a94bf4e-44f2-4b4e-a6dd-a9b5c61140e7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001716 sec., 3496.5034965034965 rows/sec., 182.68 KiB/sec.
9183 2025.02.23 09:14:23.300111 [ 253 ] {3a94bf4e-44f2-4b4e-a6dd-a9b5c61140e7} <Debug> TCPHandler: Processed in 0.002124109 sec.
9184 2025.02.23 09:14:23.300322 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9185 2025.02.23 09:14:23.300460 [ 255 ] {da3b2f5f-6588-4fd6-8aad-feb2e75a32fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9186 2025.02.23 09:14:23.300525 [ 255 ] {da3b2f5f-6588-4fd6-8aad-feb2e75a32fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9187 2025.02.23 09:14:23.301221 [ 255 ] {da3b2f5f-6588-4fd6-8aad-feb2e75a32fa} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9188 2025.02.23 09:14:23.301269 [ 255 ] {da3b2f5f-6588-4fd6-8aad-feb2e75a32fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9189 2025.02.23 09:14:23.301705 [ 255 ] {da3b2f5f-6588-4fd6-8aad-feb2e75a32fa} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9190 2025.02.23 09:14:23.301942 [ 255 ] {da3b2f5f-6588-4fd6-8aad-feb2e75a32fa} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9191 2025.02.23 09:14:23.302120 [ 255 ] {da3b2f5f-6588-4fd6-8aad-feb2e75a32fa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001693 sec., 139988.18665091554 rows/sec., 9.38 MiB/sec.
9192 2025.02.23 09:14:23.302175 [ 255 ] {da3b2f5f-6588-4fd6-8aad-feb2e75a32fa} <Debug> TCPHandler: Processed in 0.001958066 sec.
9193 2025.02.23 09:14:23.303403 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9194 2025.02.23 09:14:23.303698 [ 253 ] {f269e3fe-4bb0-4190-85d8-4b5ebf5e4450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9195 2025.02.23 09:14:23.303837 [ 253 ] {f269e3fe-4bb0-4190-85d8-4b5ebf5e4450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9196 2025.02.23 09:14:23.304420 [ 253 ] {f269e3fe-4bb0-4190-85d8-4b5ebf5e4450} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9197 2025.02.23 09:14:23.304467 [ 253 ] {f269e3fe-4bb0-4190-85d8-4b5ebf5e4450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9198 2025.02.23 09:14:23.304844 [ 253 ] {f269e3fe-4bb0-4190-85d8-4b5ebf5e4450} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9199 2025.02.23 09:14:23.305092 [ 253 ] {f269e3fe-4bb0-4190-85d8-4b5ebf5e4450} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9200 2025.02.23 09:14:23.305251 [ 59 ] {} <Debug> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
9201 2025.02.23 09:14:23.305330 [ 59 ] {} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9202 2025.02.23 09:14:23.305338 [ 253 ] {f269e3fe-4bb0-4190-85d8-4b5ebf5e4450} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001747 sec., 572.4098454493417 rows/sec., 38.57 KiB/sec.
9203 2025.02.23 09:14:23.305367 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9204 2025.02.23 09:14:23.305476 [ 253 ] {f269e3fe-4bb0-4190-85d8-4b5ebf5e4450} <Debug> TCPHandler: Processed in 0.002158531 sec.
9205 2025.02.23 09:14:23.305628 [ 189 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
9206 2025.02.23 09:14:23.305669 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9207 2025.02.23 09:14:23.305910 [ 255 ] {14608f23-7f99-4ae1-8f02-36235fe5ffd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9208 2025.02.23 09:14:23.305942 [ 189 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9209 2025.02.23 09:14:23.306035 [ 189 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 24 rows starting from the beginning of the part
9210 2025.02.23 09:14:23.306082 [ 255 ] {14608f23-7f99-4ae1-8f02-36235fe5ffd2} <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
9211 2025.02.23 09:14:23.306391 [ 189 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
9212 2025.02.23 09:14:23.306729 [ 189 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
9213 2025.02.23 09:14:23.307206 [ 189 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
9214 2025.02.23 09:14:23.307565 [ 189 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
9215 2025.02.23 09:14:23.307954 [ 189 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
9216 2025.02.23 09:14:23.311629 [ 189 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.006130745 sec., 4730.257089472813 rows/sec., 318.10 KiB/sec.
9217 2025.02.23 09:14:23.311897 [ 255 ] {14608f23-7f99-4ae1-8f02-36235fe5ffd2} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9218 2025.02.23 09:14:23.311906 [ 189 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
9219 2025.02.23 09:14:23.311957 [ 255 ] {14608f23-7f99-4ae1-8f02-36235fe5ffd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9220 2025.02.23 09:14:23.312513 [ 189 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_29_6} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9221 2025.02.23 09:14:23.312710 [ 189 ] {edf722ff-0d58-41e6-a525-8b82c2de3b3c::all_1_29_6} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
9222 2025.02.23 09:14:23.312880 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
9223 2025.02.23 09:14:23.313215 [ 255 ] {14608f23-7f99-4ae1-8f02-36235fe5ffd2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9224 2025.02.23 09:14:23.313499 [ 255 ] {14608f23-7f99-4ae1-8f02-36235fe5ffd2} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9225 2025.02.23 09:14:23.313753 [ 255 ] {14608f23-7f99-4ae1-8f02-36235fe5ffd2} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.007931 sec., 3782.6251418484426 rows/sec., 6.78 MiB/sec.
9226 2025.02.23 09:14:23.313881 [ 255 ] {14608f23-7f99-4ae1-8f02-36235fe5ffd2} <Debug> TCPHandler: Processed in 0.008295125 sec.
9227 2025.02.23 09:14:23.314038 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9228 2025.02.23 09:14:23.314160 [ 253 ] {f00ae44a-03a6-454f-b582-1c159c710c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9229 2025.02.23 09:14:23.314213 [ 253 ] {f00ae44a-03a6-454f-b582-1c159c710c74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9230 2025.02.23 09:14:23.314744 [ 253 ] {f00ae44a-03a6-454f-b582-1c159c710c74} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9231 2025.02.23 09:14:23.314785 [ 253 ] {f00ae44a-03a6-454f-b582-1c159c710c74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9232 2025.02.23 09:14:23.315170 [ 253 ] {f00ae44a-03a6-454f-b582-1c159c710c74} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9233 2025.02.23 09:14:23.315419 [ 253 ] {f00ae44a-03a6-454f-b582-1c159c710c74} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9234 2025.02.23 09:14:23.315657 [ 253 ] {f00ae44a-03a6-454f-b582-1c159c710c74} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001522 sec., 53876.47831800263 rows/sec., 3.42 MiB/sec.
9235 2025.02.23 09:14:23.315713 [ 253 ] {f00ae44a-03a6-454f-b582-1c159c710c74} <Debug> TCPHandler: Processed in 0.001734372 sec.
9236 2025.02.23 09:14:27.580507 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache
9237 2025.02.23 09:14:27.580582 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache
9238 2025.02.23 09:14:27.761774 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021
9239 2025.02.23 09:14:27.762443 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9240 2025.02.23 09:14:27.762500 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9241 2025.02.23 09:14:27.763057 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9242 2025.02.23 09:14:27.763324 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9243 2025.02.23 09:14:27.763590 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
9244 2025.02.23 09:14:27.857470 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1290
9245 2025.02.23 09:14:27.860815 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9246 2025.02.23 09:14:27.860873 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9247 2025.02.23 09:14:27.862396 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
9248 2025.02.23 09:14:27.862741 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9249 2025.02.23 09:14:27.864317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1290
9250 2025.02.23 09:14:28.001547 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001018299 sec.
9251 2025.02.23 09:14:28.277310 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9252 2025.02.23 09:14:28.277607 [ 253 ] {7c3a7ac9-e00f-4e06-b18a-c588169ffe1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9253 2025.02.23 09:14:28.277719 [ 253 ] {7c3a7ac9-e00f-4e06-b18a-c588169ffe1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9254 2025.02.23 09:14:28.278535 [ 253 ] {7c3a7ac9-e00f-4e06-b18a-c588169ffe1e} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9255 2025.02.23 09:14:28.278577 [ 253 ] {7c3a7ac9-e00f-4e06-b18a-c588169ffe1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9256 2025.02.23 09:14:28.279013 [ 253 ] {7c3a7ac9-e00f-4e06-b18a-c588169ffe1e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9257 2025.02.23 09:14:28.279275 [ 253 ] {7c3a7ac9-e00f-4e06-b18a-c588169ffe1e} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9258 2025.02.23 09:14:28.279504 [ 253 ] {7c3a7ac9-e00f-4e06-b18a-c588169ffe1e} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001981 sec., 37354.871277132755 rows/sec., 3.02 MiB/sec.
9259 2025.02.23 09:14:28.279620 [ 253 ] {7c3a7ac9-e00f-4e06-b18a-c588169ffe1e} <Debug> TCPHandler: Processed in 0.002499337 sec.
9260 2025.02.23 09:14:28.279933 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9261 2025.02.23 09:14:28.280142 [ 255 ] {becf3b68-0c9c-457e-b922-32159ade8562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9262 2025.02.23 09:14:28.280222 [ 255 ] {becf3b68-0c9c-457e-b922-32159ade8562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9263 2025.02.23 09:14:28.281099 [ 255 ] {becf3b68-0c9c-457e-b922-32159ade8562} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9264 2025.02.23 09:14:28.281148 [ 255 ] {becf3b68-0c9c-457e-b922-32159ade8562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9265 2025.02.23 09:14:28.281604 [ 255 ] {becf3b68-0c9c-457e-b922-32159ade8562} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9266 2025.02.23 09:14:28.281878 [ 255 ] {becf3b68-0c9c-457e-b922-32159ade8562} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9267 2025.02.23 09:14:28.282073 [ 52 ] {} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9268 2025.02.23 09:14:28.282136 [ 255 ] {becf3b68-0c9c-457e-b922-32159ade8562} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.002048 sec., 4394.53125 rows/sec., 330.45 KiB/sec.
9269 2025.02.23 09:14:28.282144 [ 52 ] {} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9270 2025.02.23 09:14:28.282233 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9271 2025.02.23 09:14:28.282277 [ 255 ] {becf3b68-0c9c-457e-b922-32159ade8562} <Debug> TCPHandler: Processed in 0.002524868 sec.
9272 2025.02.23 09:14:28.282555 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9273 2025.02.23 09:14:28.282568 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
9274 2025.02.23 09:14:28.282953 [ 253 ] {007511ba-1c78-4650-9663-4ccf2a739abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9275 2025.02.23 09:14:28.283080 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9276 2025.02.23 09:14:28.283121 [ 253 ] {007511ba-1c78-4650-9663-4ccf2a739abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9277 2025.02.23 09:14:28.283208 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 165 rows starting from the beginning of the part
9278 2025.02.23 09:14:28.283623 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 9 rows starting from the beginning of the part
9279 2025.02.23 09:14:28.283923 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 136 rows starting from the beginning of the part
9280 2025.02.23 09:14:28.284466 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 9 rows starting from the beginning of the part
9281 2025.02.23 09:14:28.284970 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 136 rows starting from the beginning of the part
9282 2025.02.23 09:14:28.285290 [ 200 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 9 rows starting from the beginning of the part
9283 2025.02.23 09:14:28.286115 [ 253 ] {007511ba-1c78-4650-9663-4ccf2a739abe} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9284 2025.02.23 09:14:28.286156 [ 253 ] {007511ba-1c78-4650-9663-4ccf2a739abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9285 2025.02.23 09:14:28.286706 [ 253 ] {007511ba-1c78-4650-9663-4ccf2a739abe} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9286 2025.02.23 09:14:28.287025 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 5 columns (5 merged, 0 gathered) in 0.004696667 sec., 98793.4635348855 rows/sec., 6.62 MiB/sec.
9287 2025.02.23 09:14:28.287075 [ 253 ] {007511ba-1c78-4650-9663-4ccf2a739abe} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9288 2025.02.23 09:14:28.287297 [ 198 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9289 2025.02.23 09:14:28.287610 [ 253 ] {007511ba-1c78-4650-9663-4ccf2a739abe} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.004763 sec., 15326.474910770523 rows/sec., 1.20 MiB/sec.
9290 2025.02.23 09:14:28.287956 [ 253 ] {007511ba-1c78-4650-9663-4ccf2a739abe} <Debug> TCPHandler: Processed in 0.005530944 sec.
9291 2025.02.23 09:14:28.288263 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9292 2025.02.23 09:14:28.288423 [ 199 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_61_12} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9293 2025.02.23 09:14:28.288740 [ 255 ] {e6e7b477-8204-4532-9f72-c5102731ca90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9294 2025.02.23 09:14:28.288851 [ 199 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_61_12} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9295 2025.02.23 09:14:28.288914 [ 255 ] {e6e7b477-8204-4532-9f72-c5102731ca90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9296 2025.02.23 09:14:28.289031 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
9297 2025.02.23 09:14:28.289652 [ 255 ] {e6e7b477-8204-4532-9f72-c5102731ca90} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9298 2025.02.23 09:14:28.289691 [ 255 ] {e6e7b477-8204-4532-9f72-c5102731ca90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9299 2025.02.23 09:14:28.290109 [ 255 ] {e6e7b477-8204-4532-9f72-c5102731ca90} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9300 2025.02.23 09:14:28.290361 [ 255 ] {e6e7b477-8204-4532-9f72-c5102731ca90} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9301 2025.02.23 09:14:28.290592 [ 255 ] {e6e7b477-8204-4532-9f72-c5102731ca90} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002057 sec., 77783.17938745747 rows/sec., 5.42 MiB/sec.
9302 2025.02.23 09:14:28.290653 [ 255 ] {e6e7b477-8204-4532-9f72-c5102731ca90} <Debug> TCPHandler: Processed in 0.002550917 sec.
9303 2025.02.23 09:14:28.290857 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9304 2025.02.23 09:14:28.290993 [ 253 ] {01b3afda-71f4-4e2c-abe6-f9df4db74fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9305 2025.02.23 09:14:28.291077 [ 253 ] {01b3afda-71f4-4e2c-abe6-f9df4db74fae} <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
9306 2025.02.23 09:14:28.292224 [ 253 ] {01b3afda-71f4-4e2c-abe6-f9df4db74fae} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9307 2025.02.23 09:14:28.292264 [ 253 ] {01b3afda-71f4-4e2c-abe6-f9df4db74fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9308 2025.02.23 09:14:28.292931 [ 253 ] {01b3afda-71f4-4e2c-abe6-f9df4db74fae} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9309 2025.02.23 09:14:28.293194 [ 253 ] {01b3afda-71f4-4e2c-abe6-f9df4db74fae} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9310 2025.02.23 09:14:28.293417 [ 253 ] {01b3afda-71f4-4e2c-abe6-f9df4db74fae} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002451 sec., 3671.970624235006 rows/sec., 6.58 MiB/sec.
9311 2025.02.23 09:14:28.293564 [ 253 ] {01b3afda-71f4-4e2c-abe6-f9df4db74fae} <Debug> TCPHandler: Processed in 0.002804672 sec.
9312 2025.02.23 09:14:28.293739 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9313 2025.02.23 09:14:28.293880 [ 255 ] {d09a0c95-4b29-4384-90b6-f0889785e0a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9314 2025.02.23 09:14:28.293941 [ 255 ] {d09a0c95-4b29-4384-90b6-f0889785e0a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9315 2025.02.23 09:14:28.294526 [ 255 ] {d09a0c95-4b29-4384-90b6-f0889785e0a4} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9316 2025.02.23 09:14:28.294574 [ 255 ] {d09a0c95-4b29-4384-90b6-f0889785e0a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9317 2025.02.23 09:14:28.294975 [ 255 ] {d09a0c95-4b29-4384-90b6-f0889785e0a4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
9318 2025.02.23 09:14:28.295216 [ 255 ] {d09a0c95-4b29-4384-90b6-f0889785e0a4} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9319 2025.02.23 09:14:28.295453 [ 255 ] {d09a0c95-4b29-4384-90b6-f0889785e0a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001601 sec., 37476.57713928795 rows/sec., 2.53 MiB/sec.
9320 2025.02.23 09:14:28.295554 [ 255 ] {d09a0c95-4b29-4384-90b6-f0889785e0a4} <Debug> TCPHandler: Processed in 0.001883135 sec.
9321 2025.02.23 09:14:29.310162 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
9322 2025.02.23 09:14:29.330048 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9323 2025.02.23 09:14:29.330096 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9324 2025.02.23 09:14:29.337379 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9325 2025.02.23 09:14:29.338130 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9326 2025.02.23 09:14:29.341115 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
9327 2025.02.23 09:14:33.283861 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9328 2025.02.23 09:14:33.284199 [ 253 ] {7ef2668d-00e5-4ff6-ad53-7450ebf7656a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9329 2025.02.23 09:14:33.284317 [ 253 ] {7ef2668d-00e5-4ff6-ad53-7450ebf7656a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9330 2025.02.23 09:14:33.285434 [ 253 ] {7ef2668d-00e5-4ff6-ad53-7450ebf7656a} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9331 2025.02.23 09:14:33.285478 [ 253 ] {7ef2668d-00e5-4ff6-ad53-7450ebf7656a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9332 2025.02.23 09:14:33.285951 [ 253 ] {7ef2668d-00e5-4ff6-ad53-7450ebf7656a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9333 2025.02.23 09:14:33.286214 [ 253 ] {7ef2668d-00e5-4ff6-ad53-7450ebf7656a} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9334 2025.02.23 09:14:33.286367 [ 28 ] {} <Debug> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
9335 2025.02.23 09:14:33.286422 [ 28 ] {} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9336 2025.02.23 09:14:33.286434 [ 253 ] {7ef2668d-00e5-4ff6-ad53-7450ebf7656a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00232 sec., 91379.31034482758 rows/sec., 5.81 MiB/sec.
9337 2025.02.23 09:14:33.286455 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9338 2025.02.23 09:14:33.286508 [ 253 ] {7ef2668d-00e5-4ff6-ad53-7450ebf7656a} <Debug> TCPHandler: Processed in 0.002838973 sec.
9339 2025.02.23 09:14:33.287006 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9340 2025.02.23 09:14:33.287075 [ 198 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
9341 2025.02.23 09:14:33.287371 [ 198 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9342 2025.02.23 09:14:33.287458 [ 198 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 212 rows starting from the beginning of the part
9343 2025.02.23 09:14:33.287496 [ 255 ] {85290c03-3b52-4011-a9a6-c9d833f656a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9344 2025.02.23 09:14:33.287649 [ 198 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part
9345 2025.02.23 09:14:33.287806 [ 255 ] {85290c03-3b52-4011-a9a6-c9d833f656a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9346 2025.02.23 09:14:33.287952 [ 198 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part
9347 2025.02.23 09:14:33.288360 [ 198 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part
9348 2025.02.23 09:14:33.288574 [ 198 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part
9349 2025.02.23 09:14:33.290984 [ 255 ] {85290c03-3b52-4011-a9a6-c9d833f656a9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9350 2025.02.23 09:14:33.291093 [ 255 ] {85290c03-3b52-4011-a9a6-c9d833f656a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9351 2025.02.23 09:14:33.291142 [ 194 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004564646 sec., 232219.54123057952 rows/sec., 15.65 MiB/sec.
9352 2025.02.23 09:14:33.291393 [ 194 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
9353 2025.02.23 09:14:33.291890 [ 255 ] {85290c03-3b52-4011-a9a6-c9d833f656a9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9354 2025.02.23 09:14:33.291938 [ 194 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_29_7} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9355 2025.02.23 09:14:33.292083 [ 194 ] {7ca015bd-6b56-40e6-ba3a-87591fd12c36::all_1_29_7} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
9356 2025.02.23 09:14:33.292236 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
9357 2025.02.23 09:14:33.292325 [ 255 ] {85290c03-3b52-4011-a9a6-c9d833f656a9} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9358 2025.02.23 09:14:33.292581 [ 255 ] {85290c03-3b52-4011-a9a6-c9d833f656a9} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.005239 sec., 129223.13418591335 rows/sec., 10.27 MiB/sec.
9359 2025.02.23 09:14:33.292648 [ 255 ] {85290c03-3b52-4011-a9a6-c9d833f656a9} <Debug> TCPHandler: Processed in 0.005991392 sec.
9360 2025.02.23 09:14:33.292817 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9361 2025.02.23 09:14:33.292959 [ 253 ] {05896590-3820-4e7a-ab11-0a4eb5eed4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9362 2025.02.23 09:14:33.293017 [ 253 ] {05896590-3820-4e7a-ab11-0a4eb5eed4bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9363 2025.02.23 09:14:33.293767 [ 253 ] {05896590-3820-4e7a-ab11-0a4eb5eed4bd} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9364 2025.02.23 09:14:33.293813 [ 253 ] {05896590-3820-4e7a-ab11-0a4eb5eed4bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9365 2025.02.23 09:14:33.294213 [ 253 ] {05896590-3820-4e7a-ab11-0a4eb5eed4bd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9366 2025.02.23 09:14:33.294463 [ 253 ] {05896590-3820-4e7a-ab11-0a4eb5eed4bd} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9367 2025.02.23 09:14:33.294646 [ 253 ] {05896590-3820-4e7a-ab11-0a4eb5eed4bd} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.00172 sec., 79069.76744186047 rows/sec., 4.91 MiB/sec.
9368 2025.02.23 09:14:33.294698 [ 253 ] {05896590-3820-4e7a-ab11-0a4eb5eed4bd} <Debug> TCPHandler: Processed in 0.001950446 sec.
9369 2025.02.23 09:14:33.294850 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9370 2025.02.23 09:14:33.294973 [ 255 ] {a417a162-0b3d-4ca9-bef3-9e06387cd0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9371 2025.02.23 09:14:33.295023 [ 255 ] {a417a162-0b3d-4ca9-bef3-9e06387cd0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9372 2025.02.23 09:14:33.295646 [ 255 ] {a417a162-0b3d-4ca9-bef3-9e06387cd0e4} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9373 2025.02.23 09:14:33.295686 [ 255 ] {a417a162-0b3d-4ca9-bef3-9e06387cd0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9374 2025.02.23 09:14:33.296066 [ 255 ] {a417a162-0b3d-4ca9-bef3-9e06387cd0e4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9375 2025.02.23 09:14:33.296308 [ 255 ] {a417a162-0b3d-4ca9-bef3-9e06387cd0e4} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9376 2025.02.23 09:14:33.296484 [ 28 ] {} <Debug> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9377 2025.02.23 09:14:33.296544 [ 28 ] {} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9378 2025.02.23 09:14:33.296558 [ 255 ] {a417a162-0b3d-4ca9-bef3-9e06387cd0e4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001603 sec., 70492.82595134123 rows/sec., 4.56 MiB/sec.
9379 2025.02.23 09:14:33.296584 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9380 2025.02.23 09:14:33.296695 [ 255 ] {a417a162-0b3d-4ca9-bef3-9e06387cd0e4} <Debug> TCPHandler: Processed in 0.001901516 sec.
9381 2025.02.23 09:14:33.296965 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9382 2025.02.23 09:14:33.297063 [ 197 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full
9383 2025.02.23 09:14:33.297335 [ 253 ] {2e9d11af-f335-4bce-85a5-d6147d4bc66e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9384 2025.02.23 09:14:33.297511 [ 253 ] {2e9d11af-f335-4bce-85a5-d6147d4bc66e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9385 2025.02.23 09:14:33.297623 [ 197 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9386 2025.02.23 09:14:33.297760 [ 197 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 342 rows starting from the beginning of the part
9387 2025.02.23 09:14:33.298050 [ 197 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 228 rows starting from the beginning of the part
9388 2025.02.23 09:14:33.298487 [ 197 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 113 rows starting from the beginning of the part
9389 2025.02.23 09:14:33.298897 [ 197 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 228 rows starting from the beginning of the part
9390 2025.02.23 09:14:33.299284 [ 197 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 113 rows starting from the beginning of the part
9391 2025.02.23 09:14:33.299550 [ 197 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 113 rows starting from the beginning of the part
9392 2025.02.23 09:14:33.300535 [ 253 ] {2e9d11af-f335-4bce-85a5-d6147d4bc66e} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9393 2025.02.23 09:14:33.300602 [ 253 ] {2e9d11af-f335-4bce-85a5-d6147d4bc66e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9394 2025.02.23 09:14:33.301635 [ 253 ] {2e9d11af-f335-4bce-85a5-d6147d4bc66e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9395 2025.02.23 09:14:33.302082 [ 253 ] {2e9d11af-f335-4bce-85a5-d6147d4bc66e} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9396 2025.02.23 09:14:33.302420 [ 28 ] {} <Debug> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
9397 2025.02.23 09:14:33.302546 [ 28 ] {} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9398 2025.02.23 09:14:33.302618 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9399 2025.02.23 09:14:33.302880 [ 253 ] {2e9d11af-f335-4bce-85a5-d6147d4bc66e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005613 sec., 19953.67895955817 rows/sec., 1.14 MiB/sec.
9400 2025.02.23 09:14:33.302866 [ 187 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 5 columns (5 merged, 0 gathered) in 0.006131795 sec., 185426.94268154757 rows/sec., 13.04 MiB/sec.
9401 2025.02.23 09:14:33.303358 [ 194 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
9402 2025.02.23 09:14:33.303785 [ 253 ] {2e9d11af-f335-4bce-85a5-d6147d4bc66e} <Debug> TCPHandler: Processed in 0.00694016 sec.
9403 2025.02.23 09:14:33.303736 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9404 2025.02.23 09:14:33.304201 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9405 2025.02.23 09:14:33.304619 [ 194 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9406 2025.02.23 09:14:33.304815 [ 194 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 112 rows starting from the beginning of the part
9407 2025.02.23 09:14:33.304900 [ 255 ] {ae14fc53-0ade-484e-b39d-7a4018635a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9408 2025.02.23 09:14:33.305204 [ 255 ] {ae14fc53-0ade-484e-b39d-7a4018635a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9409 2025.02.23 09:14:33.305286 [ 194 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part
9410 2025.02.23 09:14:33.306000 [ 194 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part
9411 2025.02.23 09:14:33.306092 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_41_8} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9412 2025.02.23 09:14:33.306560 [ 194 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part
9413 2025.02.23 09:14:33.306720 [ 186 ] {9c0c1c33-9034-4c15-b60b-bfd0407510ef::all_1_41_8} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9414 2025.02.23 09:14:33.307164 [ 194 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part
9415 2025.02.23 09:14:33.307301 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
9416 2025.02.23 09:14:33.309212 [ 255 ] {ae14fc53-0ade-484e-b39d-7a4018635a16} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9417 2025.02.23 09:14:33.309293 [ 255 ] {ae14fc53-0ade-484e-b39d-7a4018635a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9418 2025.02.23 09:14:33.309782 [ 194 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.007029901 sec., 79659.72778279523 rows/sec., 4.84 MiB/sec.
9419 2025.02.23 09:14:33.309986 [ 194 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
9420 2025.02.23 09:14:33.310261 [ 255 ] {ae14fc53-0ade-484e-b39d-7a4018635a16} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9421 2025.02.23 09:14:33.310494 [ 187 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_29_7} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9422 2025.02.23 09:14:33.310620 [ 187 ] {0ac62486-cc85-4604-bae8-9e45c78f3c54::all_1_29_7} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
9423 2025.02.23 09:14:33.310637 [ 255 ] {ae14fc53-0ade-484e-b39d-7a4018635a16} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9424 2025.02.23 09:14:33.310747 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9425 2025.02.23 09:14:33.310932 [ 255 ] {ae14fc53-0ade-484e-b39d-7a4018635a16} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.006327 sec., 65117.74932827564 rows/sec., 4.63 MiB/sec.
9426 2025.02.23 09:14:33.311006 [ 255 ] {ae14fc53-0ade-484e-b39d-7a4018635a16} <Debug> TCPHandler: Processed in 0.007047231 sec.
9427 2025.02.23 09:14:33.311211 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9428 2025.02.23 09:14:33.311360 [ 253 ] {99c649a9-66cf-4e49-93ad-e020b78d61cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9429 2025.02.23 09:14:33.311422 [ 253 ] {99c649a9-66cf-4e49-93ad-e020b78d61cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9430 2025.02.23 09:14:33.311997 [ 253 ] {99c649a9-66cf-4e49-93ad-e020b78d61cb} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9431 2025.02.23 09:14:33.312038 [ 253 ] {99c649a9-66cf-4e49-93ad-e020b78d61cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9432 2025.02.23 09:14:33.312430 [ 253 ] {99c649a9-66cf-4e49-93ad-e020b78d61cb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
9433 2025.02.23 09:14:33.312672 [ 253 ] {99c649a9-66cf-4e49-93ad-e020b78d61cb} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9434 2025.02.23 09:14:33.312937 [ 253 ] {99c649a9-66cf-4e49-93ad-e020b78d61cb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001599 sec., 3752.34521575985 rows/sec., 196.05 KiB/sec.
9435 2025.02.23 09:14:33.313110 [ 253 ] {99c649a9-66cf-4e49-93ad-e020b78d61cb} <Debug> TCPHandler: Processed in 0.001997078 sec.
9436 2025.02.23 09:14:33.313298 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9437 2025.02.23 09:14:33.313433 [ 255 ] {31c42fc6-d71f-46a6-8df5-a7b601ae36bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9438 2025.02.23 09:14:33.313494 [ 255 ] {31c42fc6-d71f-46a6-8df5-a7b601ae36bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9439 2025.02.23 09:14:33.314125 [ 255 ] {31c42fc6-d71f-46a6-8df5-a7b601ae36bb} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9440 2025.02.23 09:14:33.314164 [ 255 ] {31c42fc6-d71f-46a6-8df5-a7b601ae36bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9441 2025.02.23 09:14:33.314570 [ 255 ] {31c42fc6-d71f-46a6-8df5-a7b601ae36bb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9442 2025.02.23 09:14:33.314814 [ 255 ] {31c42fc6-d71f-46a6-8df5-a7b601ae36bb} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9443 2025.02.23 09:14:33.315043 [ 255 ] {31c42fc6-d71f-46a6-8df5-a7b601ae36bb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001641 sec., 144424.13162705666 rows/sec., 9.68 MiB/sec.
9444 2025.02.23 09:14:33.315094 [ 255 ] {31c42fc6-d71f-46a6-8df5-a7b601ae36bb} <Debug> TCPHandler: Processed in 0.001890135 sec.
9445 2025.02.23 09:14:33.315299 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9446 2025.02.23 09:14:33.315523 [ 253 ] {fd12b6a6-757c-4e98-be39-2e825f69ea61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9447 2025.02.23 09:14:33.315622 [ 253 ] {fd12b6a6-757c-4e98-be39-2e825f69ea61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9448 2025.02.23 09:14:33.316241 [ 253 ] {fd12b6a6-757c-4e98-be39-2e825f69ea61} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9449 2025.02.23 09:14:33.316281 [ 253 ] {fd12b6a6-757c-4e98-be39-2e825f69ea61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9450 2025.02.23 09:14:33.316648 [ 253 ] {fd12b6a6-757c-4e98-be39-2e825f69ea61} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9451 2025.02.23 09:14:33.316895 [ 253 ] {fd12b6a6-757c-4e98-be39-2e825f69ea61} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9452 2025.02.23 09:14:33.317148 [ 253 ] {fd12b6a6-757c-4e98-be39-2e825f69ea61} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001679 sec., 595.5926146515783 rows/sec., 40.13 KiB/sec.
9453 2025.02.23 09:14:33.317337 [ 253 ] {fd12b6a6-757c-4e98-be39-2e825f69ea61} <Debug> TCPHandler: Processed in 0.00214713 sec.
9454 2025.02.23 09:14:33.317495 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9455 2025.02.23 09:14:33.317612 [ 255 ] {44b2e8fd-e92d-4e83-9c81-ce9462ccceb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9456 2025.02.23 09:14:33.317684 [ 255 ] {44b2e8fd-e92d-4e83-9c81-ce9462ccceb5} <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
9457 2025.02.23 09:14:33.318839 [ 255 ] {44b2e8fd-e92d-4e83-9c81-ce9462ccceb5} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9458 2025.02.23 09:14:33.318876 [ 255 ] {44b2e8fd-e92d-4e83-9c81-ce9462ccceb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9459 2025.02.23 09:14:33.319543 [ 255 ] {44b2e8fd-e92d-4e83-9c81-ce9462ccceb5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9460 2025.02.23 09:14:33.319801 [ 255 ] {44b2e8fd-e92d-4e83-9c81-ce9462ccceb5} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9461 2025.02.23 09:14:33.320015 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9462 2025.02.23 09:14:33.320076 [ 255 ] {44b2e8fd-e92d-4e83-9c81-ce9462ccceb5} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002485 sec., 12072.434607645877 rows/sec., 21.63 MiB/sec.
9463 2025.02.23 09:14:33.320101 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9464 2025.02.23 09:14:33.320207 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9465 2025.02.23 09:14:33.320402 [ 255 ] {44b2e8fd-e92d-4e83-9c81-ce9462ccceb5} <Debug> TCPHandler: Processed in 0.002956685 sec.
9466 2025.02.23 09:14:33.320529 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
9467 2025.02.23 09:14:33.320625 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9468 2025.02.23 09:14:33.320900 [ 253 ] {3e714c47-faf9-4a4d-b638-200d646c6ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9469 2025.02.23 09:14:33.321035 [ 253 ] {3e714c47-faf9-4a4d-b638-200d646c6ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9470 2025.02.23 09:14:33.321373 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9471 2025.02.23 09:14:33.321640 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1132 rows starting from the beginning of the part
9472 2025.02.23 09:14:33.322430 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 30 rows starting from the beginning of the part
9473 2025.02.23 09:14:33.323211 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 9 rows starting from the beginning of the part
9474 2025.02.23 09:14:33.323348 [ 253 ] {3e714c47-faf9-4a4d-b638-200d646c6ccf} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9475 2025.02.23 09:14:33.323447 [ 253 ] {3e714c47-faf9-4a4d-b638-200d646c6ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9476 2025.02.23 09:14:33.323776 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 30 rows starting from the beginning of the part
9477 2025.02.23 09:14:33.324453 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 9 rows starting from the beginning of the part
9478 2025.02.23 09:14:33.325132 [ 201 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 30 rows starting from the beginning of the part
9479 2025.02.23 09:14:33.325161 [ 253 ] {3e714c47-faf9-4a4d-b638-200d646c6ccf} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9480 2025.02.23 09:14:33.326057 [ 253 ] {3e714c47-faf9-4a4d-b638-200d646c6ccf} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9481 2025.02.23 09:14:33.326683 [ 253 ] {3e714c47-faf9-4a4d-b638-200d646c6ccf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005838 sec., 14045.906132237067 rows/sec., 913.50 KiB/sec.
9482 2025.02.23 09:14:33.326863 [ 253 ] {3e714c47-faf9-4a4d-b638-200d646c6ccf} <Debug> TCPHandler: Processed in 0.006324358 sec.
9483 2025.02.23 09:14:33.333407 [ 190 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1240 rows, containing 19 columns (19 merged, 0 gathered) in 0.013033584 sec., 95138.83518148193 rows/sec., 170.48 MiB/sec.
9484 2025.02.23 09:14:33.334700 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9485 2025.02.23 09:14:33.335142 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9486 2025.02.23 09:14:33.335228 [ 192 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9487 2025.02.23 09:14:33.335385 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB.
9488 2025.02.23 09:14:34.000269 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.96 MiB, peak 239.57 MiB, free memory in arenas 0.00 B, will set to 229.29 MiB (RSS), difference: 1.33 MiB
9489 2025.02.23 09:14:35.263778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509
9490 2025.02.23 09:14:35.264577 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9491 2025.02.23 09:14:35.264633 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9492 2025.02.23 09:14:35.265200 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9493 2025.02.23 09:14:35.265460 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9494 2025.02.23 09:14:35.265714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
9495 2025.02.23 09:14:36.841232 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
9496 2025.02.23 09:14:36.862424 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9497 2025.02.23 09:14:36.862476 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9498 2025.02.23 09:14:36.869746 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
9499 2025.02.23 09:14:36.870527 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9500 2025.02.23 09:14:36.875172 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
9501 2025.02.23 09:14:37.864614 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1324
9502 2025.02.23 09:14:37.867788 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9503 2025.02.23 09:14:37.867845 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9504 2025.02.23 09:14:37.869349 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
9505 2025.02.23 09:14:37.869677 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9506 2025.02.23 09:14:37.869900 [ 40 ] {} <Debug> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
9507 2025.02.23 09:14:37.870026 [ 40 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9508 2025.02.23 09:14:37.870093 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9509 2025.02.23 09:14:37.870690 [ 187 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full
9510 2025.02.23 09:14:37.871807 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1324
9511 2025.02.23 09:14:37.872233 [ 187 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9512 2025.02.23 09:14:37.872426 [ 187 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1166 rows starting from the beginning of the part
9513 2025.02.23 09:14:37.872971 [ 187 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 28 rows starting from the beginning of the part
9514 2025.02.23 09:14:37.873486 [ 187 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part
9515 2025.02.23 09:14:37.873971 [ 187 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part
9516 2025.02.23 09:14:37.874466 [ 187 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part
9517 2025.02.23 09:14:37.874951 [ 187 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part
9518 2025.02.23 09:14:37.883547 [ 195 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1324 rows, containing 72 columns (72 merged, 0 gathered) in 0.013299039 sec., 99556.065667602 rows/sec., 78.58 MiB/sec.
9519 2025.02.23 09:14:37.884966 [ 195 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
9520 2025.02.23 09:14:37.885678 [ 195 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_36_7} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9521 2025.02.23 09:14:37.885769 [ 195 ] {4e343920-595d-4f16-ad51-c8097b2d99ed::all_1_36_7} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
9522 2025.02.23 09:14:37.885994 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
9523 2025.02.23 09:14:38.276674 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9524 2025.02.23 09:14:38.276869 [ 253 ] {36051e9f-c8e0-4181-8f29-72b153949d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9525 2025.02.23 09:14:38.276941 [ 253 ] {36051e9f-c8e0-4181-8f29-72b153949d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9526 2025.02.23 09:14:38.277767 [ 253 ] {36051e9f-c8e0-4181-8f29-72b153949d58} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9527 2025.02.23 09:14:38.277813 [ 253 ] {36051e9f-c8e0-4181-8f29-72b153949d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9528 2025.02.23 09:14:38.278265 [ 253 ] {36051e9f-c8e0-4181-8f29-72b153949d58} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9529 2025.02.23 09:14:38.278545 [ 253 ] {36051e9f-c8e0-4181-8f29-72b153949d58} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9530 2025.02.23 09:14:38.278776 [ 253 ] {36051e9f-c8e0-4181-8f29-72b153949d58} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001961 sec., 37735.84905660377 rows/sec., 3.05 MiB/sec.
9531 2025.02.23 09:14:38.278834 [ 253 ] {36051e9f-c8e0-4181-8f29-72b153949d58} <Debug> TCPHandler: Processed in 0.002295443 sec.
9532 2025.02.23 09:14:38.279101 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9533 2025.02.23 09:14:38.279280 [ 255 ] {9374cf9b-03ad-425a-ae63-431065f294a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9534 2025.02.23 09:14:38.279352 [ 255 ] {9374cf9b-03ad-425a-ae63-431065f294a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9535 2025.02.23 09:14:38.280053 [ 255 ] {9374cf9b-03ad-425a-ae63-431065f294a3} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9536 2025.02.23 09:14:38.280099 [ 255 ] {9374cf9b-03ad-425a-ae63-431065f294a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9537 2025.02.23 09:14:38.280531 [ 255 ] {9374cf9b-03ad-425a-ae63-431065f294a3} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9538 2025.02.23 09:14:38.280797 [ 255 ] {9374cf9b-03ad-425a-ae63-431065f294a3} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9539 2025.02.23 09:14:38.280993 [ 255 ] {9374cf9b-03ad-425a-ae63-431065f294a3} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001764 sec., 5102.040816326531 rows/sec., 383.65 KiB/sec.
9540 2025.02.23 09:14:38.281049 [ 255 ] {9374cf9b-03ad-425a-ae63-431065f294a3} <Debug> TCPHandler: Processed in 0.002087339 sec.
9541 2025.02.23 09:14:38.281225 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9542 2025.02.23 09:14:38.281362 [ 253 ] {632e66d9-9dc2-49af-a81b-9761e9efd767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9543 2025.02.23 09:14:38.281420 [ 253 ] {632e66d9-9dc2-49af-a81b-9761e9efd767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9544 2025.02.23 09:14:38.282334 [ 253 ] {632e66d9-9dc2-49af-a81b-9761e9efd767} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9545 2025.02.23 09:14:38.282413 [ 253 ] {632e66d9-9dc2-49af-a81b-9761e9efd767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9546 2025.02.23 09:14:38.283024 [ 253 ] {632e66d9-9dc2-49af-a81b-9761e9efd767} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9547 2025.02.23 09:14:38.283268 [ 253 ] {632e66d9-9dc2-49af-a81b-9761e9efd767} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9548 2025.02.23 09:14:38.283483 [ 253 ] {632e66d9-9dc2-49af-a81b-9761e9efd767} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.002151 sec., 33937.70339377034 rows/sec., 2.65 MiB/sec.
9549 2025.02.23 09:14:38.283537 [ 253 ] {632e66d9-9dc2-49af-a81b-9761e9efd767} <Debug> TCPHandler: Processed in 0.002382085 sec.
9550 2025.02.23 09:14:38.283694 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9551 2025.02.23 09:14:38.283832 [ 255 ] {cc0864dc-c171-4bcb-ae14-d73c9887bc23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9552 2025.02.23 09:14:38.283895 [ 255 ] {cc0864dc-c171-4bcb-ae14-d73c9887bc23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9553 2025.02.23 09:14:38.284493 [ 255 ] {cc0864dc-c171-4bcb-ae14-d73c9887bc23} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9554 2025.02.23 09:14:38.284530 [ 255 ] {cc0864dc-c171-4bcb-ae14-d73c9887bc23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9555 2025.02.23 09:14:38.284917 [ 255 ] {cc0864dc-c171-4bcb-ae14-d73c9887bc23} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9556 2025.02.23 09:14:38.285153 [ 255 ] {cc0864dc-c171-4bcb-ae14-d73c9887bc23} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9557 2025.02.23 09:14:38.285332 [ 255 ] {cc0864dc-c171-4bcb-ae14-d73c9887bc23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001531 sec., 104506.85826257349 rows/sec., 7.28 MiB/sec.
9558 2025.02.23 09:14:38.285386 [ 255 ] {cc0864dc-c171-4bcb-ae14-d73c9887bc23} <Debug> TCPHandler: Processed in 0.001757464 sec.
9559 2025.02.23 09:14:38.285550 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9560 2025.02.23 09:14:38.285689 [ 253 ] {62946af1-641e-442b-b08b-ec38b5b23c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9561 2025.02.23 09:14:38.285785 [ 253 ] {62946af1-641e-442b-b08b-ec38b5b23c4c} <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
9562 2025.02.23 09:14:38.286966 [ 253 ] {62946af1-641e-442b-b08b-ec38b5b23c4c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9563 2025.02.23 09:14:38.287007 [ 253 ] {62946af1-641e-442b-b08b-ec38b5b23c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9564 2025.02.23 09:14:38.287648 [ 253 ] {62946af1-641e-442b-b08b-ec38b5b23c4c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9565 2025.02.23 09:14:38.287912 [ 253 ] {62946af1-641e-442b-b08b-ec38b5b23c4c} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9566 2025.02.23 09:14:38.288151 [ 253 ] {62946af1-641e-442b-b08b-ec38b5b23c4c} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002494 sec., 3608.6607858861266 rows/sec., 6.47 MiB/sec.
9567 2025.02.23 09:14:38.288244 [ 253 ] {62946af1-641e-442b-b08b-ec38b5b23c4c} <Debug> TCPHandler: Processed in 0.002761882 sec.
9568 2025.02.23 09:14:38.288393 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9569 2025.02.23 09:14:38.288533 [ 255 ] {d58d12fa-b030-4086-836f-04fe90cc2a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9570 2025.02.23 09:14:38.288595 [ 255 ] {d58d12fa-b030-4086-836f-04fe90cc2a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9571 2025.02.23 09:14:38.289168 [ 255 ] {d58d12fa-b030-4086-836f-04fe90cc2a44} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9572 2025.02.23 09:14:38.289206 [ 255 ] {d58d12fa-b030-4086-836f-04fe90cc2a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9573 2025.02.23 09:14:38.289578 [ 255 ] {d58d12fa-b030-4086-836f-04fe90cc2a44} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9574 2025.02.23 09:14:38.289822 [ 255 ] {d58d12fa-b030-4086-836f-04fe90cc2a44} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9575 2025.02.23 09:14:38.290018 [ 255 ] {d58d12fa-b030-4086-836f-04fe90cc2a44} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001511 sec., 39708.80211780278 rows/sec., 2.68 MiB/sec.
9576 2025.02.23 09:14:38.290121 [ 255 ] {d58d12fa-b030-4086-836f-04fe90cc2a44} <Debug> TCPHandler: Processed in 0.001795203 sec.
9577 2025.02.23 09:14:42.580825 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
9578 2025.02.23 09:14:42.580892 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
9579 2025.02.23 09:14:42.765909 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936
9580 2025.02.23 09:14:42.766553 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9581 2025.02.23 09:14:42.766596 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9582 2025.02.23 09:14:42.767127 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9583 2025.02.23 09:14:42.767392 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9584 2025.02.23 09:14:42.767638 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
9585 2025.02.23 09:14:43.283877 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9586 2025.02.23 09:14:43.284093 [ 253 ] {907d7fcc-8f9c-4292-b4a2-6ad5a25e7233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9587 2025.02.23 09:14:43.284179 [ 253 ] {907d7fcc-8f9c-4292-b4a2-6ad5a25e7233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9588 2025.02.23 09:14:43.285074 [ 253 ] {907d7fcc-8f9c-4292-b4a2-6ad5a25e7233} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9589 2025.02.23 09:14:43.285124 [ 253 ] {907d7fcc-8f9c-4292-b4a2-6ad5a25e7233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9590 2025.02.23 09:14:43.285583 [ 253 ] {907d7fcc-8f9c-4292-b4a2-6ad5a25e7233} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9591 2025.02.23 09:14:43.285855 [ 253 ] {907d7fcc-8f9c-4292-b4a2-6ad5a25e7233} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9592 2025.02.23 09:14:43.286112 [ 253 ] {907d7fcc-8f9c-4292-b4a2-6ad5a25e7233} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00208 sec., 101923.07692307694 rows/sec., 6.48 MiB/sec.
9593 2025.02.23 09:14:43.286274 [ 253 ] {907d7fcc-8f9c-4292-b4a2-6ad5a25e7233} <Debug> TCPHandler: Processed in 0.002537977 sec.
9594 2025.02.23 09:14:43.286623 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9595 2025.02.23 09:14:43.286930 [ 255 ] {2ba71cac-0b9d-416f-9f2e-8fde5ab34808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9596 2025.02.23 09:14:43.287050 [ 255 ] {2ba71cac-0b9d-416f-9f2e-8fde5ab34808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9597 2025.02.23 09:14:43.288266 [ 255 ] {2ba71cac-0b9d-416f-9f2e-8fde5ab34808} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9598 2025.02.23 09:14:43.288318 [ 255 ] {2ba71cac-0b9d-416f-9f2e-8fde5ab34808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9599 2025.02.23 09:14:43.288799 [ 255 ] {2ba71cac-0b9d-416f-9f2e-8fde5ab34808} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9600 2025.02.23 09:14:43.289084 [ 255 ] {2ba71cac-0b9d-416f-9f2e-8fde5ab34808} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9601 2025.02.23 09:14:43.289308 [ 34 ] {} <Debug> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9602 2025.02.23 09:14:43.289373 [ 255 ] {2ba71cac-0b9d-416f-9f2e-8fde5ab34808} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002524 sec., 268225.03961965133 rows/sec., 21.32 MiB/sec.
9603 2025.02.23 09:14:43.289384 [ 34 ] {} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9604 2025.02.23 09:14:43.289455 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9605 2025.02.23 09:14:43.289531 [ 255 ] {2ba71cac-0b9d-416f-9f2e-8fde5ab34808} <Debug> TCPHandler: Processed in 0.003098308 sec.
9606 2025.02.23 09:14:43.289694 [ 196 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
9607 2025.02.23 09:14:43.289747 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9608 2025.02.23 09:14:43.289827 [ 196 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9609 2025.02.23 09:14:43.289873 [ 196 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1847 rows starting from the beginning of the part
9610 2025.02.23 09:14:43.289917 [ 253 ] {3db1ccef-7fc2-411e-a4f7-031e6c45e5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9611 2025.02.23 09:14:43.289968 [ 196 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 677 rows starting from the beginning of the part
9612 2025.02.23 09:14:43.290043 [ 253 ] {3db1ccef-7fc2-411e-a4f7-031e6c45e5b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9613 2025.02.23 09:14:43.290396 [ 196 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 74 rows starting from the beginning of the part
9614 2025.02.23 09:14:43.290785 [ 196 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 677 rows starting from the beginning of the part
9615 2025.02.23 09:14:43.291190 [ 196 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 74 rows starting from the beginning of the part
9616 2025.02.23 09:14:43.291490 [ 196 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 677 rows starting from the beginning of the part
9617 2025.02.23 09:14:43.292822 [ 253 ] {3db1ccef-7fc2-411e-a4f7-031e6c45e5b5} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9618 2025.02.23 09:14:43.292869 [ 253 ] {3db1ccef-7fc2-411e-a4f7-031e6c45e5b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9619 2025.02.23 09:14:43.293417 [ 253 ] {3db1ccef-7fc2-411e-a4f7-031e6c45e5b5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9620 2025.02.23 09:14:43.293689 [ 253 ] {3db1ccef-7fc2-411e-a4f7-031e6c45e5b5} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9621 2025.02.23 09:14:43.293917 [ 253 ] {3db1ccef-7fc2-411e-a4f7-031e6c45e5b5} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.004048 sec., 33596.83794466403 rows/sec., 2.08 MiB/sec.
9622 2025.02.23 09:14:43.294020 [ 253 ] {3db1ccef-7fc2-411e-a4f7-031e6c45e5b5} <Debug> TCPHandler: Processed in 0.004376462 sec.
9623 2025.02.23 09:14:43.294284 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9624 2025.02.23 09:14:43.294362 [ 193 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4026 rows, containing 5 columns (5 merged, 0 gathered) in 0.004800779 sec., 838613.8999524869 rows/sec., 70.70 MiB/sec.
9625 2025.02.23 09:14:43.294469 [ 255 ] {fdd5e8b3-dae8-432b-ab34-14169d133cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9626 2025.02.23 09:14:43.294541 [ 255 ] {fdd5e8b3-dae8-432b-ab34-14169d133cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9627 2025.02.23 09:14:43.294751 [ 193 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9628 2025.02.23 09:14:43.295378 [ 193 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_71_14} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9629 2025.02.23 09:14:43.295610 [ 193 ] {6b6ceb00-52b1-4adb-bfa9-cb16e0166646::all_1_71_14} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9630 2025.02.23 09:14:43.295802 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB.
9631 2025.02.23 09:14:43.295932 [ 255 ] {fdd5e8b3-dae8-432b-ab34-14169d133cf9} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9632 2025.02.23 09:14:43.295979 [ 255 ] {fdd5e8b3-dae8-432b-ab34-14169d133cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9633 2025.02.23 09:14:43.296350 [ 255 ] {fdd5e8b3-dae8-432b-ab34-14169d133cf9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9634 2025.02.23 09:14:43.296590 [ 255 ] {fdd5e8b3-dae8-432b-ab34-14169d133cf9} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9635 2025.02.23 09:14:43.296804 [ 255 ] {fdd5e8b3-dae8-432b-ab34-14169d133cf9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002395 sec., 47181.628392484345 rows/sec., 3.05 MiB/sec.
9636 2025.02.23 09:14:43.296864 [ 255 ] {fdd5e8b3-dae8-432b-ab34-14169d133cf9} <Debug> TCPHandler: Processed in 0.002739851 sec.
9637 2025.02.23 09:14:43.297026 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9638 2025.02.23 09:14:43.297170 [ 253 ] {aa38b773-b8ca-47e7-8931-37898f6b2b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9639 2025.02.23 09:14:43.297230 [ 253 ] {aa38b773-b8ca-47e7-8931-37898f6b2b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9640 2025.02.23 09:14:43.297866 [ 253 ] {aa38b773-b8ca-47e7-8931-37898f6b2b5f} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9641 2025.02.23 09:14:43.297905 [ 253 ] {aa38b773-b8ca-47e7-8931-37898f6b2b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9642 2025.02.23 09:14:43.298273 [ 253 ] {aa38b773-b8ca-47e7-8931-37898f6b2b5f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9643 2025.02.23 09:14:43.298529 [ 253 ] {aa38b773-b8ca-47e7-8931-37898f6b2b5f} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9644 2025.02.23 09:14:43.298720 [ 253 ] {aa38b773-b8ca-47e7-8931-37898f6b2b5f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001584 sec., 70707.07070707071 rows/sec., 4.03 MiB/sec.
9645 2025.02.23 09:14:43.298773 [ 253 ] {aa38b773-b8ca-47e7-8931-37898f6b2b5f} <Debug> TCPHandler: Processed in 0.001814954 sec.
9646 2025.02.23 09:14:43.298988 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9647 2025.02.23 09:14:43.299138 [ 255 ] {04de55ea-14ab-4bdb-a324-3e9c28f37db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9648 2025.02.23 09:14:43.299197 [ 255 ] {04de55ea-14ab-4bdb-a324-3e9c28f37db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9649 2025.02.23 09:14:43.300000 [ 255 ] {04de55ea-14ab-4bdb-a324-3e9c28f37db1} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9650 2025.02.23 09:14:43.300040 [ 255 ] {04de55ea-14ab-4bdb-a324-3e9c28f37db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9651 2025.02.23 09:14:43.300451 [ 255 ] {04de55ea-14ab-4bdb-a324-3e9c28f37db1} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9652 2025.02.23 09:14:43.300705 [ 255 ] {04de55ea-14ab-4bdb-a324-3e9c28f37db1} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9653 2025.02.23 09:14:43.300867 [ 80 ] {} <Debug> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9654 2025.02.23 09:14:43.300918 [ 80 ] {} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9655 2025.02.23 09:14:43.300933 [ 255 ] {04de55ea-14ab-4bdb-a324-3e9c28f37db1} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001818 sec., 226622.66226622663 rows/sec., 16.11 MiB/sec.
9656 2025.02.23 09:14:43.300960 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9657 2025.02.23 09:14:43.301083 [ 255 ] {04de55ea-14ab-4bdb-a324-3e9c28f37db1} <Debug> TCPHandler: Processed in 0.00215833 sec.
9658 2025.02.23 09:14:43.301168 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
9659 2025.02.23 09:14:43.301314 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9660 2025.02.23 09:14:43.301360 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9661 2025.02.23 09:14:43.301379 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part
9662 2025.02.23 09:14:43.301667 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 412 rows starting from the beginning of the part
9663 2025.02.23 09:14:43.301758 [ 253 ] {d1e99a72-23b7-4568-a09d-b80db07c0669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9664 2025.02.23 09:14:43.301892 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 73 rows starting from the beginning of the part
9665 2025.02.23 09:14:43.301959 [ 253 ] {d1e99a72-23b7-4568-a09d-b80db07c0669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9666 2025.02.23 09:14:43.302270 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 412 rows starting from the beginning of the part
9667 2025.02.23 09:14:43.302597 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 73 rows starting from the beginning of the part
9668 2025.02.23 09:14:43.302906 [ 195 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 412 rows starting from the beginning of the part
9669 2025.02.23 09:14:43.304249 [ 253 ] {d1e99a72-23b7-4568-a09d-b80db07c0669} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9670 2025.02.23 09:14:43.304311 [ 253 ] {d1e99a72-23b7-4568-a09d-b80db07c0669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9671 2025.02.23 09:14:43.305276 [ 253 ] {d1e99a72-23b7-4568-a09d-b80db07c0669} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
9672 2025.02.23 09:14:43.305631 [ 253 ] {d1e99a72-23b7-4568-a09d-b80db07c0669} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9673 2025.02.23 09:14:43.306140 [ 253 ] {d1e99a72-23b7-4568-a09d-b80db07c0669} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004525 sec., 1325.966850828729 rows/sec., 69.28 KiB/sec.
9674 2025.02.23 09:14:43.306190 [ 191 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2297 rows, containing 5 columns (5 merged, 0 gathered) in 0.005104486 sec., 449996.33655572764 rows/sec., 34.18 MiB/sec.
9675 2025.02.23 09:14:43.306262 [ 253 ] {d1e99a72-23b7-4568-a09d-b80db07c0669} <Debug> TCPHandler: Processed in 0.004995663 sec.
9676 2025.02.23 09:14:43.306425 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9677 2025.02.23 09:14:43.306478 [ 189 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9678 2025.02.23 09:14:43.306665 [ 255 ] {2c6e8b43-abe8-4d80-b06b-9ab90f10c01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9679 2025.02.23 09:14:43.306761 [ 255 ] {2c6e8b43-abe8-4d80-b06b-9ab90f10c01d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9680 2025.02.23 09:14:43.307159 [ 189 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_71_14} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9681 2025.02.23 09:14:43.307356 [ 189 ] {64219c07-fe56-4632-a29b-1722d548a1cf::all_1_71_14} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9682 2025.02.23 09:14:43.307462 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
9683 2025.02.23 09:14:43.307779 [ 255 ] {2c6e8b43-abe8-4d80-b06b-9ab90f10c01d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9684 2025.02.23 09:14:43.307823 [ 255 ] {2c6e8b43-abe8-4d80-b06b-9ab90f10c01d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9685 2025.02.23 09:14:43.308234 [ 255 ] {2c6e8b43-abe8-4d80-b06b-9ab90f10c01d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9686 2025.02.23 09:14:43.308483 [ 255 ] {2c6e8b43-abe8-4d80-b06b-9ab90f10c01d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9687 2025.02.23 09:14:43.308654 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9688 2025.02.23 09:14:43.308711 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9689 2025.02.23 09:14:43.308722 [ 255 ] {2c6e8b43-abe8-4d80-b06b-9ab90f10c01d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002135 sec., 111007.02576112411 rows/sec., 7.44 MiB/sec.
9690 2025.02.23 09:14:43.308751 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9691 2025.02.23 09:14:43.308882 [ 255 ] {2c6e8b43-abe8-4d80-b06b-9ab90f10c01d} <Debug> TCPHandler: Processed in 0.002518407 sec.
9692 2025.02.23 09:14:43.308974 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
9693 2025.02.23 09:14:43.309064 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9694 2025.02.23 09:14:43.309117 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9695 2025.02.23 09:14:43.309148 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 21425 rows starting from the beginning of the part
9696 2025.02.23 09:14:43.309306 [ 253 ] {53114eb1-2b21-43b5-a988-1befa4bb3261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9697 2025.02.23 09:14:43.309356 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part
9698 2025.02.23 09:14:43.309497 [ 253 ] {53114eb1-2b21-43b5-a988-1befa4bb3261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9699 2025.02.23 09:14:43.309762 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part
9700 2025.02.23 09:14:43.310156 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part
9701 2025.02.23 09:14:43.310568 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part
9702 2025.02.23 09:14:43.310931 [ 200 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part
9703 2025.02.23 09:14:43.311692 [ 253 ] {53114eb1-2b21-43b5-a988-1befa4bb3261} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9704 2025.02.23 09:14:43.311735 [ 253 ] {53114eb1-2b21-43b5-a988-1befa4bb3261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9705 2025.02.23 09:14:43.312209 [ 253 ] {53114eb1-2b21-43b5-a988-1befa4bb3261} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9706 2025.02.23 09:14:43.312481 [ 253 ] {53114eb1-2b21-43b5-a988-1befa4bb3261} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9707 2025.02.23 09:14:43.312892 [ 253 ] {53114eb1-2b21-43b5-a988-1befa4bb3261} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003692 sec., 270.85590465872156 rows/sec., 18.25 KiB/sec.
9708 2025.02.23 09:14:43.313278 [ 253 ] {53114eb1-2b21-43b5-a988-1befa4bb3261} <Debug> TCPHandler: Processed in 0.0042765 sec.
9709 2025.02.23 09:14:43.313592 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9710 2025.02.23 09:14:43.313992 [ 255 ] {2d223ea3-5655-46fc-a9da-9a55a1ab5f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9711 2025.02.23 09:14:43.314249 [ 255 ] {2d223ea3-5655-46fc-a9da-9a55a1ab5f18} <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
9712 2025.02.23 09:14:43.315624 [ 255 ] {2d223ea3-5655-46fc-a9da-9a55a1ab5f18} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9713 2025.02.23 09:14:43.315664 [ 255 ] {2d223ea3-5655-46fc-a9da-9a55a1ab5f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9714 2025.02.23 09:14:43.320113 [ 255 ] {2d223ea3-5655-46fc-a9da-9a55a1ab5f18} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9715 2025.02.23 09:14:43.320415 [ 255 ] {2d223ea3-5655-46fc-a9da-9a55a1ab5f18} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9716 2025.02.23 09:14:43.320656 [ 255 ] {2d223ea3-5655-46fc-a9da-9a55a1ab5f18} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00682 sec., 4398.826979472141 rows/sec., 7.88 MiB/sec.
9717 2025.02.23 09:14:43.320783 [ 255 ] {2d223ea3-5655-46fc-a9da-9a55a1ab5f18} <Debug> TCPHandler: Processed in 0.007375698 sec.
9718 2025.02.23 09:14:43.320959 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9719 2025.02.23 09:14:43.321124 [ 253 ] {27105a1f-c90b-4804-9d1e-f701b3b684ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9720 2025.02.23 09:14:43.321188 [ 253 ] {27105a1f-c90b-4804-9d1e-f701b3b684ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9721 2025.02.23 09:14:43.321718 [ 253 ] {27105a1f-c90b-4804-9d1e-f701b3b684ee} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9722 2025.02.23 09:14:43.321756 [ 253 ] {27105a1f-c90b-4804-9d1e-f701b3b684ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9723 2025.02.23 09:14:43.322149 [ 253 ] {27105a1f-c90b-4804-9d1e-f701b3b684ee} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9724 2025.02.23 09:14:43.322474 [ 253 ] {27105a1f-c90b-4804-9d1e-f701b3b684ee} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9725 2025.02.23 09:14:43.322620 [ 80 ] {} <Debug> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9726 2025.02.23 09:14:43.322672 [ 80 ] {} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9727 2025.02.23 09:14:43.322691 [ 253 ] {27105a1f-c90b-4804-9d1e-f701b3b684ee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001596 sec., 51378.44611528822 rows/sec., 3.26 MiB/sec.
9728 2025.02.23 09:14:43.322696 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9729 2025.02.23 09:14:43.322824 [ 253 ] {27105a1f-c90b-4804-9d1e-f701b3b684ee} <Debug> TCPHandler: Processed in 0.001939326 sec.
9730 2025.02.23 09:14:43.322918 [ 191 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full
9731 2025.02.23 09:14:43.323042 [ 191 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9732 2025.02.23 09:14:43.323073 [ 191 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4524 rows starting from the beginning of the part
9733 2025.02.23 09:14:43.323162 [ 191 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part
9734 2025.02.23 09:14:43.323369 [ 191 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part
9735 2025.02.23 09:14:43.323606 [ 191 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part
9736 2025.02.23 09:14:43.323937 [ 191 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part
9737 2025.02.23 09:14:43.324068 [ 191 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part
9738 2025.02.23 09:14:43.326755 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22456 rows, containing 5 columns (5 merged, 0 gathered) in 0.017877114 sec., 1256131.1630053935 rows/sec., 85.02 MiB/sec.
9739 2025.02.23 09:14:43.327130 [ 199 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4890 rows, containing 4 columns (4 merged, 0 gathered) in 0.004337391 sec., 1127405.852965527 rows/sec., 73.82 MiB/sec.
9740 2025.02.23 09:14:43.327495 [ 192 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9741 2025.02.23 09:14:43.327505 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9742 2025.02.23 09:14:43.328139 [ 192 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_71_14} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9743 2025.02.23 09:14:43.328205 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9744 2025.02.23 09:14:43.328319 [ 192 ] {cc2738fb-68f4-445f-8b24-fc81b69c399a::all_1_71_14} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9745 2025.02.23 09:14:43.328404 [ 186 ] {644dddfb-6af5-4a84-8a8c-04db5afb6792::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9746 2025.02.23 09:14:43.328492 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB.
9747 2025.02.23 09:14:43.328629 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
9748 2025.02.23 09:14:44.375306 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
9749 2025.02.23 09:14:44.397161 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9750 2025.02.23 09:14:44.397228 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB.
9751 2025.02.23 09:14:44.404566 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
9752 2025.02.23 09:14:44.405336 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9753 2025.02.23 09:14:44.408181 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
9754 2025.02.23 09:14:47.872108 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1358
9755 2025.02.23 09:14:47.875314 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9756 2025.02.23 09:14:47.875372 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9757 2025.02.23 09:14:47.876886 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
9758 2025.02.23 09:14:47.877217 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9759 2025.02.23 09:14:47.878253 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1358
9760 2025.02.23 09:14:48.307055 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9761 2025.02.23 09:14:48.307250 [ 253 ] {2ba01ee8-ac5f-4c99-8723-9d2883b27e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9762 2025.02.23 09:14:48.307327 [ 253 ] {2ba01ee8-ac5f-4c99-8723-9d2883b27e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9763 2025.02.23 09:14:48.308109 [ 253 ] {2ba01ee8-ac5f-4c99-8723-9d2883b27e3c} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9764 2025.02.23 09:14:48.308154 [ 253 ] {2ba01ee8-ac5f-4c99-8723-9d2883b27e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9765 2025.02.23 09:14:48.308596 [ 253 ] {2ba01ee8-ac5f-4c99-8723-9d2883b27e3c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
9766 2025.02.23 09:14:48.308856 [ 253 ] {2ba01ee8-ac5f-4c99-8723-9d2883b27e3c} <Trace> oximeter.fields_ipaddr (bb0b6f58-1ad6-49ca-aac0-a4122d7d9812): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9767 2025.02.23 09:14:48.309114 [ 253 ] {2ba01ee8-ac5f-4c99-8723-9d2883b27e3c} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00191 sec., 6282.722513089006 rows/sec., 512.31 KiB/sec.
9768 2025.02.23 09:14:48.309352 [ 253 ] {2ba01ee8-ac5f-4c99-8723-9d2883b27e3c} <Debug> TCPHandler: Processed in 0.002421886 sec.
9769 2025.02.23 09:14:48.309638 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9770 2025.02.23 09:14:48.309836 [ 255 ] {9aa3fff6-948e-4114-804b-8cf25a959dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9771 2025.02.23 09:14:48.309918 [ 255 ] {9aa3fff6-948e-4114-804b-8cf25a959dec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9772 2025.02.23 09:14:48.311352 [ 255 ] {9aa3fff6-948e-4114-804b-8cf25a959dec} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9773 2025.02.23 09:14:48.311409 [ 255 ] {9aa3fff6-948e-4114-804b-8cf25a959dec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9774 2025.02.23 09:14:48.311942 [ 255 ] {9aa3fff6-948e-4114-804b-8cf25a959dec} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9775 2025.02.23 09:14:48.312208 [ 255 ] {9aa3fff6-948e-4114-804b-8cf25a959dec} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9776 2025.02.23 09:14:48.312449 [ 255 ] {9aa3fff6-948e-4114-804b-8cf25a959dec} <Debug> executeQuery: Read 1220 rows, 103.13 KiB in 0.002668 sec., 457271.36431784113 rows/sec., 37.75 MiB/sec.
9777 2025.02.23 09:14:48.312524 [ 255 ] {9aa3fff6-948e-4114-804b-8cf25a959dec} <Debug> TCPHandler: Processed in 0.003027866 sec.
9778 2025.02.23 09:14:48.312691 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9779 2025.02.23 09:14:48.312840 [ 253 ] {27125206-3ceb-47b8-8a70-2c557ac717af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9780 2025.02.23 09:14:48.312905 [ 253 ] {27125206-3ceb-47b8-8a70-2c557ac717af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9781 2025.02.23 09:14:48.313596 [ 253 ] {27125206-3ceb-47b8-8a70-2c557ac717af} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9782 2025.02.23 09:14:48.313635 [ 253 ] {27125206-3ceb-47b8-8a70-2c557ac717af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9783 2025.02.23 09:14:48.314027 [ 253 ] {27125206-3ceb-47b8-8a70-2c557ac717af} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9784 2025.02.23 09:14:48.314272 [ 253 ] {27125206-3ceb-47b8-8a70-2c557ac717af} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9785 2025.02.23 09:14:48.314458 [ 253 ] {27125206-3ceb-47b8-8a70-2c557ac717af} <Debug> executeQuery: Read 21 rows, 1.51 KiB in 0.001655 sec., 12688.821752265862 rows/sec., 915.20 KiB/sec.
9786 2025.02.23 09:14:48.314513 [ 253 ] {27125206-3ceb-47b8-8a70-2c557ac717af} <Debug> TCPHandler: Processed in 0.001889705 sec.
9787 2025.02.23 09:14:48.314667 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9788 2025.02.23 09:14:48.314799 [ 255 ] {31e22c3d-508f-4631-bc01-14187715a4f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9789 2025.02.23 09:14:48.314854 [ 255 ] {31e22c3d-508f-4631-bc01-14187715a4f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9790 2025.02.23 09:14:48.315575 [ 255 ] {31e22c3d-508f-4631-bc01-14187715a4f0} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9791 2025.02.23 09:14:48.315620 [ 255 ] {31e22c3d-508f-4631-bc01-14187715a4f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9792 2025.02.23 09:14:48.316020 [ 255 ] {31e22c3d-508f-4631-bc01-14187715a4f0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9793 2025.02.23 09:14:48.316265 [ 255 ] {31e22c3d-508f-4631-bc01-14187715a4f0} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9794 2025.02.23 09:14:48.316528 [ 255 ] {31e22c3d-508f-4631-bc01-14187715a4f0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00175 sec., 130285.71428571429 rows/sec., 8.82 MiB/sec.
9795 2025.02.23 09:14:48.316734 [ 255 ] {31e22c3d-508f-4631-bc01-14187715a4f0} <Debug> TCPHandler: Processed in 0.00212529 sec.
9796 2025.02.23 09:14:48.317059 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9797 2025.02.23 09:14:48.317283 [ 253 ] {29308c98-322c-4794-8a7f-c4f8a412df48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9798 2025.02.23 09:14:48.317374 [ 253 ] {29308c98-322c-4794-8a7f-c4f8a412df48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9799 2025.02.23 09:14:48.318263 [ 253 ] {29308c98-322c-4794-8a7f-c4f8a412df48} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9800 2025.02.23 09:14:48.318302 [ 253 ] {29308c98-322c-4794-8a7f-c4f8a412df48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9801 2025.02.23 09:14:48.318698 [ 253 ] {29308c98-322c-4794-8a7f-c4f8a412df48} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9802 2025.02.23 09:14:48.318939 [ 253 ] {29308c98-322c-4794-8a7f-c4f8a412df48} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9803 2025.02.23 09:14:48.319116 [ 253 ] {29308c98-322c-4794-8a7f-c4f8a412df48} <Debug> executeQuery: Read 541 rows, 41.10 KiB in 0.001889 sec., 286394.91794600314 rows/sec., 21.25 MiB/sec.
9804 2025.02.23 09:14:48.319169 [ 253 ] {29308c98-322c-4794-8a7f-c4f8a412df48} <Debug> TCPHandler: Processed in 0.002300843 sec.
9805 2025.02.23 09:14:48.319347 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9806 2025.02.23 09:14:48.319495 [ 255 ] {90e3bee8-83d8-49b7-b2cc-81d3fbf844e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9807 2025.02.23 09:14:48.319551 [ 255 ] {90e3bee8-83d8-49b7-b2cc-81d3fbf844e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9808 2025.02.23 09:14:48.320373 [ 255 ] {90e3bee8-83d8-49b7-b2cc-81d3fbf844e3} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9809 2025.02.23 09:14:48.320413 [ 255 ] {90e3bee8-83d8-49b7-b2cc-81d3fbf844e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9810 2025.02.23 09:14:48.320873 [ 255 ] {90e3bee8-83d8-49b7-b2cc-81d3fbf844e3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9811 2025.02.23 09:14:48.321114 [ 255 ] {90e3bee8-83d8-49b7-b2cc-81d3fbf844e3} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9812 2025.02.23 09:14:48.321337 [ 255 ] {90e3bee8-83d8-49b7-b2cc-81d3fbf844e3} <Debug> executeQuery: Read 886 rows, 61.05 KiB in 0.001866 sec., 474812.4330117899 rows/sec., 31.95 MiB/sec.
9813 2025.02.23 09:14:48.321442 [ 255 ] {90e3bee8-83d8-49b7-b2cc-81d3fbf844e3} <Debug> TCPHandler: Processed in 0.00217446 sec.
9814 2025.02.23 09:14:48.321657 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9815 2025.02.23 09:14:48.321940 [ 253 ] {958175f1-a80a-454c-a36f-e7aa420c3ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9816 2025.02.23 09:14:48.322028 [ 253 ] {958175f1-a80a-454c-a36f-e7aa420c3ce6} <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
9817 2025.02.23 09:14:48.323181 [ 253 ] {958175f1-a80a-454c-a36f-e7aa420c3ce6} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9818 2025.02.23 09:14:48.323221 [ 253 ] {958175f1-a80a-454c-a36f-e7aa420c3ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9819 2025.02.23 09:14:48.323862 [ 253 ] {958175f1-a80a-454c-a36f-e7aa420c3ce6} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9820 2025.02.23 09:14:48.324124 [ 253 ] {958175f1-a80a-454c-a36f-e7aa420c3ce6} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9821 2025.02.23 09:14:48.324374 [ 253 ] {958175f1-a80a-454c-a36f-e7aa420c3ce6} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002529 sec., 3558.7188612099644 rows/sec., 6.38 MiB/sec.
9822 2025.02.23 09:14:48.324484 [ 253 ] {958175f1-a80a-454c-a36f-e7aa420c3ce6} <Debug> TCPHandler: Processed in 0.002956495 sec.
9823 2025.02.23 09:14:48.324735 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9824 2025.02.23 09:14:48.324957 [ 255 ] {bcb193c9-7c96-4d62-b8f6-d0afd7ca03ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9825 2025.02.23 09:14:48.325050 [ 255 ] {bcb193c9-7c96-4d62-b8f6-d0afd7ca03ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9826 2025.02.23 09:14:48.325753 [ 255 ] {bcb193c9-7c96-4d62-b8f6-d0afd7ca03ab} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9827 2025.02.23 09:14:48.325792 [ 255 ] {bcb193c9-7c96-4d62-b8f6-d0afd7ca03ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9828 2025.02.23 09:14:48.326173 [ 255 ] {bcb193c9-7c96-4d62-b8f6-d0afd7ca03ab} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9829 2025.02.23 09:14:48.326430 [ 255 ] {bcb193c9-7c96-4d62-b8f6-d0afd7ca03ab} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9830 2025.02.23 09:14:48.326663 [ 255 ] {bcb193c9-7c96-4d62-b8f6-d0afd7ca03ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001762 sec., 34052.2133938706 rows/sec., 2.29 MiB/sec.
9831 2025.02.23 09:14:48.326724 [ 255 ] {bcb193c9-7c96-4d62-b8f6-d0afd7ca03ab} <Debug> TCPHandler: Processed in 0.002101619 sec.
9832 2025.02.23 09:14:50.267841 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424
9833 2025.02.23 09:14:50.268986 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9834 2025.02.23 09:14:50.269032 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9835 2025.02.23 09:14:50.269577 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9836 2025.02.23 09:14:50.269846 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9837 2025.02.23 09:14:50.270060 [ 46 ] {} <Debug> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9838 2025.02.23 09:14:50.270129 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424
9839 2025.02.23 09:14:50.270154 [ 46 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9840 2025.02.23 09:14:50.270186 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9841 2025.02.23 09:14:50.270310 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
9842 2025.02.23 09:14:50.270460 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9843 2025.02.23 09:14:50.270508 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part
9844 2025.02.23 09:14:50.270593 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part
9845 2025.02.23 09:14:50.270699 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part
9846 2025.02.23 09:14:50.270808 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part
9847 2025.02.23 09:14:50.270866 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part
9848 2025.02.23 09:14:50.271078 [ 190 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part
9849 2025.02.23 09:14:50.273567 [ 199 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003310602 sec., 7075450.325952802 rows/sec., 101.22 MiB/sec.
9850 2025.02.23 09:14:50.274258 [ 199 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9851 2025.02.23 09:14:50.274729 [ 199 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_51_10} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9852 2025.02.23 09:14:50.274834 [ 199 ] {c84179d4-db44-459e-a130-98dc10d9c19c::all_1_51_10} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9853 2025.02.23 09:14:50.274956 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
9854 2025.02.23 09:14:51.908305 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
9855 2025.02.23 09:14:51.930018 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9856 2025.02.23 09:14:51.930094 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9857 2025.02.23 09:14:51.937395 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
9858 2025.02.23 09:14:51.938233 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9859 2025.02.23 09:14:51.938603 [ 6 ] {} <Debug> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
9860 2025.02.23 09:14:51.938733 [ 6 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9861 2025.02.23 09:14:51.938791 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9862 2025.02.23 09:14:51.939176 [ 194 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full
9863 2025.02.23 09:14:51.955945 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
9864 2025.02.23 09:14:51.957135 [ 194 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9865 2025.02.23 09:14:51.958956 [ 194 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part
9866 2025.02.23 09:14:51.964592 [ 194 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part
9867 2025.02.23 09:14:51.970279 [ 194 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part
9868 2025.02.23 09:14:51.975734 [ 194 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part
9869 2025.02.23 09:14:51.981307 [ 194 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part
9870 2025.02.23 09:14:51.985787 [ 194 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part
9871 2025.02.23 09:14:52.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.35 MiB, peak 240.35 MiB, free memory in arenas 0.00 B, will set to 229.86 MiB (RSS), difference: -10.49 MiB
9872 2025.02.23 09:14:52.048570 [ 197 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.109629052 sec., 3511.8428279394407 rows/sec., 18.16 MiB/sec.
9873 2025.02.23 09:14:52.051840 [ 197 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
9874 2025.02.23 09:14:52.054904 [ 197 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_51_10} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9875 2025.02.23 09:14:52.055044 [ 197 ] {3f60a8fa-6810-4fd2-bf64-894ae752bb74::all_1_51_10} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
9876 2025.02.23 09:14:52.057507 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
9877 2025.02.23 09:14:53.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.46 MiB, peak 240.35 MiB, free memory in arenas 0.00 B, will set to 231.67 MiB (RSS), difference: 11.21 MiB
9878 2025.02.23 09:14:53.284232 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9879 2025.02.23 09:14:53.284445 [ 253 ] {ef051647-2ba9-413c-8e2e-9cc9a31d9a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9880 2025.02.23 09:14:53.284530 [ 253 ] {ef051647-2ba9-413c-8e2e-9cc9a31d9a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9881 2025.02.23 09:14:53.285409 [ 253 ] {ef051647-2ba9-413c-8e2e-9cc9a31d9a02} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9882 2025.02.23 09:14:53.285461 [ 253 ] {ef051647-2ba9-413c-8e2e-9cc9a31d9a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9883 2025.02.23 09:14:53.285932 [ 253 ] {ef051647-2ba9-413c-8e2e-9cc9a31d9a02} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9884 2025.02.23 09:14:53.286186 [ 253 ] {ef051647-2ba9-413c-8e2e-9cc9a31d9a02} <Trace> oximeter.fields_i16 (7ca015bd-6b56-40e6-ba3a-87591fd12c36): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9885 2025.02.23 09:14:53.286438 [ 253 ] {ef051647-2ba9-413c-8e2e-9cc9a31d9a02} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002054 sec., 103213.2424537488 rows/sec., 6.56 MiB/sec.
9886 2025.02.23 09:14:53.286496 [ 253 ] {ef051647-2ba9-413c-8e2e-9cc9a31d9a02} <Debug> TCPHandler: Processed in 0.002409646 sec.
9887 2025.02.23 09:14:53.286766 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9888 2025.02.23 09:14:53.286960 [ 255 ] {9c637c44-54fb-4dc2-8fc2-fa25f455c5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9889 2025.02.23 09:14:53.287035 [ 255 ] {9c637c44-54fb-4dc2-8fc2-fa25f455c5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9890 2025.02.23 09:14:53.288150 [ 255 ] {9c637c44-54fb-4dc2-8fc2-fa25f455c5b8} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9891 2025.02.23 09:14:53.288202 [ 255 ] {9c637c44-54fb-4dc2-8fc2-fa25f455c5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9892 2025.02.23 09:14:53.288702 [ 255 ] {9c637c44-54fb-4dc2-8fc2-fa25f455c5b8} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9893 2025.02.23 09:14:53.288968 [ 255 ] {9c637c44-54fb-4dc2-8fc2-fa25f455c5b8} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9894 2025.02.23 09:14:53.289238 [ 255 ] {9c637c44-54fb-4dc2-8fc2-fa25f455c5b8} <Debug> executeQuery: Read 677 rows, 55.10 KiB in 0.002331 sec., 290433.2904332904 rows/sec., 23.08 MiB/sec.
9895 2025.02.23 09:14:53.289311 [ 255 ] {9c637c44-54fb-4dc2-8fc2-fa25f455c5b8} <Debug> TCPHandler: Processed in 0.00268038 sec.
9896 2025.02.23 09:14:53.289483 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9897 2025.02.23 09:14:53.289629 [ 253 ] {fd81564e-e7b4-4c91-9c2d-682465e45eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9898 2025.02.23 09:14:53.289689 [ 253 ] {fd81564e-e7b4-4c91-9c2d-682465e45eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9899 2025.02.23 09:14:53.290449 [ 253 ] {fd81564e-e7b4-4c91-9c2d-682465e45eb6} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9900 2025.02.23 09:14:53.290497 [ 253 ] {fd81564e-e7b4-4c91-9c2d-682465e45eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9901 2025.02.23 09:14:53.290905 [ 253 ] {fd81564e-e7b4-4c91-9c2d-682465e45eb6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9902 2025.02.23 09:14:53.291146 [ 253 ] {fd81564e-e7b4-4c91-9c2d-682465e45eb6} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9903 2025.02.23 09:14:53.291320 [ 150 ] {} <Debug> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9904 2025.02.23 09:14:53.291393 [ 253 ] {fd81564e-e7b4-4c91-9c2d-682465e45eb6} <Debug> executeQuery: Read 136 rows, 8.64 KiB in 0.001792 sec., 75892.85714285714 rows/sec., 4.71 MiB/sec.
9905 2025.02.23 09:14:53.291419 [ 150 ] {} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9906 2025.02.23 09:14:53.291490 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9907 2025.02.23 09:14:53.291520 [ 253 ] {fd81564e-e7b4-4c91-9c2d-682465e45eb6} <Debug> TCPHandler: Processed in 0.00210272 sec.
9908 2025.02.23 09:14:53.291809 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9909 2025.02.23 09:14:53.291864 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9910 2025.02.23 09:14:53.292228 [ 255 ] {09695811-2b3a-4e09-bc79-3cecb6abf984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9911 2025.02.23 09:14:53.292437 [ 255 ] {09695811-2b3a-4e09-bc79-3cecb6abf984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9912 2025.02.23 09:14:53.292534 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9913 2025.02.23 09:14:53.292699 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 165 rows starting from the beginning of the part
9914 2025.02.23 09:14:53.293258 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 136 rows starting from the beginning of the part
9915 2025.02.23 09:14:53.293653 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 9 rows starting from the beginning of the part
9916 2025.02.23 09:14:53.294092 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 136 rows starting from the beginning of the part
9917 2025.02.23 09:14:53.294548 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 21 rows starting from the beginning of the part
9918 2025.02.23 09:14:53.294956 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 136 rows starting from the beginning of the part
9919 2025.02.23 09:14:53.295989 [ 255 ] {09695811-2b3a-4e09-bc79-3cecb6abf984} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9920 2025.02.23 09:14:53.296058 [ 255 ] {09695811-2b3a-4e09-bc79-3cecb6abf984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9921 2025.02.23 09:14:53.297047 [ 255 ] {09695811-2b3a-4e09-bc79-3cecb6abf984} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9922 2025.02.23 09:14:53.297473 [ 255 ] {09695811-2b3a-4e09-bc79-3cecb6abf984} <Trace> oximeter.fields_u32 (9c0c1c33-9034-4c15-b60b-bfd0407510ef): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9923 2025.02.23 09:14:53.297612 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 603 rows, containing 5 columns (5 merged, 0 gathered) in 0.006011133 sec., 100313.86761863362 rows/sec., 6.69 MiB/sec.
9924 2025.02.23 09:14:53.297899 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9925 2025.02.23 09:14:53.297996 [ 255 ] {09695811-2b3a-4e09-bc79-3cecb6abf984} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005897 sec., 19162.28590808886 rows/sec., 1.24 MiB/sec.
9926 2025.02.23 09:14:53.298151 [ 255 ] {09695811-2b3a-4e09-bc79-3cecb6abf984} <Debug> TCPHandler: Processed in 0.006511322 sec.
9927 2025.02.23 09:14:53.298347 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9928 2025.02.23 09:14:53.298400 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_66_13} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9929 2025.02.23 09:14:53.298503 [ 188 ] {bf36b9ee-4420-4d69-9564-bf09867a1c98::all_1_66_13} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9930 2025.02.23 09:14:53.298518 [ 253 ] {7a7ea44a-f437-4e81-b92f-8419b2e3a4f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9931 2025.02.23 09:14:53.298595 [ 253 ] {7a7ea44a-f437-4e81-b92f-8419b2e3a4f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9932 2025.02.23 09:14:53.298596 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
9933 2025.02.23 09:14:53.299229 [ 253 ] {7a7ea44a-f437-4e81-b92f-8419b2e3a4f6} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9934 2025.02.23 09:14:53.299267 [ 253 ] {7a7ea44a-f437-4e81-b92f-8419b2e3a4f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9935 2025.02.23 09:14:53.299627 [ 253 ] {7a7ea44a-f437-4e81-b92f-8419b2e3a4f6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9936 2025.02.23 09:14:53.299873 [ 253 ] {7a7ea44a-f437-4e81-b92f-8419b2e3a4f6} <Trace> oximeter.fields_u8 (0ac62486-cc85-4604-bae8-9e45c78f3c54): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9937 2025.02.23 09:14:53.300115 [ 253 ] {7a7ea44a-f437-4e81-b92f-8419b2e3a4f6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001632 sec., 68627.45098039215 rows/sec., 3.91 MiB/sec.
9938 2025.02.23 09:14:53.300170 [ 253 ] {7a7ea44a-f437-4e81-b92f-8419b2e3a4f6} <Debug> TCPHandler: Processed in 0.001915815 sec.
9939 2025.02.23 09:14:53.300341 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9940 2025.02.23 09:14:53.300484 [ 255 ] {9187645c-7445-4f55-a0be-20fd4908f63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9941 2025.02.23 09:14:53.300547 [ 255 ] {9187645c-7445-4f55-a0be-20fd4908f63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9942 2025.02.23 09:14:53.301332 [ 255 ] {9187645c-7445-4f55-a0be-20fd4908f63f} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9943 2025.02.23 09:14:53.301373 [ 255 ] {9187645c-7445-4f55-a0be-20fd4908f63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9944 2025.02.23 09:14:53.301773 [ 255 ] {9187645c-7445-4f55-a0be-20fd4908f63f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9945 2025.02.23 09:14:53.302019 [ 255 ] {9187645c-7445-4f55-a0be-20fd4908f63f} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9946 2025.02.23 09:14:53.302239 [ 255 ] {9187645c-7445-4f55-a0be-20fd4908f63f} <Debug> executeQuery: Read 412 rows, 29.99 KiB in 0.001789 sec., 230296.25489100057 rows/sec., 16.37 MiB/sec.
9947 2025.02.23 09:14:53.302296 [ 255 ] {9187645c-7445-4f55-a0be-20fd4908f63f} <Debug> TCPHandler: Processed in 0.002022368 sec.
9948 2025.02.23 09:14:53.303528 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9949 2025.02.23 09:14:53.303758 [ 253 ] {def6a7dd-e4c7-44f5-b0fb-6249b08b9723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9950 2025.02.23 09:14:53.303855 [ 253 ] {def6a7dd-e4c7-44f5-b0fb-6249b08b9723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9951 2025.02.23 09:14:53.304729 [ 253 ] {def6a7dd-e4c7-44f5-b0fb-6249b08b9723} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9952 2025.02.23 09:14:53.304767 [ 253 ] {def6a7dd-e4c7-44f5-b0fb-6249b08b9723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9953 2025.02.23 09:14:53.305136 [ 253 ] {def6a7dd-e4c7-44f5-b0fb-6249b08b9723} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9954 2025.02.23 09:14:53.305389 [ 253 ] {def6a7dd-e4c7-44f5-b0fb-6249b08b9723} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9955 2025.02.23 09:14:53.305550 [ 150 ] {} <Debug> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
9956 2025.02.23 09:14:53.305620 [ 150 ] {} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9957 2025.02.23 09:14:53.305635 [ 253 ] {def6a7dd-e4c7-44f5-b0fb-6249b08b9723} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001924 sec., 3118.5031185031185 rows/sec., 162.93 KiB/sec.
9958 2025.02.23 09:14:53.305660 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9959 2025.02.23 09:14:53.305769 [ 253 ] {def6a7dd-e4c7-44f5-b0fb-6249b08b9723} <Debug> TCPHandler: Processed in 0.002350524 sec.
9960 2025.02.23 09:14:53.306058 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9961 2025.02.23 09:14:53.306052 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::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
9962 2025.02.23 09:14:53.306439 [ 255 ] {f1be6d69-0acc-44cb-a100-ef392e02d16d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9963 2025.02.23 09:14:53.306563 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9964 2025.02.23 09:14:53.306596 [ 255 ] {f1be6d69-0acc-44cb-a100-ef392e02d16d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9965 2025.02.23 09:14:53.306621 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part
9966 2025.02.23 09:14:53.306858 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
9967 2025.02.23 09:14:53.307177 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
9968 2025.02.23 09:14:53.307524 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
9969 2025.02.23 09:14:53.308006 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
9970 2025.02.23 09:14:53.308364 [ 196 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
9971 2025.02.23 09:14:53.309480 [ 255 ] {f1be6d69-0acc-44cb-a100-ef392e02d16d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9972 2025.02.23 09:14:53.309547 [ 255 ] {f1be6d69-0acc-44cb-a100-ef392e02d16d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9973 2025.02.23 09:14:53.310691 [ 255 ] {f1be6d69-0acc-44cb-a100-ef392e02d16d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9974 2025.02.23 09:14:53.310949 [ 187 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.005160836 sec., 36040.67248019507 rows/sec., 1.84 MiB/sec.
9975 2025.02.23 09:14:53.311104 [ 255 ] {f1be6d69-0acc-44cb-a100-ef392e02d16d} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9976 2025.02.23 09:14:53.311112 [ 187 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
9977 2025.02.23 09:14:53.311417 [ 255 ] {f1be6d69-0acc-44cb-a100-ef392e02d16d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005133 sec., 46171.8293395675 rows/sec., 3.09 MiB/sec.
9978 2025.02.23 09:14:53.311503 [ 255 ] {f1be6d69-0acc-44cb-a100-ef392e02d16d} <Debug> TCPHandler: Processed in 0.005606976 sec.
9979 2025.02.23 09:14:53.311626 [ 187 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_31_6} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9980 2025.02.23 09:14:53.311680 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9981 2025.02.23 09:14:53.311734 [ 187 ] {37484327-4929-4ab5-99b6-945707f466d8::all_1_31_6} <Trace> oximeter.measurements_bool (37484327-4929-4ab5-99b6-945707f466d8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
9982 2025.02.23 09:14:53.311860 [ 253 ] {3fb4e73b-3176-4676-8ded-04247e9b5538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9983 2025.02.23 09:14:53.311874 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9984 2025.02.23 09:14:53.311933 [ 253 ] {3fb4e73b-3176-4676-8ded-04247e9b5538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9985 2025.02.23 09:14:53.312415 [ 253 ] {3fb4e73b-3176-4676-8ded-04247e9b5538} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9986 2025.02.23 09:14:53.312454 [ 253 ] {3fb4e73b-3176-4676-8ded-04247e9b5538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9987 2025.02.23 09:14:53.312823 [ 253 ] {3fb4e73b-3176-4676-8ded-04247e9b5538} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9988 2025.02.23 09:14:53.313065 [ 253 ] {3fb4e73b-3176-4676-8ded-04247e9b5538} <Trace> oximeter.measurements_f64 (edf722ff-0d58-41e6-a525-8b82c2de3b3c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9989 2025.02.23 09:14:53.313316 [ 253 ] {3fb4e73b-3176-4676-8ded-04247e9b5538} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001524 sec., 656.1679790026246 rows/sec., 44.21 KiB/sec.
9990 2025.02.23 09:14:53.313502 [ 253 ] {3fb4e73b-3176-4676-8ded-04247e9b5538} <Debug> TCPHandler: Processed in 0.001891125 sec.
9991 2025.02.23 09:14:53.313710 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9992 2025.02.23 09:14:53.313849 [ 255 ] {4bef1acb-aad9-4aba-a59a-1181a6d2474e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9993 2025.02.23 09:14:53.313937 [ 255 ] {4bef1acb-aad9-4aba-a59a-1181a6d2474e} <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
9994 2025.02.23 09:14:53.315217 [ 255 ] {4bef1acb-aad9-4aba-a59a-1181a6d2474e} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9995 2025.02.23 09:14:53.315256 [ 255 ] {4bef1acb-aad9-4aba-a59a-1181a6d2474e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
9996 2025.02.23 09:14:53.315930 [ 255 ] {4bef1acb-aad9-4aba-a59a-1181a6d2474e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9997 2025.02.23 09:14:53.316193 [ 255 ] {4bef1acb-aad9-4aba-a59a-1181a6d2474e} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9998 2025.02.23 09:14:53.316448 [ 255 ] {4bef1acb-aad9-4aba-a59a-1181a6d2474e} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002632 sec., 11398.176291793314 rows/sec., 20.43 MiB/sec.
9999 2025.02.23 09:14:53.316565 [ 255 ] {4bef1acb-aad9-4aba-a59a-1181a6d2474e} <Debug> TCPHandler: Processed in 0.002930125 sec.
10000 2025.02.23 09:14:53.316714 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10001 2025.02.23 09:14:53.316832 [ 253 ] {ef085a9b-668c-4dab-a661-867d99371df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10002 2025.02.23 09:14:53.316883 [ 253 ] {ef085a9b-668c-4dab-a661-867d99371df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10003 2025.02.23 09:14:53.317397 [ 253 ] {ef085a9b-668c-4dab-a661-867d99371df2} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10004 2025.02.23 09:14:53.317437 [ 253 ] {ef085a9b-668c-4dab-a661-867d99371df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10005 2025.02.23 09:14:53.317851 [ 253 ] {ef085a9b-668c-4dab-a661-867d99371df2} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
10006 2025.02.23 09:14:53.318098 [ 253 ] {ef085a9b-668c-4dab-a661-867d99371df2} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10007 2025.02.23 09:14:53.318316 [ 253 ] {ef085a9b-668c-4dab-a661-867d99371df2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001508 sec., 54376.65782493369 rows/sec., 3.45 MiB/sec.
10008 2025.02.23 09:14:53.318368 [ 253 ] {ef085a9b-668c-4dab-a661-867d99371df2} <Debug> TCPHandler: Processed in 0.001711622 sec.
10009 2025.02.23 09:14:57.581136 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache
10010 2025.02.23 09:14:57.581200 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache
10011 2025.02.23 09:14:57.770329 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851
10012 2025.02.23 09:14:57.770988 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10013 2025.02.23 09:14:57.771036 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10014 2025.02.23 09:14:57.771583 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10015 2025.02.23 09:14:57.771856 [ 244 ] {} <Trace> system.asynchronous_metric_log (c84179d4-db44-459e-a130-98dc10d9c19c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10016 2025.02.23 09:14:57.772091 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
10017 2025.02.23 09:14:57.878587 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1396
10018 2025.02.23 09:14:57.881940 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10019 2025.02.23 09:14:57.882003 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10020 2025.02.23 09:14:57.883512 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
10021 2025.02.23 09:14:57.883851 [ 242 ] {} <Trace> system.query_log (4e343920-595d-4f16-ad51-c8097b2d99ed): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10022 2025.02.23 09:14:57.884891 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1396
10023 2025.02.23 09:14:58.277091 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10024 2025.02.23 09:14:58.277320 [ 253 ] {80ae4f0d-5b92-48c0-80cc-68f61bd5a1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10025 2025.02.23 09:14:58.277409 [ 253 ] {80ae4f0d-5b92-48c0-80cc-68f61bd5a1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10026 2025.02.23 09:14:58.278219 [ 253 ] {80ae4f0d-5b92-48c0-80cc-68f61bd5a1a1} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10027 2025.02.23 09:14:58.278269 [ 253 ] {80ae4f0d-5b92-48c0-80cc-68f61bd5a1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10028 2025.02.23 09:14:58.278714 [ 253 ] {80ae4f0d-5b92-48c0-80cc-68f61bd5a1a1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10029 2025.02.23 09:14:58.278993 [ 253 ] {80ae4f0d-5b92-48c0-80cc-68f61bd5a1a1} <Trace> oximeter.fields_string (6b6ceb00-52b1-4adb-bfa9-cb16e0166646): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10030 2025.02.23 09:14:58.279225 [ 253 ] {80ae4f0d-5b92-48c0-80cc-68f61bd5a1a1} <Debug> executeQuery: Read 74 rows, 6.12 KiB in 0.001974 sec., 37487.33535967578 rows/sec., 3.03 MiB/sec.
10031 2025.02.23 09:14:58.279291 [ 253 ] {80ae4f0d-5b92-48c0-80cc-68f61bd5a1a1} <Debug> TCPHandler: Processed in 0.002351694 sec.
10032 2025.02.23 09:14:58.279557 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10033 2025.02.23 09:14:58.279751 [ 255 ] {76d2b306-fccb-4a91-947d-5e62bded7a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10034 2025.02.23 09:14:58.279829 [ 255 ] {76d2b306-fccb-4a91-947d-5e62bded7a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10035 2025.02.23 09:14:58.280598 [ 255 ] {76d2b306-fccb-4a91-947d-5e62bded7a59} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10036 2025.02.23 09:14:58.280649 [ 255 ] {76d2b306-fccb-4a91-947d-5e62bded7a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10037 2025.02.23 09:14:58.281096 [ 255 ] {76d2b306-fccb-4a91-947d-5e62bded7a59} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10038 2025.02.23 09:14:58.281360 [ 255 ] {76d2b306-fccb-4a91-947d-5e62bded7a59} <Trace> oximeter.fields_u16 (bf36b9ee-4420-4d69-9564-bf09867a1c98): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10039 2025.02.23 09:14:58.281570 [ 255 ] {76d2b306-fccb-4a91-947d-5e62bded7a59} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001872 sec., 4807.692307692308 rows/sec., 361.52 KiB/sec.
10040 2025.02.23 09:14:58.281641 [ 255 ] {76d2b306-fccb-4a91-947d-5e62bded7a59} <Debug> TCPHandler: Processed in 0.002219802 sec.
10041 2025.02.23 09:14:58.281804 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10042 2025.02.23 09:14:58.281928 [ 253 ] {c6328138-ab84-4638-b18b-45903e7f29b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10043 2025.02.23 09:14:58.281983 [ 253 ] {c6328138-ab84-4638-b18b-45903e7f29b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10044 2025.02.23 09:14:58.282641 [ 253 ] {c6328138-ab84-4638-b18b-45903e7f29b0} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10045 2025.02.23 09:14:58.282682 [ 253 ] {c6328138-ab84-4638-b18b-45903e7f29b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10046 2025.02.23 09:14:58.283073 [ 253 ] {c6328138-ab84-4638-b18b-45903e7f29b0} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10047 2025.02.23 09:14:58.283322 [ 253 ] {c6328138-ab84-4638-b18b-45903e7f29b0} <Trace> oximeter.fields_uuid (64219c07-fe56-4632-a29b-1722d548a1cf): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10048 2025.02.23 09:14:58.283558 [ 253 ] {c6328138-ab84-4638-b18b-45903e7f29b0} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001653 sec., 44162.129461585 rows/sec., 3.45 MiB/sec.
10049 2025.02.23 09:14:58.283634 [ 253 ] {c6328138-ab84-4638-b18b-45903e7f29b0} <Debug> TCPHandler: Processed in 0.001889065 sec.
10050 2025.02.23 09:14:58.283834 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10051 2025.02.23 09:14:58.283987 [ 255 ] {476f7c38-cce5-4eea-8582-3ef408009093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10052 2025.02.23 09:14:58.284044 [ 255 ] {476f7c38-cce5-4eea-8582-3ef408009093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10053 2025.02.23 09:14:58.284639 [ 255 ] {476f7c38-cce5-4eea-8582-3ef408009093} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10054 2025.02.23 09:14:58.284678 [ 255 ] {476f7c38-cce5-4eea-8582-3ef408009093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10055 2025.02.23 09:14:58.285100 [ 255 ] {476f7c38-cce5-4eea-8582-3ef408009093} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10056 2025.02.23 09:14:58.285360 [ 255 ] {476f7c38-cce5-4eea-8582-3ef408009093} <Trace> oximeter.measurements_cumulativeu64 (644dddfb-6af5-4a84-8a8c-04db5afb6792): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10057 2025.02.23 09:14:58.285542 [ 255 ] {476f7c38-cce5-4eea-8582-3ef408009093} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec.
10058 2025.02.23 09:14:58.285598 [ 255 ] {476f7c38-cce5-4eea-8582-3ef408009093} <Debug> TCPHandler: Processed in 0.001862195 sec.
10059 2025.02.23 09:14:58.285756 [ 253 ] {} <Trace> TCP-Session: 20bfc7cf-f0a0-4b42-80ad-d15d546bad2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10060 2025.02.23 09:14:58.285885 [ 253 ] {3f1e3843-3379-40a5-b86d-8e01c1984c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38530) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10061 2025.02.23 09:14:58.285980 [ 253 ] {3f1e3843-3379-40a5-b86d-8e01c1984c53} <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
10062 2025.02.23 09:14:58.287257 [ 253 ] {3f1e3843-3379-40a5-b86d-8e01c1984c53} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10063 2025.02.23 09:14:58.287296 [ 253 ] {3f1e3843-3379-40a5-b86d-8e01c1984c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10064 2025.02.23 09:14:58.287954 [ 253 ] {3f1e3843-3379-40a5-b86d-8e01c1984c53} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10065 2025.02.23 09:14:58.288221 [ 253 ] {3f1e3843-3379-40a5-b86d-8e01c1984c53} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10066 2025.02.23 09:14:58.288418 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10067 2025.02.23 09:14:58.288499 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10068 2025.02.23 09:14:58.288513 [ 253 ] {3f1e3843-3379-40a5-b86d-8e01c1984c53} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002652 sec., 3393.665158371041 rows/sec., 6.08 MiB/sec.
10069 2025.02.23 09:14:58.288545 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10070 2025.02.23 09:14:58.288942 [ 253 ] {3f1e3843-3379-40a5-b86d-8e01c1984c53} <Debug> TCPHandler: Processed in 0.003240391 sec.
10071 2025.02.23 09:14:58.288984 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
10072 2025.02.23 09:14:58.289143 [ 255 ] {} <Trace> TCP-Session: c7122557-cdc3-49e4-9558-b63118a34209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10073 2025.02.23 09:14:58.289416 [ 255 ] {57c93cca-901f-408c-b8b4-46c8664d3841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10074 2025.02.23 09:14:58.289577 [ 255 ] {57c93cca-901f-408c-b8b4-46c8664d3841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10075 2025.02.23 09:14:58.289923 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10076 2025.02.23 09:14:58.290198 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1240 rows starting from the beginning of the part
10077 2025.02.23 09:14:58.291030 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 9 rows starting from the beginning of the part
10078 2025.02.23 09:14:58.291845 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 30 rows starting from the beginning of the part
10079 2025.02.23 09:14:58.291942 [ 255 ] {57c93cca-901f-408c-b8b4-46c8664d3841} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10080 2025.02.23 09:14:58.292031 [ 255 ] {57c93cca-901f-408c-b8b4-46c8664d3841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10081 2025.02.23 09:14:58.292537 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 9 rows starting from the beginning of the part
10082 2025.02.23 09:14:58.293227 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 30 rows starting from the beginning of the part
10083 2025.02.23 09:14:58.293757 [ 255 ] {57c93cca-901f-408c-b8b4-46c8664d3841} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
10084 2025.02.23 09:14:58.293862 [ 189 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 9 rows starting from the beginning of the part
10085 2025.02.23 09:14:58.294614 [ 255 ] {57c93cca-901f-408c-b8b4-46c8664d3841} <Trace> oximeter.measurements_u64 (cc2738fb-68f4-445f-8b24-fc81b69c399a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10086 2025.02.23 09:14:58.295195 [ 255 ] {57c93cca-901f-408c-b8b4-46c8664d3841} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005879 sec., 10205.817315870047 rows/sec., 704.31 KiB/sec.
10087 2025.02.23 09:14:58.295343 [ 255 ] {57c93cca-901f-408c-b8b4-46c8664d3841} <Debug> TCPHandler: Processed in 0.006295767 sec.
10088 2025.02.23 09:14:58.302532 [ 187 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1327 rows, containing 19 columns (19 merged, 0 gathered) in 0.013790928 sec., 96222.67624049666 rows/sec., 172.43 MiB/sec.
10089 2025.02.23 09:14:58.304001 [ 187 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10090 2025.02.23 09:14:58.304449 [ 187 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10091 2025.02.23 09:14:58.304535 [ 187 ] {c4a13710-c1fb-499a-afef-9fe99171f6fd::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (c4a13710-c1fb-499a-afef-9fe99171f6fd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10092 2025.02.23 09:14:58.304697 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB.
10093 2025.02.23 09:14:59.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.14 MiB, peak 243.64 MiB, free memory in arenas 0.00 B, will set to 234.62 MiB (RSS), difference: 2.48 MiB
10094 2025.02.23 09:14:59.456092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
10095 2025.02.23 09:14:59.475113 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10096 2025.02.23 09:14:59.475177 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB.
10097 2025.02.23 09:14:59.482118 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10098 2025.02.23 09:14:59.482883 [ 243 ] {} <Trace> system.metric_log (3f60a8fa-6810-4fd2-bf64-894ae752bb74): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10099 2025.02.23 09:14:59.485535 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392